Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Deprecated for
openSUSE:Factory checked in at 2022-11-01 13:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Deprecated (Old)
and /work/SRC/openSUSE:Factory/.python-Deprecated.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Deprecated"
Tue Nov 1 13:41:14 2022 rev:8 rq:1032520 version:1.2.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Deprecated/python-Deprecated.changes
2021-12-09 19:45:32.445131275 +0100
+++
/work/SRC/openSUSE:Factory/.python-Deprecated.new.2275/python-Deprecated.changes
2022-11-01 13:41:23.703521622 +0100
@@ -1,0 +2,6 @@
+Mon Oct 31 13:16:26 UTC 2022 - Ben Greiner <[email protected]>
+
+- Provid canonicalized lowercase name
+- Don't catchall files section
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Deprecated.spec ++++++
--- /var/tmp/diff_new_pack.4WsmkE/_old 2022-11-01 13:41:24.175524133 +0100
+++ /var/tmp/diff_new_pack.4WsmkE/_new 2022-11-01 13:41:24.183524175 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Deprecated
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
BuildRequires: python-rpm-macros
Requires: python-wrapt >= 1.10
BuildArch: noarch
+Provides: python-deprecated = %{version}-%{release}
%python_subpackages
%description
@@ -54,6 +55,7 @@
%files %{python_files}
%doc CHANGELOG.rst README.md
%license LICENSE.rst
-%{python_sitelib}/*
+%{python_sitelib}/deprecated
+%{python_sitelib}/Deprecated-%{version}*-info
%changelog