From 9e4ae7f77cf1195eed4d97869d0a0c95cd8ff660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 12:02:16 -0300 Subject: [PATCH 1/5] python3-aioresponses: update to 0.7.6. --- srcpkgs/python3-aioresponses/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-aioresponses/template b/srcpkgs/python3-aioresponses/template index 097c051d214c07..54d5e38d5eb59b 100644 --- a/srcpkgs/python3-aioresponses/template +++ b/srcpkgs/python3-aioresponses/template @@ -1,7 +1,7 @@ # Template file for 'python3-aioresponses' pkgname=python3-aioresponses -version=0.7.4 -revision=2 +version=0.7.6 +revision=1 build_style=python3-module hostmakedepends="python3-pbr python3-setuptools" depends="python3-aiohttp" @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/pnuckowski/aioresponses" distfiles="${PYPI_SITE}/a/aioresponses/aioresponses-${version}.tar.gz" -checksum=9b8c108b36354c04633bad0ea752b55d956a7602fe3e3234b939fc44af96f1d8 +checksum=f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1 post_install() { vlicense LICENSE From ffd45102ed2a3e0f6f818a4635da2abc39685e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 12:03:27 -0300 Subject: [PATCH 2/5] python3-matrix-nio: update to 0.24.0. --- srcpkgs/python3-matrix-nio/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template index ffc909cfa64e0f..fcef1b947e8ad4 100644 --- a/srcpkgs/python3-matrix-nio/template +++ b/srcpkgs/python3-matrix-nio/template @@ -1,11 +1,11 @@ # Template file for 'python3-matrix-nio' pkgname=python3-matrix-nio -version=0.20.2 -revision=2 +version=0.24.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" -depends="python3-future python3-aiohttp python3-aiofiles python3-h11 - python3-h2 python3-logbook python3-jsonschema python3-unpaddedbase64 +depends="python3-aiohttp python3-aiofiles python3-h11 + python3-h2 python3-jsonschema python3-unpaddedbase64 python3-pycryptodome olm-python3 python3-peewee python3-cachetools python3-atomicwrites python3-aiohttp_socks" checkdepends="${depends} python3-pytest python3-pytest-isort python3-pytest-cov @@ -17,7 +17,7 @@ license="ISC" homepage="https://github.com/poljar/matrix-nio" changelog="https://github.com/poljar/matrix-nio/raw/main/CHANGELOG.md" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=0beb12857e909671e6db57b0edd936efef23e9baae90e276cfe4e69c952b5e62 +checksum=bf7a92db99d8bc2d83a8776b4f5ea93320ea3f33a501b999dc4ee1dc0e23973c post_install() { vlicense LICENSE.md From 519b92e2045b939a044d128d6d4607e429798d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 13:21:35 -0300 Subject: [PATCH 3/5] New package: python3-urwid_readline-0.13 --- srcpkgs/python3-urwid_readline/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-urwid_readline/template diff --git a/srcpkgs/python3-urwid_readline/template b/srcpkgs/python3-urwid_readline/template new file mode 100644 index 00000000000000..f6e5c04d37fbbd --- /dev/null +++ b/srcpkgs/python3-urwid_readline/template @@ -0,0 +1,19 @@ +# Template file for 'python3-urwid_readline' +pkgname=python3-urwid_readline +version=0.13 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-urwid" +checkdepends="$depends python3-pytest" +short_desc="Textbox edit widget for urwid that supports readline shortcuts" +maintainer="Gonzalo Tornaría " +license="MIT" +homepage="https://github.com/rr-/urwid_readline" +# pypi sdist does not include license +distfiles="https://github.com/rr-/urwid_readline/archive/refs/tags/${version}.tar.gz" +checksum=51516c635a376c93a67bc6d28a4639614e5af23dc44a540a266ac2a2053f470c + +post_install() { + vlicense LICENSE +} From 111f16fdda3f9fa7eb0df9d3e6180327a4fef81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 12:16:00 -0300 Subject: [PATCH 4/5] New package: python3-zulip-0.9.0 --- srcpkgs/python3-zulip/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/python3-zulip/template diff --git a/srcpkgs/python3-zulip/template b/srcpkgs/python3-zulip/template new file mode 100644 index 00000000000000..a73001c2f30ca0 --- /dev/null +++ b/srcpkgs/python3-zulip/template @@ -0,0 +1,14 @@ +# Template file for 'python3-zulip' +pkgname=python3-zulip +version=0.9.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-click python3-distro python3-requests python3-typing_extensions" +checkdepends="$depends python3-pytest python3-matrix-nio" +short_desc="Bindings for the Zulip message API" +maintainer="Gonzalo Tornaría " +license="Apache-2.0" +homepage="https://github.com/zulip/python-zulip-api" +distfiles="${PYPI_SITE}/z/zulip/zulip-${version}.tar.gz" +checksum=7a14149e5d9e3fcc53b13e998719fd1f6ccb8289bc60fccbaa1aafcd0a9d0843 From 5085284562f150f3373ae68b1aeed8df910159a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 22 Jan 2024 18:29:51 -0300 Subject: [PATCH 5/5] New package: zulip-term-0.7.0 --- srcpkgs/zulip-term/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/zulip-term/template diff --git a/srcpkgs/zulip-term/template b/srcpkgs/zulip-term/template new file mode 100644 index 00000000000000..5c385b37b4b454 --- /dev/null +++ b/srcpkgs/zulip-term/template @@ -0,0 +1,22 @@ +# Template file for 'zulip-term' +pkgname=zulip-term +version=0.7.0 +revision=1 +build_style=python3-pep517 +# these two tests don't expect "pytest" to be called as "pytest3" +make_check_target=" + --deselect tests/cli/test_run.py::test_main_multiple_autohide_options + --deselect tests/cli/test_run.py::test_main_multiple_notify_options" +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-urwid python3-zulip python3-urwid_readline + python3-BeautifulSoup4 python3-lxml python3-Pygments python3-typing_extensions + python3-dateutil python3-pytz python3-tzlocal python3-pyperclip" +checkdepends="$depends python3-pytest python3-pytest-cov python3-pytest-mock" +short_desc="Zulip's official terminal client" +maintainer="Gonzalo Tornaría " +license="Apache-2.0" +homepage="https://github.com/zulip/zulip-terminal" +changelog="https://raw.githubusercontent.com/zulip/zulip-terminal/main/CHANGELOG.md" +# pypi sdist does not include tests +distfiles="https://github.com/zulip/zulip-terminal/archive/refs/tags/${version}.tar.gz" +checksum=15720263d9d93d8572f77fd2a67d3e988dd2fa9ff81506cd7e1d4dc48f5eebc6