Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tox: update to 4.25.0 (and deps).
@ 2025-04-18 15:20 tornaria
  2025-04-19  2:32 ` [PR PATCH] [Updated] " tornaria
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tornaria @ 2025-04-18 15:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tox
https://github.com/void-linux/void-packages/pull/55112

tox: update to 4.25.0 (and deps).
- **python3-cachetools: update to 5.5.2.**
- **python3-filelock: update to 3.18.0.**
- **python3-platformdirs: update to 4.3.7.**
- **python3-virtualenv: update to 20.30.0.**
- **tox: update to 4.25.0.**

<!-- 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/55112.patch is attached

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

From 19be335c36f03e985b675eb1aecba823a424f326 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:29 -0300
Subject: [PATCH 1/5] python3-cachetools: update to 5.5.2.

---
 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 5153a8e5545ef5..5c167d71c3e928 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.5.1
+version=5.5.2
 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=70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95
+checksum=1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4
 
 post_install() {
 	vlicense LICENSE

From 31e44e9fe8577e85d5ad5a4ee38c9e05556c52a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:35 -0300
Subject: [PATCH 2/5] python3-filelock: update to 3.18.0.

---
 srcpkgs/python3-filelock/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index dd83869a84637c..d5e7cff6ab0e76 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
-version=3.17.0
+version=3.18.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -13,7 +13,7 @@ license="Unlicense"
 homepage="https://py-filelock.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
-checksum=ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
+checksum=adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2
 
 if [ "$XBPS_CHECK_PKGS" = full ]; then
 	# this would cause a build-time circular dependency

From 460fd87e2433e2e8feb91db11fada8907f73ecad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:40 -0300
Subject: [PATCH 3/5] python3-platformdirs: update to 4.3.7.

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

diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template
index 6035cd9ec3fd5a..fd8359542c768d 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-platformdirs'
 pkgname=python3-platformdirs
-version=4.3.6
-revision=2
+version=4.3.7
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://platformdirs.rtfd.io/"
 changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
-checksum=357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907
+checksum=eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351
 make_check_pre="env PYTHONPATH=src"
 
 post_install() {

From 5942b94b0711a0a04d8e8a945c34efd5b1e722cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:42 -0300
Subject: [PATCH 4/5] python3-virtualenv: update to 20.30.0.

---
 srcpkgs/python3-virtualenv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 62db7aaabceec2..84e276665f863f 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.29.2
+version=20.30.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728
+checksum=800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

From a6ef607c9b24ebde61a33e1e6480384e64538e3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:45 -0300
Subject: [PATCH 5/5] tox: update to 4.25.0.

---
 srcpkgs/tox/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 3b983829ecbd3a..faff58418e1308 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.24.1
+version=4.25.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://tox.wiki/"
 changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=083a720adbc6166fff0b7d1df9d154f9d00bfccb9403b8abf6bc0ee435d6a62e
+checksum=dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Updated] tox: update to 4.25.0 (and deps).
  2025-04-18 15:20 [PR PATCH] tox: update to 4.25.0 (and deps) tornaria
@ 2025-04-19  2:32 ` tornaria
  2025-04-19  3:35 ` tornaria
  2025-04-28  4:46 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2025-04-19  2:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages tox
https://github.com/void-linux/void-packages/pull/55112

tox: update to 4.25.0 (and deps).
- **python3-cachetools: update to 5.5.2.**
- **python3-filelock: update to 3.18.0.**
- **python3-platformdirs: update to 4.3.7.**
- **python3-virtualenv: update to 20.30.0.**
- **tox: update to 4.25.0.**

<!-- 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/55112.patch is attached

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

From edaa3885502620915b7fe5e61c99b3b5641b5b86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:29 -0300
Subject: [PATCH 1/5] python3-cachetools: update to 5.5.2.

---
 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 5153a8e5545ef5..5c167d71c3e928 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.5.1
+version=5.5.2
 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=70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95
+checksum=1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4
 
 post_install() {
 	vlicense LICENSE

From 1367750062469d422a1ca4fbde7c091b5ec69186 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:35 -0300
Subject: [PATCH 2/5] python3-filelock: update to 3.18.0.

---
 srcpkgs/python3-filelock/template | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index dd83869a84637c..d693699b8de367 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,24 +1,16 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
-version=3.17.0
+version=3.18.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
 checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout
- python3-pytest-asyncio"
+ python3-pytest-asyncio python3-virtualenv"
 short_desc="Platform independent file lock"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="Unlicense"
 homepage="https://py-filelock.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
-checksum=ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
-
-if [ "$XBPS_CHECK_PKGS" = full ]; then
-	# this would cause a build-time circular dependency
-	checkdepends+=" python3-virtualenv"
-else
-	# These tests requires virtualenv
-	make_check_args="--ignore tests/test_virtualenv.py"
-fi
+checksum=adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2

From 35f1e672fd888186d88a33f285b794453146a238 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:40 -0300
Subject: [PATCH 3/5] python3-platformdirs: update to 4.3.7.

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

diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template
index 6035cd9ec3fd5a..fd8359542c768d 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-platformdirs'
 pkgname=python3-platformdirs
-version=4.3.6
-revision=2
+version=4.3.7
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://platformdirs.rtfd.io/"
 changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
-checksum=357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907
+checksum=eb437d586b6a0986388f0d6f74aa0cde27b48d0e3d66843640bfb6bdcdb6e351
 make_check_pre="env PYTHONPATH=src"
 
 post_install() {

From eb060d6214cd9ac073afbe9b9ea2fa2b1a5135a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:42 -0300
Subject: [PATCH 4/5] python3-virtualenv: update to 20.30.0.

---
 srcpkgs/python3-virtualenv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 62db7aaabceec2..84e276665f863f 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.29.2
+version=20.30.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728
+checksum=800863162bcaa5450a6e4d721049730e7f2dae07720e0902b0e4040bd6f9ada8
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 post_install() {

From 4ec92af8a08b2f94fd0d435149cc9c286b126e7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 18 Apr 2025 11:57:45 -0300
Subject: [PATCH 5/5] tox: update to 4.25.0.

---
 srcpkgs/tox/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 3b983829ecbd3a..faff58418e1308 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.24.1
+version=4.25.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -16,7 +16,7 @@ license="MIT"
 homepage="https://tox.wiki/"
 changelog="https://raw.githubusercontent.com/tox-dev/tox/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/t/tox/tox-${version}.tar.gz"
-checksum=083a720adbc6166fff0b7d1df9d154f9d00bfccb9403b8abf6bc0ee435d6a62e
+checksum=dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: tox: update to 4.25.0 (and deps).
  2025-04-18 15:20 [PR PATCH] tox: update to 4.25.0 (and deps) tornaria
  2025-04-19  2:32 ` [PR PATCH] [Updated] " tornaria
