Skip to content

Commit

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

Federico Fissore (1):
      Not accessing `credentials.username` if `credentials` is an instance of `AnonymousCredential`

Jason R. Coombs (5):
      Add test for get_credential with no username.
      Move class-specific behaviors into the classes.
      Add news fragment.
      Add another test to cover Credential._vars.
      Finalize
  • Loading branch information
fenrus75 committed Sep 22, 2024
1 parent 68bdc9f commit fd86d5c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
URL = https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.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/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
url = https://files.pythonhosted.org/packages/a5/1c/2bdbcfd5d59dc6274ffb175bc29aa07ecbfab196830e0cfbde7bd861a2ea/keyring-25.4.1.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-keyring.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v19
# autospec version: v20
# autospec commit: f35655a
#
Name : pypi-keyring
Version : 25.4.0
Release : 148
URL : https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
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
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.0
cd %{_builddir}/keyring-25.4.0
%setup -q -n keyring-25.4.1
cd %{_builddir}/keyring-25.4.1
pushd ..
cp -a keyring-25.4.0 buildavx2
cp -a keyring-25.4.1 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=1726676997
export SOURCE_DATE_EPOCH=1727045099
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 @@
148
149
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4707179191c73c44461ffe1f6e1bed25e3d5919d/keyring-25.4.0.tar.gz
a73bcfeab8faa2d9c6a90fceba71678a9a26e6d3/keyring-25.4.1.tar.gz

0 comments on commit fd86d5c

Please sign in to comment.