From 38b1bede2630b19e07aa1c3e5cfa80215af7a3de Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 22 Jun 2023 14:59:53 +0000 Subject: [PATCH] pypi-keyring: Autospec creation for update from version 24.0.0 to version 24.0.1 Jason R. Coombs (7): Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83. Normalized headings in changelog. Remove troubleshooting config file, as the README and built-in diagnostics are better. Remove .travis-macos. I'm pretty sure it's not needed. Remove Dockerfile for Windows. I haven't been able to use Docker with a windows guest since Apple Silicon. Fixed EncodingWarnings. Rendered changelog. --- Makefile | 2 +- options.conf | 2 +- pypi-keyring.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 1e0743b..7dd451f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-keyring -URL = https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz +URL = https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index e17be94..f86cda4 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-keyring -url = https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz +url = https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz archives = giturl = https://github.com/jaraco/keyring/ domain = diff --git a/pypi-keyring.spec b/pypi-keyring.spec index e302ed1..1b78653 100644 --- a/pypi-keyring.spec +++ b/pypi-keyring.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-keyring -Version : 24.0.0 -Release : 135 -URL : https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz +Version : 24.0.1 +Release : 136 +URL : https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -68,10 +68,10 @@ python3 components for the pypi-keyring package. %prep -%setup -q -n keyring-24.0.0 -cd %{_builddir}/keyring-24.0.0 +%setup -q -n keyring-24.0.1 +cd %{_builddir}/keyring-24.0.1 pushd .. -cp -a keyring-24.0.0 buildavx2 +cp -a keyring-24.0.1 buildavx2 popd %build @@ -79,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=1687273280 +export SOURCE_DATE_EPOCH=1687445988 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index c8b255f..7296f25 100644 --- a/release +++ b/release @@ -1 +1 @@ -135 +136 diff --git a/upstream b/upstream index da34f79..3e9d26b 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -9e03805d443885246376dd0851bdef80d04a8c37/keyring-24.0.0.tar.gz +74548e7bc458e732e789d867e5277865372bb3de/keyring-24.0.1.tar.gz