Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tox: update to 4.23.2.
@ 2024-10-29 10:59 tornaria
  2024-10-30  2:59 ` [PR PATCH] [Updated] " tornaria
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tornaria @ 2024-10-29 10:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1332 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/52833

tox: update to 4.23.2.
- **python3-cachetools: update to 5.5.0.**
- **python3-pyproject-api: update to 1.8.0.**
- **tox: update to 4.23.2.**

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

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

From 9e5a6078d11a599d0dba6eecf06c715ac9a0bf42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:25 -0300
Subject: [PATCH 1/3] python3-cachetools: update to 5.5.0.

---
 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 c97ecbadf544cb..b1170a6cc4d188 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.4.0
+version=5.5.0
 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=b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827
+checksum=2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a
 
 post_install() {
 	vlicense LICENSE

From c19c31ec6d28e9a8d5d5547547e1164cd3a98276 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:30 -0300
Subject: [PATCH 2/3] python3-pyproject-api: update to 1.8.0.

---
 srcpkgs/python3-pyproject-api/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pyproject-api/template b/srcpkgs/python3-pyproject-api/template
index 7f8015a95d2b26..d2653a5cba803c 100644
--- a/srcpkgs/python3-pyproject-api/template
+++ b/srcpkgs/python3-pyproject-api/template
@@ -1,8 +1,9 @@
 # Template file for 'python3-pyproject-api'
 pkgname=python3-pyproject-api
-version=1.7.1
+version=1.8.0
 revision=1
 build_style=python3-pep517
+make_check_args="--deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-packaging"
 checkdepends="python3-pytest python3-pytest-mock python3-wheel"
@@ -12,12 +13,7 @@ license="MIT"
 homepage="https://github.com/tox-dev/pyproject-api"
 changelog="https://raw.githubusercontent.com/tox-dev/pyproject-api/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/p/pyproject-api/pyproject_api-${version}.tar.gz"
-checksum=7ebc6cd10710f89f4cf2a2731710a98abce37ebff19427116ff2174c9236a827
-
-if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
-	# this test fails on CI
-	make_check_args="--deselect tests/test_frontend_setuptools.py::test_result_missing"
-fi
+checksum=77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496
 
 post_install() {
 	vlicense LICENSE

From b9f570a9d27c35a650ab71950bcc29b50d7881f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:34 -0300
Subject: [PATCH 3/3] tox: update to 4.23.2.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 227905ce1b1389..1177bd1f436aa2 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.18.0
+version=4.23.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -15,7 +15,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=5dfa1cab9f146becd6e351333a82f9e0ade374451630ba65ee54584624c27b58
+checksum=86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Updated] tox: update to 4.23.2.
  2024-10-29 10:59 [PR PATCH] tox: update to 4.23.2 tornaria
@ 2024-10-30  2:59 ` tornaria
  2024-10-30  3:12 ` tornaria
  2024-11-01  0:27 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2024-10-30  2:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1337 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/52833

tox: update to 4.23.2.
- **python3-cachetools: update to 5.5.0.**
- **python3-pyproject-api: update to 1.8.0.**
- **tox: update to 4.23.2.**

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

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

From 9e5a6078d11a599d0dba6eecf06c715ac9a0bf42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:25 -0300
Subject: [PATCH 1/4] python3-cachetools: update to 5.5.0.

---
 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 c97ecbadf544cb..b1170a6cc4d188 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.4.0
+version=5.5.0
 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=b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827
+checksum=2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a
 
 post_install() {
 	vlicense LICENSE

From 025ab2445124ba24483bd9290669328d5ce40748 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:30 -0300
Subject: [PATCH 2/4] python3-pyproject-api: update to 1.8.0.

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

diff --git a/srcpkgs/python3-pyproject-api/template b/srcpkgs/python3-pyproject-api/template
index 7f8015a95d2b26..c640c344771a98 100644
--- a/srcpkgs/python3-pyproject-api/template
+++ b/srcpkgs/python3-pyproject-api/template
@@ -1,8 +1,10 @@
 # Template file for 'python3-pyproject-api'
 pkgname=python3-pyproject-api
-version=1.7.1
+version=1.8.0
 revision=1
 build_style=python3-pep517
+# failing test, see: https://github.com/tox-dev/pyproject-api/issues/153
+make_check_args="--deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-packaging"
 checkdepends="python3-pytest python3-pytest-mock python3-wheel"
@@ -12,7 +14,7 @@ license="MIT"
 homepage="https://github.com/tox-dev/pyproject-api"
 changelog="https://raw.githubusercontent.com/tox-dev/pyproject-api/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/p/pyproject-api/pyproject_api-${version}.tar.gz"
-checksum=7ebc6cd10710f89f4cf2a2731710a98abce37ebff19427116ff2174c9236a827
+checksum=77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# this test fails on CI

From d2e6f8eb24feaa84f45fc447e1646cdffab25334 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 29 Oct 2024 23:54:51 -0300
Subject: [PATCH 3/4] python3-time-machine: update to 2.16.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 63d8d7a3c3fa51..8962b13ede0a66 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.15.0
+version=2.16.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=1b8d9e36813cbaee65e554f0c104e09ac9cb2a54ac641e5dadd969550496f8ed
+checksum=d2ed8ebef04133d69bce09114bbf66be0d404d725597874a644318af6e0b3e28
 
 post_install() {
 	vlicense LICENSE

From 67db37bfe65b2bb1260159cf5aea12886bb51822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:34 -0300
Subject: [PATCH 4/4] tox: update to 4.23.2.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 227905ce1b1389..1177bd1f436aa2 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.18.0
+version=4.23.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -15,7 +15,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=5dfa1cab9f146becd6e351333a82f9e0ade374451630ba65ee54584624c27b58
+checksum=86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Updated] tox: update to 4.23.2.
  2024-10-29 10:59 [PR PATCH] tox: update to 4.23.2 tornaria
  2024-10-30  2:59 ` [PR PATCH] [Updated] " tornaria
