Re: Removing inactive non-DD or non-DM accounts from the DPT on Salsa

2024-12-05 Thread Antonio Terceiro
On Thu, Dec 05, 2024 at 09:59:20AM -0500, Louis-Philippe Véronneau wrote: > Hello folks, > > I had a quick look at the members of the DPT on Salsa and it seems more than > a few people haven't been active in a while. > > The attached list (CSV: Name, username) are people that are neither DMs nor

Re: Removing inactive non-DD or non-DM accounts from the DPT on Salsa

2024-12-05 Thread Louis-Philippe Véronneau
On 2024-12-05 10 h 13 a.m., Antonio Terceiro wrote: On Thu, Dec 05, 2024 at 09:59:20AM -0500, Louis-Philippe Véronneau wrote: Hello folks, I had a quick look at the members of the DPT on Salsa and it seems more than a few people haven't been active in a while. The attached list (CSV: Name, use

Re: Removing inactive non-DD or non-DM accounts from the DPT on Salsa

2024-12-05 Thread Joost van Baal-Ilić
On Thu, Dec 05, 2024 at 10:16:50AM -0500, Louis-Philippe Véronneau wrote: > On 2024-12-05 10 h 13 a.m., Antonio Terceiro wrote: > > On Thu, Dec 05, 2024 at 09:59:20AM -0500, Louis-Philippe Véronneau wrote: > > > Hello folks, > > > > > > I had a quick look at the members of the DPT on Salsa and it

Re: User roles in DPT salsa - Developer, Reporter

2024-12-05 Thread Louis-Philippe Véronneau
On 2024-12-05 11 h 55 a.m., Mechtilde Stehmann wrote: Hi, Thanks for raising this issue. I doubt this was an intentional practice. I've moved all the accounts that had the "Developer" role to the "Maintainer" one. So you give all the person more rights in the repo. In Salsa the role Maint

Re: User roles in DPT salsa - Developer, Reporter

2024-12-05 Thread Stefano Rivera
Hi Louis-Philippe (2024.12.05_17:02:30_+) > As I said, I doubt the few accounts that were under "Developer" were chosen > for a reason. At least on my side, I've been adding people with that role > since I've been granted the Owner role and didn't really think much of it. There were some where

Re: User roles in DPT salsa - Developer, Reporter

2024-12-05 Thread Mechtilde Stehmann
Hello Lois-Philippe, Am 05.12.24 um 15:27 schrieb Louis-Philippe Véronneau: On 2024-11-28 11 h 06 a.m., Alexandru Mihail wrote: Hi, Thanks for raising this issue. I doubt this was an intentional practice. I've moved all the accounts that had the "Developer" role to the "Maintainer" one.

Removing inactive non-DD or non-DM accounts from the DPT on Salsa

2024-12-05 Thread Louis-Philippe Véronneau
Hello folks, I had a quick look at the members of the DPT on Salsa and it seems more than a few people haven't been active in a while. The attached list (CSV: Name, username) are people that are neither DMs nor DDs that haven't contributed since 2021. I'm proposing to remove them from the te

Re: Request to join Debian Python Team

2024-12-05 Thread Louis-Philippe Véronneau
On 2024-11-29 1 h 39 p.m., Ranjith Raj wrote: Dear Debian Python Team, I'd like to join theDebian Python team. I am a Python developer with a focus on creating and maintaining high- performance tools and packages. Recently, I have been working on packaging uv and ruff, two Rust-based tools th

Re: User roles in DPT salsa - Developer, Reporter

2024-12-05 Thread Louis-Philippe Véronneau
On 2024-11-28 11 h 06 a.m., Alexandru Mihail wrote: Hi all, This is a reply to https://lists.debian.org/debian-python/2024/11/msg00066.html but I feel this should have its own thread. I wander what is the purpose of the Developer, Reporter and Guest roles in salsa/DPT right now. As of now, out o

Re: Removing inactive non-DD or non-DM accounts from the DPT on Salsa

2024-12-05 Thread Antonio Terceiro
On Thu, Dec 05, 2024 at 04:22:30PM +0100, Joost van Baal-Ilić wrote: > On Thu, Dec 05, 2024 at 10:16:50AM -0500, Louis-Philippe Véronneau wrote: > > On 2024-12-05 10 h 13 a.m., Antonio Terceiro wrote: > > > On Thu, Dec 05, 2024 at 09:59:20AM -0500, Louis-Philippe Véronneau wrote: > > > > Hello folk

blhc failing due to non-verbose build

2024-12-05 Thread Soren Stoutner
I am working on PyInstaller, which is mostly written in Python, but compiles a bootloader written in c. blhc failes because the longs do not contain verbose compile flags. 111:NONVERBOSE BUILD: [ 1/21] Compiling src/pyi_utils.c 112:NONVERBOSE BUILD: [ 2/21] Compiling src/pyi_main.c 113:NONVERBO

Re: python-sigstore / python-tuf: request for packaging help

2024-12-05 Thread Andrey Rakhmatullin
On Thu, Dec 05, 2024 at 11:39:24PM +0100, Simon Josefsson wrote: > The self-tests tries seems to open some files which fails and I suspect > it is because srcdir != builddir reasons, or something similar, see > errors here: > > https://salsa.debian.org/jas/python-tuf/-/jobs/6707693 > > ==

Re: Anyone interested in python-pgpy?

2024-12-05 Thread Sean Whitton
Hello, Thank you very much for the update and help thus far. -- Sean Whitton

python-sigstore / python-tuf: request for packaging help

2024-12-05 Thread Simon Josefsson
Hi I am new to python debian packaging, and I'm looking for guidance and review my packaging. I'm happy to team-maintain these packages if someone can add me to the salsa group. Right now I am working on python-sigstore and my packaging is here: https://salsa.debian.org/jas/sigstore-python/ as

Re: blhc failing due to non-verbose build

2024-12-05 Thread Bo YU
Hi, On Fri, Dec 6, 2024 at 10:01 AM Soren Stoutner wrote: > ... > # Append the CPPFLAGS to the standard CFLAGS and CXXFLAGS variables, which is > how CMake likes it. Hardening#Notes_for_packages_using_CMake> > CFLAGS += $(CPPFLAGS) > CXXFLAGS += $(CPPFLAGS) > > https: