From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] tox: update to 4.23.2.
Date: Wed, 30 Oct 2024 03:59:15 +0100 [thread overview]
Message-ID: <20241030025915.8BF932FEF0@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52833@inbox.vuxu.org>
[-- 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
next prev parent reply other threads:[~2024-10-30 2:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 10:59 [PR PATCH] " tornaria
2024-10-30 2:59 ` tornaria [this message]
2024-10-30 3:12 ` [PR PATCH] [Updated] " tornaria
2024-11-01 0:27 ` [PR PATCH] [Merged]: " classabbyamp
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=20241030025915.8BF932FEF0@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).