Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-frozendict for openSUSE:Factory checked in at 2023-02-21 15:36:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-frozendict (Old) and /work/SRC/openSUSE:Factory/.python-frozendict.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-frozendict" Tue Feb 21 15:36:51 2023 rev:8 rq:1067009 version:2.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-frozendict/python-frozendict.changes 2023-02-20 17:46:37.387692404 +0100 +++ /work/SRC/openSUSE:Factory/.python-frozendict.new.22824/python-frozendict.changes 2023-02-21 15:37:06.300653528 +0100 @@ -1,0 +2,6 @@ +Tue Feb 21 13:26:01 UTC 2023 - Matej Cepl <[email protected]> + +- Don't disable whole 3.11 build, just skip tests. Package builds + and works, it is just slower. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-frozendict.spec ++++++ --- /var/tmp/diff_new_pack.4d6s06/_old 2023-02-21 15:37:06.668655643 +0100 +++ /var/tmp/diff_new_pack.4d6s06/_new 2023-02-21 15:37:06.672655666 +0100 @@ -16,10 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -# as of 2.3.5: if you want to enable 3.11 you would need to disable the C extension test for 3.11 otherwise the build will fails in %check -%define skip_python311 1 # Do not enable multibuild unless seriously necessary, it in # combination with arch is a right mess! Name: python-frozendict @@ -53,12 +50,13 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch +# Temporary measure until gh#Marco-Sulla/python-frozendict#68 +%pytest_arch -k 'not test_c_extension' %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitearch}/frozendict-%{version}-py*.egg-info/ +%{python_sitearch}/frozendict-%{version}*-info %{python_sitearch}/frozendict %changelog
