Hello community,

here is the log from the commit of package b4 for openSUSE:Factory checked in 
at 2020-12-18 19:59:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/b4 (Old)
 and      /work/SRC/openSUSE:Factory/.b4.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "b4"

Fri Dec 18 19:59:47 2020 rev:10 rq:856840 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/b4/b4.changes    2020-12-15 12:33:16.488140040 
+0100
+++ /work/SRC/openSUSE:Factory/.b4.new.5145/b4.changes  2020-12-18 
20:00:13.894116546 +0100
@@ -1,0 +2,5 @@
+Fri Dec 18 09:05:49 UTC 2020 - Jiri Slaby <jsl...@suse.cz>
+
+- add 0001-lift-requests-version-requirement.patch
+
+-------------------------------------------------------------------

New:
----
  0001-lift-requests-version-requirement.patch

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

Other differences:
------------------
++++++ b4.spec ++++++
--- /var/tmp/diff_new_pack.51sMc8/_old  2020-12-18 20:00:14.698117406 +0100
+++ /var/tmp/diff_new_pack.51sMc8/_new  2020-12-18 20:00:14.702117410 +0100
@@ -26,6 +26,7 @@
 Group:          Development/Tools/Other
 URL:            https://git.kernel.org/pub/scm/utils/b4/b4.git
 Source0:        %{name}-%{version}.tar.xz
+Patch0:         0001-lift-requests-version-requirement.patch
 BuildArch:      noarch
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}

++++++ 0001-lift-requests-version-requirement.patch ++++++
From 7ccf601c7bab3d1363f73e1a688f36ee291b8473 Mon Sep 17 00:00:00 2001
From: Jiri Slaby <jsl...@suse.cz>
Date: Fri, 18 Dec 2020 09:57:54 +0100
Subject: [PATCH] lift "requests" version requirement
Patch-upstream: it will get fixed eventually

We have 2.25 in TW.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 358e6a7a..f6ed6745 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
     data_files = [('share/man/man5', ['man/b4.5'])],
     keywords=['git', 'lore.kernel.org', 'patches'],
     install_requires=[
-        'requests~=2.24.0',
+        'requests>=2.24.0',
         'dkimpy~=1.0.5',
         'dnspython~=2.0.0',
     ],
-- 
2.26.2
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to