diff --git a/python-tempora.changes b/python-tempora.changes index 0014465..3937192 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 15:24:46 UTC 2019 - Marketa Calabkova + +- update to 1.14.1 + * Fix failing doctest in parse_timedelta +- Launch tests and removing some unneeded dependencies + ------------------------------------------------------------------- Wed Mar 20 01:58:47 UTC 2019 - John Vandenberg diff --git a/python-tempora.spec b/python-tempora.spec index 2884a29..79a96bb 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tempora -Version: 1.14 +Version: 1.14.1 Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT Group: Development/Languages/Python URL: https://github.com/jaraco/tempora Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz +BuildRequires: %{python_module freezegun} BuildRequires: %{python_module jaraco.functools >= 1.20} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest-flake8} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python2-backports.unittest_mock @@ -60,7 +60,7 @@ Modules include: %fdupes %{buildroot} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE diff --git a/tempora-1.14.1.tar.gz b/tempora-1.14.1.tar.gz new file mode 100644 index 0000000..e6bad4d --- /dev/null +++ b/tempora-1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb60b1d2b1664104e307f8e5269d7f4acdb077c82e35cd57246ae14a3427d2d6 +size 19383 diff --git a/tempora-1.14.tar.gz b/tempora-1.14.tar.gz deleted file mode 100644 index 76cddc8..0000000 --- a/tempora-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4951da790bd369f718dbe2287adbdc289dc2575a09278e77fad6131bcfe93097 -size 16009