From 94bd3b8832b4387a7d00c57d3f7d198375017464 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 24 Oct 2022 16:51:53 +0000 Subject: [PATCH] pypi-jaraco.collections: Autospec creation for update from version 3.5.2 to version 3.6.0 Jason R. Coombs (18): Use '-dev' for every Python version. Ref actions/setup-python#213. Use Python 3.11 for cutting releases. Pin flake8. Workaround for tholo/pytest-flake8#87. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). GHA pretty env (#67) Remove Python 2 compatibility in repr test. Add failing test for __contains__ on DictFilter. Revise DictFilter to rely on Mapping primitives. Fixes issue with `__contains__`. Add illustration in dictfilter on excluding items by prefix. Retain order in DictFilter Prefer pipe for symmetry. Rely on base class for DictFilter.values. Update changelog Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68) --- Makefile | 2 +- options.conf | 2 +- pypi-jaraco.collections.spec | 18 +++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 4233aa9..e9518c4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.collections -URL = https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz +URL = https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 9c0bca5..193e8cf 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.collections -url = https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz +url = https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.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 ae5103a..c4491a7 100644 --- a/pypi-jaraco.collections.spec +++ b/pypi-jaraco.collections.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-jaraco.collections -Version : 3.5.2 -Release : 31 -URL : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz +Version : 3.6.0 +Release : 32 +URL : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz Summary : Collection objects similar to those in stdlib by jaraco Group : Development/Tools License : MIT @@ -58,10 +58,10 @@ python3 components for the pypi-jaraco.collections package. %prep -%setup -q -n jaraco.collections-3.5.2 -cd %{_builddir}/jaraco.collections-3.5.2 +%setup -q -n jaraco.collections-3.6.0 +cd %{_builddir}/jaraco.collections-3.6.0 pushd .. -cp -a jaraco.collections-3.5.2 buildavx2 +cp -a jaraco.collections-3.6.0 buildavx2 popd %build @@ -69,7 +69,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=1657810126 +export SOURCE_DATE_EPOCH=1666630309 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -94,7 +94,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections -cp %{_builddir}/jaraco.collections-3.5.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/jaraco.collections-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1 || : pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index e85087a..f5c8955 100644 --- a/release +++ b/release @@ -1 +1 @@ -31 +32 diff --git a/upstream b/upstream index bae62dc..8be58b7 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -fe8c65b850d94777bfbc3c1dca065a1be86df66e/jaraco.collections-3.5.2.tar.gz +5f77bd3804e34ed576f469aea12ee81420d1f1b1/jaraco.collections-3.6.0.tar.gz diff --git a/versions b/versions index 87ce492..40c341b 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.5.2 +3.6.0