VOTE: adding abi3audit to PyPA on GitHub
Hi PyPA committers, I'd like to open a vote on transferring abi3audit to the PyPA GitHub org: https://github.com/trailofbits/abi3audit For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]). If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)). Best, William Woodruff [1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ [2]: https://cibuildwheel.pypa.io/en/stable/faq/
+1 On Tue, Jul 23, 2024 at 8:55 AM William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: gaborjbernat@gmail.com
Definitely a +1 from me! On Tue, Jul 23, 2024 at 11:55 AM William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: ofekmeister@gmail.com
+1 On Tue, Jul 23, 2024 at 8:54 AM William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: brett@python.org
On Tue, Jul 23, 2024 at 5:55 PM William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
+1 -- Warm regards, Sviatoslav Sydorenko Software Hacker @ Ansible Core --- https://useplaintext.email/ () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments ---
+1 Paul On Tue, 23 Jul 2024 at 21:41, Sviatoslav Sydorenko <webknjaz@redhat.com> wrote:
On Tue, Jul 23, 2024 at 5:55 PM William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]:
https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
+1
-- Warm regards, Sviatoslav Sydorenko
Software Hacker @ Ansible Core
--- https://useplaintext.email/ () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments ---
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: p.f.moore@gmail.com
On Tue, 2024-07-23 at 11:54 -0400, William Woodruff wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: lains@riseup.net
+1 Cheers, Filipe Laíns
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
+1 Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote:
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote:
+1
Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote:
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
+1 On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote:
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote:
+1
Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote:
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
+1 On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote:
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote:
+1
Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote:
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
It's been 1 week (really 8 days), so I think per PEP 609 the vote is concluded and passes. I might have made a procedural mistake however -- I didn't ask another committer to second the proposal. Is it possible for someone to retroactively second it, or should I re-enter it for a new vote? William On Fri, Jul 26, 2024 at 4:13 PM Grzegorz Bokota <bokota@gmail.com> wrote:
+1
On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote:
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote:
+1
Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote:
+1
On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote:
Hi PyPA committers,
I'd like to open a vote on transferring abi3audit to the PyPA GitHub org:
https://github.com/trailofbits/abi3audit
For those who aren't familiar with it: abi3audit is a tool I wrote a couple of years ago to find ABI3 violations (which can lead to memory corruption) in wheels[1]. It's been around for a while now and has made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 consistency on their builds) as well as into some PyPA-associated documentation (e.g. cibuildwheel[2]).
If accepted, I would continue to be the primary maintainer on abi3audit (and of course would accept other maintainers, but I have no expectation of free work :-)).
Best, William Woodruff
[1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/
[2]: https://cibuildwheel.pypa.io/en/stable/faq/ _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: william@yossarian.net
I forgot to vote, so I'll retroactively second it, as this seems uncontentious. William, if you add me as an admin on the project I can initiate the transfer. Thanks! On Wed, Jul 31, 2024, 3:11 PM William Woodruff <william@yossarian.net> wrote:
It's been 1 week (really 8 days), so I think per PEP 609 the vote is concluded and passes.
I might have made a procedural mistake however -- I didn't ask another committer to second the proposal. Is it possible for someone to retroactively second it, or should I re-enter it for a new vote?
William
On Fri, Jul 26, 2024 at 4:13 PM Grzegorz Bokota <bokota@gmail.com> wrote:
+1
On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote:
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com>
wrote:
+1
Sent from my comm
On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org>
wrote:
+1
> On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net>
wrote:
> > Hi PyPA committers, > > I'd like to open a vote on transferring abi3audit to the PyPA GitHub org: > > https://github.com/trailofbits/abi3audit > > For those who aren't familiar with it: abi3audit is a tool I wrote a > couple of years ago to find ABI3 violations (which can lead to memory > corruption) in wheels[1]. It's been around for a while now and has > made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 > consistency on their builds) as well as into some PyPA-associated > documentation (e.g. cibuildwheel[2]). > > If accepted, I would continue to be the primary maintainer on > abi3audit (and of course would accept other maintainers, but I have no > expectation of free work :-)). > > Best, > William Woodruff > > [1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ > > [2]: https://cibuildwheel.pypa.io/en/stable/faq/ > _______________________________________________ > PyPA-Committers mailing list -- pypa-committers@python.org > To unsubscribe send an email to pypa-committers-leave@python.org > https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > Member address: jannis.leidel@pyfound.org
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: jaraco@jaraco.com
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: william@yossarian.net
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: di@python.org
Invite sent, thanks Dustin! On Wed, Jul 31, 2024 at 6:19 PM Dustin Ingram <di@python.org> wrote:
I forgot to vote, so I'll retroactively second it, as this seems uncontentious.
William, if you add me as an admin on the project I can initiate the transfer. Thanks!
On Wed, Jul 31, 2024, 3:11 PM William Woodruff <william@yossarian.net> wrote:
It's been 1 week (really 8 days), so I think per PEP 609 the vote is concluded and passes.
I might have made a procedural mistake however -- I didn't ask another committer to second the proposal. Is it possible for someone to retroactively second it, or should I re-enter it for a new vote?
William
On Fri, Jul 26, 2024 at 4:13 PM Grzegorz Bokota <bokota@gmail.com> wrote:
+1
On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote:
+1
On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote:
+1
Sent from my comm
> On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote: > > +1 > >> On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote: >> >> Hi PyPA committers, >> >> I'd like to open a vote on transferring abi3audit to the PyPA GitHub org: >> >> https://github.com/trailofbits/abi3audit >> >> For those who aren't familiar with it: abi3audit is a tool I wrote a >> couple of years ago to find ABI3 violations (which can lead to memory >> corruption) in wheels[1]. It's been around for a while now and has >> made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 >> consistency on their builds) as well as into some PyPA-associated >> documentation (e.g. cibuildwheel[2]). >> >> If accepted, I would continue to be the primary maintainer on >> abi3audit (and of course would accept other maintainers, but I have no >> expectation of free work :-)). >> >> Best, >> William Woodruff >> >> [1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ >> >> [2]: https://cibuildwheel.pypa.io/en/stable/faq/ >> _______________________________________________ >> PyPA-Committers mailing list -- pypa-committers@python.org >> To unsubscribe send an email to pypa-committers-leave@python.org >> https://mail.python.org/mailman3/lists/pypa-committers.python.org/ >> Member address: jannis.leidel@pyfound.org > > _______________________________________________ > PyPA-Committers mailing list -- pypa-committers@python.org > To unsubscribe send an email to pypa-committers-leave@python.org > https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > Member address: jaraco@jaraco.com _______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: william@yossarian.net
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: di@python.org
Should be all done: https://github.com/pypa/abi3audit/ You should still have the same access via the new PyPA team for the repo, and I've added myself as a collaborator to provide a backstop. Thanks! On Wed, Jul 31, 2024 at 3:32 PM William Woodruff <william@yossarian.net> wrote:
Invite sent, thanks Dustin!
On Wed, Jul 31, 2024 at 6:19 PM Dustin Ingram <di@python.org> wrote:
I forgot to vote, so I'll retroactively second it, as this seems
uncontentious.
William, if you add me as an admin on the project I can initiate the
transfer. Thanks!
On Wed, Jul 31, 2024, 3:11 PM William Woodruff <william@yossarian.net>
It's been 1 week (really 8 days), so I think per PEP 609 the vote is concluded and passes.
I might have made a procedural mistake however -- I didn't ask another committer to second the proposal. Is it possible for someone to retroactively second it, or should I re-enter it for a new vote?
William
On Fri, Jul 26, 2024 at 4:13 PM Grzegorz Bokota <bokota@gmail.com>
wrote:
+1
On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com>
wrote:
+1
> On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com>
wrote:
> > +1 > > Sent from my comm > >> On Jul 24, 2024, at 04:22, Jannis Leidel < jannis.leidel@pyfound.org> wrote: >> >> +1 >> >>> On 23. Jul 2024, at 17:54, William Woodruff < william@yossarian.net> wrote: >>> >>> Hi PyPA committers, >>> >>> I'd like to open a vote on transferring abi3audit to the PyPA GitHub org: >>> >>> https://github.com/trailofbits/abi3audit >>> >>> For those who aren't familiar with it: abi3audit is a tool I wrote a >>> couple of years ago to find ABI3 violations (which can lead to memory >>> corruption) in wheels[1]. It's been around for a while now and has >>> made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 >>> consistency on their builds) as well as into some PyPA-associated >>> documentation (e.g. cibuildwheel[2]). >>> >>> If accepted, I would continue to be the primary maintainer on >>> abi3audit (and of course would accept other maintainers, but I have no >>> expectation of free work :-)). >>> >>> Best, >>> William Woodruff >>> >>> [1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ >>> >>> [2]: https://cibuildwheel.pypa.io/en/stable/faq/ >>> _______________________________________________ >>> PyPA-Committers mailing list -- pypa-committers@python.org >>> To unsubscribe send an email to
wrote: pypa-committers-leave@python.org
>>> https://mail.python.org/mailman3/lists/pypa-committers.python.org/ >>> Member address: jannis.leidel@pyfound.org >> >> _______________________________________________ >> PyPA-Committers mailing list -- pypa-committers@python.org >> To unsubscribe send an email to pypa-committers-leave@python.org >> https://mail.python.org/mailman3/lists/pypa-committers.python.org/ >> Member address: jaraco@jaraco.com > _______________________________________________ > PyPA-Committers mailing list -- pypa-committers@python.org > To unsubscribe send an email to pypa-committers-leave@python.org > https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > Member address: me@cooperlees.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: william@yossarian.net
PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: di@python.org
Much appreciated, thank you! And thank you to everyone who voted. On Thu, Aug 1, 2024 at 12:54 PM Dustin Ingram <di@python.org> wrote:
Should be all done: https://github.com/pypa/abi3audit/
You should still have the same access via the new PyPA team for the repo, and I've added myself as a collaborator to provide a backstop. Thanks!
On Wed, Jul 31, 2024 at 3:32 PM William Woodruff <william@yossarian.net> wrote:
Invite sent, thanks Dustin!
On Wed, Jul 31, 2024 at 6:19 PM Dustin Ingram <di@python.org> wrote:
I forgot to vote, so I'll retroactively second it, as this seems uncontentious.
William, if you add me as an admin on the project I can initiate the transfer. Thanks!
On Wed, Jul 31, 2024, 3:11 PM William Woodruff <william@yossarian.net> wrote:
It's been 1 week (really 8 days), so I think per PEP 609 the vote is concluded and passes.
I might have made a procedural mistake however -- I didn't ask another committer to second the proposal. Is it possible for someone to retroactively second it, or should I re-enter it for a new vote?
William
On Fri, Jul 26, 2024 at 4:13 PM Grzegorz Bokota <bokota@gmail.com> wrote:
+1
On Fri, 26 Jul 2024 at 20:51, Mike <miketheman@gmail.com> wrote:
+1
On Wed, Jul 24, 2024 at 8:45 AM Cooper Lees <me@cooperlees.com> wrote: > > +1 > > > On Jul 24, 2024, at 7:01 AM, Jason R. Coombs <jaraco@jaraco.com> wrote: > > > > +1 > > > > Sent from my comm > > > >> On Jul 24, 2024, at 04:22, Jannis Leidel <jannis.leidel@pyfound.org> wrote: > >> > >> +1 > >> > >>> On 23. Jul 2024, at 17:54, William Woodruff <william@yossarian.net> wrote: > >>> > >>> Hi PyPA committers, > >>> > >>> I'd like to open a vote on transferring abi3audit to the PyPA GitHub org: > >>> > >>> https://github.com/trailofbits/abi3audit > >>> > >>> For those who aren't familiar with it: abi3audit is a tool I wrote a > >>> couple of years ago to find ABI3 violations (which can lead to memory > >>> corruption) in wheels[1]. It's been around for a while now and has > >>> made its way into a few CIs (e.g. SWIG uses it to enforce ABI3 > >>> consistency on their builds) as well as into some PyPA-associated > >>> documentation (e.g. cibuildwheel[2]). > >>> > >>> If accepted, I would continue to be the primary maintainer on > >>> abi3audit (and of course would accept other maintainers, but I have no > >>> expectation of free work :-)). > >>> > >>> Best, > >>> William Woodruff > >>> > >>> [1]: https://blog.trailofbits.com/2022/11/15/python-wheels-abi-abi3audit/ > >>> > >>> [2]: https://cibuildwheel.pypa.io/en/stable/faq/ > >>> _______________________________________________ > >>> PyPA-Committers mailing list -- pypa-committers@python.org > >>> To unsubscribe send an email to pypa-committers-leave@python.org > >>> https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > >>> Member address: jannis.leidel@pyfound.org > >> > >> _______________________________________________ > >> PyPA-Committers mailing list -- pypa-committers@python.org > >> To unsubscribe send an email to pypa-committers-leave@python.org > >> https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > >> Member address: jaraco@jaraco.com > > _______________________________________________ > > PyPA-Committers mailing list -- pypa-committers@python.org > > To unsubscribe send an email to pypa-committers-leave@python.org > > https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > > Member address: me@cooperlees.com > > _______________________________________________ > PyPA-Committers mailing list -- pypa-committers@python.org > To unsubscribe send an email to pypa-committers-leave@python.org > https://mail.python.org/mailman3/lists/pypa-committers.python.org/ > Member address: miketheman@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: bokota@gmail.com
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: william@yossarian.net
_______________________________________________ PyPA-Committers mailing list -- pypa-committers@python.org To unsubscribe send an email to pypa-committers-leave@python.org https://mail.python.org/mailman3/lists/pypa-committers.python.org/ Member address: di@python.org
participants (14)
-
Bernat Gabor
-
Brett Cannon
-
Cooper Lees
-
Dustin Ingram
-
Filipe Laíns
-
Grzegorz Bokota
-
Henry Schreiner
-
Jannis Leidel
-
Jason R. Coombs
-
Mike
-
Ofek Lev
-
Paul Moore
-
Sviatoslav Sydorenko
-
William Woodruff