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

Commit 0d01d1e

Browse files
committed
tempora: Autospec creation for update from version 4.0.0 to version 4.0.1
Jason R. Coombs (21): Remove workaround for python/mypy#8627. Ref jaraco/skeleton#18. Create Github releases when releasing the package. Fixes jaraco/skeleton#23. Moved refresh.svg to another branch. Reference the animation from the docs. Ref jaraco/skeleton#7. Add the env var mapping too. Disable pytest-black and pytest-mypy on PyPy. Fixes jaraco/skeleton#22. Ref pytest-dev/pytest#7675. Bump black and blacken-docs to latest stable versions. Use enabled plugin configuration to enable mypy and black when the plugin is present. Ref jaraco/skeleton#22. Also enable flake8 and cov when the plugins are present. Add workflows for running tests. Ref jaraco/skeleton#24. Cut releases from Github Actions instead of Azure Pipelines. Ref jaraco/skeleton#24. Refresh docs to prefer Github Actions to Azure Pipelines. Ref jaraco/skeleton#24. Use RTD v2 config Test on Python 3.9. Skip 3.7 to avoid creating too many builds. Release on 3.9. Drop tests on Travis, Appveyor, and Azure Pipelines. use add-github-secrets, which infers the secrets needed from the github workflow. Use inline flags with local scope. Update changelog Rewrite alt_tz as proper fixture. Skip when tzset isn't available. Use 'after' to construct PeriodicCommand with a more predictable delay. Remove legacy note about Python version. In test_periodic_command, freeze time rather than sleeping to increase execution speed and reliability.
1 parent 9dee6ed commit 0d01d1e

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := tempora
2-
URL = https://files.pythonhosted.org/packages/80/80/d66fb65100501ba1cff2d93554fd03131cf4ce7ba40e47812f20f8b9ec0b/tempora-4.0.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = tempora
3-
url = https://files.pythonhosted.org/packages/80/80/d66fb65100501ba1cff2d93554fd03131cf4ce7ba40e47812f20f8b9ec0b/tempora-4.0.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/tempora.git
66
domain =

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25
1+
26

tempora.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : tempora
6-
Version : 4.0.0
7-
Release : 25
8-
URL : https://files.pythonhosted.org/packages/80/80/d66fb65100501ba1cff2d93554fd03131cf4ce7ba40e47812f20f8b9ec0b/tempora-4.0.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/80/80/d66fb65100501ba1cff2d93554fd03131cf4ce7ba40e47812f20f8b9ec0b/tempora-4.0.0.tar.gz
6+
Version : 4.0.1
7+
Release : 26
8+
URL : https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.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.0.0
75-
cd %{_builddir}/tempora-4.0.0
74+
%setup -q -n tempora-4.0.1
75+
cd %{_builddir}/tempora-4.0.1
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=1595261249
82+
export SOURCE_DATE_EPOCH=1604343297
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.0.0/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1
95+
cp %{_builddir}/tempora-4.0.1/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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cf8bca817e07ed57fe80274813be5d0908da4688/tempora-4.0.0.tar.gz
1+
7e2f5999938915f5f444214dca5c944b3fadef7c/tempora-4.0.1.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

0 commit comments

Comments
 (0)