Hello community,

here is the log from the commit of package python-Kivy for openSUSE:Factory 
checked in at 2020-12-11 20:16:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Kivy (Old)
 and      /work/SRC/openSUSE:Factory/.python-Kivy.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Kivy"

Fri Dec 11 20:16:16 2020 rev:7 rq:854651 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Kivy/python-Kivy.changes  2020-04-01 
19:20:54.387600443 +0200
+++ /work/SRC/openSUSE:Factory/.python-Kivy.new.2328/python-Kivy.changes        
2020-12-11 20:16:17.788649222 +0100
@@ -1,0 +2,5 @@
+Thu Dec 10 17:44:48 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 2.0.0, see changelog.rst
+
+-------------------------------------------------------------------

Old:
----
  kivy-1.11.1.tar.gz

New:
----
  kivy-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Kivy.spec ++++++
--- /var/tmp/diff_new_pack.AOgACl/_old  2020-12-11 20:16:18.776649631 +0100
+++ /var/tmp/diff_new_pack.AOgACl/_new  2020-12-11 20:16:18.780649632 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-Kivy
-Version:        1.11.1
+Version:        2.0.0
 Release:        0
 Summary:        Hardware-accelerated multitouch application library
 License:        MIT AND Apache-2.0 AND LGPL-2.1-or-later AND GPL-2.0-or-later 
AND GPL-3.0-only AND BSD-3-Clause
@@ -95,6 +95,11 @@
 rm -r examples/audio # Remove content with non-commercial only license 
(bnc#749340)
 # do not upper restrict cython dep
 sed -i -e 's:0\.29\.10:1.0.0:' setup.py
+# fix shebang
+sed -i "/^#!/c#!%{__python3}" kivy/tools/image-testsuite/gimp28-testsuite.py
+sed -i "/^#!/c#!`which sh`" kivy/tools/image-testsuite/imagemagick-testsuite.sh
+
+chmod -x kivy/tools/pep8checker/pre-commit.githook
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -105,7 +110,7 @@
     -e '/^SPHINXOPTS   /s/$/ %{?_smp_mflags}/' \
     -i Makefile
 export PYTHONPATH=`ls -d ../build/lib*`
-make %{?_smp_mflags} html && rm -r build/html/.buildinfo
+make %{?_smp_mflags} PYTHON=python3 html && rm -r build/html/.buildinfo
 popd
 
 %install
@@ -114,6 +119,7 @@
 # would be used after fdupes so rpmlint would complain about duplicates...
 install -dm0755 %{buildroot}%{_defaultdocdir}/%{name}-doc
 cp -a doc/build/html %{buildroot}/%{_defaultdocdir}/%{name}-doc
+rm -rf %{buildroot}%{python3_sitearch}/doc
 
 %python_expand %fdupes %{buildroot}%{$python_sitearch}/kivy
 %fdupes %{buildroot}%{_defaultdocdir}/%{name}-doc
@@ -125,7 +131,7 @@
 # export LANG=en_US.UTF-8
 # %%{python_expand pushd %%{buildroot}%%{$python_sitearch}
 # ln -s %%{buildroot}%%{_defaultdocdir}/%%{name}-doc/examples examples
-# ln -s %{_builddir}/kivy-%{version}/doc .
+# ln -s %%{_builddir}/kivy-%%{version}/doc .
 # xvfb-run --server-args "-screen 0 1920x1080x24" $python 
%%{_bindir}/nosetests kivy.tests \
 #  -e test_urlrequest -e test_remote_zipsequence
 # rm examples doc results.png
@@ -141,6 +147,7 @@
 %exclude %{python_sitearch}/kivy/tools/gles_compat/gl2.h
 
 %files %{python_files devel}
+%doc doc/sources/changelog.rst
 %{python_sitearch}/kivy/include
 %{python_sitearch}/kivy/tools/gles_compat/gl2.h
 

++++++ kivy-1.11.1.tar.gz -> kivy-2.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Kivy/kivy-1.11.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-Kivy.new.2328/kivy-2.0.0.tar.gz differ: char 
12, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to