diff --git a/.gitignore b/.gitignore index 0039371..4a61f39 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ commitmsg results/ rpms/ for-review.txt +*.tar diff --git a/Makefile b/Makefile index 090e08a..95dcaa3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := keyring -URL = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz +URL = https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_add b/buildreq_add index 88a144a..9037c91 100644 --- a/buildreq_add +++ b/buildreq_add @@ -1,3 +1,10 @@ # This file contains additional build requirements that did not get # picked up automatically. One name per line, no whitespace. +buildreq-distutils3 +findutils +jeepney +secretstorage +setuptools setuptools-python +setuptools_scm-python +toml-python diff --git a/buildreq_cache b/buildreq_cache deleted file mode 100644 index c4e8d25..0000000 --- a/buildreq_cache +++ /dev/null @@ -1,4 +0,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 6fa0af5..647a17c 100644 --- a/keyring.spec +++ b/keyring.spec @@ -3,21 +3,21 @@ # Generated by: autospec.py # Name : keyring -Version : 21.2.1 -Release : 81 -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 +Version : 21.3.0 +Release : 82 +URL : https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz Summary : Store and access your passwords safely. Group : Development/Tools License : MIT Python-2.0 Requires: keyring-bin = %{version}-%{release} -Requires: keyring-license = %{version}-%{release} Requires: keyring-python = %{version}-%{release} Requires: keyring-python3 = %{version}-%{release} Requires: importlib_metadata Requires: jeepney Requires: secretstorage BuildRequires : buildreq-distutils3 +BuildRequires : findutils BuildRequires : jeepney BuildRequires : secretstorage BuildRequires : setuptools @@ -34,20 +34,11 @@ BuildRequires : toml-python %package bin Summary: bin components for the keyring package. Group: Binaries -Requires: keyring-license = %{version}-%{release} %description bin bin components for the keyring package. -%package license -Summary: license components for the keyring package. -Group: Default - -%description license -license components for the keyring package. - - %package python Summary: python components for the keyring package. Group: Default @@ -70,15 +61,15 @@ python3 components for the keyring package. %prep -%setup -q -n keyring-21.2.1 -cd %{_builddir}/keyring-21.2.1 +%setup -q -n keyring-21.3.0 +cd %{_builddir}/keyring-21.3.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 +unset http_proxy +unset https_proxy +unset no_proxy export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1588628416 +export SOURCE_DATE_EPOCH=1596634068 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -91,15 +82,13 @@ export MAKEFLAGS=%{?_smp_mflags} python3 setup.py build %check -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 +unset http_proxy +unset https_proxy +unset no_proxy python setup.py ptr || : %install export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} -mkdir -p %{buildroot}/usr/share/package-licenses/keyring -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 || : @@ -112,10 +101,6 @@ echo ----[ mark ]---- %defattr(-,root,root,-) /usr/bin/keyring -%files license -%defattr(0644,root,root,0755) -/usr/share/package-licenses/keyring/8e6689d37f82d5617b7f7f7232c94024d41066d1 - %files python %defattr(-,root,root,-) diff --git a/options.conf b/options.conf index c44f4b3..e64cdca 100644 --- a/options.conf +++ b/options.conf @@ -1,9 +1,12 @@ [package] name = keyring -url = https://files.pythonhosted.org/packages/a6/52/eb8a0e13b54ec9240c7dd68fcd0951c52f62033d438af372831af770f7cc/keyring-21.2.1.tar.gz +url = https://files.pythonhosted.org/packages/27/57/9ebcc28f43ff77d29a12185eabc5723a2a7d2a88292eb8ba6c142abebc9b/keyring-21.3.0.tar.gz archives = giturl = https://github.com/jaraco/keyring.git domain = +download_from_git = +branch = +archives_from_git = alias = [autospec] @@ -11,6 +14,10 @@ alias = 32bit = false # allow package to build with test failures allow_test_failures = true +# alternative cargo pattern +altcargo1 = false +# alternative pgo flags +altflags_pgo = false # unset %build ld_as_needed variable asneeded = false # this package is trusted enough to automatically update (used by other tools) @@ -19,6 +26,8 @@ autoupdate = true broken_c++ = false # disable parallelization during build broken_parallel_build = false +# configure build with special options +build_special = false # this package is a library compatibility package and only ships versioned library files compat = false # set conservative build flags @@ -27,6 +36,8 @@ conservative_flags = false dev_requires_extras = false # pass -ffast-math to compiler fast-math = false +# alternative flags +fsalt1 = false # optimize build for speed over size funroll-loops = false # set flags to smallest -02 flags possible @@ -35,8 +46,14 @@ insecure_build = false keepstatic = false # do not require autostart subpackage no_autostart = false +# disable automatic provides processing +noautoprov = false +# disable automatic requeriments processing +noautoreq = false # do not generate debuginfo for this package nodebug = false +# ignore missing build ids +nomissingbuildids = false # disable stripping binaries nostrip = false # configure build also for openmpi diff --git a/release b/release index d88e313..dde92dd 100644 --- a/release +++ b/release @@ -1 +1 @@ -81 +82 diff --git a/requires_add b/requires_add index 7a436ce..9661752 100644 --- a/requires_add +++ b/requires_add @@ -1,3 +1,6 @@ # This file contains additional runtime requirements that did not get # picked up automatically. One name per line, no whitespace. -secretstorage \ No newline at end of file +secretstorage +importlib_metadata +jeepney +secretstorage diff --git a/upstream b/upstream index 6a4b35e..996af57 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -bb706a162e4eefeffef65a4e0614b4766c6ba1fd/keyring-21.2.1.tar.gz +88e1434baead373d94e90d1758f6ef940f41a32b/keyring-21.3.0.tar.gz diff --git a/versions b/versions index e7f93e0..54d3ad7 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -21.2.1 +21.3.0 diff --git a/whatrequires b/whatrequires index 1772b1f..f1f1a2f 100644 --- a/whatrequires +++ b/whatrequires @@ -1,6 +1,5 @@ # This file contains recursive sources that require this package conda -mercurial spyder-ide twine wheel