Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit d43d50c

Browse files
committed
tempora: Autospec creation for update from version 4.1.1 to version 4.1.2
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Jason R. Coombs (8): Fix doc syntax Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Test on Python 3.10 (final). Fix syntax warning in docs. Fixes #18.
1 parent 3cf1bfe commit d43d50c

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := tempora
2-
URL = https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/86/4e/9af10e9b896c70ac6e817ac317107f96efbe0b435c4918edd5bf6fcaa330/tempora-4.1.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = tempora
3-
url = https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/86/4e/9af10e9b896c70ac6e817ac317107f96efbe0b435c4918edd5bf6fcaa330/tempora-4.1.2.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/tempora.git
66
domain =
@@ -47,6 +47,8 @@ optimize_size = false
4747
pgo = false
4848
# set flags for security-sensitive builds
4949
security_sensitive = false
50+
# package is only used by servers
51+
server = false
5052
# do not run test suite
5153
skip_tests = false
5254
# add .so files to the lib package instead of dev

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
36
1+
37

tempora.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : tempora
6-
Version : 4.1.1
7-
Release : 36
8-
URL : https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz
6+
Version : 4.1.2
7+
Release : 37
8+
URL : https://files.pythonhosted.org/packages/86/4e/9af10e9b896c70ac6e817ac317107f96efbe0b435c4918edd5bf6fcaa330/tempora-4.1.2.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/86/4e/9af10e9b896c70ac6e817ac317107f96efbe0b435c4918edd5bf6fcaa330/tempora-4.1.2.tar.gz
1010
Summary : Objects and routines pertaining to date and time (tempora)
1111
Group : Development/Tools
1212
License : MIT
@@ -71,15 +71,15 @@ python3 components for the tempora package.
7171

7272

7373
%prep
74-
%setup -q -n tempora-4.1.1
75-
cd %{_builddir}/tempora-4.1.1
74+
%setup -q -n tempora-4.1.2
75+
cd %{_builddir}/tempora-4.1.2
7676

7777
%build
7878
export http_proxy=http://127.0.0.1:9/
7979
export https_proxy=http://127.0.0.1:9/
8080
export no_proxy=localhost,127.0.0.1,0.0.0.0
8181
export LANG=C.UTF-8
82-
export SOURCE_DATE_EPOCH=1624293815
82+
export SOURCE_DATE_EPOCH=1633723627
8383
export GCC_IGNORE_WERROR=1
8484
export CFLAGS="$CFLAGS -fno-lto "
8585
export FCFLAGS="$FFLAGS -fno-lto "
@@ -92,7 +92,7 @@ python3 setup.py build
9292
export MAKEFLAGS=%{?_smp_mflags}
9393
rm -rf %{buildroot}
9494
mkdir -p %{buildroot}/usr/share/package-licenses/tempora
95-
cp %{_builddir}/tempora-4.1.1/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1
95+
cp %{_builddir}/tempora-4.1.2/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1
9696
python3 -tt setup.py build install --root=%{buildroot}
9797
echo ----[ mark ]----
9898
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
edb38c01f895306fd4f8f81f956db2c33a067124/tempora-4.1.1.tar.gz
1+
7bac3ba1e99f9d4eeb0a3ea8cc5b4484d9ba4723/tempora-4.1.2.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.1
1+
4.1.2

0 commit comments

Comments
 (0)