@ 2024-10-30  3:12 ` tornaria
  2024-11-01  0:27 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2024-10-30  3:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1337 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/52833

tox: update to 4.23.2.
- **python3-cachetools: update to 5.5.0.**
- **python3-pyproject-api: update to 1.8.0.**
- **tox: update to 4.23.2.**

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

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

From 9e5a6078d11a599d0dba6eecf06c715ac9a0bf42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:25 -0300
Subject: [PATCH 1/4] python3-cachetools: update to 5.5.0.

---
 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 c97ecbadf544cb..b1170a6cc4d188 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.4.0
+version=5.5.0
 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=b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827
+checksum=2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a
 
 post_install() {
 	vlicense LICENSE

From aaa32ffd73bc8e630b82e8ed8a668d5a9cf55bdf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:30 -0300
Subject: [PATCH 2/4] python3-pyproject-api: update to 1.8.0.

---
 srcpkgs/python3-pyproject-api/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pyproject-api/template b/srcpkgs/python3-pyproject-api/template
index 7f8015a95d2b26..5570e6d92e910c 100644
--- a/srcpkgs/python3-pyproject-api/template
+++ b/srcpkgs/python3-pyproject-api/template
@@ -1,8 +1,10 @@
 # Template file for 'python3-pyproject-api'
 pkgname=python3-pyproject-api
-version=1.7.1
+version=1.8.0
 revision=1
 build_style=python3-pep517
+# failing test, see: https://github.com/tox-dev/pyproject-api/issues/153
+make_check_args="--deselect tests/test_frontend_setuptools.py::test_setuptools_prepare_metadata_for_build_wheel"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3-packaging"
 checkdepends="python3-pytest python3-pytest-mock python3-wheel"
@@ -12,11 +14,11 @@ license="MIT"
 homepage="https://github.com/tox-dev/pyproject-api"
 changelog="https://raw.githubusercontent.com/tox-dev/pyproject-api/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/p/pyproject-api/pyproject_api-${version}.tar.gz"
-checksum=7ebc6cd10710f89f4cf2a2731710a98abce37ebff19427116ff2174c9236a827
+checksum=77b8049f2feb5d33eefcc21b57f1e279636277a8ac8ad6b5871037b243778496
 
 if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
 	# this test fails on CI
-	make_check_args="--deselect tests/test_frontend_setuptools.py::test_result_missing"
+	make_check_args+=" --deselect tests/test_frontend_setuptools.py::test_result_missing"
 fi
 
 post_install() {

From ad0c32b892cecbf675490312a88af136a5ffa3ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 29 Oct 2024 23:54:51 -0300
Subject: [PATCH 3/4] python3-time-machine: update to 2.16.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 63d8d7a3c3fa51..8962b13ede0a66 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.15.0
+version=2.16.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=1b8d9e36813cbaee65e554f0c104e09ac9cb2a54ac641e5dadd969550496f8ed
+checksum=d2ed8ebef04133d69bce09114bbf66be0d404d725597874a644318af6e0b3e28
 
 post_install() {
 	vlicense LICENSE

From 8299e040bc8f664cd37cf81dd78ef20471fec630 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Mon, 28 Oct 2024 23:27:34 -0300
Subject: [PATCH 4/4] tox: update to 4.23.2.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 227905ce1b1389..1177bd1f436aa2 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.18.0
+version=4.23.2
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -15,7 +15,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=5dfa1cab9f146becd6e351333a82f9e0ade374451630ba65ee54584624c27b58
+checksum=86075e00e555df6e82e74cfc333917f91ecb47ffbc868dcafbd2672e332f4a2c
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Merged]: tox: update to 4.23.2.
  2024-10-29 10:59 [PR PATCH] tox: update to 4.23.2 tornaria
  2024-10-30  2:59 ` [PR PATCH] [Updated] " tornaria
  2024-10-30  3:12 ` tornaria
@ 2024-11-01  0:27 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01  0:27 UTC (permalink / raw)
  To: ml

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

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

tox: update to 4.23.2.
https://github.com/void-linux/void-packages/pull/52833

Description:
- **python3-cachetools: update to 5.5.0.**
- **python3-pyproject-api: update to 1.8.0.**
- **python3-time-machine: update to 2.16.0.**
- **tox: update to 4.23.2.**

<!-- 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:[~2024-11-01  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29 10:59 [PR PATCH] tox: update to 4.23.2 tornaria
2024-10-30  2:59 ` [PR PATCH] [Updated] " tornaria
2024-10-30  3:12 ` tornaria
2024-11-01  0:27 ` [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).