Done.
Not sure what the issue was, people successfully subscribe and unsubscribe all the time, but it might be worth noting that mail.python.org(http://mail.python.org) hosts both a mailman2 and a mailman3 instance, and the twisted list is only on the mailman3 one.
On October 31, 2022 at 10:19:13 AM, Mikhail Terekhov (termim@gmail.com(mailto:termim@gmail.com)) wrote:
> Hello,
>
> I'm trying to unsubscribe from this list but keep getting messages from
> the mailman that my email …
[View More]is not known.
>
> Could someone with admin privileges help me unsubscribe. My email is
> termim(a)gmail.com
>
>
> Thanks,
>
> Mikhail
>
> _______________________________________________
> Twisted mailing list -- twisted(a)python.org
> To unsubscribe send an email to twisted-leave(a)python.org
> https://mail.python.org/mailman3/lists/twisted.python.org/
> Message archived at https://mail.python.org/archives/list/twisted@python.org/message/T2OS4O5IS2…
> Code of Conduct: https://twisted.org/conduct
[View Less]
Hello,
I'm trying to unsubscribe from this list but keep getting messages from
the mailman that my email is not known.
Could someone with admin privileges help me unsubscribe. My email is
termim(a)gmail.com
Thanks,
Mikhail
Hi all,
Twisted 22.10.0 was released
It is available for download from PyPi
https://pypi.org/project/Twisted/22.10.0/
Release notes on GitHub
https://github.com/twisted/twisted/releases/tag/twisted-22.10.0
----------------
There are no changes since the first release candidate.
---------------
Many thanks to everyone who had a part in Twisted development,
the supporters of the Twisted Software Foundation,
the developers, and all the people testing and building great things
with Twisted!…
[View More]
Slava Ukraini!
--
Adi Roiban
[View Less]
Hi,
Right now, the Twisted legal rights are represented by Software
Freedom Conservancy https://sfconservancy.org/
In the last years they were eight too busy to help us.
This means that we were not able to move in any direction in relation
to raising any money.
I am writing this, to see if you know any options or any other
organization that would be willing to host the Twisted project legal /
financial part.
On GitHub docs [0] I found the following alternatives
* Open Source Collective - …
[View More]10% fee
* NumFOCUS - I don't know the fee
* Open Collective Europe - 6% fee
* Software Underground - I don't know the fee
SFC is also on the list.
Do you have any info about these projects.
Do you have suggestions for what we can do to find a reliable host for
our legal/financial representation?
-----------
Why am I trying this?
In the past, (I think that) we had some successful fellowships
programme in which a few developers were paid to do code review or
help with work that would benefit the whole project (ex migrating from
SVN to git)
That work was paid from donations.
In the last 2 years I (and others) tried to get in touch with SFC (our
current legal host)
but we were ignored and nothing was done.
This is why, my hope is that once we have a reliable financial host we
can continue the sponsorship work.
--------
BTW. SFC emails are not answered since Sept 2021, and I did a few
follow ups after that,
last followup was on March 2022 when I gave up trying to communicate
with SFC over email.
Today I wrote a message over the https://chat.sfconservancy.org/ IRC
We will see what we can do...but I hope we can find a more reactive host.
Thanks
[0] https://docs.github.com/en/sponsors/receiving-sponsorships-through-github-s…
--
Adi Roiban
[View Less]
Hello Twisted devs! I wanted to give everyone a heads-up that there's an
open pull request <https://github.com/twisted/twisted/pull/11656> to update
the way the project is packaged. The main changes are:
1. metadata is now defined in a `pyproject.toml` file as specified by PEP
621 <https://peps.python.org/pep-0621/>/PEP 631
<https://peps.python.org/pep-0631/>
2. the `.whl` and `.tar.gz` artifacts are built by default in an isolated
manner as specified by PEP 517 <https://…
[View More]peps.python.org/pep-0517/>/PEP 660
<https://peps.python.org/pep-0660/>, now using Hatchling rather than
setuptools
3. names of optional dependency groups that contain underscores rather than
hyphens are deprecated as informed by PEP 685
<https://peps.python.org/pep-0685/>
4. the interpolation
<https://docs.python.org/3/library/configparser.html#interpolation-of-values>
INI feature used to keep optional dependencies DRY is replaced by
self-referential dependency definitions
While that seems like a lot, I think the impact will be minimal. 1 is a
subset of 2 so we'll ignore that, and for 3 I added a feature
<https://hatch.pypa.io/latest/config/metadata/#allowing-ambiguous-features>
to Hatchling to get us through the deprecation period so let's also ignore
that and only focus on 2 & 4 which require certain versions of pip.
pip gained support for PEP 517 in v19.0
<https://pip.pypa.io/en/stable/news/#v19-0> which was released on
2019-01-22 and has supported self-referential dependency definitions since
v21.2 <https://pip.pypa.io/en/stable/news/#v21-2> which was released on
2021-07-24.
My notion of things is that old distros and other situations where pip is
outdated will also be using old versions of Twisted, and newer setups will
either have a recent version of pip or follow best practices and use
virtualenv for managing apps which populates the virtual environments with
new versions of pip.
I'm curious to hear others' thoughts on this and any feedback from trying
out the actual branch!
[View Less]