From 7e86953eb9967a34e833ae65e6a7c2a129a0b34e Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 23 Mar 2023 15:30:13 +0000 Subject: [PATCH] pypi-jaraco.collections: Autospec creation for update from version 3.8.0 to version 3.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jason R. Coombs (24): Pin mypy to '<0.990' due to realpython/pytest-mypy#141 Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink. Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux. Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87. Honor ResourceWarnings. Fixes jaraco/skeleton#73. tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74. Remove unnecessary shebang and encoding header in docs conf. Prevent Python 3.12 from blocking checks. Build docs in CI, including sphinx-lint. Restore doctests by utilizing importlib. Ref pytest-dev/pytest#3396. Put tidelift docs dependency in its own section to limit merge conflicts. Update badge for 2023 ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Remove superfluous str calls. Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. 🚡 Toil the docs. Use set intersection len for DictFilter. Fixes #12. --- Makefile | 2 +- options.conf | 2 +- pypi-jaraco.collections.spec | 19 ++++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 1632b09..9e53062 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.collections -URL = https://files.pythonhosted.org/packages/24/93/a376f84808cae648d2fec5c844fc68321adaa01d612203d025df56446144/jaraco.collections-3.8.0.tar.gz +URL = https://files.pythonhosted.org/packages/23/92/79a670dbdba5f4a6249b85577a2c9df1b2cc2a6548bff2a250fa66aa9d18/jaraco.collections-3.9.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index b253261..ea4bb90 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.collections -url = https://files.pythonhosted.org/packages/24/93/a376f84808cae648d2fec5c844fc68321adaa01d612203d025df56446144/jaraco.collections-3.8.0.tar.gz +url = https://files.pythonhosted.org/packages/23/92/79a670dbdba5f4a6249b85577a2c9df1b2cc2a6548bff2a250fa66aa9d18/jaraco.collections-3.9.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 2670020..681b6c9 100644 --- a/pypi-jaraco.collections.spec +++ b/pypi-jaraco.collections.spec @@ -1,12 +1,13 @@ # # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py +# Using build pattern: pyproject # Name : pypi-jaraco.collections -Version : 3.8.0 -Release : 38 -URL : https://files.pythonhosted.org/packages/24/93/a376f84808cae648d2fec5c844fc68321adaa01d612203d025df56446144/jaraco.collections-3.8.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/24/93/a376f84808cae648d2fec5c844fc68321adaa01d612203d025df56446144/jaraco.collections-3.8.0.tar.gz +Version : 3.9.0 +Release : 39 +URL : https://files.pythonhosted.org/packages/23/92/79a670dbdba5f4a6249b85577a2c9df1b2cc2a6548bff2a250fa66aa9d18/jaraco.collections-3.9.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/23/92/79a670dbdba5f4a6249b85577a2c9df1b2cc2a6548bff2a250fa66aa9d18/jaraco.collections-3.9.0.tar.gz Summary : Collection objects similar to those in stdlib by jaraco Group : Development/Tools License : MIT @@ -29,7 +30,7 @@ BuildRequires : pypi-virtualenv %description .. image:: https://img.shields.io/pypi/v/jaraco.collections.svg -:target: `PyPI link`_ +:target: https://pypi.org/project/jaraco.collections %package license Summary: license components for the pypi-jaraco.collections package. @@ -61,10 +62,10 @@ python3 components for the pypi-jaraco.collections package. %prep -%setup -q -n jaraco.collections-3.8.0 -cd %{_builddir}/jaraco.collections-3.8.0 +%setup -q -n jaraco.collections-3.9.0 +cd %{_builddir}/jaraco.collections-3.9.0 pushd .. -cp -a jaraco.collections-3.8.0 buildavx2 +cp -a jaraco.collections-3.9.0 buildavx2 popd %build @@ -72,7 +73,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=1672283248 +export SOURCE_DATE_EPOCH=1679585409 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index e522732..a272009 100644 --- a/release +++ b/release @@ -1 +1 @@ -38 +39 diff --git a/upstream b/upstream index a4b162a..779176d 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2bb31ff4361768aa85d1ef9d7f574c71a5596e86/jaraco.collections-3.8.0.tar.gz +895cbdc574edcb1bcc5987fb578fa2c54a5637a9/jaraco.collections-3.9.0.tar.gz diff --git a/versions b/versions index 1981190..a5c4c76 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -3.8.0 +3.9.0