Skip to content

Commit 14845d0

Browse files
committed
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
1 parent 3e0d119 commit 14845d0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-tempora
2-
URL = https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-tempora
3-
url = https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/tempora.git
66
domain =

pypi-tempora.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Using build pattern: pyproject
55
#
66
Name : pypi-tempora
7-
Version : 5.3.0
8-
Release : 60
9-
URL : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz
10-
Source0 : https://files.pythonhosted.org/packages/24/9e/fe5328123e2d416b39c5e790165074123c54e34e82aecca33473711dd439/tempora-5.3.0.tar.gz
7+
Version : 5.5.0
8+
Release : 61
9+
URL : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/c9/dc/97d90b9f64dbe4f599023e19602b33a2cced68462db67a3d4805a77cf784/tempora-5.5.0.tar.gz
1111
Summary : Objects and routines pertaining to date and time (tempora)
1212
Group : Development/Tools
1313
License : MIT
@@ -71,18 +71,18 @@ python3 components for the pypi-tempora package.
7171

7272

7373
%prep
74-
%setup -q -n tempora-5.3.0
75-
cd %{_builddir}/tempora-5.3.0
74+
%setup -q -n tempora-5.5.0
75+
cd %{_builddir}/tempora-5.5.0
7676
pushd ..
77-
cp -a tempora-5.3.0 buildavx2
77+
cp -a tempora-5.5.0 buildavx2
7878
popd
7979

8080
%build
8181
export http_proxy=http://127.0.0.1:9/
8282
export https_proxy=http://127.0.0.1:9/
8383
export no_proxy=localhost,127.0.0.1,0.0.0.0
8484
export LANG=C.UTF-8
85-
export SOURCE_DATE_EPOCH=1686585592
85+
export SOURCE_DATE_EPOCH=1687887889
8686
export GCC_IGNORE_WERROR=1
8787
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "
8888
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd "

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60
1+
61

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
163c1a57c0a29105f2486a85a95dfd1cc5ca505b/tempora-5.3.0.tar.gz
1+
49c015ed93fef0e9ec93ea89a3c7954d45d38397/tempora-5.5.0.tar.gz

0 commit comments

Comments
 (0)