diff --git a/Makefile b/Makefile index 0721410..18b3530 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +URL = https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 35162ff..8e4ddf0 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +url = https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz archives = giturl = https://github.com/jaraco/tempora.git domain = @@ -71,6 +71,8 @@ use_avx512 = false use_clang = false # configure build for lto use_lto = false +# use ninja build files +use_ninja = false # require package verification for build verify_required = false diff --git a/pypi-tempora.spec b/pypi-tempora.spec index d7c0f9e..2e29043 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v4 -# autospec commit: da8b975 +# autospec version: v12 +# autospec commit: fbcebd0 # Name : pypi-tempora -Version : 5.5.1 -Release : 64 -URL : https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +Version : 5.6.0 +Release : 65 +URL : https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -21,6 +21,7 @@ Requires: pypi(jaraco.functools) BuildRequires : buildreq-distutils3 BuildRequires : pypi(py) BuildRequires : pypi(setuptools) +BuildRequires : pypi(setuptools_scm) BuildRequires : pypi-pluggy BuildRequires : pypi-pytest BuildRequires : pypi-tox @@ -65,17 +66,16 @@ Group: Default Requires: python3-core Provides: pypi(tempora) Requires: pypi(jaraco.functools) -Requires: pypi(pytz) %description python3 python3 components for the pypi-tempora package. %prep -%setup -q -n tempora-5.5.1 -cd %{_builddir}/tempora-5.5.1 +%setup -q -n tempora-5.6.0 +cd %{_builddir}/tempora-5.6.0 pushd .. -cp -a tempora-5.5.1 buildavx2 +cp -a tempora-5.6.0 buildavx2 popd %build @@ -83,7 +83,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=1708364634 +export SOURCE_DATE_EPOCH=1718730034 export GCC_IGNORE_WERROR=1 CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " diff --git a/release b/release index 900731f..1479e19 100644 --- a/release +++ b/release @@ -1 +1 @@ -64 +65 diff --git a/upstream b/upstream index cc94cb9..0e72e10 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2dbaba4817f281c42919a773ac29e21aae1cabd6/tempora-5.5.1.tar.gz +e9aa1ff4486288e0fe55af4f39a6ac71225dfe4b/tempora-5.6.0.tar.gz