Accepting request 1068383 from devel:languages:python
- Disable broken tests gh#jaraco/tempora#22 - Update to 5.2.1: * #21: Restored dependency on jaraco.functools, still used in timing module. OBS-URL: https://build.opensuse.org/request/show/1068383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tempora?expand=0&rev=16
This commit is contained in:
commit
1aa2e66512
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 1 09:04:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
@ -24,7 +23,7 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
Name: python-tempora
|
Name: python-tempora
|
||||||
Version: 5.2.0
|
Version: 5.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Objects and routines pertaining to date and time (tempora)
|
Summary: Objects and routines pertaining to date and time (tempora)
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -77,7 +76,9 @@ sed -i '/--mypy/d' pytest.ini
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
sed -i -e 's:--black::' -e 's:--cov::' -e 's/--flake8//g' pytest.ini
|
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
|
%pre
|
||||||
# If libalternatives is used: Removing old update-alternatives entries.
|
# If libalternatives is used: Removing old update-alternatives entries.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af82eb016decda8daf566d1e4836f94f7f8ba8c7153637460156e081aadc64df
|
|
||||||
size 20775
|
|
3
tempora-5.2.1.tar.gz
Normal file
3
tempora-5.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7176486c5948a75201e8d0b21ef2c23ca808474060df47218c92295bdce5276
|
||||||
|
size 20787
|
Loading…
x
Reference in New Issue
Block a user