diff --git a/Makefile b/Makefile index c2b5a55..5fcd87d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz +URL = https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index f1384a0..3e64f4a 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz +url = https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz archives = giturl = https://github.com/jaraco/tempora.git 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-tempora.spec b/pypi-tempora.spec index c7d4710..5467fd4 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-tempora -Version : 5.0.2 -Release : 54 -URL : https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz +Version : 5.1.0 +Release : 55 +URL : https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -28,9 +28,7 @@ BuildRequires : pypi-virtualenv %description .. image:: https://img.shields.io/pypi/v/tempora.svg -:target: `PyPI link`_ -.. image:: https://img.shields.io/pypi/pyversions/tempora.svg -:target: `PyPI link`_ +:target: https://pypi.org/project/tempora %package bin Summary: bin components for the pypi-tempora package. @@ -71,10 +69,10 @@ python3 components for the pypi-tempora package. %prep -%setup -q -n tempora-5.0.2 -cd %{_builddir}/tempora-5.0.2 +%setup -q -n tempora-5.1.0 +cd %{_builddir}/tempora-5.1.0 pushd .. -cp -a tempora-5.0.2 buildavx2 +cp -a tempora-5.1.0 buildavx2 popd %build @@ -82,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=1657895296 +export SOURCE_DATE_EPOCH=1669055588 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -91,8 +89,8 @@ export CXXFLAGS="$CXXFLAGS -fno-lto " 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 " @@ -104,7 +102,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-tempora -cp %{_builddir}/tempora-5.0.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/tempora-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 || : pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index fb1e7bc..c3f407c 100644 --- a/release +++ b/release @@ -1 +1 @@ -54 +55 diff --git a/upstream b/upstream index dad17aa..2125bff 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -f64b84d6863e3ca6cef1f090b44c9547ac18908c/tempora-5.0.2.tar.gz +aa85437e879083805bff0dca480173bf2ba06f27/tempora-5.1.0.tar.gz diff --git a/versions b/versions index a1ef0ca..831446c 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.0.2 +5.1.0