Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-01-02 14:44:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and      /work/SRC/openSUSE:Factory/.httpie.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httpie"

Thu Jan  2 14:44:33 2020 rev:3 rq:760402 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/httpie/httpie.changes    2019-09-02 
13:26:11.165302984 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.6675/httpie.changes  2020-01-02 
14:44:47.756993706 +0100
@@ -1,0 +2,8 @@
+Sun Dec 22 16:32:41 UTC 2019 - Martin Hauke <[email protected]>
+
+- Add patch:
+  * httpie-adjust-requirements.patch
+    Lower requirements for requests and Pygemnts to make it work
+    on Leap 15.1
+
+-------------------------------------------------------------------

New:
----
  httpie-adjust-requirements.patch

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

Other differences:
------------------
++++++ httpie.spec ++++++
--- /var/tmp/diff_new_pack.YU1vZB/_old  2020-01-02 14:44:50.208994675 +0100
+++ /var/tmp/diff_new_pack.YU1vZB/_new  2020-01-02 14:44:50.208994675 +0100
@@ -27,6 +27,7 @@
 URL:            https://httpie.org/
 Source:         
https://github.com/jakubroztocil/httpie/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        http.1
+Patch0:         httpie-adjust-requirements.patch
 BuildRequires:  %{python_module Pygments >= 2.1.3}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 #drop shebang
 sed -i -e '/^#!\//, 1d' httpie/__main__.py

++++++ httpie-adjust-requirements.patch ++++++
diff --git a/setup.py b/setup.py
index 3cb04c8..50075b3 100644
--- a/setup.py
+++ b/setup.py
@@ -35,8 +35,8 @@ tests_require = [
 
 
 install_requires = [
-    'requests>=2.21.0',
-    'Pygments>=2.3.1'
+    'requests>=2.20.0',
+    'Pygments>=2.2.0'
 ]
 
 

Reply via email to