Skip to content

Commit

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

Jason R. Coombs (7):
      Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.
      Normalized headings in changelog.
      Remove troubleshooting config file, as the README and built-in diagnostics are better.
      Remove .travis-macos. I'm pretty sure it's not needed.
      Remove Dockerfile for Windows. I haven't been able to use Docker with a windows guest since Apple Silicon.
      Fixed EncodingWarnings.
      Rendered changelog.
  • Loading branch information
fenrus75 committed Jun 22, 2023
1 parent c349edb commit 38b1bed
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz
URL = https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.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/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz
url = https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-keyring.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Using build pattern: pyproject
#
Name : pypi-keyring
Version : 24.0.0
Release : 135
URL : https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/31/42/f29907a72907df16326fa425cfd3a144f00d9a613063467f8b58d2ac58a5/keyring-24.0.0.tar.gz
Version : 24.0.1
Release : 136
URL : https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/dd/f4/254b3a89f9cef31d75c98d14bd607b4603c77b8fb5fa72a63274fc365cd1/keyring-24.0.1.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand Down Expand Up @@ -68,18 +68,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-24.0.0
cd %{_builddir}/keyring-24.0.0
%setup -q -n keyring-24.0.1
cd %{_builddir}/keyring-24.0.1
pushd ..
cp -a keyring-24.0.0 buildavx2
cp -a keyring-24.0.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=1687273280
export SOURCE_DATE_EPOCH=1687445988
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 @@
135
136
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e03805d443885246376dd0851bdef80d04a8c37/keyring-24.0.0.tar.gz
74548e7bc458e732e789d867e5277865372bb3de/keyring-24.0.1.tar.gz

0 comments on commit 38b1bed

Please sign in to comment.