Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tox: update to 4.12.1. Also update a few dependencies.
@ 2024-01-17 19:32 tornaria
  2024-01-17 19:35 ` [PR PATCH] [Updated] " tornaria
  2024-01-20  3:20 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2024-01-17 19:32 UTC (permalink / raw)
  To: ml

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

tox: update to 4.12.1. Also update a few dependencies.
<!-- 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/48259.patch is attached

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

From eb478bae70da118ba7abad3be303d454986c4963 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 12 Jan 2024 18:35:47 -0300
Subject: [PATCH 1/6] hatchling: update to 1.21.0.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 360011c6c1ab2..6271cf9112550 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,7 +1,7 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.18.0
-revision=2
+version=1.21.0
+revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
  python3-trove-classifiers"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca
+checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
 
 post_install() {
 	vlicense LICENSE.txt

From 2dab3665b8e1f6cdd3e33204489a8611a9fb5515 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 12:26:47 -0300
Subject: [PATCH 2/6] python3-cachetools: update to 5.3.2, adopt.

---
 srcpkgs/python3-cachetools/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index f05bb43ccb03e..5a737d29a9edd 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,16 +1,18 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
-version=4.2.4
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=5.3.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 extensible memoizing collections and decorators"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
+checksum=086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2
 
 post_install() {
 	vlicense LICENSE

From c1c5f7060ae9dbcdf2a4e42185daf177612985c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 12:40:55 -0300
Subject: [PATCH 3/6] python3-chardet: update to 5.2.0, adopt.

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

diff --git a/srcpkgs/python3-chardet/template b/srcpkgs/python3-chardet/template
index f3fd6899126ac..c40384ff575c7 100644
--- a/srcpkgs/python3-chardet/template
+++ b/srcpkgs/python3-chardet/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-chardet'
 pkgname=python3-chardet
-version=5.1.0
-revision=2
+version=5.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Universal encoding detector"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/chardet/chardet"
 changelog="https://github.com/chardet/chardet/releases"
 distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
-checksum=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5
+checksum=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
 conflicts="python-chardet"

From ab5d938bd98a91baed0b1a4a19754aa46cf3dba7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 15:54:04 -0300
Subject: [PATCH 4/6] python3-filelock: update to 3.13.1.

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

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index e44e7e83b362b..1ebef175bfca3 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
-version=3.11.0
-revision=2
+version=3.13.1
+revision=1
 build_style=python3-pep517
+make_check_args="-p no:unraisableexception"
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
-checkdepends="python3-pytest python3-pytest-cov python3-coverage python3-pytest-mock"
+checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout"
 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=3618c0da67adcc0506b015fd11ef7faf1b493f0b40d87728e19986b536890c37
-make_check_pre="env PYTHONPATH=src/"
+checksum=521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e

From b863310315842f52cd3479d8366bd1d2a666831b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 15:57:03 -0300
Subject: [PATCH 5/6] python3-pluggy: update to 1.3.0.

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

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 2395585d1cf70..ff23c3e564fb5 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.2.0
-revision=2
+version=1.3.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
 changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
+checksum=cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12
 
 post_install() {
 	vlicense LICENSE

From f5592eb294f45aa463acdb3da3b4fc0ab7717bb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 12 Jan 2024 18:33:12 -0300
Subject: [PATCH 6/6] tox: update to 4.12.1.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 232a63746d758..2d993075bcedd 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.11.4
+version=4.12.1
 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=73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1
+checksum=61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Updated] tox: update to 4.12.1. Also update a few dependencies.
  2024-01-17 19:32 [PR PATCH] tox: update to 4.12.1. Also update a few dependencies tornaria
@ 2024-01-17 19:35 ` tornaria
  2024-01-20  3:20 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2024-01-17 19:35 UTC (permalink / raw)
  To: ml

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

tox: update to 4.12.1. Also update a few dependencies.
<!-- 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/48259.patch is attached

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

From eb478bae70da118ba7abad3be303d454986c4963 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 12 Jan 2024 18:35:47 -0300
Subject: [PATCH 1/6] hatchling: update to 1.21.0.

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

diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template
index 360011c6c1ab2..6271cf9112550 100644
--- a/srcpkgs/hatchling/template
+++ b/srcpkgs/hatchling/template
@@ -1,7 +1,7 @@
 # Template file for 'hatchling'
 pkgname=hatchling
-version=1.18.0
-revision=2
+version=1.21.0
+revision=1
 build_style=python3-pep517
 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
  python3-trove-classifiers"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://hatch.pypa.io/latest/"
 changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
 distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz"
