Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump twisted from 24.10.0 to 24.11.0 #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps twisted from 24.10.0 to 24.11.0.

Release notes

Sourced from twisted's releases.

Twisted 24.11.0 (2024-12-02)

No changes since 24.11.0rc2.

In comparison to 24.11.0rc1, this release includes and update to do the PyPI release using the trusted publisher functionality of PyPI.

Features

  • Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. (#6597)
  • TCP throughput when sending data is slightly faster. (#12334)

Bugfixes

  • twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default [bindAddress]{.title-ref}. This was a regression introduced in 24.10.0. (#12350)
  • HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365)
  • twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372)

Deprecations and Removals

  • twisted.python.constants, deprecated since 16.5.0, has been removed. (#12361)

Misc

Conch

No significant changes.

Web

No significant changes.

Mail

Bugfixes

  • twisted.mail.imap.IMAPServer.arg_fetchatt can now detect that a IMAP partial request has been made that is longer than the original message and alter the output of the response in order to match the IMAPRev4 spec. (#12345)

... (truncated)

Changelog

Sourced from twisted's changelog.

Twisted 24.11.0 (2024-12-02)

There are no changes since 24.11.0rc2.

In comparison to 24.11.0rc1, this release includes and update to do the PyPI release using the trusted publisher functionality of PyPI.

Features

  • Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast. (#6597)
  • TCP throughput when sending data is slightly faster. (#12334)

Bugfixes

  • twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default bindAddress. This was a regression introduced in 24.10.0. (#12350)
  • HTTP server can handle listening on filesystem UNIX sockets. This was a regression introduced in 24.10.0. (#12365)
  • twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS. (#12372)

Deprecations and Removals

  • twisted.python.constants, deprecated since 16.5.0, has been removed. (#12361)

Misc

Conch

No significant changes.

Web

No significant changes.

Mail

... (truncated)

Commits
  • 56f436a Update release notes.
  • 1c739cb python -m incremental.update Twisted --newversion 24.11.0
  • dfec62d Try a rc2 to test publishing.
  • c88a944 Update release versions.
  • b3d7968 Merge branch 'trunk' into release-24.11.0-12373
  • 0c57fee Revert "Enable pypi trusted publishing update."
  • 3100512 #11869 Configure PyPi trusted publishing. (#12379)
  • cc95beb Apply suggestions from code review
  • 739aebb Update docs/development/release-process.rst
  • 499ee71 Apply suggestions from code review
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

The following labels could not be found: Task.

@github-actions github-actions bot enabled auto-merge December 2, 2024 23:40
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from 1050850 to bbd1dd8 Compare December 2, 2024 23:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from bbd1dd8 to 9a00e98 Compare December 9, 2024 22:50
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from 9a00e98 to 6208e08 Compare December 9, 2024 22:54
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from 6208e08 to a9802e7 Compare December 16, 2024 22:28
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from a9802e7 to 98df6f9 Compare December 23, 2024 22:51
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from 98df6f9 to 6889b0d Compare December 23, 2024 22:54
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from 6889b0d to bce6d47 Compare December 30, 2024 23:04
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from bce6d47 to c0a66ee Compare December 30, 2024 23:07
Bumps [twisted](https://github.com/twisted/twisted) from 24.10.0 to 24.11.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](twisted/twisted@twisted-24.10.0...twisted-24.11.0)

---
updated-dependencies:
- dependency-name: twisted
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/twisted-24.11.0 branch from c0a66ee to 68aa29c Compare December 30, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants