From 9e5a6078d11a599d0dba6eecf06c715ac9a0bf42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= 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?= 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?= 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