Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-01-20 22:56:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and      /work/SRC/openSUSE:Factory/.httpie.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httpie"

Mon Jan 20 22:56:37 2020 rev:4 rq:765777 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/httpie/httpie.changes    2020-01-02 
14:44:47.756993706 +0100
+++ /work/SRC/openSUSE:Factory/.httpie.new.26092/httpie.changes 2020-01-20 
22:56:41.975372479 +0100
@@ -1,0 +2,30 @@
+Sun Jan 12 10:25:17 UTC 2020 - Martin Hauke <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  httpie-1.0.3.tar.gz

New:
----
  httpie-2.0.0.tar.gz

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

Other differences:
------------------
++++++ httpie.spec ++++++
--- /var/tmp/diff_new_pack.v8tsAj/_old  2020-01-20 22:56:44.411373416 +0100
+++ /var/tmp/diff_new_pack.v8tsAj/_new  2020-01-20 22:56:44.411373416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httpie
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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:        1.0.3
+Version:        2.0.0
 Release:        0
 Summary:        CLI, cURL-like tool for humans
 License:        BSD-3-Clause
@@ -77,6 +77,7 @@
 %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-1.0.3.tar.gz -> httpie-2.0.0.tar.gz ++++++
++++ 8554 lines of diff (skipped)

++++++ httpie-adjust-requirements.patch ++++++
--- /var/tmp/diff_new_pack.v8tsAj/_old  2020-01-20 22:56:44.539373465 +0100
+++ /var/tmp/diff_new_pack.v8tsAj/_new  2020-01-20 22:56:44.539373465 +0100
@@ -1,15 +1,15 @@
 diff --git a/setup.py b/setup.py
-index 3cb04c8..50075b3 100644
+index 4392270..2d18d38 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'
+-    'requests>=2.22.0',
+-    'Pygments>=2.5.2',
++    'requests>=2.21.0',
++    'Pygments>=2.3.1',
  ]
  
  


Reply via email to