diff --git a/python-tempora.changes b/python-tempora.changes index dc1f07c..82991fa 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 1 09:04:03 UTC 2023 - Daniel Garcia + +- Disable broken tests gh#jaraco/tempora#22 +- Update to 5.2.1: + * #21: Restored dependency on jaraco.functools, still used in timing + module. + ------------------------------------------------------------------- Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller diff --git a/python-tempora.spec b/python-tempora.spec index e829dd7..3ab609f 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %if 0%{?suse_version} > 1500 %bcond_without libalternatives @@ -24,7 +23,7 @@ %bcond_with libalternatives %endif Name: python-tempora -Version: 5.2.0 +Version: 5.2.1 Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT @@ -77,7 +76,9 @@ sed -i '/--mypy/d' pytest.ini %check sed -i -e 's:--black::' -e 's:--cov::' -e 's/--flake8//g' pytest.ini -%pytest +# https://github.com/jaraco/tempora/issues/22 +donttest="tempora.parse_timedelta" +%pytest -k "not $donttest" %pre # If libalternatives is used: Removing old update-alternatives entries. diff --git a/tempora-5.2.0.tar.gz b/tempora-5.2.0.tar.gz deleted file mode 100644 index 887aa38..0000000 --- a/tempora-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af82eb016decda8daf566d1e4836f94f7f8ba8c7153637460156e081aadc64df -size 20775 diff --git a/tempora-5.2.1.tar.gz b/tempora-5.2.1.tar.gz new file mode 100644 index 0000000..7137938 --- /dev/null +++ b/tempora-5.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7176486c5948a75201e8d0b21ef2c23ca808474060df47218c92295bdce5276 +size 20787