Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-multipart for openSUSE:Factory checked in at 2025-03-14 23:52:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-multipart (Old) and /work/SRC/openSUSE:Factory/.python-multipart.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multipart" Fri Mar 14 23:52:31 2025 rev:2 rq:1253025 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-multipart/python-multipart.changes 2024-11-17 16:39:56.172086075 +0100 +++ /work/SRC/openSUSE:Factory/.python-multipart.new.19136/python-multipart.changes 2025-03-14 23:53:28.140071850 +0100 @@ -1,0 +2,19 @@ +Fri Mar 14 09:39:57 UTC 2025 - Felix Stegmeier <felix.stegme...@suse.com> + +- Update to 1.2.1 + * feat: Split up MultipartError into more specific exceptions and add HTTP status code hints. All exceptions are subclasses of MultipartError. + * feat: New parse_form_data(ignore_errors) parameter to throw exceptions in non-strict mode, or suppress exceptions in strict mode. Default behavior does not change (throw in strict-mode, ignore in non-strict mode). + * feat: New is_form_request(environ) helper. + * feat: New specialized content_disposition_[un]quote functions. + * feat: parse_options_header() can now use different unquote functions. The default does not change. + * fix: parse_form_data() no longer checks the request method and the new is_form_request function also ignores it. All methods can carry parse-able form data, including unknown methods. The only reliable way is to check the Content-Type header, which both functions do. + * fix: First boundary not detected if separated by chunk border. + * fix: Allow CRLF in front of first boundary, even in strict mode. + * fix: Fail fast if first boundary is broken or part of the preamble. + * fix: Fail if stream ends without finding any boundary at all. + * fix: Use modern WHATWG quoting rules for field names and filenames (#60). Legacy quoting is still supported as a fallback. + * fix: MultiDict.get(index=999) should return default value, not throw IndexError. + * build: Require Python 3.8 + + +------------------------------------------------------------------- Old: ---- multipart-1.1.0.tar.gz New: ---- multipart-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-multipart.spec ++++++ --- /var/tmp/diff_new_pack.zxbkXG/_old 2025-03-14 23:53:28.724096177 +0100 +++ /var/tmp/diff_new_pack.zxbkXG/_new 2025-03-14 23:53:28.728096343 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-multipart # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-multipart -Version: 1.1.0 +Version: 1.2.1 Release: 0 Summary: Parser for multipart/form-data License: MIT ++++++ multipart-1.1.0.tar.gz -> multipart-1.2.1.tar.gz ++++++ ++++ 2087 lines of diff (skipped)