From a55671a7a61f253f8131495f7228832c4555751d Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 20 Feb 2023 19:07:18 +0000 Subject: [PATCH] pypi-jaraco.functools: Autospec creation for update from version 3.5.2 to version 3.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jason R. Coombs (28): Update documentation of call_aside detailing the motivation and benefits of the construct. 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) 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 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. Renamed 'call_aside' to 'invoke'. Fixes #21. Replace 'called_with' with 'assert_called_with'. 🚡 Toil the docs. 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.functools.spec | 18 +++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 2f0b6d8..9ea2714 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-jaraco.functools -URL = https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz +URL = https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 80b8fd5..0dc029e 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-jaraco.functools -url = https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz +url = https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz archives = giturl = https://github.com/jaraco/jaraco.functools/ domain = diff --git a/pypi-jaraco.functools.spec b/pypi-jaraco.functools.spec index 78fd8ca..b34231d 100644 --- a/pypi-jaraco.functools.spec +++ b/pypi-jaraco.functools.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-jaraco.functools -Version : 3.5.2 -Release : 50 -URL : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/b4/ea/9abca360081de9157668fcc52765989158aaf29b4826f26fcb17852d08e6/jaraco.functools-3.5.2.tar.gz +Version : 3.6.0 +Release : 51 +URL : https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/6d/82/e94ee23a7924ab1c3b617e42ddee24a60add7d988497d5cde8ae524b1525/jaraco.functools-3.6.0.tar.gz Summary : Functools like those found in stdlib Group : Development/Tools License : MIT @@ -28,7 +28,7 @@ BuildRequires : pypi-virtualenv %description .. image:: https://img.shields.io/pypi/v/jaraco.functools.svg -:target: `PyPI link`_ +:target: https://pypi.org/project/jaraco.functools %package license Summary: license components for the pypi-jaraco.functools package. @@ -59,10 +59,10 @@ python3 components for the pypi-jaraco.functools package. %prep -%setup -q -n jaraco.functools-3.5.2 -cd %{_builddir}/jaraco.functools-3.5.2 +%setup -q -n jaraco.functools-3.6.0 +cd %{_builddir}/jaraco.functools-3.6.0 pushd .. -cp -a jaraco.functools-3.5.2 buildavx2 +cp -a jaraco.functools-3.6.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=1672283392 +export SOURCE_DATE_EPOCH=1676920033 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " diff --git a/release b/release index e373ee6..82cced2 100644 --- a/release +++ b/release @@ -1 +1 @@ -50 +51 diff --git a/upstream b/upstream index e0d6123..971fef0 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -db84a399cd9d9e9bf37ee7245417cc2871922638/jaraco.functools-3.5.2.tar.gz +c37c641d5b39a3b383e69191601a942ee7161e19/jaraco.functools-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