Accepting request 817048 from X11:Enlightenment:Factory

OBS-URL: https://build.opensuse.org/request/show/817048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-efl?expand=0&rev=4
This commit is contained in:
2020-07-04 23:12:43 +00:00
committed by Git OBS Bridge
5 changed files with 56 additions and 23 deletions

View File

@@ -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>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bdef4153e3df2ed3edef9f1ebb4554054405425247a9fabb3c784b48232d69b
size 9524832

3
python-efl-1.24.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe3a566e0dc3b0f11243d398c992c374f09f9429d87f9c1451f1a5925a6361ee
size 9535212

View File

@@ -1,7 +1,37 @@
-------------------------------------------------------------------
Thu Jun 25 09:25:48 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix _constraints
-------------------------------------------------------------------
Fri Jun 12 13:43:29 UTC 2020 - Simon Lees <sflees@suse.de>
- Disable python2, broken on Leap and nothing uses it
-------------------------------------------------------------------
Tue May 26 05:32:31 UTC 2020 - Simon Lees <sflees@suse.de>
- Fix issues with docs conflicts
-------------------------------------------------------------------
Tue May 5 05:05:02 UTC 2020 - Simon Lees <sflees@suse.de>
- 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 <sflees@suse.de>
- Explicitly require python3-Sphinx due to the module way being
now unresolvable.
-------------------------------------------------------------------
Fri Nov 8 03:49:38 UTC 2019 - Simon Lees <sflees@suse.de>
- Update to 1.23.0 in line with efl
- Update to 1.23.0 in line with efl
-------------------------------------------------------------------
Sun Jul 7 22:40:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
@@ -156,4 +186,3 @@ Tue Dec 17 00:23:57 UTC 2013 - sleep_walker@suse.cz
Mon Dec 9 15:39:20 UTC 2013 - sleep_walker@suse.cz
- let there by python-efl!

View File

@@ -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 @@ for _name in python-efl python3-efl; do
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}