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 2021-01-25 18:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
and /work/SRC/openSUSE:Factory/.python-dogpile.cache.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dogpile.cache"
Mon Jan 25 18:24:13 2021 rev:28 rq:866404 version:1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2020-12-09 22:12:47.735150624 +0100
+++
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new.28504/python-dogpile.cache.changes
2021-01-25 18:24:30.296505792 +0100
@@ -1,0 +2,5 @@
+Sun Jan 24 18:40:18 UTC 2021 - Dirk M??ller <[email protected]>
+
+- skip building against python 3.6
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.c6ja96/_old 2021-01-25 18:24:30.780506496 +0100
+++ /var/tmp/diff_new_pack.c6ja96/_new 2021-01-25 18:24:30.784506501 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-dogpile.cache
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
+%global skip_python36 1
Name: python-dogpile.cache
Version: 1.1.1
Release: 0
@@ -34,7 +35,7 @@
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module stevedore}
+BuildRequires: python3-stevedore
Requires: python-decorator >= 4.0.0
BuildRequires: %{python_module six}
Requires: python-six