2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2022-02-13 10:26:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-twisted: updated to 22.1.0
Twisted 22.1.0 (2022-02-03)
===========================
Features
--------
- Python 3.10 is now a supported platform
- Type annotations have been added to the twisted.python.fakepwd module.
Bugfixes
--------
- twisted.internet.defer.inlineCallbacks has an improved type annotation, to \
avoid typing errors when it is used on a function which returns a non-None \
result.
- ``twisted.internet.base.DelayedCall.__repr__`` and \
``twisted.internet.task.LoopingCall.__repr__`` had the changes from 10155 \
reverted to accept non-function callables.
- Revert the removal of .whl building that was done as part of 10177.
- The type annotation of the host parameter to \
twisted.internet.interfaces.IReactorTCP.connectTCP has been corrected from bytes \
to str.
- Deprecated ``twisted.python.threading.ThreadPool.currentThread()`` in favor of \
``threading.current_thread()``.
Switched ``twisted.python.threading.ThreadPool.currentThread()`` and \
``twisted.python.threadable.getThreadID()`` to use `threading.current_thread()`` \
to avoid the deprecation warnings introduced for ``threading.currentThread()`` \
in Python 3.10.
Improved Documentation
----------------------
- twisted.internet.utils.runWithWarningsSupressed behavior of waiting on \
deferreds has been documented.
- Sync API docs templates with pydoctor 21.9.0 release, using new theming \
capabilities.
Bugfixes
--------
- SSHTransportBase.ssh_KEXINIT now uses the remote peer preferred MAC list for \
negotiation. In previous versions it was only using the local preferred MAC \
list.
Features
~~~~~~~~
- twisted.conch.ssh now supports SSH extension negotiation (RFC 8308).
Bugfixes
~~~~~~~~
- twisted.conch now uses constant-time comparisons for MACs.
- twisted.conch.ssh.filetransfer.FileTransferServer will now return an ENOENT \
error status if an SFTP client tries to close an unrecognized file handle.
- twisted.web.client.RedirectAgent and \
twisted.web.client.BrowserLikeRedirectAgent now properly remove sensitive \
headers when redirecting to a different origin.
Improved Documentation
----------------------
- Add type annotations for twisted.web.client.readBody.
Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~
- twisted.web.client.getPage, twisted.web.client.downladPage, and the associated \
implementation classes (HTTPPageGetter, HTTPPageDownloader, HTTPClientFactory, \
HTTPDownloader) have been removed because they do not segregate cookies by \
domain. They were deprecated in Twisted 16.7.0 in favor of \
twisted.web.client.Agent. GHSA-92x2-jw7w-xvvx.
Mail
----
No significant changes.
Words
-----
No significant changes.
Names
-----
No significant changes.
Trial
-----
Bugfixes
~~~~~~~~
- trial.runner.filenameToModule now sets the correct module.__name__ and \
sys.modules key
|
2022-02-13 09:54:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-twisted: mark as not for python 2
|
2022-02-05 15:27:12 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-twisted: reset PKGREVISION after update
|
2022-02-05 14:16:13 by Jonathan Schleifer | Files touched by this commit (4) |
Log message:
Update net/py-twisted to 22.1.0rc1
Too many releases were skipped, please consult upstream for changes.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|