@ 2025-04-19  3:35 ` tornaria
  2025-04-28  4:46 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2025-04-19  3:35 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/55112#issuecomment-2816499594

Comment:
Rebased to take advantage of (recently merged) #54633.

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

* Re: [PR PATCH] [Merged]: tox: update to 4.25.0 (and deps).
  2025-04-18 15:20 [PR PATCH] tox: update to 4.25.0 (and deps) tornaria
  2025-04-19  2:32 ` [PR PATCH] [Updated] " tornaria
  2025-04-19  3:35 ` tornaria
@ 2025-04-28  4:46 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2025-04-28  4:46 UTC (permalink / raw)
  To: ml

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

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

tox: update to 4.25.0 (and deps).
https://github.com/void-linux/void-packages/pull/55112

Description:
- **python3-cachetools: update to 5.5.2.**
- **python3-filelock: update to 3.18.0.**
- **python3-platformdirs: update to 4.3.7.**
- **python3-virtualenv: update to 20.30.0.**
- **tox: update to 4.25.0.**

<!-- 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] 4+ messages in thread

end of thread, other threads:[~2025-04-28  4:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18 15:20 [PR PATCH] tox: update to 4.25.0 (and deps) tornaria
2025-04-19  2:32 ` [PR PATCH] [Updated] " tornaria
2025-04-19  3:35 ` tornaria
2025-04-28  4:46 ` [PR PATCH] [Merged]: " classabbyamp

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