From 23c2c226e4325b4d5b567458559038b6cf090d41 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Mon, 4 May 2020 14:40:24 -0700 Subject: [PATCH] keyring: Autospec creation for update from version 21.2.0 to version 21.2.1 Jason R. Coombs (16): Suppress warnings in pytest-flake8, pytest-black, and pytest-checkdocs. Prefer pytest-black to pytest-black-multipy Test against Windows and Mac Define a default pool_vm_image Remove tox-venv and tox-pip-version. Tox-venv is discouraged (https://github.com/tox-dev/tox-venv/issues/48#issuecomment-620227405) and tox-pip-version was only there to support tox-venv. venv is dead; long live virtualenv. Add section on disabling keyring. Ref pypa/pip#6773 Replace use of pkg_resources in test_packaging. Add test capturing expectation that keyring should load degenerately if no metadata is present. Ref #426. Allow keyring to be imported in environments missing the metadata. Restores expectation lost in 19.3.0. Fixes #426. Alternative to #422. Update changelog. Ref #426. Add test capturing expectation that it should be possible to limit to recommended backends. Ref #423. Ensure ChainerBackend is excluded early to avoid recursion errors when evaluating limits on backends. Fixes #423. Update changelog. Ref #423. Rename tests to aid pytest with discovery. xfail the tests. Ref #436. Add test to trigger the undesirable behavior. Ref #355. --- Makefile | 2 +- buildreq_cache | 2 +- keyring.spec | 21 ++++++++++----------- options.conf | 4 +++- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 97936ef..090e08a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := keyring -URL = https://files.pythonhosted.org/packages/0b/2a/4abe0beccb37d125d77fd716d18c1a5cde509faa60a1b0d2e9bba13ec572/keyring-21.2.0.tar.gz +URL = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index 67effd7..c4e8d25 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,4 +1,4 @@ -21.2.0 +21.2.1 setuptools setuptools_scm-python toml-python \ No newline at end of file diff --git a/keyring.spec b/keyring.spec index 2c91cf4..fc9cc32 100644 --- a/keyring.spec +++ b/keyring.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : keyring -Version : 21.2.0 -Release : 79 -URL : https://files.pythonhosted.org/packages/0b/2a/4abe0beccb37d125d77fd716d18c1a5cde509faa60a1b0d2e9bba13ec572/keyring-21.2.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/0b/2a/4abe0beccb37d125d77fd716d18c1a5cde509faa60a1b0d2e9bba13ec572/keyring-21.2.0.tar.gz +Version : 21.2.1 +Release : 80 +URL : https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 @@ -70,23 +70,22 @@ python3 components for the keyring package. %prep -%setup -q -n keyring-21.2.0 -cd %{_builddir}/keyring-21.2.0 +%setup -q -n keyring-21.2.1 +cd %{_builddir}/keyring-21.2.1 %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=1584298101 -# -Werror is for werrorists +export SOURCE_DATE_EPOCH=1588628416 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="$CFLAGS -O3 -ffat-lto-objects -flto=4 " -export FFLAGS="$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 MAKEFLAGS=%{?_smp_mflags} python3 setup.py build @@ -100,7 +99,7 @@ python setup.py ptr || : export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/keyring -cp %{_builddir}/keyring-21.2.0/LICENSE %{buildroot}/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/keyring-21.2.1/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 0312110..c44f4b3 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = keyring -url = https://files.pythonhosted.org/packages/0b/2a/4abe0beccb37d125d77fd716d18c1a5cde509faa60a1b0d2e9bba13ec572/keyring-21.2.0.tar.gz +url = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz archives = giturl = https://github.com/jaraco/keyring.git domain = @@ -39,6 +39,8 @@ no_autostart = false nodebug = false # disable stripping binaries nostrip = false +# configure build also for openmpi +openmpi = false # optimize build for size over speed optimize_size = false # set profile for pgo diff --git a/release b/release index 85322d0..d15a2cc 100644 --- a/release +++ b/release @@ -1 +1 @@ -79 +80 diff --git a/upstream b/upstream index c7ba582..6a4b35e 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -0fc5a191f8efe75d406795db677692a99044b8e2/keyring-21.2.0.tar.gz +bb706a162e4eefeffef65a4e0614b4766c6ba1fd/keyring-21.2.1.tar.gz diff --git a/versions b/versions index b295a68..e7f93e0 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -21.2.0 +21.2.1