From: Peter Polidoro <peter@polidoro.io>
To: Maxime Devos <maximedevos@telenet.be>
Cc: 54737@debbugs.gnu.org
Subject: [bug#54737] gnu: python-multipart: Update to 0.2.4.
Date: Mon, 01 Aug 2022 13:35:35 -0400 [thread overview]
Message-ID: <86czdjlv3l.fsf@polidoro.io> (raw)
In-Reply-To: <13F777AE-BD40-452C-9277-C9068D775BD5@polidoro.io>
I looked at my notes and found that this was indeed a mistake. I
need the python-multipart pypi package, not the multipart pypi
package.
You can close this, thank you for catching my error. I apologize
for the confusion and for your time.
Peter Polidoro <peter@polidoro.io> writes:
> [1. text/plain]
> Hi. Good catch. I may have made a mistake when choosing between
> these two
> unfortunately named pypi packages. I need one of these two as a
> dependency for
> another Guix package. I am traveling at the moment, but I will
> double check this
> when I return in a few days. If I do need multipart instead of
> python-multipart,
> perhaps there is a better way to name the Guix packages to cause
> less confusion.
> Thanks!
>
>> On Jul 29, 2022, at 3:38 PM, Maxime Devos
>> <maximedevos@telenet.be> wrote:
>>
>>
>>>
>>> (define-public python-multipart
>>> (package
>>> (name "python-multipart")
>>> - (version "0.0.5")
>>> - (source (origin
>>> - (method url-fetch)
>>> - (uri (pypi-uri "python-multipart" version))
>>> - (sha256
>>> - (base32
>>> - "0hzshd665rl1bkwvaj9va4j3gs8nmb478fbvligx20663xhmzfzp"))))
>>> + (version "0.2.4")
>>> + (source
>>> + (origin
>>> + (method url-fetch)
>>> + (uri (pypi-uri "multipart" version))
>>> + (sha256
>>> + (base32
>>> "1jr24lm931pkh4x0amr19w5qknrckcg4z3k1zvz9cw5wc19j1fh6"))))
>>
>> What's the reason for changing from the python-multipart to
>> multipart? I've
>> looked at the home page and the pypi page, and it doesn't state
>> that the
>> latter is a successor of the former, so these look like
>> unrelated projects or
>> a typosquatting attack.
>>
>> Greetings,
>> Maxime.
>
> [2. application/pgp-keys; OpenPGP_0x49E3EE22191725EE.asc]...
>
> [3. application/octet-stream; OpenPGP_signature]...
next prev parent reply other threads:[~2022-08-01 17:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-05 19:34 [bug#54737] gnu: python-multipart: Update to 0.2.4 Peter Polidoro
2022-07-29 19:38 ` Maxime Devos
2022-07-30 12:19 ` Peter Polidoro
2022-08-01 17:35 ` Peter Polidoro [this message]
2022-08-01 17:59 ` ( via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86czdjlv3l.fsf@polidoro.io \
--to=peter@polidoro.io \
--cc=54737@debbugs.gnu.org \
--cc=maximedevos@telenet.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.