Skip to content

Commit 26f8afb

Browse files
committed
pypi-keyring: Autospec creation for update from version 23.11.0 to version 23.13.1
Andreas Maier (1): Fixed install error on Windows with Python 3.8+ Jason R. Coombs (22): GHA pretty env (#67) Pin mypy to '<0.990' due to realpython/pytest-mypy#141 Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink. Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057. Update tidelift boilerplate with proper reference. Add jaraco to funding. Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux. Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87. Honor ResourceWarnings. Fixes jaraco/skeleton#73. Remove PSF license. It wasn't really valid in this form anyway. Fixes #607. tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74. Remove unnecessary shebang and encoding header in docs conf. Prevent Python 3.12 from blocking checks. Update changelog Declare choices using choices keyword. Ref #611. Move all completion logic into a completion module. Move zsh to its own file and load it using importlib resources. Update README to use imperative voice. Add consideration about macOS Homebrew on Apple Silicon. Corrected typos. Updated to match style of other sections. Moved completions into its own section. Update changelog Add test capturing failed expectation. Ref #573. Delete the password even if blank. Fixes #573. Update changelog. Ref #573. Wu Zhenyu (1): Fix #608 Zach Burnett (1): rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
1 parent a988c32 commit 26f8afb

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-keyring
2-
URL = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
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/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/keyring/
66
domain =

pypi-keyring.spec

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : pypi-keyring
6-
Version : 23.11.0
7-
Release : 131
8-
URL : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
6+
Version : 23.13.1
7+
Release : 132
8+
URL : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
1010
Summary : Store and access your passwords safely.
1111
Group : Development/Tools
1212
License : MIT Python-2.0
@@ -24,9 +24,7 @@ BuildRequires : pypi(setuptools_scm)
2424

2525
%description
2626
.. image:: https://img.shields.io/pypi/v/keyring.svg
27-
:target: `PyPI link`_
28-
.. image:: https://img.shields.io/pypi/pyversions/keyring.svg
29-
:target: `PyPI link`_
27+
:target: https://pypi.org/project/keyring
3028

3129
%package bin
3230
Summary: bin components for the pypi-keyring package.
@@ -69,18 +67,18 @@ python3 components for the pypi-keyring package.
6967

7068

7169
%prep
72-
%setup -q -n keyring-23.11.0
73-
cd %{_builddir}/keyring-23.11.0
70+
%setup -q -n keyring-23.13.1
71+
cd %{_builddir}/keyring-23.13.1
7472
pushd ..
75-
cp -a keyring-23.11.0 buildavx2
73+
cp -a keyring-23.13.1 buildavx2
7674
popd
7775

7876
%build
7977
export http_proxy=http://127.0.0.1:9/
8078
export https_proxy=http://127.0.0.1:9/
8179
export no_proxy=localhost,127.0.0.1,0.0.0.0
8280
export LANG=C.UTF-8
83-
export SOURCE_DATE_EPOCH=1667843649
81+
export SOURCE_DATE_EPOCH=1671474302
8482
export GCC_IGNORE_WERROR=1
8583
export AR=gcc-ar
8684
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
131
1+
132

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
be5891faa368caba2e9c7dd92080df3aa291f221/keyring-23.11.0.tar.gz
1+
d26055ab21fe4c6dbc468bd6d268b840c446bacb/keyring-23.13.1.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.11.0
1+
23.13.1

0 commit comments

Comments
 (0)