Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package borgmatic for openSUSE:Factory 
checked in at 2023-01-25 17:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgmatic (Old)
 and      /work/SRC/openSUSE:Factory/.borgmatic.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgmatic"

Wed Jan 25 17:44:06 2023 rev:35 rq:1060858 version:1.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes      2022-12-06 
14:24:44.110322413 +0100
+++ /work/SRC/openSUSE:Factory/.borgmatic.new.32243/borgmatic.changes   
2023-01-25 17:44:53.420605060 +0100
@@ -1,0 +2,8 @@
+Wed Jan 25 11:11:01 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Add patch to reduce the requirement of python 3.7 to work with
+  python 3.6 so borgmatic can be used in Leap 15.5 . All the tests
+  work fine so it seems python 3.7 isn't really required:
+  * support-python3.6.patch
+
+-------------------------------------------------------------------

New:
----
  support-python3.6.patch

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

Other differences:
------------------
++++++ borgmatic.spec ++++++
--- /var/tmp/diff_new_pack.kzSW9z/_old  2023-01-25 17:44:53.916607728 +0100
+++ /var/tmp/diff_new_pack.kzSW9z/_new  2023-01-25 17:44:53.924607771 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package borgmatic
 #
-# Copyright (c) 2022 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
@@ -24,13 +24,16 @@
 Group:          Productivity/Archiving/Backup
 URL:            https://torsion.org/borgmatic/
 Source:         
https://github.com/witten/borgmatic/archive/%{version}.tar.gz#/borgmatic-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE
 Patch1:         skip-tests.patch
+# PATCH-FIX-OPENSUSE
+Patch2:         support-python3.6.patch
 # testing requirements
 BuildRequires:  borgbackup
 # To create the manpage
 BuildRequires:  pandoc
 BuildRequires:  pkgconfig
-BuildRequires:  python3 >= 3.7
+BuildRequires:  python3 >= 3.6
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-appdirs
 BuildRequires:  python3-atomicwrites
@@ -79,6 +82,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 sed -i -e "s/colorama>=0.4.1,<0.5/colorama>=0.3.9/" setup.py
 %if 0%{?suse_version} <= 1500

++++++ support-python3.6.patch ++++++
Index: borgmatic-1.7.5/setup.py
===================================================================
--- borgmatic-1.7.5.orig/setup.py
+++ borgmatic-1.7.5/setup.py
@@ -37,5 +37,5 @@ setup(
         'setuptools',
     ),
     include_package_data=True,
-    python_requires='>=3.7',
+    python_requires='>=3.6',
 )

Reply via email to