Github messages for voidlinux
 help / color / mirror / Atom feed
From: tornaria <tornaria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tox: update to 4.23.2.
Date: Tue, 29 Oct 2024 11:59:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52833@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2024-10-29 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-29 10:59 tornaria [this message]
2024-10-30  2:59 ` [PR PATCH] [Updated] " tornaria
2024-10-30  3:12 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52833@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).