Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-enaml for openSUSE:Factory checked in at 2021-08-12 09:01:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-enaml (Old) and /work/SRC/openSUSE:Factory/.python-enaml.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-enaml" Thu Aug 12 09:01:36 2021 rev:7 rq:911483 version:0.13.0+git.1627388100.6864e8bc Changes: -------- --- /work/SRC/openSUSE:Factory/python-enaml/python-enaml.changes 2021-04-29 22:52:44.510070435 +0200 +++ /work/SRC/openSUSE:Factory/.python-enaml.new.1899/python-enaml.changes 2021-08-12 09:02:30.654070722 +0200 @@ -1,0 +2,20 @@ +Wed Aug 11 12:40:12 UTC 2021 - [email protected] + +- Update to version 0.13.0+git.1627388100.6864e8bc (so as to make + the test suite pass with pytest-qt > 3): + * Add release notes entry + * Flow Layout sort fix for stretch or ortho_stretch > 0 + * cis: test on python 3.10.b.4 + * tests: fix missing imports + * cis: do not run with -W error due to ipykernel and add missed skip for focus + * cis: skip focus tests on linux (ci) and run extended tests on 3.9 rather than 3.8 + * cis: bump to python 3.10 beta 3 and skip linux for the time being + * tests: fix warnings and try another window manager + +------------------------------------------------------------------- +Wed Aug 11 09:41:55 UTC 2021 - Matej Cepl <[email protected]> + +- Switching off temporarily the test suite + (gh#nucleic/enaml#449). + +------------------------------------------------------------------- Old: ---- enaml-0.13.0.tar.gz New: ---- _service _servicedata enaml-0.13.0+git.1627388100.6864e8bc.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-enaml.spec ++++++ --- /var/tmp/diff_new_pack.7Z1Kza/_old 2021-08-12 09:02:31.094070034 +0200 +++ /var/tmp/diff_new_pack.7Z1Kza/_new 2021-08-12 09:02:31.098070028 +0200 @@ -20,14 +20,15 @@ # python-cppy, python-bytecode is python3 only (at least) %define skip_python2 1 Name: python-enaml -Version: 0.13.0 +Version: 0.13.0+git.1627388100.6864e8bc Release: 0 # Source code is under BSD but images are under different licenses # and details are inside image_LICENSE.txt Summary: Declarative DSL for building rich user interfaces in Python License: BSD-3-Clause AND LGPL-2.1-only URL: https://github.com/nucleic/enaml -Source: https://github.com/nucleic/enaml/archive/%{version}.tar.gz#/enaml-%{version}.tar.gz +# Source: https://github.com/nucleic/enaml/archive/%%{version}.tar.gz#/enaml-%%{version}.tar.gz +Source: enaml-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -93,6 +94,7 @@ export PYTHONPATH=$PWD/build/testlib # not sure why these two are failing donttest="test_focus_tracking or test_focus_traversal" +# Switching off temporarily the tests gh#nucleic/enaml#449 %pytest_arch tests -k "not ($donttest)" %post @@ -107,6 +109,6 @@ %python_alternative %{_bindir}/enaml-compileall %python_alternative %{_bindir}/enaml-run %{python_sitearch}/enaml -%{python_sitearch}/enaml-%{version}*-info +%{python_sitearch}/enaml-*-info %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="versionprefix">0.13.0+git</param> <param name="url">https://github.com/nucleic/enaml.git</param> <param name="revision">main</param> <param name="scm">git</param> <param name="exclude">.git*</param> <param name="changesgenerate">enable</param> <param name="changesauthor">[email protected]</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled" /> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/nucleic/enaml.git</param> <param name="changesrevision">8f02a3c1a80c0a6930508551c7de1d345095173d</param></service></servicedata>
