commit python-tempora for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tempora for openSUSE:Factory checked in at 2023-03-01 16:13:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tempora (Old) and /work/SRC/openSUSE:Factory/.python-tempora.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-tempora" Wed Mar 1 16:13:50 2023 rev:16 rq:1068383 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tempora/python-tempora.changes 2023-01-05 15:00:39.760960126 +0100 +++ /work/SRC/openSUSE:Factory/.python-tempora.new.31432/python-tempora.changes 2023-03-01 16:14:01.314590443 +0100 @@ -1,0 +2,8 @@ +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. + +------------------------------------------------------------------- Old: ---- tempora-5.2.0.tar.gz New: ---- tempora-5.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tempora.spec ++++++ --- /var/tmp/diff_new_pack.ZdxdWb/_old 2023-03-01 16:14:01.966593815 +0100 +++ /var/tmp/diff_new_pack.ZdxdWb/_new 2023-03-01 16:14:01.970593835 +0100 @@ -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 @@ %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. ++++++ tempora-5.2.0.tar.gz -> tempora-5.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/CHANGES.rst new/tempora-5.2.1/CHANGES.rst --- old/tempora-5.2.0/CHANGES.rst 2023-01-02 09:32:03.000000000 +0100 +++ new/tempora-5.2.1/CHANGES.rst 2023-01-19 04:03:11.000000000 +0100 @@ -1,3 +1,9 @@ +v5.2.1 +====== + +#21: Restored dependency on ``jaraco.functools``, still +used in timing module. + v5.2.0 ====== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/PKG-INFO new/tempora-5.2.1/PKG-INFO --- old/tempora-5.2.0/PKG-INFO 2023-01-02 09:32:23.954433700 +0100 +++ new/tempora-5.2.1/PKG-INFO 2023-01-19 04:03:45.306815600 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tempora -Version: 5.2.0 +Version: 5.2.1 Summary: Objects and routines pertaining to date and time (tempora) Home-page: https://github.com/jaraco/tempora Author: Jason R. Coombs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/pytest.ini new/tempora-5.2.1/pytest.ini --- old/tempora-5.2.0/pytest.ini 2023-01-02 09:32:03.000000000 +0100 +++ new/tempora-5.2.1/pytest.ini 2023-01-19 04:03:11.000000000 +0100 @@ -1,7 +1,6 @@ [pytest] norecursedirs=dist build .tox .eggs addopts=--doctest-modules -doctest_optionflags=ALLOW_UNICODE ELLIPSIS filterwarnings= # Ensure ResourceWarnings are emitted default::ResourceWarning diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/setup.cfg new/tempora-5.2.1/setup.cfg --- old/tempora-5.2.0/setup.cfg 2023-01-02 09:32:23.954433700 +0100 +++ new/tempora-5.2.1/setup.cfg 2023-01-19 04:03:45.306815600 +0100 @@ -18,6 +18,7 @@ python_requires = >=3.7 install_requires = pytz + jaraco.functools>=1.20 [options.packages.find] exclude = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/tempora.egg-info/PKG-INFO new/tempora-5.2.1/tempora.egg-info/PKG-INFO --- old/tempora-5.2.0/tempora.egg-info/PKG-INFO 2023-01-02 09:32:23.000000000 +0100 +++ new/tempora-5.2.1/tempora.egg-info/PKG-INFO 2023-01-19 04:03:45.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: tempora -Version: 5.2.0 +Version: 5.2.1 Summary: Objects and routines pertaining to date and time (tempora) Home-page: https://github.com/jaraco/tempora Author: Jason R. Coombs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/tempora-5.2.0/tempora.egg-info/requires.txt new/tempora-5.2.1/tempora.egg-info/requires.txt --- old/tempora-5.2.0/tempora.egg-info/requires.txt 2023-01-02 09:32:23.000000000 +0100 +++ new/tempora-5.2.1/tempora.egg-info/requires.txt 2023-01-19 04:03:45.000000000 +0100 @@ -1,4 +1,5 @@ pytz +jaraco.functools>=1.20 [docs] sphinx>=3.5
participants (1)
-
Source-Sync