From 305bb0baf68ec119bf8ce7bc1f0dd9204dd55904 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 26 Jun 2023 16:16:30 +0000 Subject: [PATCH] pypi-jaraco.collections: Autospec creation for update from version 4.2.0 to version 4.3.0 Jason R. Coombs (9): Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. Add badge for Ruff. Remove inclusion of python version for docs Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83. Replace workaround for actions/setup-python#508 with 'allow-prereleases' Remove tox boilerplate, no longer necessary with later versions of tox. Require Python 3.8 or later. Expand 'finalize' to commit and tag the change. Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-jaraco.collections.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 216e52e..2c08b2f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.collections -URL = https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz +URL = https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index fbc3657..49c71f5 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.collections -url = https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz +url = https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz archives = giturl = https://github.com/jaraco/jaraco.collections/ domain = diff --git a/pypi-jaraco.collections.spec b/pypi-jaraco.collections.spec index 7e74947..052c469 100644 --- a/pypi-jaraco.collections.spec +++ b/pypi-jaraco.collections.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-jaraco.collections -Version : 4.2.0 -Release : 42 -URL : https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/95/60/2cf3c42c0dc26342885390a61a71cb5cb7b49f9bf181bb3e56573ae28a0e/jaraco.collections-4.2.0.tar.gz +Version : 4.3.0 +Release : 43 +URL : https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/de/b5/8ea883dc5161d844c97f6472ed66cd8f7644ef70659977819f76425106f4/jaraco.collections-4.3.0.tar.gz Summary : Collection objects similar to those in stdlib by jaraco Group : Development/Tools License : MIT @@ -59,10 +59,10 @@ python3 components for the pypi-jaraco.collections package. %prep -%setup -q -n jaraco.collections-4.2.0 -cd %{_builddir}/jaraco.collections-4.2.0 +%setup -q -n jaraco.collections-4.3.0 +cd %{_builddir}/jaraco.collections-4.3.0 pushd .. -cp -a jaraco.collections-4.2.0 buildavx2 +cp -a jaraco.collections-4.3.0 buildavx2 popd %build @@ -70,7 +70,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1685719181 +export SOURCE_DATE_EPOCH=1687796185 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index d81cc07..920a139 100644 --- a/release +++ b/release @@ -1 +1 @@ -42 +43 diff --git a/upstream b/upstream index 10af380..a60ac78 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -77036ceb808c922dae838424c2c14f67d63b6e80/jaraco.collections-4.2.0.tar.gz +ddb7d180fdba2c0f255f22ae055f6f96b67f7cb5/jaraco.collections-4.3.0.tar.gz