From 3bb3231cdbe044308444a1a45a7ca37e43612f32 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Mon, 21 Jun 2021 16:43:39 +0000 Subject: [PATCH] tempora: Autospec creation for update from version 4.0.2 to version 4.1.1 Brian Rutledge (1): Use shutil for rmtree Jason R. Coombs (22): It's no longer necessary to filter this warning and it's not a warning anymore. Bump minimum pytest Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Implement skip so it's always covered Add example using Scheduler. Fixes #15. Add headings for easier reading and anchors. Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Add types for dependencies. Fixes test failures. Add support for more formats in parse_timedelta. Add support for other shorthand indications of time. Honor nanoseconds at the microsecond resolution. Fixes #17. Fix issues when digits are picked up by the unit. Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36) --- Makefile | 2 +- options.conf | 2 +- release | 2 +- tempora.spec | 16 ++++++++-------- upstream | 2 +- versions | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 496b1bb..a458d87 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := tempora -URL = https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz +URL = https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index fae4052..f246800 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = tempora -url = https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz +url = https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz archives = giturl = https://github.com/jaraco/tempora.git domain = diff --git a/release b/release index bb95160..a787364 100644 --- a/release +++ b/release @@ -1 +1 @@ -33 +34 diff --git a/tempora.spec b/tempora.spec index 1b769f4..592eac7 100644 --- a/tempora.spec +++ b/tempora.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : tempora -Version : 4.0.2 -Release : 33 -URL : https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz -Source0 : https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz +Version : 4.1.1 +Release : 34 +URL : https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/9e/38/69361106501ab8ca3bede11cff867ce86545461de55e65c14034c57be596/tempora-4.1.1.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -71,15 +71,15 @@ python3 components for the tempora package. %prep -%setup -q -n tempora-4.0.2 -cd %{_builddir}/tempora-4.0.2 +%setup -q -n tempora-4.1.1 +cd %{_builddir}/tempora-4.1.1 %build 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=1617641435 +export SOURCE_DATE_EPOCH=1624293815 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -92,7 +92,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/tempora -cp %{_builddir}/tempora-4.0.2/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/tempora-4.1.1/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/upstream b/upstream index cfe01f0..7baf4e1 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -5690cbaf11641c8865413d3ecf41fa3a530a9838/tempora-4.0.2.tar.gz +edb38c01f895306fd4f8f81f956db2c33a067124/tempora-4.1.1.tar.gz diff --git a/versions b/versions index 4d54dad..627a3f4 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -4.0.2 +4.1.1