From 2701687717d6d83babbbb47176a98e5f9cf7e12f Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 14 Apr 2019 00:20:17 +0000 Subject: [PATCH] [update to 1.14.1] Fix error in parse_timedelta doctest when run in the year running up to a leap day. Fixes #7. Jason R. Coombs (20): Update readme to reference UTC module. Add workaround for Frozenball/pytest-sugar#159. Remove workaround for pytest-sugar 159, now fixed. Remove pytest-sugar plugin from standard pipelines as recommended in Frozenball/pytest-sugar#159. Add test demonstrating aware comparisons Prefer pytest-checkdocs to collective.checkdocs Suppress deprecation warning in docutils Remove use of setup_requires. Builders now require pip 10 or later to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809. Revert "Remove use of setup_requires. Builders now require pip 10 or later to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809." Indicate build backend of setuptools Add support for cutting releases without DPL and using pep517. Rely on pep517 0.5 Add documentation on the skeleton. Fixes #5. Add workaround for DeprecationWarning in flake8 Use consistent encoding quoting in pyproject.toml Clarify purpose of local/upstream extras Suppress E117 as workaround for PyCQA/pycodestyle#836 Amend skeleton documentation to expand on the value of the approach. Remove sudo declaration in Travis config. Fix error in parse_timedelta doctest when run in the year running up to a leap day. Fixes #7. Sebastian Kriems (1): spaces, style and formatters (#4) --- Makefile | 2 +- options.conf | 4 ++-- release | 2 +- tempora.spec | 14 ++++++++------ upstream | 2 +- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index bda82d6..3689d2d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := tempora -URL = https://files.pythonhosted.org/packages/e5/8e/cab8051815c822f96dd570df010e18a52575535e32b3f90e536570221aaa/tempora-1.14.tar.gz +URL = https://files.pythonhosted.org/packages/2f/b5/5b0464385454c5ca93a39a1c6acefdf574aeb10ef45fa8958b3832cc7d96/tempora-1.14.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index fc6c236..1f50095 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = tempora -url = https://files.pythonhosted.org/packages/e5/8e/cab8051815c822f96dd570df010e18a52575535e32b3f90e536570221aaa/tempora-1.14.tar.gz +url = https://files.pythonhosted.org/packages/2f/b5/5b0464385454c5ca93a39a1c6acefdf574aeb10ef45fa8958b3832cc7d96/tempora-1.14.1.tar.gz archives = giturl = https://github.com/jaraco/tempora.git @@ -12,7 +12,7 @@ allow_test_failures = false # unset %build ld_as_needed variable asneeded = false # this package is trusted enough to automatically update (used by other tools) -autoupdate = false +autoupdate = true # extend flags with '-std=gnu++98 broken_c++ = false # disable parallelization during build diff --git a/release b/release index b1bd38b..8351c19 100644 --- a/release +++ b/release @@ -1 +1 @@ -13 +14 diff --git a/tempora.spec b/tempora.spec index 308878a..3fd3d7f 100644 --- a/tempora.spec +++ b/tempora.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : tempora -Version : 1.14 -Release : 13 -URL : https://files.pythonhosted.org/packages/e5/8e/cab8051815c822f96dd570df010e18a52575535e32b3f90e536570221aaa/tempora-1.14.tar.gz -Source0 : https://files.pythonhosted.org/packages/e5/8e/cab8051815c822f96dd570df010e18a52575535e32b3f90e536570221aaa/tempora-1.14.tar.gz +Version : 1.14.1 +Release : 14 +URL : https://files.pythonhosted.org/packages/2f/b5/5b0464385454c5ca93a39a1c6acefdf574aeb10ef45fa8958b3832cc7d96/tempora-1.14.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/2f/b5/5b0464385454c5ca93a39a1c6acefdf574aeb10ef45fa8958b3832cc7d96/tempora-1.14.1.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -66,17 +66,19 @@ python3 components for the tempora package. %prep -%setup -q -n tempora-1.14 +%setup -q -n tempora-1.14.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 -export SOURCE_DATE_EPOCH=1541080573 +export SOURCE_DATE_EPOCH=1555201209 +export MAKEFLAGS=%{?_smp_mflags} python3 setup.py build %install +export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/tempora cp LICENSE %{buildroot}/usr/share/package-licenses/tempora/LICENSE diff --git a/upstream b/upstream index 757272c..1bb8994 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -59f51215a57763bc7f94f058e2c0352adbc372d7/tempora-1.14.tar.gz +d26b45cfc2c941f029092e9217b4d2a97bb62979/tempora-1.14.1.tar.gz