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

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).