Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.deprecation for 
openSUSE:Factory checked in at 2023-02-02 18:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.deprecation (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.deprecation.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.deprecation"

Thu Feb  2 18:08:23 2023 rev:10 rq:1062481 version:4.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.deprecation/python-zope.deprecation.changes
  2021-09-25 22:51:44.487371784 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.deprecation.new.32243/python-zope.deprecation.changes
       2023-02-02 18:34:31.465727387 +0100
@@ -1,0 +2,8 @@
+Wed Feb  1 13:14:15 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Implement python packaging best practise: Don't cathall platlib
+- Explicitly require python3-Sphinx for building the docs. It could
+  have been omitted from %pythons for %python_module in a 15.X
+  backport project.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-zope.deprecation.spec ++++++
--- /var/tmp/diff_new_pack.VlGpcg/_old  2023-02-02 18:34:31.849729716 +0100
+++ /var/tmp/diff_new_pack.VlGpcg/_new  2023-02-02 18:34:31.853729740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.deprecation
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-zope.deprecation
 Version:        4.4.0
 Release:        0
@@ -30,7 +29,7 @@
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 # SECTION documentation requirements
-BuildRequires:  %{python_module Sphinx}
+BuildRequires:  python3-Sphinx
 # /SECTION
 %python_subpackages
 
@@ -67,7 +66,10 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.rst COPYRIGHT.txt README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/zope
+%{python_sitelib}/zope.deprecation-%{version}*-info
+%{python_sitelib}/zope.deprecation-%{version}*-nspkg.pth
+%{python_sitelib}/zope/deprecation
 
 %files -n %{name}-doc
 %doc build/sphinx/html/

Reply via email to