Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dogpile.cache for
openSUSE:Factory checked in at 2024-01-08 23:44:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
and /work/SRC/openSUSE:Factory/.python-dogpile.cache.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dogpile.cache"
Mon Jan 8 23:44:52 2024 rev:40 rq:1137453 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2023-12-28 23:04:59.082164150 +0100
+++
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.21961/python-dogpile.cache.changes
2024-01-08 23:45:00.325751625 +0100
@@ -1,0 +2,6 @@
+Sun Jan 7 21:53:54 UTC 2024 - Dirk Müller <[email protected]>
+
+- use %{?sle15_python_module_pythons}
+- add typing-extensions
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.qzcoCg/_old 2024-01-08 23:45:01.089779404 +0100
+++ /var/tmp/diff_new_pack.qzcoCg/_new 2024-01-08 23:45:01.089779404 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
-%global pythons python3
+%{?sle15_python_module_pythons}
Name: python-dogpile.cache
Version: 1.3.0
Release: 0
@@ -32,9 +32,13 @@
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 5}
BuildRequires: %{python_module stevedore > 3.0.0}
+BuildRequires: %{python_module typing-extensions >= 4.0.1}
BuildRequires: %{python_module wheel}
Requires: python-decorator >= 4.0.0
Requires: python-stevedore >= 3.0.0
+%if 0%{?python_version_nodots} < 311
+Requires: python-typing-extensions >= 4.0.1
+%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-dogpile.core = %{version}