Skip to content

Commit

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

Avasam (1):
      Allow mypy on PyPy (jaraco/skeleton#111)

Jason R. Coombs (32):
      Remove Sphinx pin. Ref sphinx-doc/sphinx#11662.
      Include deps from the base config in diffcov.
      Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.
      Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110.
      Unify 'create_cf' functionality under a singledispatch.
      Prefer constants to literals with comments.
      Prefer map when appropriate.
      Python booleans are numerics, so just pass it to c_int32.
      Allow cf_create to create integer types as well.
      Fix coverage directive in keyring._compat
      👹 Feed the hobgoblins (delint).
      Ran pyupgrade for Python 3.8+ followed by ruff format.
      👹 Feed the hobgoblins (delint).
      Consolidate adjacent strings.
      Moved compatibility modules into a compat package.
      Re-use 'once' from jaraco.functools
      Removed check for config in XDG_DATA_HOME on Linux systems.
      In platform config support, remove support for Windows XP, now 10 years sunset.
      Re-use 'suppress' from jaraco.context.
      Rely on contextlib.suppress in util.suppress_exceptions.
      Apply bugbear fixes from ruff
      Use '_unused' for an unused variable name.
      Remove ignore check for macOS API module now that compatible versions of Python 3.8 are in CI. Ref #547.
      👹 Feed the hobgoblins (delint).
      👹 Feed the hobgoblins (delint).
      Ran ruff check --fix --select UP --unsafe-fixes
      👹 Feed the hobgoblins (delint).
      Replace .format with f-strings. Rely on repr to quote values.
      Correct the order of username/service
      Remove superfluous error messages in tests.
      Replace remaining percent formatting with f-strings.
      Finalize
  • Loading branch information
fenrus75 committed Mar 24, 2024
1 parent 76fa4c1 commit 8dedb69
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-keyring
URL = https://files.pythonhosted.org/packages/ae/6c/bd2cfc6c708ce7009bdb48c85bb8cad225f5638095ecc8f49f15e8e1f35e/keyring-24.3.1.tar.gz
URL = https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-keyring
url = https://files.pythonhosted.org/packages/ae/6c/bd2cfc6c708ce7009bdb48c85bb8cad225f5638095ecc8f49f15e8e1f35e/keyring-24.3.1.tar.gz
url = https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
22 changes: 12 additions & 10 deletions pypi-keyring.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v4
# autospec commit: e738c51
# autospec version: v5
# autospec commit: c02b2fe
#
Name : pypi-keyring
Version : 24.3.1
Release : 142
URL : https://files.pythonhosted.org/packages/ae/6c/bd2cfc6c708ce7009bdb48c85bb8cad225f5638095ecc8f49f15e8e1f35e/keyring-24.3.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/ae/6c/bd2cfc6c708ce7009bdb48c85bb8cad225f5638095ecc8f49f15e8e1f35e/keyring-24.3.1.tar.gz
Version : 25.0.0
Release : 143
URL : https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/93/c3/6fafc393844ef43b36a5d908495ee49dd7e67f3568d4ae848a696daaf713/keyring-25.0.0.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand Down Expand Up @@ -61,6 +61,8 @@ Group: Default
Requires: python3-core
Provides: pypi(keyring)
Requires: pypi(jaraco.classes)
Requires: pypi(jaraco.context)
Requires: pypi(jaraco.functools)
Requires: pypi(jeepney)
Requires: pypi(secretstorage)

Expand All @@ -69,18 +71,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-24.3.1
cd %{_builddir}/keyring-24.3.1
%setup -q -n keyring-25.0.0
cd %{_builddir}/keyring-25.0.0
pushd ..
cp -a keyring-24.3.1 buildavx2
cp -a keyring-25.0.0 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=1709079387
export SOURCE_DATE_EPOCH=1711240229
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
142
143
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
855d35dc2a944029f593cb5ec72ffbcd90ec31ba/keyring-24.3.1.tar.gz
76b90099c8bef9362ba8b282c38c7a274fe0e59f/keyring-25.0.0.tar.gz

0 comments on commit 8dedb69

Please sign in to comment.