emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57545: closed ([PATCH] gnu: python-pip: Update to 22.2.2.)


From: GNU bug Tracking System
Subject: bug#57545: closed ([PATCH] gnu: python-pip: Update to 22.2.2.)
Date: Sat, 10 Sep 2022 10:53:02 +0000

Your message dated Sat, 10 Sep 2022 11:51:39 +0100
with message-id <87tu5fzeld.fsf@cbaines.net>
and subject line Re: [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2.
has caused the debbugs.gnu.org bug report #57545,
regarding [PATCH] gnu: python-pip: Update to 22.2.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57545: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57545
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pip: Update to 22.2.2. Date: Fri, 2 Sep 2022 16:41:45 +0000
The pip README notes that "pip 21.0, in January 2021, removed Python 2
support". If continued Python 2 support for python-pip is desired, the
old version could be preserved until such time as python2 is removed.

* gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b058704172..7b658daaf6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12457,14 +12457,14 @@ (define-public python-pretend
 (define-public python-pip
   (package
     (name "python-pip")
-    (version "20.2.4")
+    (version "22.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pip" version))
        (sha256
         (base32
-         "18b4qcijwivvkj1g0hs4w8zjbks0bjzdjcrqybnhmyx0gs2rmjc5"))))
+         "0jwac0bhfp48w4fqibf1ysrs2grksdv92hwqm7bmdw2jn2fr5l9z"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f))          ; there are no tests in the pypi archive.
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57545] [PATCH] gnu: python-pip: Update to 22.2.2. Date: Sat, 10 Sep 2022 11:51:39 +0100 User-agent: mu4e 1.6.11; emacs 28.1
Greg Hogan <code@greghogan.com> writes:

> The pip README notes that "pip 21.0, in January 2021, removed Python 2
> support". If continued Python 2 support for python-pip is desired, the
> old version could be preserved until such time as python2 is removed.
>
> * gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2.
> ---
>  gnu/packages/python-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to master as
fe42befd64df016d755f56107a407f5e4b5c3814.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]