Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] A few python packages minor updates
Date: Mon, 18 Mar 2024 02:59:53 +0100	[thread overview]
Message-ID: <20240318015953.CEDFB2B25F@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49068@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2024-03-18  1:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 22:53 [PR PATCH] " tornaria
2024-03-18  1:59 ` tornaria [this message]
2024-03-18  2:44 ` [PR PATCH] [Updated] " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240318015953.CEDFB2B25F@inbox.vuxu.org \
    --to=tornaria@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).