Hello community, here is the log from the commit of package python-efl for openSUSE:Factory checked in at 2020-07-05 01:12:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-efl (Old) and /work/SRC/openSUSE:Factory/.python-efl.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-efl" Sun Jul 5 01:12:43 2020 rev:4 rq:817048 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-efl/python-efl.changes 2020-01-21 20:59:47.508832913 +0100 +++ /work/SRC/openSUSE:Factory/.python-efl.new.3060/python-efl.changes 2020-07-05 01:12:54.595964169 +0200 @@ -1,0 +2,30 @@ +Thu Jun 25 09:25:48 UTC 2020 - Guillaume GARDET <[email protected]> + +- Fix _constraints + +------------------------------------------------------------------- +Fri Jun 12 13:43:29 UTC 2020 - Simon Lees <[email protected]> + +- Disable python2, broken on Leap and nothing uses it + +------------------------------------------------------------------- +Tue May 26 05:32:31 UTC 2020 - Simon Lees <[email protected]> + +- Fix issues with docs conflicts + +------------------------------------------------------------------- +Tue May 5 05:05:02 UTC 2020 - Simon Lees <[email protected]> + +- Update to 1.24.0 + * As always new features of EFL have been ported and the usual + has been done in fixing bugs, optimizing speed and improve + documentation. (see **ChangeLog** in the tarball for the + full list of changes) + +------------------------------------------------------------------- +Thu Apr 23 12:33:05 UTC 2020 - Simon Lees <[email protected]> + +- Explicitly require python3-Sphinx due to the module way being + now unresolvable. + +------------------------------------------------------------------- @@ -159 +188,0 @@ - Old: ---- python-efl-1.23.0.tar.xz New: ---- python-efl-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-efl.spec ++++++ --- /var/tmp/diff_new_pack.n79be5/_old 2020-07-05 01:12:55.363966790 +0200 +++ /var/tmp/diff_new_pack.n79be5/_new 2020-07-05 01:12:55.367966804 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-efl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} Name: python-efl -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Python bindings of evas License: GPL-3.0-only AND LGPL-3.0-only Group: Development/Libraries/Python -Url: http://enlightenment.org +URL: http://enlightenment.org Source: https://download.enlightenment.org/rel/bindings/python/%{name}-%{version}.tar.xz BuildRequires: %{python_module devel} -BuildRequires: dbus-1-python-devel BuildRequires: dbus-1-python3-devel BuildRequires: pkgconfig -BuildRequires: python-cython BuildRequires: python3-Cython BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(edje) @@ -132,23 +130,22 @@ install -m 0755 -d "%{buildroot}/%{_datadir}/$_name" cp -R examples/ "%{buildroot}/%{_datadir}/$_name/" mkdir -p %{buildroot}/%{_docdir}/$_name - cp -pr COPYING %{buildroot}/%{_docdir}/$_name/ - cp -pr COPYING.LESSER %{buildroot}/%{_docdir}/$_name/ - cp -pr AUTHORS %{buildroot}/%{_docdir}/$_name/ done +# Remove examples installed under python-efl namespace +rm -r "%{buildroot}/%{_datadir}/%{name}/examples" +rm -r "%{buildroot}/%{_docdir}/%{name}/" %endif %if 0%{?suse_version} %files %{python_files} %{python_sitearch}/* -%{_docdir}/%{name}/ -%exclude %{_docdir}/%{name}/html/ +%exclude %{_docdir}/python3-efl/html/ %files %{python_files doc} -%{_docdir}/%{name}/html/ +%{_docdir}/python3-efl %files %{python_files examples} -%{_datadir}/%{name} +%{_datadir}/python3-efl %endif %if !0%{?suse_version} ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.n79be5/_old 2020-07-05 01:12:55.391966886 +0200 +++ /var/tmp/diff_new_pack.n79be5/_new 2020-07-05 01:12:55.391966886 +0200 @@ -2,13 +2,20 @@ <constraints> <hardware> <disk> - <size unit="G">20</size> + <size unit="G">2</size> </disk> - <memory> - <size unit="G">6</size> - </memory> <physicalmemory> - <size unit="G">4</size> + <size unit="G">6</size> </physicalmemory> </hardware> + <overwrite> + <conditions> + <arch>aarch64</arch> + </conditions> + <hardware> + <physicalmemory> + <size unit="G">9</size> + </physicalmemory> + </hardware> + </overwrite> </constraints> ++++++ python-efl-1.23.0.tar.xz -> python-efl-1.24.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/python-efl/python-efl-1.23.0.tar.xz /work/SRC/openSUSE:Factory/.python-efl.new.3060/python-efl-1.24.0.tar.xz differ: char 25, line 1
