diff --git a/Makefile b/Makefile index 5d58333..01d28b8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz +URL = https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 8cdbe39..21f3a52 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz +url = https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz archives = giturl = https://github.com/jaraco/tempora.git domain = @@ -19,6 +19,8 @@ autoupdate = true broken_c++ = false # disable parallelization during build broken_parallel_build = false +# create vendor archive with cargo +cargo_vendor = false # this package is a library compatibility package and only ships versioned library files compat = false # set conservative build flags diff --git a/pypi-tempora.spec b/pypi-tempora.spec index c7743a7..bc89c24 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -1,12 +1,13 @@ # # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py +# Using build pattern: pyproject # Name : pypi-tempora -Version : 5.2.1 -Release : 58 -URL : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz +Version : 5.2.2 +Release : 59 +URL : https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz +Source0 : https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -16,11 +17,7 @@ Requires: pypi-tempora-python = %{version}-%{release} Requires: pypi-tempora-python3 = %{version}-%{release} Requires: pypi(jaraco.functools) BuildRequires : buildreq-distutils3 -BuildRequires : pypi(jaraco.functools) BuildRequires : pypi(py) -BuildRequires : pypi(pytz) -BuildRequires : pypi(setuptools) -BuildRequires : pypi(setuptools_scm) BuildRequires : pypi-pluggy BuildRequires : pypi-pytest BuildRequires : pypi-tox @@ -72,10 +69,10 @@ python3 components for the pypi-tempora package. %prep -%setup -q -n tempora-5.2.1 -cd %{_builddir}/tempora-5.2.1 +%setup -q -n tempora-5.2.2 +cd %{_builddir}/tempora-5.2.2 pushd .. -cp -a tempora-5.2.1 buildavx2 +cp -a tempora-5.2.2 buildavx2 popd %build @@ -83,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=1674149867 +export SOURCE_DATE_EPOCH=1681145643 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " diff --git a/release b/release index 8c61d23..04f9fe4 100644 --- a/release +++ b/release @@ -1 +1 @@ -58 +59 diff --git a/upstream b/upstream index 1c5682d..ae77659 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -29e1f2db355ba97a22ea4a9fe23c2c8a60b8e2c9/tempora-5.2.1.tar.gz +7d19165eb2b947100e2fa6d648a9540b757055f0/tempora-5.2.2.tar.gz