From 412d5ec0e2e8614ad16bc3b6f62f539a75afc1be Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 25 Mar 2021 15:33:15 +0000 Subject: [PATCH] keyring: Autospec creation for update from version 23.0.0 to version 23.0.1 Jason R. Coombs (10): Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Tidelift no longer requires or expects publishing release notes. Remove Tidelift from main.yml, no longer needed Refine language in TypeError. Fixes #504. Update changelog. sigalsax (1): Add instructions for running keyring in container --- Makefile | 2 +- buildreq_cache | 2 +- keyring.spec | 16 ++++++++-------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 5f0b443..07f5d55 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := keyring -URL = https://files.pythonhosted.org/packages/e8/3e/4daf55c21dc38dfa39a5780fb1c9a15dbbe8d680a715b0c81c29be51662c/keyring-23.0.0.tar.gz +URL = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index e01bbce..7db76a2 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,4 +1,4 @@ -23.0.0 +23.0.1 setuptools setuptools_scm-python toml-python \ No newline at end of file diff --git a/keyring.spec b/keyring.spec index 4873d77..fc0e102 100644 --- a/keyring.spec +++ b/keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : keyring -Version : 23.0.0 -Release : 96 -URL : https://files.pythonhosted.org/packages/e8/3e/4daf55c21dc38dfa39a5780fb1c9a15dbbe8d680a715b0c81c29be51662c/keyring-23.0.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/e8/3e/4daf55c21dc38dfa39a5780fb1c9a15dbbe8d680a715b0c81c29be51662c/keyring-23.0.0.tar.gz +Version : 23.0.1 +Release : 97 +URL : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -71,15 +71,15 @@ python3 components for the keyring package. %prep -%setup -q -n keyring-23.0.0 -cd %{_builddir}/keyring-23.0.0 +%setup -q -n keyring-23.0.1 +cd %{_builddir}/keyring-23.0.1 %build 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=1615218271 +export SOURCE_DATE_EPOCH=1616686392 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -100,7 +100,7 @@ python setup.py ptr || : export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/keyring -cp %{_builddir}/keyring-23.0.0/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/keyring-23.0.1/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/options.conf b/options.conf index 76c5e13..67210a4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = keyring -url = https://files.pythonhosted.org/packages/e8/3e/4daf55c21dc38dfa39a5780fb1c9a15dbbe8d680a715b0c81c29be51662c/keyring-23.0.0.tar.gz +url = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz archives = giturl = https://github.com/jaraco/keyring.git domain = diff --git a/release b/release index f906e18..c17e934 100644 --- a/release +++ b/release @@ -1 +1 @@ -96 +97 diff --git a/upstream b/upstream index e3b3c98..0dbcc6e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -c07bf8653a40f9a8cb9730fd9d6e0c6d76f3be1d/keyring-23.0.0.tar.gz +5a0983d1e3b25cfa3e82fce696fce4c2a9321fc2/keyring-23.0.1.tar.gz diff --git a/versions b/versions index 84b76f4..c471f62 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -23.0.0 +23.0.1