From 931aaa28b3f3c12e0fa34f8ffa16544316f559bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:36 -0300 Subject: [PATCH 1/9] python3-anyio: update to 4.3.0. --- srcpkgs/python3-anyio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template index 5a8bd2e49af9cc..5ae37ba4746627 100644 --- a/srcpkgs/python3-anyio/template +++ b/srcpkgs/python3-anyio/template @@ -1,6 +1,6 @@ # Template file for 'python3-anyio' pkgname=python3-anyio -version=4.2.0 +version=4.3.0 revision=1 build_style=python3-pep517 # This file needs python module `exceptiongroup` @@ -10,12 +10,12 @@ depends="python3-sniffio python3-idna" checkdepends="$depends python3-pytest-mock python3-hypothesis python3-psutil python3-trio python3-trustme python3-uvloop" short_desc="High level asynchronous concurrency and networking framework" -maintainer="dkwo " +maintainer="dkwo , Gonzalo TornarĂ­a " license="MIT" homepage="https://github.com/agronholm/anyio" changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst" distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz" -checksum=e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f +checksum=f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then # getaddrinfo() always returns canonname in musl 1.1 From d7546f01494730df7163e1d2459fe3caa1b45553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:37 -0300 Subject: [PATCH 2/9] python3-cachetools: update to 5.3.3. --- srcpkgs/python3-cachetools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template index 5a737d29a9edd0..db4e7f02ea79e7 100644 --- a/srcpkgs/python3-cachetools/template +++ b/srcpkgs/python3-cachetools/template @@ -1,6 +1,6 @@ # Template file for 'python3-cachetools' pkgname=python3-cachetools -version=5.3.2 +version=5.3.3 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/tkem/cachetools/" changelog="https://raw.githubusercontent.com/tkem/cachetools/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/c/cachetools/cachetools-${version}.tar.gz" -checksum=086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2 +checksum=ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105 post_install() { vlicense LICENSE From 878c3597cc974526e9aafd36e8f6422ea98e762a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:39 -0300 Subject: [PATCH 3/9] python3-coverage: update to 7.4.4. --- srcpkgs/python3-coverage/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-coverage/template b/srcpkgs/python3-coverage/template index ef0b6245425648..866d47c140334c 100644 --- a/srcpkgs/python3-coverage/template +++ b/srcpkgs/python3-coverage/template @@ -1,6 +1,6 @@ # Template file for 'python3-coverage' pkgname=python3-coverage -version=7.4.1 +version=7.4.4 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/nedbat/coveragepy" changelog="https://raw.githubusercontent.com/nedbat/coveragepy/master/CHANGES.rst" distfiles="${PYPI_SITE}/c/coverage/coverage-${version}.tar.gz" -checksum=1ed4b95480952b1a26d863e546fa5094564aa0065e1e5f0d4d0041f293251d04 +checksum=c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49 pre_check() { # required setup, see tox.ini From 6e472a5bf5879119923a103c772678e41657204d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:40 -0300 Subject: [PATCH 4/9] python3-json5: update to 0.9.24. --- srcpkgs/python3-json5/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template index 37f8232850feb9..6bc478ebc66cc2 100644 --- a/srcpkgs/python3-json5/template +++ b/srcpkgs/python3-json5/template @@ -1,14 +1,14 @@ # Template file for 'python3-json5' pkgname=python3-json5 -version=0.9.14 +version=0.9.24 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" checkdepends="python3-pytest python3-hypothesis" short_desc="Python implementation of the JSON5 data format" -maintainer="dkwo " +maintainer="dkwo , Gonzalo TornarĂ­a " license="Apache-2.0" homepage="https://github.com/dpranke/pyjson5" distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" -checksum=e7d27778960a7ef30b3d69bf3bf61ee152b211a956fcd92e09162b6852c3ad64 +checksum=c84b956755957dadd9fe1dcbf27df69595e5e1482a3185e29293902803a82d63 From dffb48ddf695345c7e0b1658e69d51d3567a3f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:42 -0300 Subject: [PATCH 5/9] python3-time-machine: update to 2.14.0. --- srcpkgs/python3-time-machine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-time-machine/template b/srcpkgs/python3-time-machine/template index 9754e5df92e11e..b5f18a395333c9 100644 --- a/srcpkgs/python3-time-machine/template +++ b/srcpkgs/python3-time-machine/template @@ -1,6 +1,6 @@ # Template file for 'python3-time-machine' pkgname=python3-time-machine -version=2.13.0 +version=2.14.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -13,7 +13,7 @@ license="MIT" homepage="https://github.com/adamchainz/time-machine" changelog="https://raw.githubusercontent.com/adamchainz/time-machine/main/CHANGELOG.rst" distfiles="https://github.com/adamchainz/time-machine/archive/refs/tags/${version}.tar.gz" -checksum=a0892ada963bd16fdaf657d71ef9bec614931c467a935f3217bf08906fe3bd11 +checksum=96d4d0d9af39004f74b705650bd5079c9208ba2c94428621863982e914ed0884 post_install() { vlicense LICENSE From f285985fc0c3751b1e2d4a1cbe4791e2f9d17d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 3 Mar 2024 19:46:43 -0300 Subject: [PATCH 6/9] python3-urwid_readline: update to 0.14. --- srcpkgs/python3-urwid_readline/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-urwid_readline/template b/srcpkgs/python3-urwid_readline/template index f6e5c04d37fbbd..7a8645104e1cf2 100644 --- a/srcpkgs/python3-urwid_readline/template +++ b/srcpkgs/python3-urwid_readline/template @@ -1,6 +1,6 @@ # Template file for 'python3-urwid_readline' pkgname=python3-urwid_readline -version=0.13 +version=0.14 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -12,7 +12,7 @@ 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 +checksum=4d4c9667f5ce1a62f39e4e705c0ed3b3bb846386b1f30be5a69b37b019664493 post_install() { vlicense LICENSE From 2e1f92df809ce72663894f5649f573b4dff36f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 17 Mar 2024 22:56:00 -0300 Subject: [PATCH 7/9] python3-referencing: update to 0.34.0. --- srcpkgs/python3-referencing/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-referencing/template b/srcpkgs/python3-referencing/template index 2c8e8fc22be283..d3cd5299e344ab 100644 --- a/srcpkgs/python3-referencing/template +++ b/srcpkgs/python3-referencing/template @@ -1,6 +1,6 @@ # Template file for 'python3-referencing' pkgname=python3-referencing -version=0.33.0 +version=0.34.0 revision=1 build_style=python3-pep517 hostmakedepends="hatchling hatch-vcs" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/python-jsonschema/referencing" changelog="https://raw.githubusercontent.com/python-jsonschema/referencing/main/docs/changes.rst" distfiles="${PYPI_SITE}/r/referencing/referencing-${version}.tar.gz" -checksum=c775fedf74bc0f9189c2a3be1c12fd03e8c23f4d371dce795df44e06c5b412f7 +checksum=5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844 if [ "$XBPS_CHECK_PKGS" = full ]; then # cyclic dependency From 0fad41cd69143f514315c237e154522247010c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 17 Mar 2024 23:17:26 -0300 Subject: [PATCH 8/9] python3-comm: update to 0.2.2. --- srcpkgs/python3-comm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-comm/template b/srcpkgs/python3-comm/template index 93c5f3b9fede88..a5f6af7ce9d196 100644 --- a/srcpkgs/python3-comm/template +++ b/srcpkgs/python3-comm/template @@ -1,6 +1,6 @@ # Template file for 'python3-comm' pkgname=python3-comm -version=0.2.1 +version=0.2.2 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -12,7 +12,7 @@ license="BSD-3-Clause" homepage="https://github.com/ipython/comm/" changelog="https://raw.githubusercontent.com/ipython/comm/main/CHANGELOG.md" distfiles="https://github.com/ipython/comm/archive/refs/tags/v$version.tar.gz" -checksum=7946d8ca485089dffcbbd11279b9195d30bc9dd0a654a7b084702049ebad7403 +checksum=68c38c96d73dd10c18bdf3e398bee497b084fc50c43848fd4803043262dfca30 post_install() { vlicense LICENSE From 580c50e5f2dad16f2d5e772b3faa82d10052f0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 17 Mar 2024 23:35:38 -0300 Subject: [PATCH 9/9] python3-flaky: update to 3.8.1. --- srcpkgs/python3-flaky/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template index 5bbc15a31b3d37..c2c20cc7ba3ffd 100644 --- a/srcpkgs/python3-flaky/template +++ b/srcpkgs/python3-flaky/template @@ -1,7 +1,7 @@ # Template file for 'python3-flaky' pkgname=python3-flaky -version=3.7.0 -revision=2 +version=3.8.1 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="python3" @@ -11,5 +11,5 @@ license="Apache-2.0" homepage="https://github.com/box/flaky" changelog="https://raw.githubusercontent.com/box/flaky/master/HISTORY.rst" distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz" -checksum=3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d +checksum=47204a81ec905f3d5acfbd61daeabcada8f9d4031616d9bcb0618461729699f5 make_check=no # Tests are broken