Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dbus-python for 
openSUSE:Factory checked in at 2023-01-04 17:50:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dbus-python (Old)
 and      /work/SRC/openSUSE:Factory/.python-dbus-python.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dbus-python"

Wed Jan  4 17:50:52 2023 rev:12 rq:1046284 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dbus-python/python-dbus-python.changes    
2021-07-28 19:19:29.283678967 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dbus-python.new.1563/python-dbus-python.changes
  2023-01-04 17:51:06.341652195 +0100
@@ -1,0 +2,27 @@
+Mon Jan  2 19:15:01 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.3.2:
+  * Python 3, version 3.5 or later, is required.
+  * Installing from source code using Autotools requires Python 3.5 or
+    later.
+  * dbus.gobject_service, dbus.types.UTF8String and the utf8_strings
+  keyword argument were only usable with Python 2, and therefore have
+  been removed, along with the rest of the special cases for Python 2.
+  * Add methods to Message objects to manipulate the interactive
+  authorization flag
+  * Add licensing information in REUSE format
+  * Raise ValueError instead of crashing with assertion failure when a
+  Unix fd index number is greater than the number of fds actually attached
+  to the message (firewalld#985; Simon McVittie)
+  * Raise ValueError instead of crashing with assertion failure when
+  a negative number is passed to the UnixFd constructor
+  * Fix undefined escape sequences in docstrings
+  * Make `distcheck` compatible with Automake 1.16.4, by forcing an
+  appropriate prefix to be used
+  * Update AX_PYTHON_DEVEL from autoconf-archive for better
+  forwards-compatibility
+  * Avoid various deprecation warnings in the build system
+  - distutils.sysconfig → sysconfig
+  - distutils.util → sysconfig
+
+-------------------------------------------------------------------

Old:
----
  dbus-python-1.2.18.tar.gz
  dbus-python-1.2.18.tar.gz.asc

New:
----
  dbus-python-1.3.2.tar.gz
  dbus-python-1.3.2.tar.gz.asc

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

Other differences:
------------------
++++++ python-dbus-python.spec ++++++
--- /var/tmp/diff_new_pack.mYhHXS/_old  2023-01-04 17:51:07.489658962 +0100
+++ /var/tmp/diff_new_pack.mYhHXS/_new  2023-01-04 17:51:07.493658985 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dbus-python
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 # expand separate from Provides/Obsoletes tags, because these are later 
duplicated by the python_subpackages macro
 %define python_add_provides %{python_provides}
 Name:           python-dbus-python
-Version:        1.2.18
+Version:        1.3.2
 Release:        0
 Summary:        Python bindings for D-Bus
 License:        MIT
@@ -29,7 +29,7 @@
 Source:         
https://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
 Source2:        
https://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz.asc
 Source99:       python-dbus-python-rpmlintrc
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module gobject}
 BuildRequires:  %{python_module xml}
@@ -47,12 +47,6 @@
 # additional provider for python2 --> python and python38 --> python3
 Provides:       dbus-1-%{python_add_provides} = %{version}
 Obsoletes:      dbus-1-%{python_add_provides} < %{version}
-%else
-# shim for distros with python2 and where python_provides is not yet available
-%if "%{python_flavor}" == "python2"
-Provides:       dbus-1-python = %{version}
-Obsoletes:      dbus-1-python < %{version}
-%endif
 %endif
 %python_subpackages
 
@@ -73,12 +67,6 @@
 # additional provider for python2 --> python and python38 --> python3
 Provides:       dbus-1-%{python_add_provides}-devel = %{version}
 Obsoletes:      dbus-1-%{python_add_provides}-devel < %{version}
-%else
-# shim for distros with python2 and where python_provides is not yet available
-%if "%{python_flavor}" == "python2"
-Provides:       dbus-1-python-devel = %{version}
-Obsoletes:      dbus-1-python-devel < %{version}
-%endif
 %endif
 
 %description devel

++++++ dbus-python-1.2.18.tar.gz -> dbus-python-1.3.2.tar.gz ++++++
++++ 34541 lines of diff (skipped)

Reply via email to