Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #16524

Re: Anyone interested in python-pgpy?

Path csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Xiyue Deng <manphiz@gmail.com>
Newsgroups linux.debian.maint.python
Subject Re: Anyone interested in python-pgpy?
Date Wed, 04 Dec 2024 10:20:01 +0100
Message-ID <JPTI5-dEB8-1@gated-at.bofh.it> (permalink)
References <JP4Pf-d7mR-5@gated-at.bofh.it> <JPm9r-dijr-1@gated-at.bofh.it> <JPriO-dloo-7@gated-at.bofh.it> <JPFOO-dvqP-7@gated-at.bofh.it>
X-Original-To Sean Whitton <spwhitton@spwhitton.name>
X-Mailbox-Line From debian-python-request@lists.debian.org Wed Dec 4 09:18:40 2024
Old-Return-Path <manphiz@gmail.com>
X-Amavis-Spam-Status No, score=-12.099 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -5.5
X-Gm-Message-State AOJu0YwbECZ/i7wh9+j/8grEOsaE17WgmtbjdG1zNFxuWpGsTDsxu4N4 1q0L+Lo97BoPekmXEALyPzYqrJMJq1P4hvsqKnPdlvR+E+Z1kGQT
X-Gm-Gg ASbGnctWcftMJBgxoiL8yTMYFbVOZxHQl2/bhXTXKbJRipdQDNObFza9GJgZ7T+4kcp fGN275DvirFecCQwmDbDIAy16sJUX6Fi0c57AEP61vx/C5PnxE4kGv5x5JP/h7puH+cR3Pqk3on +5JaFc/5XBd4eEhRXAp0ZPux4D7kt+uEOJvZdZEUpGPCiBUCh2VBM/eNrxBgb1yndT2wLTNaihA 40H3dbM9HYOwl9ka/DnTPV46tKxIAF7rr6RBMQ5iZQUNFW+MDIIK3no0Z+5ml+qV+fCSy9N6MEi okv7FQbw
X-Google-SMTP-Source AGHT+IEq+QtdyOjKbrpgq+5lG5bEsZ5On0OuRdQsGqK5XpL2D8S4glIAt4BCbNKwGfFz/r9aOXCUjw==
X-Received by 2002:a05:6a21:9999:b0:1e0:d51b:10c5 with SMTP id adf61e73a8af0-1e1653c81b0mr7686902637.20.1733303903801; Wed, 04 Dec 2024 01:18:23 -0800 (PST)
User-Agent Notmuch/0.38.3 (https://notmuchmail.org) Emacs/29.4 (x86_64-pc-linux-gnu)
MIME-Version 1.0
Content-Type multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
X-Mailing-List <debian-python@lists.debian.org> archive/latest/22609
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/87ser3st5v.fsf@debian-hx90.lan
Approved robomod@news.nic.it
Lines 80
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc debian-python@lists.debian.org, notmuch@notmuchmail.org, mailscripts@packages.debian.org, Daniel Kahn Gillmor <dkg@fifthhorseman.net>
X-Original-Date Wed, 04 Dec 2024 01:18:20 -0800
X-Original-Message-ID <87ser3st5v.fsf@debian-hx90.lan>
X-Original-References <875xo2u70p.fsf@melete.silentflame.com> <87ed2pu64q.fsf@debian-hx90.lan> <87v7w1qysu.fsf@melete.silentflame.com> <87y10wsk2d.fsf@debian-hx90.lan>
Xref csiph.com linux.debian.maint.python:16524

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Xiyue Deng <manphiz@gmail.com> writes:

> Hi Sean,
>
> Sean Whitton <spwhitton@spwhitton.name> writes:
>
>> Hello Xiyue,
>>
>> On Mon 02 Dec 2024 at 01:28pm -08, Xiyue Deng wrote:
>>
>>> I have made a MR[1] including a few quick fixes for the RC bugs, in hope
>>> that they are acceptable for another NMU to unblock this package and its
>>> dependencies.  PTAL.  Thanks!
>>>
>>> [1] https://salsa.debian.org/debian/pgpy/-/merge_requests/2
>>
>> Thank you very much for taking a look at this one.
>>
>> I'm a bit queasy about just disabling the failing tests.  Do we have
>> reason to believe that pgpy is not actually broken with Python 3.13?
>> In other words, what makes you think that it's just the tests that are
>> broken, not the program?
>>
>
> I don't have an answer yet.  I have tested 0.6.0-1.3 in a bookworm
> sbuild chroot which has Python 3.11 and the tests passed.  The build log
> in Bug#1086378 shows it was using Python 3.12, so I would assume
> something changed in Python 3.12 was the cause.  I would do some further
> checks to be sure.  Though I do hope people familiar with the matters
> can beat me to it.
>

Looks like this has nothing to do with Python version but gpgme: I have
tested with a snapshot of gpgme1.0 version 1.18.0-6+b1 and everything
works; upgrading to version 1.23.2-5 and the tests start to show the
same errors.  I have been trying to see what has changed from gpgme side
but so far nothing conclusive yet.

On the other hand, python-pgpy may be working fine as all failures in
the tests are caused by using the gpgme python binding, which somehow
doesn't like the PGP signed message generated by python-pgpy anymore.

>> Thanks.
>>
>> -- 
>> Sean Whitton
>
> -- 
> Regards,
> Xiyue Deng

-- 
Regards,
Xiyue Deng

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-02 04:00 +0100
  Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-02 22:30 +0100
    Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-03 04:00 +0100
      Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-03 19:30 +0100
        Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-04 10:20 +0100
          Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-05 04:00 +0100
            Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-05 05:10 +0100
              Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-06 04:10 +0100
                Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-06 21:50 +0100
                Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-07 10:00 +0100
                Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-07 11:30 +0100
                Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-08 02:40 +0100
                Re: Anyone interested in python-pgpy? Xiyue Deng <manphiz@gmail.com> - 2024-12-08 04:00 +0100
                Re: Anyone interested in python-pgpy? Sean Whitton <spwhitton@spwhitton.name> - 2024-12-08 06:10 +0100
  Re: Anyone interested in python-pgpy? Paul Boddie <paul@boddie.org.uk> - 2024-12-03 12:30 +0100

csiph-web