Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-parfive for openSUSE:Factory checked in at 2025-05-15 17:01:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parfive (Old) and /work/SRC/openSUSE:Factory/.python-parfive.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parfive" Thu May 15 17:01:49 2025 rev:7 rq:1277650 version:2.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parfive/python-parfive.changes 2024-04-21 20:30:10.380289739 +0200 +++ /work/SRC/openSUSE:Factory/.python-parfive.new.30101/python-parfive.changes 2025-05-15 17:02:12.036276616 +0200 @@ -1,0 +2,25 @@ +Thu May 15 05:20:40 UTC 2025 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 2.2.0 + * Python 3.9 support has been dropped and 3.13 is now tested. + * Checksums can now be verified when deciding to overwrite a file + and when downloads are completed based on user or server provided + checksums. (This is opt-in for now) + * Add checksums support @Cadair (#165) + * The first request to download a file will now attempt to use the + HEAD method to read the checksum and content-disposition headers. + If the HEAD request returns any status code other than 200 the old + GET behaviour will be tried - Fix a 302 issue @Cadair (#170), Add a + test for the head or get helper @Cadair (#169), Use a HEAD for the + first request @Cadair (#168) + * The URL associated with every downloaded file is now propagated + through to the Results object + * Add urls to results @samaloney (#146) + * Fix a bug where result urls were not updated in retry @samaloney (#153) + * Fix codecov @Cadair (#167) + * Add type hints to _get_http @Cadair (#164) + * Migrate away from setup.cfg and use more ruff @Cadair (#162) + * Drop Python 3.9 as it's EOL and fix tests @Cadair (#161) +- Use Python 3.11 on SLE-15 by default + +------------------------------------------------------------------- Old: ---- parfive-2.1.0.tar.gz New: ---- parfive-2.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parfive.spec ++++++ --- /var/tmp/diff_new_pack.xcX8Jd/_old 2025-05-15 17:02:12.624301301 +0200 +++ /var/tmp/diff_new_pack.xcX8Jd/_new 2025-05-15 17:02:12.624301301 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-parfive # -# 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 @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-parfive -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: A HTTP and FTP parallel file downloader License: MIT ++++++ parfive-2.1.0.tar.gz -> parfive-2.2.0.tar.gz ++++++ ++++ 2358 lines of diff (skipped)
