From 26f8afbce16a621a022c1719e66ceef6f2515a0d Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 19 Dec 2022 18:25:07 +0000 Subject: [PATCH] pypi-keyring: Autospec creation for update from version 23.11.0 to version 23.13.1 Andreas Maier (1): Fixed install error on Windows with Python 3.8+ Jason R. Coombs (22): 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. Update tidelift boilerplate with proper reference. Add jaraco to funding. 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. Remove PSF license. It wasn't really valid in this form anyway. Fixes #607. 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. Update changelog Declare choices using choices keyword. Ref #611. Move all completion logic into a completion module. Move zsh to its own file and load it using importlib resources. Update README to use imperative voice. Add consideration about macOS Homebrew on Apple Silicon. Corrected typos. Updated to match style of other sections. Moved completions into its own section. Update changelog Add test capturing failed expectation. Ref #573. Delete the password even if blank. Fixes #573. Update changelog. Ref #573. Wu Zhenyu (1): Fix #608 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-keyring.spec | 20 +++++++++----------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index f40e4bc..849dc2e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-keyring -URL = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz +URL = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 67767f9..72228fd 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-keyring -url = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz +url = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz archives = giturl = https://github.com/jaraco/keyring/ domain = diff --git a/pypi-keyring.spec b/pypi-keyring.spec index 9181e59..e228835 100644 --- a/pypi-keyring.spec +++ b/pypi-keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-keyring -Version : 23.11.0 -Release : 131 -URL : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz +Version : 23.13.1 +Release : 132 +URL : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -24,9 +24,7 @@ BuildRequires : pypi(setuptools_scm) %description .. image:: https://img.shields.io/pypi/v/keyring.svg -:target: `PyPI link`_ -.. image:: https://img.shields.io/pypi/pyversions/keyring.svg -:target: `PyPI link`_ +:target: https://pypi.org/project/keyring %package bin Summary: bin components for the pypi-keyring package. @@ -69,10 +67,10 @@ python3 components for the pypi-keyring package. %prep -%setup -q -n keyring-23.11.0 -cd %{_builddir}/keyring-23.11.0 +%setup -q -n keyring-23.13.1 +cd %{_builddir}/keyring-23.13.1 pushd .. -cp -a keyring-23.11.0 buildavx2 +cp -a keyring-23.13.1 buildavx2 popd %build @@ -80,7 +78,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=1667843649 +export SOURCE_DATE_EPOCH=1671474302 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index a57f6ce..94361d4 100644 --- a/release +++ b/release @@ -1 +1 @@ -131 +132 diff --git a/upstream b/upstream index a8970c3..da331e1 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -be5891faa368caba2e9c7dd92080df3aa291f221/keyring-23.11.0.tar.gz +d26055ab21fe4c6dbc468bd6d268b840c446bacb/keyring-23.13.1.tar.gz diff --git a/versions b/versions index 94c0153..d444594 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -23.11.0 +23.13.1