Skip to content

Commit e387c6d

Browse files
committed
pypi-keyring: Autospec creation for update from version 25.0.0 to version 25.1.0
Jason R. Coombs (11): Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103. Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Move Python 3.11 out of the test matrix. Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Replace ExceptionRaisedContext with ExceptionTrap. Remove test skip, no longer relevant with Python 3.8 minimum. Inject the current directory to sys.path in multiprocessing tests. Closes #673. Ref pytest-dev/pytest#12178. Move Python 3.8 compatibility logic into the compat package. When completion is unavailable, exit with non-zero status and emit message to stderr. Finalize Finalize
1 parent 8dedb69 commit e387c6d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-keyring
2-
URL = https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/18/ec/cc0afdcd7538d4942a6b78f858139120a8c7999e554004080ed312e43886/keyring-25.1.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-keyring
3-
url = https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/18/ec/cc0afdcd7538d4942a6b78f858139120a8c7999e554004080ed312e43886/keyring-25.1.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/keyring/
66
domain =

pypi-keyring.spec

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
44
# Using build pattern: pyproject
5-
# autospec version: v5
6-
# autospec commit: c02b2fe
5+
# autospec version: v7
6+
# autospec commit: f56f1fa
77
#
88
Name : pypi-keyring
9-
Version : 25.0.0
10-
Release : 143
11-
URL : https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
9+
Version : 25.1.0
10+
Release : 144
11+
URL : https://files.pythonhosted.org/packages/18/ec/cc0afdcd7538d4942a6b78f858139120a8c7999e554004080ed312e43886/keyring-25.1.0.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/18/ec/cc0afdcd7538d4942a6b78f858139120a8c7999e554004080ed312e43886/keyring-25.1.0.tar.gz
1313
Summary : Store and access your passwords safely.
1414
Group : Development/Tools
1515
License : MIT Python-2.0
@@ -71,18 +71,18 @@ python3 components for the pypi-keyring package.
7171

7272

7373
%prep
74-
%setup -q -n keyring-25.0.0
75-
cd %{_builddir}/keyring-25.0.0
74+
%setup -q -n keyring-25.1.0
75+
cd %{_builddir}/keyring-25.1.0
7676
pushd ..
77-
cp -a keyring-25.0.0 buildavx2
77+
cp -a keyring-25.1.0 buildavx2
7878
popd
7979

8080
%build
8181
export http_proxy=http://127.0.0.1:9/
8282
export https_proxy=http://127.0.0.1:9/
8383
export no_proxy=localhost,127.0.0.1,0.0.0.0
8484
export LANG=C.UTF-8
85-
export SOURCE_DATE_EPOCH=1711240229
85+
export SOURCE_DATE_EPOCH=1712110054
8686
export GCC_IGNORE_WERROR=1
8787
export AR=gcc-ar
8888
export RANLIB=gcc-ranlib

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
143
1+
144

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
76b90099c8bef9362ba8b282c38c7a274fe0e59f/keyring-25.0.0.tar.gz
1+
b51bd2fcc6e63b513b797b89731d37def557e49f/keyring-25.1.0.tar.gz

0 commit comments

Comments
 (0)