diff --git a/_service b/_service new file mode 100644 index 0000000..d8a0e62 --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + 0.13.0+git + https://github.com/nucleic/enaml.git + main + git + .git* + enable + mcepl@cepl.eu + + + *.tar + gz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..fe8aa95 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/nucleic/enaml.git + 8f02a3c1a80c0a6930508551c7de1d345095173d \ No newline at end of file diff --git a/enaml-0.13.0+git.1627388100.6864e8bc.tar.gz b/enaml-0.13.0+git.1627388100.6864e8bc.tar.gz new file mode 100644 index 0000000..778c653 --- /dev/null +++ b/enaml-0.13.0+git.1627388100.6864e8bc.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9120c99e73e310e043c26ba440221d1cbebafb82a399ca2f423075953c9b216e +size 8078091 diff --git a/enaml-0.13.0.tar.gz b/enaml-0.13.0.tar.gz deleted file mode 100644 index 6236b6c..0000000 --- a/enaml-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:766fe2d4a984b9ffbff4739d7220ad9171cde661ad69d4cd41945ecd9401d94d -size 8033788 diff --git a/python-enaml.changes b/python-enaml.changes index 851e830..495ed1d 100644 --- a/python-enaml.changes +++ b/python-enaml.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Aug 11 12:40:12 UTC 2021 - mcepl@cepl.eu + +- 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 + +- Switching off temporarily the test suite + (gh#nucleic/enaml#449). + ------------------------------------------------------------------- Wed Apr 28 16:10:23 UTC 2021 - Ben Greiner diff --git a/python-enaml.spec b/python-enaml.spec index 476e62f..d3f1d70 100644 --- a/python-enaml.spec +++ b/python-enaml.spec @@ -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 CFLAGS="%{optflags}" 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 @@ donttest="test_focus_tracking or test_focus_traversal" %python_alternative %{_bindir}/enaml-compileall %python_alternative %{_bindir}/enaml-run %{python_sitearch}/enaml -%{python_sitearch}/enaml-%{version}*-info +%{python_sitearch}/enaml-*-info %changelog