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

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

[debbugs-tracker] bug#30856: closed ([PATCH] gnu: python-ptyprocess: Upd


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30856: closed ([PATCH] gnu: python-ptyprocess: Update source URL.)
Date: Tue, 20 Mar 2018 18:48:02 +0000

Your message dated Tue, 20 Mar 2018 21:47:23 +0300
with message-id <address@hidden>
and subject line Re: [bug#30856] [PATCH] gnu: python-ptyprocess: Update source 
URL.
has caused the debbugs.gnu.org bug report #30856,
regarding [PATCH] gnu: python-ptyprocess: Update source URL.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30856: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30856
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-ptyprocess: Update source URL. Date: Mon, 19 Mar 2018 18:29:31 +0300
* gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 05d339060..5915561ff 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5619,8 +5619,9 @@ markdown_py is also provided to convert Markdown files to 
HTML.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-";
-             version ".tar.gz"))
+             "https://pypi.python.org/packages/51/83/";
+             "5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/"
+             "ptyprocess-" version ".tar.gz"))
        (sha256
         (base32
          "0ra31k10v3629xq0kdn8lwmfbi97anmk48r03yvh7mks0kq96hg6"))))
-- 
2.16.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30856] [PATCH] gnu: python-ptyprocess: Update source URL. Date: Tue, 20 Mar 2018 21:47:23 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Leo Famulari <address@hidden> writes:

> On Mon, Mar 19, 2018 at 06:29:31PM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
>> ---
>>  gnu/packages/python.scm | 5 +++--
>>  1 file changed, 3 insertions(+), 2 deletions(-)
>> 
>> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
>> index 05d339060..5915561ff 100644
>> --- a/gnu/packages/python.scm
>> +++ b/gnu/packages/python.scm
>> @@ -5619,8 +5619,9 @@ markdown_py is also provided to convert Markdown files 
>> to HTML.")
>>       (origin
>>         (method url-fetch)
>>         (uri (string-append
>> -             
>> "https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-";
>> -             version ".tar.gz"))
>> +             "https://pypi.python.org/packages/51/83/";
>> +             "5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/"
>> +             "ptyprocess-" version ".tar.gz"))
>
> Can it use pypi-uri? That way we wouldn't have to update this hash for
> each new version.

It can.  Thank you! 

Pushed as 8c4bd04c86cc43252b2f9473f398717970b77234

I'll close the bug report.

Oleg.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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