Skip to content

Commit

Permalink
pypi-keyring: Autospec creation for update from version 23.11.0 to ve…
Browse files Browse the repository at this point in the history
…rsion 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)
  • Loading branch information
fenrus75 committed Dec 19, 2022
1 parent a988c32 commit 26f8afb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-keyring
URL = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
URL = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.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/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
url = https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
20 changes: 9 additions & 11 deletions pypi-keyring.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-keyring
Version : 23.11.0
Release : 131
URL : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz
Version : 23.13.1
Release : 132
URL : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/55/fe/282f4c205add8e8bb3a1635cbbac59d6def2e0891b145aa553a0e40dd2d0/keyring-23.13.1.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand All @@ -24,9 +24,7 @@ BuildRequires : pypi(setuptools_scm)

%description
.. image:: https://img.shields.io/pypi/v/keyring.svg
:target: `PyPI link`_
.. image:: https://img.shields.io/pypi/pyversions/keyring.svg
:target: `PyPI link`_
:target: https://pypi.org/project/keyring

%package bin
Summary: bin components for the pypi-keyring package.
Expand Down Expand Up @@ -69,18 +67,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-23.11.0
cd %{_builddir}/keyring-23.11.0
%setup -q -n keyring-23.13.1
cd %{_builddir}/keyring-23.13.1
pushd ..
cp -a keyring-23.11.0 buildavx2
cp -a keyring-23.13.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=1667843649
export SOURCE_DATE_EPOCH=1671474302
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
131
132
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
be5891faa368caba2e9c7dd92080df3aa291f221/keyring-23.11.0.tar.gz
d26055ab21fe4c6dbc468bd6d268b840c446bacb/keyring-23.13.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
23.11.0
23.13.1

0 comments on commit 26f8afb

Please sign in to comment.