Skip to content

Commit 68bdc9f

Browse files
committed
pypi-keyring: Autospec creation for update from version 25.3.0 to version 25.4.0
Anderson Bravalheri (1): Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes (jaraco/skeleton#140) Avasam (4): Add Protocols, remove @overload, from `.coveragerc` `exclude_also` (jaraco/skeleton#135) Loosen restrictions on mypy (jaraco/skeleton#136) Re-enable mypy and add libraries to type checking Fix an incompatibility (and source of merge conflicts) with projects using Ruff/isort. David Hotham (1): add a couple of type annotations Dimitri Papadopoulos Orfanos (1): Update to the latest ruff version (jaraco/skeleton#137) Jason R. Coombs (16): Split the test dependencies into four classes (test, cover, type, check). (jaraco/skeleton#139) Add upstream and local sections for 'type' extra, since many projects will have 'types-*' dependencies. 🧎‍♀️ Genuflect to the types. 🧎‍♀️ Genuflect to the types. Restrict SimpleCredential to require a password. Introduce AnonymousCredential to support the use-case of a secret without a username. Add news fragment. Disable mypy for now. Ref jaraco/skeleton#143 Move overload-overlap disablement to its own line for easier diffs and simpler relevant comments. Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comment to delineate where the skeleton ends and the downstream begins. Add support for linking usernames. Include the trailing slash in disable_error_code(overload-overlap), also required for clean diffs. Remove workaround for sphinx-contrib/sphinx-lint#83 Allow the workflow to be triggered manually. Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146) Finalize
1 parent 5762b2c commit 68bdc9f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.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/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/keyring/
66
domain =

pypi-keyring.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
44
# Using build pattern: pyproject
5-
# autospec version: v18
5+
# autospec version: v19
66
# autospec commit: f35655a
77
#
88
Name : pypi-keyring
9-
Version : 25.3.0
10-
Release : 147
11-
URL : https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/32/30/bfdde7294ba6bb2f519950687471dc6a0996d4f77ab30d75c841fa4994ed/keyring-25.3.0.tar.gz
9+
Version : 25.4.0
10+
Release : 148
11+
URL : https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/e2/d3/a4e8a1bddbd31482c4d70ef2252b185402604601dac521a84345b99e8b8d/keyring-25.4.0.tar.gz
1313
Summary : Store and access your passwords safely.
1414
Group : Development/Tools
1515
License : MIT Python-2.0
@@ -71,18 +71,18 @@ python3 components for the pypi-keyring package.
7171

7272

7373
%prep
74-
%setup -q -n keyring-25.3.0
75-
cd %{_builddir}/keyring-25.3.0
74+
%setup -q -n keyring-25.4.0
75+
cd %{_builddir}/keyring-25.4.0
7676
pushd ..
77-
cp -a keyring-25.3.0 buildavx2
77+
cp -a keyring-25.4.0 buildavx2
7878
popd
7979

8080
%build
8181
export http_proxy=http://127.0.0.1:9/
8282
export https_proxy=http://127.0.0.1:9/
8383
export no_proxy=localhost,127.0.0.1,0.0.0.0
8484
export LANG=C.UTF-8
85-
export SOURCE_DATE_EPOCH=1722638376
85+
export SOURCE_DATE_EPOCH=1726676997
8686
export GCC_IGNORE_WERROR=1
8787
export AR=gcc-ar
8888
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
147
1+
148

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d12fc86815eac4cb6b0b4d092b56e28bb00f0075/keyring-25.3.0.tar.gz
1+
4707179191c73c44461ffe1f6e1bed25e3d5919d/keyring-25.4.0.tar.gz

0 commit comments

Comments
 (0)