Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 8bb3ca8

Browse files
fenrus75clrpackages
authored andcommitted
keyring: Autospec creation for update from version 23.0.1 to version 23.1.0
Brian Rutledge (1): Use shutil for rmtree Dmitry Shachnev (1): Fix markup error in CHANGES.rst Jason R. Coombs (14): Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add another code ⚫ Fade to black. 👹 Feed the hobgoblins (delint). Update changelog. Spencer Michaels (1): Update MacOS keychain APIs. Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36)
1 parent e8d7798 commit 8bb3ca8

8 files changed

+18
-24
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := keyring
2-
URL = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

buildreq_cache

-4
This file was deleted.

keyring.spec

+12-15
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : keyring
6-
Version : 23.0.1
7-
Release : 101
8-
URL : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz
6+
Version : 23.1.0
7+
Release : 102
8+
URL : https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz
1010
Summary : Store and access your passwords safely.
1111
Group : Development/Tools
1212
License : MIT Python-2.0
@@ -20,10 +20,7 @@ Requires: secretstorage
2020
BuildRequires : buildreq-distutils3
2121
BuildRequires : jeepney
2222
BuildRequires : secretstorage
23-
BuildRequires : setuptools
2423
BuildRequires : setuptools-python
25-
BuildRequires : setuptools_scm-python
26-
BuildRequires : toml-python
2724

2825
%description
2926
.. image:: https://img.shields.io/pypi/v/keyring.svg
@@ -71,23 +68,23 @@ python3 components for the keyring package.
7168

7269

7370
%prep
74-
%setup -q -n keyring-23.0.1
75-
cd %{_builddir}/keyring-23.0.1
71+
%setup -q -n keyring-23.1.0
72+
cd %{_builddir}/keyring-23.1.0
7673

7774
%build
7875
export http_proxy=http://127.0.0.1:9/
7976
export https_proxy=http://127.0.0.1:9/
8077
export no_proxy=localhost,127.0.0.1,0.0.0.0
8178
export LANG=C.UTF-8
82-
export SOURCE_DATE_EPOCH=1616686392
79+
export SOURCE_DATE_EPOCH=1629129117
8380
export GCC_IGNORE_WERROR=1
8481
export AR=gcc-ar
8582
export RANLIB=gcc-ranlib
8683
export NM=gcc-nm
87-
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 "
88-
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 "
89-
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 "
90-
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 "
84+
export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto "
85+
export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
86+
export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto "
87+
export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
9188
export MAKEFLAGS=%{?_smp_mflags}
9289
python3 setup.py build
9390

@@ -100,7 +97,7 @@ python setup.py ptr || :
10097
export MAKEFLAGS=%{?_smp_mflags}
10198
rm -rf %{buildroot}
10299
mkdir -p %{buildroot}/usr/share/package-licenses/keyring
103-
cp %{_builddir}/keyring-23.0.1/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1
100+
cp %{_builddir}/keyring-23.1.0/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1
104101
python3 -tt setup.py build install --root=%{buildroot}
105102
echo ----[ mark ]----
106103
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = keyring
3-
url = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/keyring.git
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
101
1+
102

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5a0983d1e3b25cfa3e82fce696fce4c2a9321fc2/keyring-23.0.1.tar.gz
1+
64376e05a8bdb32e8718a6391d2bb6758b88d85b/keyring-23.1.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.0.1
1+
23.1.0

whatrequires

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file contains recursive sources that require this package
2+
Cura
23
conda
34
lutris
45
spyder-ide

0 commit comments

Comments
 (0)