Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pywlroots for openSUSE:Factory checked in at 2023-10-19 22:49:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pywlroots (Old) and /work/SRC/openSUSE:Factory/.python-pywlroots.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pywlroots" Thu Oct 19 22:49:41 2023 rev:9 rq:1118848 version:0.16.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pywlroots/python-pywlroots.changes 2023-10-04 22:32:52.938744108 +0200 +++ /work/SRC/openSUSE:Factory/.python-pywlroots.new.1945/python-pywlroots.changes 2023-10-19 22:52:06.348847896 +0200 @@ -1,0 +2,7 @@ +Thu Oct 19 06:51:19 UTC 2023 - Soc Virnyl Estela <cont...@uncomfyhalomacro.pl> + +- Update to version 0.16.6: + * add missing include + * add support for python 3.12 + +------------------------------------------------------------------- Old: ---- pywlroots-0.16.5.tar.gz New: ---- pywlroots-0.16.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pywlroots.spec ++++++ --- /var/tmp/diff_new_pack.RR9VN5/_old 2023-10-19 22:52:06.896867773 +0200 +++ /var/tmp/diff_new_pack.RR9VN5/_new 2023-10-19 22:52:06.900867918 +0200 @@ -18,7 +18,7 @@ %bcond_without test Name: python-pywlroots -Version: 0.16.5 +Version: 0.16.6 Release: 0 Summary: Python binding to the wlroots library using cffi License: NCSA @@ -35,7 +35,7 @@ BuildRequires: %{python_module pywayland >= 0.4.14} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module xkbcommon} +BuildRequires: %{python_module xkbcommon >= 0.2} BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: libdrm >= 2.4.113 ++++++ pywlroots-0.16.5.tar.gz -> pywlroots-0.16.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pywlroots-0.16.5/PKG-INFO new/pywlroots-0.16.6/PKG-INFO --- old/pywlroots-0.16.5/PKG-INFO 2023-09-11 02:33:25.272427300 +0200 +++ new/pywlroots-0.16.6/PKG-INFO 2023-10-08 01:13:00.684082500 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pywlroots -Version: 0.16.5 +Version: 0.16.6 Summary: Python binding to the wlroots library using cffi Author-email: Sean Vig <sean.v....@gmail.com> License: University of Illinois/NCSA Open Source License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pywlroots-0.16.5/pyproject.toml new/pywlroots-0.16.6/pyproject.toml --- old/pywlroots-0.16.5/pyproject.toml 2023-09-11 02:32:59.000000000 +0200 +++ new/pywlroots-0.16.6/pyproject.toml 2023-10-08 01:12:27.000000000 +0200 @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools>=61.0.0", + "setuptools>=62.4.0", "wheel", "cffi>=1.12.0; platform_python_implementation != 'PyPy'", ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pywlroots-0.16.5/pywlroots.egg-info/PKG-INFO new/pywlroots-0.16.6/pywlroots.egg-info/PKG-INFO --- old/pywlroots-0.16.5/pywlroots.egg-info/PKG-INFO 2023-09-11 02:33:25.000000000 +0200 +++ new/pywlroots-0.16.6/pywlroots.egg-info/PKG-INFO 2023-10-08 01:13:00.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pywlroots -Version: 0.16.5 +Version: 0.16.6 Summary: Python binding to the wlroots library using cffi Author-email: Sean Vig <sean.v....@gmail.com> License: University of Illinois/NCSA Open Source License diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pywlroots-0.16.5/wlroots/ffi_build.py new/pywlroots-0.16.6/wlroots/ffi_build.py --- old/pywlroots-0.16.5/wlroots/ffi_build.py 2023-09-11 02:32:59.000000000 +0200 +++ new/pywlroots-0.16.6/wlroots/ffi_build.py 2023-10-08 01:12:27.000000000 +0200 @@ -2779,6 +2779,7 @@ #include <wlr/backend.h> #include <wlr/backend/headless.h> #include <wlr/backend/libinput.h> +#include <wlr/interfaces/wlr_keyboard.h> #include <wlr/render/allocator.h> #include <wlr/render/drm_format_set.h> #include <wlr/render/wlr_renderer.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pywlroots-0.16.5/wlroots/version.py new/pywlroots-0.16.6/wlroots/version.py --- old/pywlroots-0.16.5/wlroots/version.py 2023-09-11 02:32:59.000000000 +0200 +++ new/pywlroots-0.16.6/wlroots/version.py 2023-10-08 01:12:27.000000000 +0200 @@ -1,3 +1,3 @@ # Copyright (c) Sean Vig 2021 -version = "0.16.5" +version = "0.16.6"