Hello community,

here is the log from the commit of package httpie for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:40:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/httpie (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.httpie.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httpie"

Fri Mar  6 12:40:25 2020 rev:6 rq:764053 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/httpie/httpie.changes  2020-01-30 
15:47:01.393292673 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.httpie.new.26092/httpie.changes       
2020-03-06 12:43:50.254850583 +0100
@@ -2,30 +1,0 @@
-Sun Jan 12 10:25:17 UTC 2020 - Martin Hauke <mar...@gmx.de>
-
-- Update to version 2.0.0
-  * Removed Python 2.7 support (Python 3.6+ is now required).
-  * Added --offline to allow building an HTTP request and printing
-    it but not actually sending it over the network.
-  * Replaced the old collect-all-then-process handling of HTTP
-    communication with one-by-one processing of each HTTP request
-    or response as they become available. This means that you can
-    see headers immediately, see what is being send even when the
-    request fails, etc.
-  * Removed automatic config file creation to avoid concurrency
-    issues.
-  * Removed the default 30-second connection --timeout limit.
-  * Removed Python’s default limit of 100 response headers.
-  * Added --max-headers to allow setting the max header limit.
-  * Added --compress to allow request body compression.
-  * Added --ignore-netrc to allow bypassing credentials from
-    .netrc.
-  * Added https alias command with https:// as the default scheme.
-  * Added $ALL_PROXY documentation.
-  * Added type annotations throughout the codebase.
-  * Added tests/ to the PyPi package for the convenience of
-    downstream package maintainers.
-  * Fixed an error when stdin was a closed fd.
-  * Improved --debug output formatting.
-- Update patch:
-  * httpie-adjust-requirements.patch
-
--------------------------------------------------------------------
@@ -35 +5 @@
-  * httpie-adjust-requirements.patch
+  * httpie-adjust-requirements.patch (Fix BOO#1158330)

Old:
----
  httpie-2.0.0.tar.gz

New:
----
  httpie-1.0.3.tar.gz

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

Other differences:
------------------
++++++ httpie.spec ++++++
--- /var/tmp/diff_new_pack.lzDdn2/_old  2020-03-06 12:43:51.666851442 +0100
+++ /var/tmp/diff_new_pack.lzDdn2/_new  2020-03-06 12:43:51.702851464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httpie
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           httpie
-Version:        2.0.0
+Version:        1.0.3
 Release:        0
 Summary:        CLI, cURL-like tool for humans
 License:        BSD-3-Clause
@@ -77,7 +77,6 @@
 %doc AUTHORS.rst CHANGELOG.rst README.rst
 %license LICENSE
 %python3_only %{_bindir}/http
-%python3_only %{_bindir}/https
 %{python_sitelib}/*
 %{_mandir}/man1/http.1%{ext_man}
 

++++++ httpie-2.0.0.tar.gz -> httpie-1.0.3.tar.gz ++++++
++++ 8556 lines of diff (skipped)

++++++ httpie-adjust-requirements.patch ++++++
--- /var/tmp/diff_new_pack.lzDdn2/_old  2020-03-06 12:43:52.522851962 +0100
+++ /var/tmp/diff_new_pack.lzDdn2/_new  2020-03-06 12:43:52.538851972 +0100
@@ -1,15 +1,15 @@
 diff --git a/setup.py b/setup.py
-index 4392270..2d18d38 100644
+index 3cb04c8..50075b3 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -35,8 +35,8 @@ tests_require = [
  
  
  install_requires = [
--    'requests>=2.22.0',
--    'Pygments>=2.5.2',
-+    'requests>=2.21.0',
-+    'Pygments>=2.3.1',
+-    'requests>=2.21.0',
+-    'Pygments>=2.3.1'
++    'requests>=2.20.0',
++    'Pygments>=2.2.0'
  ]
  
  


Reply via email to