From eb478bae70da118ba7abad3be303d454986c4963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= 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?= 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 " +maintainer="Gonzalo Tornaría " 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?= 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 " +maintainer="Gonzalo Tornaría " 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?= 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 " 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?= 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?= 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