Hello community,

here is the log from the commit of package python-glfw for openSUSE:Factory 
checked in at 2019-07-26 17:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glfw (Old)
 and      /work/SRC/openSUSE:Factory/.python-glfw.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glfw"

Fri Jul 26 17:35:11 2019 rev:5 rq:718900 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glfw/python-glfw.changes  2019-05-22 
11:16:47.646498943 +0200
+++ /work/SRC/openSUSE:Factory/.python-glfw.new.4126/python-glfw.changes        
2019-07-26 17:35:11.796068175 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 13:41:20 UTC 2019 - [email protected]
+
+- version update to 1.8.2
+  * Added the sys.prefix/lib to the search path
+  * Added the changelog back to the source distribution
+
+-------------------------------------------------------------------

Old:
----
  glfw-1.8.0.tar.gz

New:
----
  glfw-1.8.2.tar.gz

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

Other differences:
------------------
++++++ python-glfw.spec ++++++
--- /var/tmp/diff_new_pack.hMWQ97/_old  2019-07-26 17:35:13.908067444 +0200
+++ /var/tmp/diff_new_pack.hMWQ97/_new  2019-07-26 17:35:13.912067443 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-glfw
-Version:        1.8.0
+Version:        1.8.2
 Release:        0
 Summary:        A ctypes-based wrapper for GLFW3
 License:        MIT

++++++ glfw-1.8.0.tar.gz -> glfw-1.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/CHANGELOG.md new/glfw-1.8.2/CHANGELOG.md
--- old/glfw-1.8.0/CHANGELOG.md 1970-01-01 01:00:00.000000000 +0100
+++ new/glfw-1.8.2/CHANGELOG.md 2019-07-06 21:12:26.000000000 +0200
@@ -0,0 +1,45 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+For information on changes in GLFW itself, see the [GLFW version 
history](https://www.glfw.org/changelog.html).
+
+## [1.8.2] - 2019-07-06
+- Added the sys.prefix/lib to the search path
+
+## [1.8.1] - 2019-05-21
+- Added the changelog back to the source distribution
+
+## [1.8.0] - 2019-05-11
+- Update for GLFW 3.3
+- Fixed typo `set_get_window_frame_size`
+
+## [1.7.1] - 2019-02-02
+- Fixed exception re-raising for Python 2
+
+## [1.7.0] - 2018-07-09
+- Added glfw.GLFW for the naming convention used by the GLFW C API
+
+## [1.6.0] - 2018-03-30
+- Added NORMALIZE_GAMMA_RAMPS
+- Use namedtuples for structs
+- Moved library loading to glfw.library
+
+## [1.5.1] - 2018-01-24
+- Improved packaging
+
+## [1.5.0] - 2018-01-09
+- Fixed a bug in set_window_icon
+- Added support for PIL/pillow Image objects
+
+## [1.4.0] - 2017-02-22
+- Improved library search paths
+
+## [1.3.0] - 2016-07-28
+- Improved error and exception handling
+
+## [1.2.0] - 2016-06-17
+- Update for GLFW 3.2
+
+## [1.0.0] - 2014-03-23
+- Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/MANIFEST.in new/glfw-1.8.2/MANIFEST.in
--- old/glfw-1.8.0/MANIFEST.in  2019-05-11 10:38:32.000000000 +0200
+++ new/glfw-1.8.2/MANIFEST.in  2019-07-06 21:12:26.000000000 +0200
@@ -1,3 +1,3 @@
 include README.rst
-include CHANGES.txt
+include CHANGELOG.md
 include LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/PKG-INFO new/glfw-1.8.2/PKG-INFO
--- old/glfw-1.8.0/PKG-INFO     2019-05-11 10:39:04.000000000 +0200
+++ new/glfw-1.8.2/PKG-INFO     2019-07-06 21:12:56.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: glfw
-Version: 1.8.0
+Version: 1.8.2
 Summary: A ctypes-based wrapper for GLFW3.
 Home-page: https://github.com/FlorianRhiem/pyGLFW
 Author: Florian Rhiem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/glfw/__init__.py 
new/glfw-1.8.2/glfw/__init__.py
--- old/glfw-1.8.0/glfw/__init__.py     2019-05-11 10:38:32.000000000 +0200
+++ new/glfw-1.8.2/glfw/__init__.py     2019-07-06 21:12:26.000000000 +0200
@@ -9,7 +9,7 @@
 __author__ = 'Florian Rhiem ([email protected])'
 __copyright__ = 'Copyright (c) 2013-2019 Florian Rhiem'
 __license__ = 'MIT'
-__version__ = '1.8.0'
+__version__ = '1.8.2'
 
 # By default (ERROR_REPORTING = True), GLFW errors will be reported as Python
 # exceptions. Set ERROR_REPORTING to False or set a curstom error callback to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/glfw/library.py 
new/glfw-1.8.2/glfw/library.py
--- old/glfw-1.8.0/glfw/library.py      2019-05-11 10:38:32.000000000 +0200
+++ new/glfw-1.8.2/glfw/library.py      2019-07-06 21:12:26.000000000 +0200
@@ -127,12 +127,13 @@
     """
     search_paths = [
         '',
+        os.path.abspath(os.path.dirname(__file__)),
+        sys.prefix + '/lib',
         '/usr/lib64',
         '/usr/local/lib64',
         '/usr/lib', '/usr/local/lib',
         '/run/current-system/sw/lib',
-        '/usr/lib/x86_64-linux-gnu/',
-        os.path.abspath(os.path.dirname(__file__))
+        '/usr/lib/x86_64-linux-gnu/'
     ]
 
     if sys.platform == 'darwin':
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/glfw.egg-info/PKG-INFO 
new/glfw-1.8.2/glfw.egg-info/PKG-INFO
--- old/glfw-1.8.0/glfw.egg-info/PKG-INFO       2019-05-11 10:39:04.000000000 
+0200
+++ new/glfw-1.8.2/glfw.egg-info/PKG-INFO       2019-07-06 21:12:56.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: glfw
-Version: 1.8.0
+Version: 1.8.2
 Summary: A ctypes-based wrapper for GLFW3.
 Home-page: https://github.com/FlorianRhiem/pyGLFW
 Author: Florian Rhiem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/glfw.egg-info/SOURCES.txt 
new/glfw-1.8.2/glfw.egg-info/SOURCES.txt
--- old/glfw-1.8.0/glfw.egg-info/SOURCES.txt    2019-05-11 10:39:04.000000000 
+0200
+++ new/glfw-1.8.2/glfw.egg-info/SOURCES.txt    2019-07-06 21:12:56.000000000 
+0200
@@ -1,3 +1,4 @@
+CHANGELOG.md
 LICENSE.txt
 MANIFEST.in
 README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glfw-1.8.0/setup.py new/glfw-1.8.2/setup.py
--- old/glfw-1.8.0/setup.py     2019-05-11 10:38:32.000000000 +0200
+++ new/glfw-1.8.2/setup.py     2019-07-06 21:12:26.000000000 +0200
@@ -8,7 +8,7 @@
 
 setup(
     name='glfw',
-    version='1.8.0',
+    version='1.8.2',
     description='A ctypes-based wrapper for GLFW3.',
     long_description=long_description,
     url='https://github.com/FlorianRhiem/pyGLFW',


Reply via email to