Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2024-10-08 17:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gobject (Old)
 and      /work/SRC/openSUSE:Factory/.python-gobject.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gobject"

Tue Oct  8 17:18:23 2024 rev:99 rq:1205486 version:3.50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes    
2024-04-09 16:46:27.890386632 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new.19354/python-gobject.changes 
2024-10-08 17:18:47.346965920 +0200
@@ -1,0 +2,25 @@
+Thu Sep 12 12:32:33 UTC 2024 - Bjørn Lie <[email protected]>
+
+- Update to version 3.50.0:
+  + tests: Fix event test errors when GTK is not installed
+
+-------------------------------------------------------------------
+Fri Sep  6 18:59:31 UTC 2024 - Bjørn Lie <[email protected]>
+
+- Update to version 3.49.0:
+  + Rename master branch to main
+  + Drop support for Python 3.8
+  + Add Override for Gio.DataInputStream
+  + Treat GParamSpec as any other fundamental type
+  + override connection.register_object to prevent an invocation
+    object from leaking
+  + Various PyPy related fixes
+  + bind_property: Accept keyword arguments
+  + Various documentation improvements
+  + Python2 / GTK2 cleanups
+  + asyncio integration with support to await Gio async functions
+  + meson: move from .egg-info to .dist-info/METADATA
+  + build: fixes for building with gobject-introspection 1.81
+- Stop removing executable bits from examples, no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  pygobject-3.48.2.obscpio

New:
----
  pygobject-3.50.0.obscpio

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

Other differences:
------------------
++++++ python-gobject.spec ++++++
--- /var/tmp/diff_new_pack.TsVnR9/_old  2024-10-08 17:18:47.838985864 +0200
+++ /var/tmp/diff_new_pack.TsVnR9/_new  2024-10-08 17:18:47.842986027 +0200
@@ -34,7 +34,7 @@
 %define libffi_version 3.0
 %{?sle15_python_module_pythons}
 Name:           python-gobject
-Version:        3.48.2
+Version:        3.50.0
 Release:        0
 Summary:        Python bindings for GObject
 License:        LGPL-2.1-or-later
@@ -124,8 +124,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-# Remove the executable bits from example scripts:
-find examples -name '*.py' -exec chmod -R -x {} +
 
 %build
 export CFLAGS="%{optflags}"
@@ -157,7 +155,8 @@
 }
 
 find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
-rm %{buildroot}%{_libdir}/*/site-packages/*.egg-info
+# Nuke a stray metadata file
+find %{buildroot}%{python_sitearch}/PyGObject*/ "(" -name 'METADATA' ")" 
-delete -print
 
 %{?python_compileall}
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
@@ -165,7 +164,6 @@
 %files %{python_files}
 %license COPYING
 %doc NEWS
-%doc examples/
 %{python_sitearch}/gi/
 # Lives in cairo subpackage
 %exclude %{python_sitearch}/gi/_gi_cairo*.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TsVnR9/_old  2024-10-08 17:18:47.866987000 +0200
+++ /var/tmp/diff_new_pack.TsVnR9/_new  2024-10-08 17:18:47.870987162 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/pygobject.git</param>
-    <param name="revision">3.48.2</param>
+    <param name="revision">3.50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ pygobject-3.48.2.obscpio -> pygobject-3.50.0.obscpio ++++++
++++ 17063 lines of diff (skipped)

++++++ pygobject.obsinfo ++++++
--- /var/tmp/diff_new_pack.TsVnR9/_old  2024-10-08 17:18:48.146998350 +0200
+++ /var/tmp/diff_new_pack.TsVnR9/_new  2024-10-08 17:18:48.150998512 +0200
@@ -1,5 +1,5 @@
 name: pygobject
-version: 3.48.2
-mtime: 1712387303
-commit: 02be5508acd0abd8567b319e0830947994c57320
+version: 3.50.0
+mtime: 1726139389
+commit: 48a875ea1c33f275f3f751d0d0a48762526a1abe
 

Reply via email to