Hello community, here is the log from the commit of package python-glfw for openSUSE:Factory checked in at 2019-09-27 14:47:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-glfw (Old) and /work/SRC/openSUSE:Factory/.python-glfw.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-glfw" Fri Sep 27 14:47:01 2019 rev:6 rq:730384 version:1.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-glfw/python-glfw.changes 2019-07-26 17:35:11.796068175 +0200 +++ /work/SRC/openSUSE:Factory/.python-glfw.new.2352/python-glfw.changes 2019-09-27 14:47:01.720986273 +0200 @@ -1,0 +2,6 @@ +Thu Sep 12 11:43:03 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.8.3: + * Updated the GLFW version in the wheels to 3.3 + +------------------------------------------------------------------- Old: ---- glfw-1.8.2.tar.gz New: ---- glfw-1.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-glfw.spec ++++++ --- /var/tmp/diff_new_pack.4Rt57a/_old 2019-09-27 14:47:02.192985045 +0200 +++ /var/tmp/diff_new_pack.4Rt57a/_new 2019-09-27 14:47:02.196985035 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glfw -Version: 1.8.2 +Version: 1.8.3 Release: 0 Summary: A ctypes-based wrapper for GLFW3 License: MIT ++++++ glfw-1.8.2.tar.gz -> glfw-1.8.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glfw-1.8.2/CHANGELOG.md new/glfw-1.8.3/CHANGELOG.md --- old/glfw-1.8.2/CHANGELOG.md 2019-07-06 21:12:26.000000000 +0200 +++ new/glfw-1.8.3/CHANGELOG.md 2019-08-22 19:23:26.000000000 +0200 @@ -4,6 +4,9 @@ For information on changes in GLFW itself, see the [GLFW version history](https://www.glfw.org/changelog.html). +## [1.8.3] - 2019-08-22 +- Updated the GLFW version in the wheels to 3.3 + ## [1.8.2] - 2019-07-06 - Added the sys.prefix/lib to the search path diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glfw-1.8.2/PKG-INFO new/glfw-1.8.3/PKG-INFO --- old/glfw-1.8.2/PKG-INFO 2019-07-06 21:12:56.000000000 +0200 +++ new/glfw-1.8.3/PKG-INFO 2019-08-22 19:23:57.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glfw -Version: 1.8.2 +Version: 1.8.3 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.2/glfw/__init__.py new/glfw-1.8.3/glfw/__init__.py --- old/glfw-1.8.2/glfw/__init__.py 2019-07-06 21:12:26.000000000 +0200 +++ new/glfw-1.8.3/glfw/__init__.py 2019-08-22 19:23:26.000000000 +0200 @@ -9,7 +9,7 @@ __author__ = 'Florian Rhiem ([email protected])' __copyright__ = 'Copyright (c) 2013-2019 Florian Rhiem' __license__ = 'MIT' -__version__ = '1.8.2' +__version__ = '1.8.3' # 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.2/glfw.egg-info/PKG-INFO new/glfw-1.8.3/glfw.egg-info/PKG-INFO --- old/glfw-1.8.2/glfw.egg-info/PKG-INFO 2019-07-06 21:12:56.000000000 +0200 +++ new/glfw-1.8.3/glfw.egg-info/PKG-INFO 2019-08-22 19:23:56.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glfw -Version: 1.8.2 +Version: 1.8.3 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.2/setup.py new/glfw-1.8.3/setup.py --- old/glfw-1.8.2/setup.py 2019-07-06 21:12:26.000000000 +0200 +++ new/glfw-1.8.3/setup.py 2019-08-22 19:23:26.000000000 +0200 @@ -8,7 +8,7 @@ setup( name='glfw', - version='1.8.2', + version='1.8.3', description='A ctypes-based wrapper for GLFW3.', long_description=long_description, url='https://github.com/FlorianRhiem/pyGLFW',
