From a988c32cad96ec3e728382fd89112246e9c820f6 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 7 Nov 2022 17:54:15 +0000 Subject: [PATCH] pypi-keyring: Autospec creation for update from version 23.9.3 to version 23.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Christoph Reiter (1): libsecret: skip if there is no secret service running Jason R. Coombs (7): Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63. When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197. Adopt furo theme for docs. Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635). Bump requirement on importlib_metadata to 4.11.4. Fixes #526. Disable flake8 due to incompatibility. Update changelog Matěj Cepl (1): Fix typo --- Makefile | 2 +- options.conf | 4 +++- pypi-keyring.spec | 21 +++++++++++---------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index d4cd288..f40e4bc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-keyring -URL = https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz +URL = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 86537c6..67767f9 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-keyring -url = https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz +url = https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz archives = giturl = https://github.com/jaraco/keyring/ domain = @@ -35,6 +35,8 @@ insecure_build = false keepstatic = false # do not require autostart subpackage no_autostart = false +# do not use the replacement pattern for file matching +no_glob = false # do not generate debuginfo for this package nodebug = false # disable stripping binaries diff --git a/pypi-keyring.spec b/pypi-keyring.spec index f2a9855..9181e59 100644 --- a/pypi-keyring.spec +++ b/pypi-keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-keyring -Version : 23.9.3 -Release : 130 -URL : https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz -Source0 : https://files.pythonhosted.org/packages/2a/ef/28d3d5428108111dae4304a2ebec80d113aea9e78c939e25255425d486ff/keyring-23.9.3.tar.gz +Version : 23.11.0 +Release : 131 +URL : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/1c/35/c22960f14f5e17384296b2f09da259f8b5244fb3831eccec71cf948a49c6/keyring-23.11.0.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -59,6 +59,7 @@ Summary: python3 components for the pypi-keyring package. Group: Default Requires: python3-core Provides: pypi(keyring) +Requires: pypi(importlib_metadata) Requires: pypi(jaraco.classes) Requires: pypi(jeepney) Requires: pypi(secretstorage) @@ -68,10 +69,10 @@ python3 components for the pypi-keyring package. %prep -%setup -q -n keyring-23.9.3 -cd %{_builddir}/keyring-23.9.3 +%setup -q -n keyring-23.11.0 +cd %{_builddir}/keyring-23.11.0 pushd .. -cp -a keyring-23.9.3 buildavx2 +cp -a keyring-23.11.0 buildavx2 popd %build @@ -79,7 +80,7 @@ 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=1663600709 +export SOURCE_DATE_EPOCH=1667843649 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -91,8 +92,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto " export MAKEFLAGS=%{?_smp_mflags} python3 -m build --wheel --skip-dependency-check --no-isolation pushd ../buildavx2/ -export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx" -export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx " +export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " +export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 " export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 " export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 " diff --git a/release b/release index fd03ab2..a57f6ce 100644 --- a/release +++ b/release @@ -1 +1 @@ -130 +131 diff --git a/upstream b/upstream index 893a35c..a8970c3 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -840f129b4df01e19cbfffeb9ff0870eb6a243354/keyring-23.9.3.tar.gz +be5891faa368caba2e9c7dd92080df3aa291f221/keyring-23.11.0.tar.gz diff --git a/versions b/versions index 76f0b94..94c0153 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -23.9.3 +23.11.0