Skip to content

Commit

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

Dmitry Shachnev (1):
      Fix wrong import name

Jason R. Coombs (5):
      Update changelog. Ref #597.
      Add test to ensure varnames are calculated correctly. Ref #596.
      Add workaround for pytest-dev/pluggy#358. Fixes #596.
      Also use functools.wraps on the wrapper in case the hook machinery relies on the name of the function.
      Remove superfluous import by using the exception from the namespace.
  • Loading branch information
fenrus75 committed Sep 19, 2022
1 parent 4cf347c commit a7d75d3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-keyring
URL = https://files.pythonhosted.org/packages/99/00/072e2e03d32286c12b963a236f41040a528316a5a5c2fac6ff4029c85386/keyring-23.9.1.tar.gz
URL = https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-keyring
url = https://files.pythonhosted.org/packages/99/00/072e2e03d32286c12b963a236f41040a528316a5a5c2fac6ff4029c85386/keyring-23.9.1.tar.gz
url = https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-keyring.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-keyring
Version : 23.9.1
Release : 127
URL : https://files.pythonhosted.org/packages/99/00/072e2e03d32286c12b963a236f41040a528316a5a5c2fac6ff4029c85386/keyring-23.9.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/99/00/072e2e03d32286c12b963a236f41040a528316a5a5c2fac6ff4029c85386/keyring-23.9.1.tar.gz
Version : 23.9.3
Release : 128
URL : https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand Down Expand Up @@ -68,18 +68,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-23.9.1
cd %{_builddir}/keyring-23.9.1
%setup -q -n keyring-23.9.3
cd %{_builddir}/keyring-23.9.3
pushd ..
cp -a keyring-23.9.1 buildavx2
cp -a keyring-23.9.3 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=1662394284
export SOURCE_DATE_EPOCH=1663600709
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
127
128
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
4cb74a604fcf154a802fe7a78fc4dbae4da268f7/keyring-23.9.1.tar.gz
840f129b4df01e19cbfffeb9ff0870eb6a243354/keyring-23.9.3.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
23.9.1
23.9.3

0 comments on commit a7d75d3

Please sign in to comment.