Skip to content

Commit

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

Jason R. Coombs (5):
      Replace stale vendored properties with original implementations in jaraco.classes.
      Update to setup-python v4. Fixes jaraco/skeleton#65.
      Also update release to v4
      Add copy of properties module from jaraco.classes 3.2.
      Update changelog

Liam (1):
      Update README.rst
  • Loading branch information
fenrus75 committed Sep 1, 2022
1 parent 8885863 commit 62a76b8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-keyring
URL = https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz
URL = https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.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/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz
url = https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz
archives =
giturl = https://github.com/jaraco/keyring/
domain =
Expand Down
20 changes: 11 additions & 9 deletions pypi-keyring.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-keyring
Version : 23.8.2
Release : 125
URL : https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/a7/d8/ca70a209ea09e97e4d9feba2f6b38b4eaf918de15a7ada3f3a2246c26cf9/keyring-23.8.2.tar.gz
Version : 23.9.0
Release : 126
URL : https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/86/81/ceec3ed3e7bf7e35101dbe306aa0e4f814c26320f462e1f2f5d10081aba7/keyring-23.9.0.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand All @@ -16,6 +16,7 @@ Requires: pypi-keyring-python = %{version}-%{release}
Requires: pypi-keyring-python3 = %{version}-%{release}
Requires: pypi(secretstorage)
BuildRequires : buildreq-distutils3
BuildRequires : pypi(jaraco.classes)
BuildRequires : pypi(jeepney)
BuildRequires : pypi(secretstorage)
BuildRequires : pypi(setuptools)
Expand Down Expand Up @@ -58,6 +59,7 @@ Summary: python3 components for the pypi-keyring package.
Group: Default
Requires: python3-core
Provides: pypi(keyring)
Requires: pypi(jaraco.classes)
Requires: pypi(jeepney)
Requires: pypi(secretstorage)

Expand All @@ -66,18 +68,18 @@ python3 components for the pypi-keyring package.


%prep
%setup -q -n keyring-23.8.2
cd %{_builddir}/keyring-23.8.2
%setup -q -n keyring-23.9.0
cd %{_builddir}/keyring-23.9.0
pushd ..
cp -a keyring-23.8.2 buildavx2
cp -a keyring-23.9.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=1659971440
export SOURCE_DATE_EPOCH=1662049321
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down Expand Up @@ -109,7 +111,7 @@ python setup.py ptr || :
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-keyring
cp %{_builddir}/keyring-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/keyring-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
125
126
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
0bc952cb51ed9f55bcaf0862ca3d5e800fa806dc/keyring-23.8.2.tar.gz
45abfe5a2612fa5094d19db91feb9dc4d4a449eb/keyring-23.9.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
23.8.2
23.9.0

0 comments on commit 62a76b8

Please sign in to comment.