From 14845d0bcca863c65fd70532136286c287cbec05 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 27 Jun 2023 17:44:57 +0000 Subject: [PATCH] pypi-tempora: Autospec creation for update from version 5.3.0 to version 5.5.0 Jason R. Coombs (14): Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. Add badge for Ruff. Remove inclusion of python version for docs Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83. Replace workaround for actions/setup-python#508 with 'allow-prereleases' Remove tox boilerplate, no longer necessary with later versions of tox. Require Python 3.8 or later. Expand 'finalize' to commit and tag the change. Leverage pytest-enabler 2.2 for the default config. Finalize Extract Stopwatch._diff Rename 'start_time' to '_start'. Stopwatch now uses time.monotonic. Finalize --- Makefile | 2 +- options.conf | 2 +- pypi-tempora.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 5565e69..e73c22e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz +URL = https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 9f64039..faa3820 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz +url = https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz archives = giturl = https://github.com/jaraco/tempora.git domain = diff --git a/pypi-tempora.spec b/pypi-tempora.spec index 13d95b0..0d750d8 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -4,10 +4,10 @@ # Using build pattern: pyproject # Name : pypi-tempora -Version : 5.3.0 -Release : 60 -URL : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz +Version : 5.5.0 +Release : 61 +URL : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -71,10 +71,10 @@ python3 components for the pypi-tempora package. %prep -%setup -q -n tempora-5.3.0 -cd %{_builddir}/tempora-5.3.0 +%setup -q -n tempora-5.5.0 +cd %{_builddir}/tempora-5.5.0 pushd .. -cp -a tempora-5.3.0 buildavx2 +cp -a tempora-5.5.0 buildavx2 popd %build @@ -82,7 +82,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=1686585592 +export SOURCE_DATE_EPOCH=1687887889 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=zstd " export FCFLAGS="$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 abdfb05..b1e7d26 100644 --- a/release +++ b/release @@ -1 +1 @@ -60 +61 diff --git a/upstream b/upstream index d37adc5..efde8c5 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -163c1a57c0a29105f2486a85a95dfd1cc5ca505b/tempora-5.3.0.tar.gz +49c015ed93fef0e9ec93ea89a3c7954d45d38397/tempora-5.5.0.tar.gz