diff --git a/pip-20.2.3-gh.tar.gz b/pip-20.2.3-gh.tar.gz deleted file mode 100644 index ba0ed32..0000000 --- a/pip-20.2.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57125defc81049b227fd81679664221d2d9b2bc5d3b855660a93bf87ecdc3509 -size 8719284 diff --git a/pip-20.2.4-gh.tar.gz b/pip-20.2.4-gh.tar.gz new file mode 100644 index 0000000..3285d07 --- /dev/null +++ b/pip-20.2.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a068a9ff1986747514dd07f0a465a5a498c9f426c3198fa88f8a208c98d6a4 +size 8723163 diff --git a/python-pip.changes b/python-pip.changes index 70d9de6..dec938b 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Jan 4 08:43:14 UTC 2021 - Paolo Stivanin + +- Update to 20.2.4: + Deprecations and Removals + * Document that certain removals can be fast tracked. + * Document that Python versions are generally supported until + PyPI usage falls below 5% + Features + * New resolver: Avoid accessing indexes when the installed + candidate is preferred and considered good enough + * Improve error message friendliness when an environment + has packages with corrupted metadata + * Cache package listings on index packages so they are guarenteed + to stay stable during a pip command session. This also improves + performance when a index page is accessed multiple times during + the command session + * New resolver: Tweak resolution logic to improve user experience + when user-supplied requirements conflict + Bug Fixes + * New resolver: Correctly respect ``Requires-Python`` metadata + to reject incompatible packages in ``--no-deps`` mode + * New resolver: Pick up hash declarations in constraints files + and use them to filter available distributions + * New resolver: If a package appears multiple times in user + specification with different ``--hash`` options, only hashes + that present in all specifications should be allowed + ------------------------------------------------------------------- Mon Dec 14 00:14:23 UTC 2020 - Benjamin Greiner diff --git a/python-pip.spec b/python-pip.spec index 7fad626..28b5819 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,7 +1,7 @@ # # spec file for package python-pip # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ %endif %endif Name: python-pip%{psuffix} -Version: 20.2.3 +Version: 20.2.4 Release: 0 Summary: A Python package management system License: MIT