Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit b850f4e

Browse files
fenrus75clrpackages
authored andcommitted
keyring: Autospec creation for update from version 21.2.1 to version 21.3.0
Dmitry Shachnev (1): Make SecretService get_credential return None for missing query Jason R. Coombs (12): Remove more references to tox-venv Mark the test as xfail, as it's failing on appveyor too. Ref #436. Add workaround for warning emitted when junitxml is used. Ref pytest-dev/pytest#6178. Include mypy for type checking during tests. Update hyperlink to point to GitHub. Ensure virtualenv is upgraded when installing tox. Fixes jaraco/path#188. Run tests on prereleases of Python on Windows. Fixes jaraco/skeleton#17. Add workaround for python/mypy#8627. Fixes jaraco/skeleton#18. Add 'refresh.svg' demonstrating an example of refreshing a project with the latest skeleton. Ref #7. Move workaround for python/mypy#8627 to tox.ini, as adding it to setup.cfg prevents releases to PyPI. Fixes jaraco/skeleton#19. Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18. Upadte changelog. Ref #440. jnsnow (1): Use correct XDG default for XDG_CONFIG_HOME
1 parent 8041f25 commit b850f4e

8 files changed

+14
-15
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := keyring
2-
URL = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

buildreq_cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
21.2.1
1+
21.3.0
22
setuptools
33
setuptools_scm-python
44
toml-python

keyring.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : keyring
6-
Version : 21.2.1
7-
Release : 81
8-
URL : https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz
6+
Version : 21.3.0
7+
Release : 82
8+
URL : https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz
1010
Summary : Store and access your passwords safely.
1111
Group : Development/Tools
1212
License : MIT Python-2.0
@@ -70,15 +70,15 @@ python3 components for the keyring package.
7070

7171

7272
%prep
73-
%setup -q -n keyring-21.2.1
74-
cd %{_builddir}/keyring-21.2.1
73+
%setup -q -n keyring-21.3.0
74+
cd %{_builddir}/keyring-21.3.0
7575

7676
%build
7777
export http_proxy=http://127.0.0.1:9/
7878
export https_proxy=http://127.0.0.1:9/
7979
export no_proxy=localhost,127.0.0.1,0.0.0.0
8080
export LANG=C.UTF-8
81-
export SOURCE_DATE_EPOCH=1588628416
81+
export SOURCE_DATE_EPOCH=1596468951
8282
export GCC_IGNORE_WERROR=1
8383
export AR=gcc-ar
8484
export RANLIB=gcc-ranlib
@@ -99,7 +99,7 @@ python setup.py ptr || :
9999
export MAKEFLAGS=%{?_smp_mflags}
100100
rm -rf %{buildroot}
101101
mkdir -p %{buildroot}/usr/share/package-licenses/keyring
102-
cp %{_builddir}/keyring-21.2.1/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1
102+
cp %{_builddir}/keyring-21.3.0/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1
103103
python3 -tt setup.py build install --root=%{buildroot}
104104
echo ----[ mark ]----
105105
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = keyring
3-
url = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/keyring.git
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
81
1+
82

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bb706a162e4eefeffef65a4e0614b4766c6ba1fd/keyring-21.2.1.tar.gz
1+
88e1434baead373d94e90d1758f6ef940f41a32b/keyring-21.3.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.2.1
1+
21.3.0

whatrequires

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file contains recursive sources that require this package
22
conda
3-
mercurial
43
spyder-ide
54
twine
65
wheel

0 commit comments

Comments
 (0)