Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package b4 for openSUSE:Factory checked in 
at 2021-02-07 15:21:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/b4 (Old)
 and      /work/SRC/openSUSE:Factory/.b4.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "b4"

Sun Feb  7 15:21:51 2021 rev:13 rq:869913 version:0.6.2+4

Changes:
--------
--- /work/SRC/openSUSE:Factory/b4/b4.changes    2021-01-29 14:57:36.809554979 
+0100
+++ /work/SRC/openSUSE:Factory/.b4.new.28504/b4.changes 2021-02-07 
15:24:22.614223697 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 07:10:19 UTC 2021 - Jiri Slaby <jsl...@suse.cz>
+
+- fix for newer dnspython
+  * add 0001-lift-requests-version-requirements.patch
+  * remove 0001-lift-requests-version-requirement.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ b4.spec ++++++
--- /var/tmp/diff_new_pack.rZzNi9/_old  2021-02-07 15:24:23.054224199 +0100
+++ /var/tmp/diff_new_pack.rZzNi9/_new  2021-02-07 15:24:23.058224204 +0100
@@ -25,7 +25,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
+Patch0:         0001-lift-requests-version-requirements.patch
 BuildArch:      noarch
 # for checks
 BuildRequires:  git-core

++++++ 0001-lift-requests-version-requirements.patch ++++++
>From be92fafe2b4d80e1ef09c9f594f1f68920ee6523 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 requirements
Patch-upstream: it will get fixed eventually

We have requests-2.25, dnspython-2.0.1 in TW...
---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 358e6a7a..952ad861 100644
--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,9 @@ setup(
     data_files = [('share/man/man5', ['man/b4.5'])],
     keywords=['git', 'lore.kernel.org', 'patches'],
     install_requires=[
-        'requests~=2.24.0',
-        'dkimpy~=1.0.5',
-        'dnspython~=2.0.0',
+        'requests>=2.24.0',
+        'dkimpy>=1.0.5',
+        'dnspython>=2.0.0',
     ],
     python_requires='>=3.6',
     entry_points={
-- 
2.26.2

Reply via email to