Hello community,

here is the log from the commit of package python-glfw for openSUSE:Factory 
checked in at 2019-03-05 12:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glfw (Old)
 and      /work/SRC/openSUSE:Factory/.python-glfw.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glfw"

Tue Mar  5 12:22:34 2019 rev:3 rq:681311 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glfw/python-glfw.changes  2018-12-19 
13:53:29.246946855 +0100
+++ /work/SRC/openSUSE:Factory/.python-glfw.new.28833/python-glfw.changes       
2019-03-05 12:22:47.932887596 +0100
@@ -1,0 +2,11 @@
+Mon Mar  4 11:42:25 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7.1:
+  * Fixed a bug in set_window_icon and added support for PIL/pillow Image 
objects
+  * Improved packaging
+  * Added NORMALIZE_GAMMA_RAMPS, use namedtuples for structs and moved library 
loading to glfw.library
+  * Added glfw.GLFW for the naming convention used by the GLFW C API
+  * Fixed exception re-raising for Python 2
+- There are no tests, so remove test conditional
+
+-------------------------------------------------------------------

Old:
----
  glfw-1.4.0.tar.gz

New:
----
  glfw-1.7.1.tar.gz

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

Other differences:
------------------
++++++ python-glfw.spec ++++++
--- /var/tmp/diff_new_pack.7JTQik/_old  2019-03-05 12:22:48.576887399 +0100
+++ /var/tmp/diff_new_pack.7JTQik/_new  2019-03-05 12:22:48.576887399 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glfw
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with     test
 Name:           python-glfw
-Version:        1.4.0
+Version:        1.7.1
 Release:        0
 Summary:        A ctypes-based wrapper for GLFW3
 License:        MIT
@@ -28,12 +27,10 @@
 Source:         
https://files.pythonhosted.org/packages/source/g/glfw/glfw-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  libglfw3
 BuildRequires:  python-rpm-macros
 Requires:       libglfw3
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  libglfw3
-%endif
 %python_subpackages
 
 %description
@@ -62,14 +59,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
-%check
-%python_exec setup.py test
-%endif
-
 %files %{python_files}
 %license LICENSE.txt
-%doc CHANGES.txt README.txt
+%doc CHANGES.txt README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ glfw-1.4.0.tar.gz -> glfw-1.7.1.tar.gz ++++++
++++ 5416 lines of diff (skipped)


Reply via email to