Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2021-09-10 23:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and      /work/SRC/openSUSE:Factory/.httpie.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httpie"

Fri Sep 10 23:41:35 2021 rev:9 rq:917996 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/httpie/httpie.changes    2021-04-10 
15:28:10.098434285 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.1899/httpie.changes  2021-09-10 
23:42:01.466604915 +0200
@@ -1,0 +2,24 @@
+Mon Sep  6 19:32:01 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Fix tests
+- Update dependencies
+- Update to version 2.5.0
+  * Added --raw to allow specifying the raw request body without
+    extra processing as an alternative to stdin.
+  * Added support for XML formatting.
+  * Added internal support for file-like object responses to
+    improve adapter plugin support.
+  * Fixed --continue --download with a single byte to be
+    downloaded left.
+  * Fixed --verbose HTTP 307 redirects with streamed request body.
+  * Fixed handling of session files with Cookie: followed by other
+    headers.
+- Update to version 2.4.0
+  * Added support for --session cookie expiration based on
+    Set-Cookie: max-age=<n>.
+  * Show a --check-status warning with --quiet as well, not only
+    when the output is redirected.
+  * Fixed upload with --session.
+  * Fixed a missing blank line between request and response.
+
+-------------------------------------------------------------------

Old:
----
  httpie-2.3.0.tar.gz

New:
----
  httpie-2.5.0.tar.gz

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

Other differences:
------------------
++++++ httpie.spec ++++++
--- /var/tmp/diff_new_pack.fxIGv6/_old  2021-09-10 23:42:01.878605353 +0200
+++ /var/tmp/diff_new_pack.fxIGv6/_new  2021-09-10 23:42:01.882605357 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           httpie
-Version:        2.3.0
+Version:        2.5.0
 Release:        0
 Summary:        CLI, cURL-like tool for humans
 License:        BSD-3-Clause
@@ -28,15 +28,19 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Pygments >= 2.5.2
+BuildRequires:  python3-defusedxml >= 0.6.0
 BuildRequires:  python3-mock
 BuildRequires:  python3-pytest
 BuildRequires:  python3-pytest-httpbin
 BuildRequires:  python3-requests >= 2.22.0
 BuildRequires:  python3-requests-toolbelt >= 0.9.1
+BuildRequires:  python3-responses
 BuildRequires:  python3-setuptools
 Requires:       python3-Pygments >= 2.5.2
+Requires:       python3-defusedxml >= 0.6.0
 Requires:       python3-requests >= 2.22.0
 Requires:       python3-requests-toolbelt >= 0.9.1
+Requires:       python3-responses
 Provides:       python3-httpie = 2.3.0
 Provides:       python38-httpie = 2.3.0
 Obsoletes:      python3-httpie < 2.3.0
@@ -54,7 +58,6 @@
 
 %prep
 %setup -q
-
 #drop shebang
 sed -i -e '/^#!\//, 1d' httpie/__main__.py
 
@@ -70,16 +73,16 @@
 
 %check
 export LC_CTYPE=en_US.UTF-8
-export PYTHONPATH=$PWD
 # disable tests that fail on OBS with [Errno -3] Temporary failure in name 
resolution
-pytest --deselect=tests/test_uploads.py
+#pytest --deselect=tests/test_uploads.py
+pytest --deselect=tests/test_uploads.py tests -v
 
 %files
-%doc AUTHORS.rst CHANGELOG.rst README.rst
+%doc AUTHORS.md CHANGELOG.md README.md
 %license LICENSE
 %{_bindir}/http
 %{_bindir}/https
-%{python_sitelib}/*
+%{python_sitelib}/httpie*
 %{_mandir}/man1/http.1%{?ext_man}
 
 %changelog

++++++ httpie-2.3.0.tar.gz -> httpie-2.5.0.tar.gz ++++++
++++ 11631 lines of diff (skipped)

Reply via email to