Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] A few python packages minor updates
@ 2024-03-03 22:53 tornaria
  2024-03-18  1:59 ` [PR PATCH] [Updated] " tornaria
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tornaria @ 2024-03-03 22:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages python-updates
https://github.com/void-linux/void-packages/pull/49068

A few python packages minor updates
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49068.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-updates-49068.patch --]
[-- Type: text/x-diff, Size: 7573 bytes --]

From ca4236dc14f71a49b73a9f1e1e8d88cfda8223b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:36 -0300
Subject: [PATCH 1/6] 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 <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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 35fea4f8b554c833223a70444d8e583791864351 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:37 -0300
Subject: [PATCH 2/6] 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 a86f1f85152e25ca17c68e20a3c54d7a4736b428 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:39 -0300
Subject: [PATCH 3/6] python3-coverage: update to 7.4.3.

---
 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..925c62bf8d0c49 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.3
 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=276f6077a5c61447a48d133ed13e759c09e62aff0dc84274a68dc18660104d52
 
 pre_check() {
 	# required setup, see tox.ini

From 4aefa378bb4a6c7e31bd0028afd9ad4deed201ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:40 -0300
Subject: [PATCH 4/6] python3-json5: update to 0.9.19.

---
 srcpkgs/python3-json5/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template
index 37f8232850feb9..ca3d84a337fb7c 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.19
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-pytest python3-hypothesis"
 short_desc="Python implementation of the JSON5 data format"
-maintainer="dkwo <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="Apache-2.0"
 homepage="https://github.com/dpranke/pyjson5"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=e7d27778960a7ef30b3d69bf3bf61ee152b211a956fcd92e09162b6852c3ad64
+checksum=8f068e0d49b62ca2577acb4ca757460489366e53fbdda503391204b542440b87

From 4e5547eac4b1db0c13348c0084f52077f31b4c88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:42 -0300
Subject: [PATCH 5/6] 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 d223cc184ec15ab771c037d037f5ce98f8fcda31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:43 -0300
Subject: [PATCH 6/6] 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
@ 2024-03-18  1:59 ` tornaria
  2024-03-18  2:44 ` tornaria
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tornaria @ 2024-03-18  1:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

There is an updated pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages python-updates
https://github.com/void-linux/void-packages/pull/49068

A few python packages minor updates
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49068.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-updates-49068.patch --]
[-- Type: text/x-diff, Size: 8889 bytes --]

From 931aaa28b3f3c12e0fa34f8ffa16544316f559bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:36 -0300
Subject: [PATCH 1/7] 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 <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:37 -0300
Subject: [PATCH 2/7] 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?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:39 -0300
Subject: [PATCH 3/7] 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?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:40 -0300
Subject: [PATCH 4/7] 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 <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:42 -0300
Subject: [PATCH 5/7] 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?= <tornaria@cmat.edu.uy>
Date: Sun, 3 Mar 2024 19:46:43 -0300
Subject: [PATCH 6/7] 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?= <tornaria@cmat.edu.uy>
Date: Sun, 17 Mar 2024 22:56:00 -0300
Subject: [PATCH 7/7] 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
  2024-03-18  1:59 ` [PR PATCH] [Updated] " tornaria
@ 2024-03-18  2:44 ` tornaria
  2024-03-18 19:28 ` cinerea0
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tornaria @ 2024-03-18  2:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

There is an updated pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages python-updates
https://github.com/void-linux/void-packages/pull/49068

A few python packages minor updates
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/49068.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-updates-49068.patch --]
[-- Type: text/x-diff, Size: 11157 bytes --]

From 931aaa28b3f3c12e0fa34f8ffa16544316f559bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
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 <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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 <npiazza@disroot.org>"
+maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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?= <tornaria@cmat.edu.uy>
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
  2024-03-18  1:59 ` [PR PATCH] [Updated] " tornaria
  2024-03-18  2:44 ` tornaria
@ 2024-03-18 19:28 ` cinerea0
  2024-03-18 20:29 ` tornaria
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-03-18 19:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49068#issuecomment-2004755950

Comment:
Did you discuss co-maintaining `python3-anyio` and `python3-json5` with @dkwo?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
                   ` (2 preceding siblings ...)
  2024-03-18 19:28 ` cinerea0
@ 2024-03-18 20:29 ` tornaria
  2024-03-18 22:01 ` dkwo
  2024-03-19 17:55 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: tornaria @ 2024-03-18 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/49068#issuecomment-2004926022

Comment:
> Did you discuss co-maintaining `python3-anyio` and `python3-json5` with @dkwo?

Not specifically, you are right that I should have pinged him, I'm sorry.

What we did discuss is co-maintaining jupyter packages, and I think he did (and I'm doing) these as part of jupyter, I assumed it was ok but please @dkwo let me know if you feel otherwise.

For me this is just out of the convenience of having `xmypkgs` list these as I have a script to run update-check for my pkgs.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
                   ` (3 preceding siblings ...)
  2024-03-18 20:29 ` tornaria
@ 2024-03-18 22:01 ` dkwo
  2024-03-19 17:55 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2024-03-18 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/49068#issuecomment-2005122695

Comment:
@tornaria You're correct, and of course I'm fine. Thanks for updating these.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: A few python packages minor updates
  2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
                   ` (4 preceding siblings ...)
  2024-03-18 22:01 ` dkwo
@ 2024-03-19 17:55 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-03-19 17:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1100 bytes --]

There's a merged pull request on the void-packages repository

A few python packages minor updates
https://github.com/void-linux/void-packages/pull/49068

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-03-19 17:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-03 22:53 [PR PATCH] A few python packages minor updates tornaria
2024-03-18  1:59 ` [PR PATCH] [Updated] " tornaria
2024-03-18  2:44 ` tornaria
2024-03-18 19:28 ` cinerea0
2024-03-18 20:29 ` tornaria
2024-03-18 22:01 ` dkwo
2024-03-19 17:55 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).