-checksum=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca
+checksum=5c086772357a50723b825fd5da5278ac7e3697cdf7797d07541a6c90b6ff754c
 
 post_install() {
 	vlicense LICENSE.txt

From 2dab3665b8e1f6cdd3e33204489a8611a9fb5515 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 12:26:47 -0300
Subject: [PATCH 2/6] python3-cachetools: update to 5.3.2, adopt.

---
 srcpkgs/python3-cachetools/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template
index f05bb43ccb03e..5a737d29a9edd 100644
--- a/srcpkgs/python3-cachetools/template
+++ b/srcpkgs/python3-cachetools/template
@@ -1,16 +1,18 @@
 # Template file for 'python3-cachetools'
 pkgname=python3-cachetools
-version=4.2.4
-revision=4
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=5.3.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Python3 extensible memoizing collections and decorators"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 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=89ea6f1b638d5a73a4f9226be57ac5e4f399d22770b92355f92dcb0f7f001693
+checksum=086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2
 
 post_install() {
 	vlicense LICENSE

From c1c5f7060ae9dbcdf2a4e42185daf177612985c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 12:40:55 -0300
Subject: [PATCH 3/6] python3-chardet: update to 5.2.0, adopt.

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

diff --git a/srcpkgs/python3-chardet/template b/srcpkgs/python3-chardet/template
index f3fd6899126ac..c40384ff575c7 100644
--- a/srcpkgs/python3-chardet/template
+++ b/srcpkgs/python3-chardet/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-chardet'
 pkgname=python3-chardet
-version=5.1.0
-revision=2
+version=5.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Universal encoding detector"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/chardet/chardet"
 changelog="https://github.com/chardet/chardet/releases"
 distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
-checksum=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5
+checksum=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
 conflicts="python-chardet"

From 731fde6eba4089b958a26b96739fdc89f56c1af2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 15:54:04 -0300
Subject: [PATCH 4/6] python3-filelock: update to 3.13.1.

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

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index e44e7e83b362b..6407fbab46290 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,16 +1,15 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
-version=3.11.0
-revision=2
+version=3.13.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
-checkdepends="python3-pytest python3-pytest-cov python3-coverage python3-pytest-mock"
+checkdepends="python3-pytest python3-pytest-mock python3-pytest-timeout"
 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=3618c0da67adcc0506b015fd11ef7faf1b493f0b40d87728e19986b536890c37
-make_check_pre="env PYTHONPATH=src/"
+checksum=521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e

From 2a7a9bcc8445ab0124c0788c1545ffc315ab42f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 17 Jan 2024 15:57:03 -0300
Subject: [PATCH 5/6] python3-pluggy: update to 1.3.0.

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

diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template
index 2395585d1cf70..ff23c3e564fb5 100644
--- a/srcpkgs/python3-pluggy/template
+++ b/srcpkgs/python3-pluggy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pluggy'
 pkgname=python3-pluggy
-version=1.2.0
-revision=2
+version=1.3.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/pytest-dev/pluggy"
 changelog="https://raw.githubusercontent.com/pytest-dev/pluggy/main/CHANGELOG.rst"
 distfiles="${PYPI_SITE}/p/pluggy/pluggy-${version}.tar.gz"
-checksum=d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3
+checksum=cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12
 
 post_install() {
 	vlicense LICENSE

From dc85c0b75bf1ce203eef84163be344e3c7420a15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 12 Jan 2024 18:33:12 -0300
Subject: [PATCH 6/6] tox: update to 4.12.1.

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

diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template
index 232a63746d758..2d993075bcedd 100644
--- a/srcpkgs/tox/template
+++ b/srcpkgs/tox/template
@@ -1,6 +1,6 @@
 # Template file for 'tox'
 pkgname=tox
-version=4.11.4
+version=4.12.1
 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=73a7240778fabf305aeb05ab8ea26e575e042ab5a18d71d0ed13e343a51d6ce1
+checksum=61aafbeff1bd8a5af84e54ef6e8402f53c6a6066d0782336171ddfbf5362122e
 
 do_check() {
 	# Running via PYTHONPATH breaks a few tests so we use a venv

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

* Re: [PR PATCH] [Merged]: tox: update to 4.12.1. Also update a few dependencies.
  2024-01-17 19:32 [PR PATCH] tox: update to 4.12.1. Also update a few dependencies tornaria
  2024-01-17 19:35 ` [PR PATCH] [Updated] " tornaria
@ 2024-01-20  3:20 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2024-01-20  3:20 UTC (permalink / raw)
  To: ml

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

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

tox: update to 4.12.1. Also update a few dependencies.
https://github.com/void-linux/void-packages/pull/48259

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

end of thread, other threads:[~2024-01-20  3:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17 19:32 [PR PATCH] tox: update to 4.12.1. Also update a few dependencies tornaria
2024-01-17 19:35 ` [PR PATCH] [Updated] " tornaria
2024-01-20  3:20 ` [PR PATCH] [Merged]: " ahesford

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