diff --git a/parfive-2.1.0.tar.gz b/parfive-2.1.0.tar.gz deleted file mode 100644 index 3a3a12d..0000000 --- a/parfive-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd6cb419242130730cf41d4cf6f284ebf50f1a71ce6c9508e0467ec98f17dc8e -size 33956 diff --git a/parfive-2.2.0.tar.gz b/parfive-2.2.0.tar.gz new file mode 100644 index 0000000..49054db --- /dev/null +++ b/parfive-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de07d148d898e3f8ad6d6514e1d28e13f51d80de153fa1918c346509a5002e9b +size 40007 diff --git a/python-parfive.changes b/python-parfive.changes index 85a1d3e..6a8a2bf 100644 --- a/python-parfive.changes +++ b/python-parfive.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu May 15 05:20:40 UTC 2025 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Sun Apr 14 07:44:07 UTC 2024 - Dirk Müller diff --git a/python-parfive.spec b/python-parfive.spec index dd26ba8..ebcbf99 100644 --- a/python-parfive.spec +++ b/python-parfive.spec @@ -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