From 8bb3ca8b9631c37ccd67af2e8b9c2d49af7d093c Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 16 Aug 2021 15:52:01 +0000 Subject: [PATCH] keyring: Autospec creation for update from version 23.0.1 to version 23.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 asottile/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) --- Makefile | 2 +- buildreq_cache | 4 ---- keyring.spec | 27 ++++++++++++--------------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- whatrequires | 1 + 8 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 buildreq_cache diff --git a/Makefile b/Makefile index 07f5d55..b61acdf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := keyring -URL = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz +URL = https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache deleted file mode 100644 index 7db76a2..0000000 --- a/buildreq_cache +++ /dev/null @@ -1,4 +0,0 @@ -23.0.1 -setuptools -setuptools_scm-python -toml-python \ No newline at end of file diff --git a/keyring.spec b/keyring.spec index 818effe..03a3c34 100644 --- a/keyring.spec +++ b/keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : keyring -Version : 23.0.1 -Release : 101 -URL : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz +Version : 23.1.0 +Release : 102 +URL : https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -20,10 +20,7 @@ Requires: secretstorage BuildRequires : buildreq-distutils3 BuildRequires : jeepney BuildRequires : secretstorage -BuildRequires : setuptools BuildRequires : setuptools-python -BuildRequires : setuptools_scm-python -BuildRequires : toml-python %description .. image:: https://img.shields.io/pypi/v/keyring.svg @@ -71,23 +68,23 @@ python3 components for the keyring package. %prep -%setup -q -n keyring-23.0.1 -cd %{_builddir}/keyring-23.0.1 +%setup -q -n keyring-23.1.0 +cd %{_builddir}/keyring-23.1.0 %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=1616686392 +export SOURCE_DATE_EPOCH=1629129117 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib export NM=gcc-nm -export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=4 " -export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " -export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=4 " -export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=4 " +export CFLAGS="$CFLAGS -O3 -ffat-lto-objects -flto=auto " +export FCFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " +export FFLAGS="$FFLAGS -O3 -ffat-lto-objects -flto=auto " +export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} python3 setup.py build @@ -100,7 +97,7 @@ python setup.py ptr || : export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/keyring -cp %{_builddir}/keyring-23.0.1/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/keyring-23.1.0/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/options.conf b/options.conf index 67210a4..203d89b 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = keyring -url = https://files.pythonhosted.org/packages/b0/b5/b27458e1d2adf2a11c6e95c67ac63f828e96fe7e166132e5dacbe03e88c0/keyring-23.0.1.tar.gz +url = https://files.pythonhosted.org/packages/cc/ff/89ec0e9c71181f631b7892a290b0a159875354b207b33e5012d3bcdf71b1/keyring-23.1.0.tar.gz archives = giturl = https://github.com/jaraco/keyring.git domain = diff --git a/release b/release index 398050c..257e563 100644 --- a/release +++ b/release @@ -1 +1 @@ -101 +102 diff --git a/upstream b/upstream index 0dbcc6e..2968730 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -5a0983d1e3b25cfa3e82fce696fce4c2a9321fc2/keyring-23.0.1.tar.gz +64376e05a8bdb32e8718a6391d2bb6758b88d85b/keyring-23.1.0.tar.gz diff --git a/versions b/versions index c471f62..f8aed3e 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -23.0.1 +23.1.0 diff --git a/whatrequires b/whatrequires index 17b06a6..318ec31 100644 --- a/whatrequires +++ b/whatrequires @@ -1,4 +1,5 @@ # This file contains recursive sources that require this package +Cura conda lutris spyder-ide