Skip to content

Commit

Permalink
pypi-keyring: Autospec creation for update from version 25.4.1 to ver…
Browse files Browse the repository at this point in the history
…sion 25.5.0

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
  • Loading branch information
fenrus75 committed Oct 28, 2024
1 parent fd86d5c commit 8010469
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
16 changes: 8 additions & 8 deletions pypi-keyring.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -71,18 +71,18 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
149
150
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a73bcfeab8faa2d9c6a90fceba71678a9a26e6d3/keyring-25.4.1.tar.gz
2ceb1e5e07575063ede520751708d1114ecaf931/keyring-25.5.0.tar.gz

0 comments on commit 8010469

Please sign in to comment.