From 801046993c1d5ec4baa8307cb297ea40d0b5e77a Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 28 Oct 2024 15:03:46 +0000 Subject: [PATCH] pypi-keyring: Autospec creation for update from version 25.4.1 to version 25.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anderson Bravalheri (1): Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skeleton#150) Jamie Beverley (2): fix: passing a username not associated to a credential to get_credential for WinVaultKeyring returns None remove faulty test assertion (presumably a result of some async dbus thing on linux?) Jason R. Coombs (8): Add news fragment. Add news fragment. 👹 Feed the hobgoblins (delint). Updated comment to match new behavior. Restore the indentation on the check, keeping the logic in the only place it's reachable (and limiting the diff). Unified the Windows.get_password and .get_credential logic through a new _resolve_credential method. 🧎‍♀️ Genuflect to the types. Finalize Tor Arvid Lund (1): Expand user home directory in config --- 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 723baf6..6cb0789 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-keyring -URL = https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz +URL = https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 54e6baa..867fd94 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-keyring -url = https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz +url = https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz archives = giturl = https://github.com/jaraco/keyring/ domain = diff --git a/pypi-keyring.spec b/pypi-keyring.spec index a214bbc..be05f7c 100644 --- a/pypi-keyring.spec +++ b/pypi-keyring.spec @@ -6,10 +6,10 @@ # autospec commit: f35655a # Name : pypi-keyring -Version : 25.4.1 -Release : 149 -URL : https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz +Version : 25.5.0 +Release : 150 +URL : https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -71,10 +71,10 @@ python3 components for the pypi-keyring package. %prep -%setup -q -n keyring-25.4.1 -cd %{_builddir}/keyring-25.4.1 +%setup -q -n keyring-25.5.0 +cd %{_builddir}/keyring-25.5.0 pushd .. -cp -a keyring-25.4.1 buildavx2 +cp -a keyring-25.5.0 buildavx2 popd %build @@ -82,7 +82,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=1727045099 +export SOURCE_DATE_EPOCH=1730127822 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index 15c44e9..fa8f08c 100644 --- a/release +++ b/release @@ -1 +1 @@ -149 +150 diff --git a/upstream b/upstream index 53b8b25..55388db 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -a73bcfeab8faa2d9c6a90fceba71678a9a26e6d3/keyring-25.4.1.tar.gz +2ceb1e5e07575063ede520751708d1114ecaf931/keyring-25.5.0.tar.gz