Skip to content

Commit

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

Dimitri Papadopoulos Orfanos (2):
      "preserve" does not require preview any more (jaraco/skeleton#133)
      Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132)

Jason R. Coombs (12):
      Add a test capturing the missed expectation. Ref #668.
      Mark the test as xfail where it's failing (Windows).
      Rename extras to align with core metadata spec.
      Prefer "Source" to "Homepage" for the repository label.
      Add a test to cover core.disable. Reveals EncodingWarning. Ref #685
      Exclude pytest-ruff (and thus ruff), which cannot build on cygwin.
      Re-enable preview, this time not for one specific feature, but for all features in preview.
      Deprecate setting a password for an empty username.
      Extract method for registration.
      When constructing KeyringBackend subclasses, wrap set_password to enforce non-empty usernames.
      Add news fragment.
      Finalize

RatishT (1):
      Fix pylint warning `unspecified-encoding`
  • Loading branch information
fenrus75 committed Aug 2, 2024
1 parent 247037d commit 5762b2c
Show file tree
Hide file tree
Showing 5 changed files with 18 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/3e/e9/54f232e659f635a000d94cfbca40b9d5d617707593c3d552ec14d3ba27f1/keyring-25.2.1.tar.gz
URL = https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
6 changes: 5 additions & 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/3e/e9/54f232e659f635a000d94cfbca40b9d5d617707593c3d552ec14d3ba27f1/keyring-25.2.1.tar.gz
url = https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand All @@ -17,6 +17,8 @@ allow_test_failures = true
asneeded = false
# this package is trusted enough to automatically update (used by other tools)
autoupdate = true
# try to use mock short circuit to avoid full rebuilds
avoid_rebuild = false
# extend flags with '-std=gnu++98
broken_c++ = false
# disable parallelization during build
Expand Down Expand Up @@ -71,6 +73,8 @@ use_avx512 = false
use_clang = false
# configure build for lto
use_lto = true
# use ninja build files
use_ninja = false
# require package verification for build
verify_required = false

20 changes: 10 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: v10
# autospec commit: 5905be9
# autospec version: v18
# autospec commit: f35655a
#
Name : pypi-keyring
Version : 25.2.1
Release : 146
URL : https://files.pythonhosted.org/packages/3e/e9/54f232e659f635a000d94cfbca40b9d5d617707593c3d552ec14d3ba27f1/keyring-25.2.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/3e/e9/54f232e659f635a000d94cfbca40b9d5d617707593c3d552ec14d3ba27f1/keyring-25.2.1.tar.gz
Version : 25.3.0
Release : 147
URL : https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand Down Expand Up @@ -71,18 +71,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-25.2.1
cd %{_builddir}/keyring-25.2.1
%setup -q -n keyring-25.3.0
cd %{_builddir}/keyring-25.3.0
pushd ..
cp -a keyring-25.2.1 buildavx2
cp -a keyring-25.3.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=1715699694
export SOURCE_DATE_EPOCH=1722638376
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 @@
146
147
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd05d6dcd27ea9a2aa55560a6dbbe7940a275f3b/keyring-25.2.1.tar.gz
d12fc86815eac4cb6b0b4d092b56e28bb00f0075/keyring-25.3.0.tar.gz

0 comments on commit 5762b2c

Please sign in to comment.