Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hurl for openSUSE:Factory checked in 
at 2026-05-05 15:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hurl (Old)
 and      /work/SRC/openSUSE:Factory/.hurl.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hurl"

Tue May  5 15:17:01 2026 rev:7 rq:1350893 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hurl/hurl.changes        2025-08-04 
15:25:37.852030335 +0200
+++ /work/SRC/openSUSE:Factory/.hurl.new.30200/hurl.changes     2026-05-05 
15:18:26.982723305 +0200
@@ -1,0 +2,81 @@
+Fri May  1 10:34:03 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- ignore failing tests simple_sample and runner::hurl_file::run that
+  require a running squid proxy
+  
https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md?plain=1#L89
+
+-------------------------------------------------------------------
+Fri Apr 24 07:19:28 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to version 8.0.0:
+  https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.0
+  https://github.com/Orange-OpenSource/hurl/blob/master/CHANGELOG.md#8.0.0
+  * Breaking Changes:
+    - Use CookieStore in HurlResult (crate compatibility) #4697
+    - Delete deprecated --interactive option #4712
+    - Replace legacy env var variable configuration HURL_foo by
+      HURL_VARIABLE_foo #4882
+    - Rename ignore-asserts to no-assert #4889
+    - Using new JSONPath module implementing RFC 9535 #4270
+  * Enhancements:
+    - Add raw multiline strings and remove deprecated multiline
+      attributes #1733
+    - Add --no-cookie-store option to deactivate cookie storage for
+      one file #2168
+    - Rename --noproxy to --no-proxy with backward compatible alias
+      #4709
+    - Separate color usage (ANSI codes) for standard output and
+      standard error #4790
+    - Add support for asserting/capturing TLS certificate value
+      #4698
+    - Use color/pretty when using output per request #4970
+    - Support color env variables configuration #4777
+    - Enhance error message for invalid filter input on filters
+      #4381
+    - Add rawbytes query #4250
+    - Using new JSONPath module implementing RFC 9535 #4270
+    - Add --verbosity option (globally and per request) #4613
+    - Add Subject Alt Name (SAN) attribute for certificate
+      assertions #4617
+  * Bugs Fixed:
+    - Reject invalid header value on command line option #4843
+    - Fix single quote in cookie value breaking curl output #4557
+    - Add support for curl --data-raw option in hurlfmt import
+      #4411
+    - Fix truncating existing output file when response is tiny
+      #4576
+  * Deprecations:
+    - Add charsetDecode filter and make decode deprecated #4732
+
+-------------------------------------------------------------------
+Tue Jan 20 08:43:25 UTC 2026 - Michael Vetter <[email protected]>
+
+- Update to version 7.1.0:
+  Enhancements:
+  * Add CLI option to pretty print the response body #1760
+  * Add pretty print option #1760
+  * Support adding secret with HURL_SECRET_foo env variable #3901
+  * Use happy path with http/https scheme for URL parsing to improve stress 
test use-cases #4144
+  * Support --secrets-file for injecting secrets #4309
+  * Add --ntlm option per request #4322
+  * Add --negotiate option per request #4323
+  * Add utf8Decode/utf8Encode filters #4382
+  * Replace unmaintained encoding crate with encoding_rs crate #4399
+  * Enhance logging for retry #4419
+  * Add support for hour duration #4422
+  * Enhance --test duration logging #4423
+  * Add parsing support for more types of date time strings to toDate filter 
#4439 #4440 #4441
+  * HTML report enhancements #4445 #4446
+  * Add retry count in the progress bar (only if retry >= 1) #4511
+  * Add isList predicate #4520
+  * Add isObject predicate #4520
+  Bugs Fixed:
+  * Parse --user, --negotiate, and --ntlm options in hurlfmt #4213
+  * Add parsing support for more types of date time strings to toDate filter 
#4439 #4440 #4441
+  * Accept more path names when appending HTML reports #4459
+  * Fix filtering of Authorization: and Cookie: headers when following 
redirections #4460
+  * Fix supporting space in cookie storage cookie values #4461
+  * Fix implicit "Content-Type" headers when following redirections #4522
+  * Fix curl debug command with dot-prefixed cookie domain #4558
+
+-------------------------------------------------------------------

Old:
----
  hurl-7.0.0.obscpio

New:
----
  hurl-8.0.0.obscpio

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

Other differences:
------------------
++++++ hurl.spec ++++++
--- /var/tmp/diff_new_pack.FbesgB/_old  2026-05-05 15:18:28.006764518 +0200
+++ /var/tmp/diff_new_pack.FbesgB/_new  2026-05-05 15:18:28.006764518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hurl
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           hurl
-Version:        7.0.0
+Version:        8.0.0
 Release:        0
 Summary:        Run and test HTTP requests with plain text
 License:        Apache-2.0
 URL:            https://github.com/Orange-OpenSource/hurl
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
-BuildRequires:  cargo >= 1.88.0
+BuildRequires:  cargo >= 1.94
 BuildRequires:  cargo-packaging
 BuildRequires:  clang-devel
 BuildRequires:  libxml2-devel
@@ -77,7 +77,7 @@
 python3 unix_socket/server.py > build/server-unix-socket.log 2>&1 &
 
 # run the tests
-%{cargo_test}
+%{cargo_test} -- --skip simple_sample --skip runner::hurl_file::run
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FbesgB/_old  2026-05-05 15:18:28.038765806 +0200
+++ /var/tmp/diff_new_pack.FbesgB/_new  2026-05-05 15:18:28.042765967 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">7.0.0</param>
+    <param name="revision">8.0.0</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="buildtime"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.FbesgB/_old  2026-05-05 15:18:28.066766933 +0200
+++ /var/tmp/diff_new_pack.FbesgB/_new  2026-05-05 15:18:28.070767094 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/Orange-OpenSource/hurl</param>
-              <param 
name="changesrevision">04d053ab4c26beb4e5c7d66659aa091cf7c4fc03</param></service></servicedata>
+              <param 
name="changesrevision">6b4ca3fba81d29b03d16379d7b87a9aa453f4bc6</param></service></servicedata>
 (No newline at EOF)
 

++++++ hurl-7.0.0.obscpio -> hurl-8.0.0.obscpio ++++++
++++ 100022 lines of diff (skipped)

++++++ hurl.obsinfo ++++++
--- /var/tmp/diff_new_pack.FbesgB/_old  2026-05-05 15:18:30.102848875 +0200
+++ /var/tmp/diff_new_pack.FbesgB/_new  2026-05-05 15:18:30.110849197 +0200
@@ -1,5 +1,5 @@
 name: hurl
-version: 7.0.0
-mtime: 1753877141
-commit: 04d053ab4c26beb4e5c7d66659aa091cf7c4fc03
+version: 8.0.0
+mtime: 1776948125
+commit: 6b4ca3fba81d29b03d16379d7b87a9aa453f4bc6
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/hurl/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.hurl.new.30200/vendor.tar.zst differ: char 7, line 1

Reply via email to