From 62a76b8621ba883777a0a141e59cc8de464435ca Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 1 Sep 2022 16:22:06 +0000 Subject: [PATCH] pypi-keyring: Autospec creation for update from version 23.8.2 to version 23.9.0 Jason R. Coombs (5): Replace stale vendored properties with original implementations in jaraco.classes. Update to setup-python v4. Fixes jaraco/skeleton#65. Also update release to v4 Add copy of properties module from jaraco.classes 3.2. Update changelog Liam (1): Update README.rst --- Makefile | 2 +- options.conf | 2 +- pypi-keyring.spec | 20 +++++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index bc23385..39a775c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-keyring -URL = https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz +URL = https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index b50aa68..f2f3214 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-keyring -url = https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz +url = https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz archives = giturl = https://github.com/jaraco/keyring/ domain = diff --git a/pypi-keyring.spec b/pypi-keyring.spec index 04d1206..a2a881b 100644 --- a/pypi-keyring.spec +++ b/pypi-keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-keyring -Version : 23.8.2 -Release : 125 -URL : https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz +Version : 23.9.0 +Release : 126 +URL : https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -16,6 +16,7 @@ Requires: pypi-keyring-python = %{version}-%{release} Requires: pypi-keyring-python3 = %{version}-%{release} Requires: pypi(secretstorage) BuildRequires : buildreq-distutils3 +BuildRequires : pypi(jaraco.classes) BuildRequires : pypi(jeepney) BuildRequires : pypi(secretstorage) BuildRequires : pypi(setuptools) @@ -58,6 +59,7 @@ Summary: python3 components for the pypi-keyring package. Group: Default Requires: python3-core Provides: pypi(keyring) +Requires: pypi(jaraco.classes) Requires: pypi(jeepney) Requires: pypi(secretstorage) @@ -66,10 +68,10 @@ python3 components for the pypi-keyring package. %prep -%setup -q -n keyring-23.8.2 -cd %{_builddir}/keyring-23.8.2 +%setup -q -n keyring-23.9.0 +cd %{_builddir}/keyring-23.9.0 pushd .. -cp -a keyring-23.8.2 buildavx2 +cp -a keyring-23.9.0 buildavx2 popd %build @@ -77,7 +79,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=1659971440 +export SOURCE_DATE_EPOCH=1662049321 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -109,7 +111,7 @@ python setup.py ptr || : export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-keyring -cp %{_builddir}/keyring-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/keyring-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-keyring/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 d136d6a..0a3e7b0 100644 --- a/release +++ b/release @@ -1 +1 @@ -125 +126 diff --git a/upstream b/upstream index cf442b4..e50fd76 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -0bc952cb51ed9f55bcaf0862ca3d5e800fa806dc/keyring-23.8.2.tar.gz +45abfe5a2612fa5094d19db91feb9dc4d4a449eb/keyring-23.9.0.tar.gz diff --git a/versions b/versions index 1fbbb1b..ca8f932 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -23.8.2 +23.9.0