Hello community, here is the log from the commit of package python-Kivy for openSUSE:Factory checked in at 2014-02-22 18:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Kivy (Old) and /work/SRC/openSUSE:Factory/.python-Kivy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Kivy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Kivy/python-Kivy.changes 2013-10-01 08:32:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Kivy.new/python-Kivy.changes 2014-02-22 18:16:29.000000000 +0100 @@ -1,0 +2,30 @@ +Wed Feb 19 15:06:40 UTC 2014 - mvysko...@suse.com + +- Update to version 1.8.0 + * Python 3.3 support: It's finally here, using the same codebase! And + we deliver also 3 portables for Windows, one that package Python 2.7 + and another with Python 3.3! + * New media player named GstPlayer, based on Gstreamer 1.0. This + player is currently used as a implementation for Audio and Video + core provider. This allow us to not only use the latest Gstreamer + and all the improvements done by them, but also have a common player + for both Python 2.7 and 3.3 on desktop platforms. + * Scrollview has been slightly enhanced to support smoother scrolling + utilizing Matrix transformation by default. It also now supports + scrolling through bars or content or both. + * Widgets now can be disabled simply by using `disabled` property. + * Textinput now has support for selection handles. + * New Widgets! + + ActionBar: Mimics Android’s own ActionBar appearance and + mechanisms + + Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior, + just subclass a behavior to an existing widgets, and you get the + behavior! (eg. class ImageButton(ButtonBehavior, Image)) + + PageLayout: A simple multi-page layout allowing flipping through + pages using borders + + SandBox (experimental): Runs itself and its children in an + exception-catching sandbox + * see https://groups.google.com/forum/#!topic/kivy-users/PePoXLXDYBk + for more details + +------------------------------------------------------------------- Old: ---- Kivy-1.7.2.tar.gz New: ---- Kivy-1.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Kivy.spec ++++++ --- /var/tmp/diff_new_pack.pBMxqp/_old 2014-02-22 18:16:30.000000000 +0100 +++ /var/tmp/diff_new_pack.pBMxqp/_new 2014-02-22 18:16:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Kivy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Kivy -Version: 1.7.2 +Version: 1.8.0 Release: 0 Url: http://kivy.org/ Summary: Hardware-accelerated multitouch application library @@ -69,6 +69,14 @@ rm examples/demo/pictures/images/.empty # Remove empty file rm -r examples/audio # Remove content with non-commercial only license (bnc#749340) +#drop usr/bin/kivy shebang to not produce dependency on itself +sed -i 's@#!/usr/bin/kivy@@' \ + examples/demo/showcase/main.py \ + examples/demo/kivycatalog/main.py \ + examples/demo/pictures/main.py \ + examples/demo/shadereditor/main.py \ + examples/demo/touchtracer/main.py + %build CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build cd doc && make html && rm -r build/html/.buildinfo # Build HTML documentation @@ -80,7 +88,6 @@ %files %defattr(-,root,root,-) %doc AUTHORS LICENSE -%{_bindir}/garden %{python_sitearch}/kivy/ %{python_sitearch}/Kivy-%{version}-py*.egg-info ++++++ Kivy-1.7.2.tar.gz -> Kivy-1.8.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Kivy/Kivy-1.7.2.tar.gz /work/SRC/openSUSE:Factory/.python-Kivy.new/Kivy-1.8.0.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org