Skip to content

Commit aa3a910

Browse files
woodruffwSMoraisAnsyssigmavirus24
authored
Update changelog for 6.1.0 (#1214)
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
1 parent 4406034 commit aa3a910

File tree

5 files changed

+35
-16
lines changed

5 files changed

+35
-16
lines changed

changelog/1180.misc.txt

-10
This file was deleted.

changelog/1191.misc.txt

-3
This file was deleted.

changelog/1195.removal.txt

-2
This file was deleted.

docs/changelog.rst

+34
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,40 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
Twine 6.1.0 (2025-01-17)
16+
------------------------
17+
18+
Features
19+
^^^^^^^^
20+
21+
- Twine now has preliminary built-in support for
22+
`Trusted Publishing <https://docs.pypi.org/trusted-publishers/>`_ as an
23+
authentication mechanism. (`#1194 <https://github.com/pypa/twine/pull/1194>`_)
24+
25+
Deprecations and Removals
26+
^^^^^^^^^^^^^^^^^^^^^^^^^
27+
28+
- Remove support for ``egg`` and ``wininst`` distribution types. These are not
29+
accepted by PyPI and not produced by any modern build-backends.
30+
(`#1195 <https://github.com/pypa/twine/issues/1195>`_)
31+
32+
- Twine no longer supports ``.tar.bz2`` source distributions.
33+
(`#1200 <https://github.com/pypa/twine/pull/1200>`_)
34+
35+
Misc
36+
^^^^
37+
38+
- ``packaging`` is used instead of ``pkginfo`` for parsing and validating
39+
metadata. This aligns metadata validation to the one performed by PyPI.
40+
``packaging`` version 24.0 or later is required. Support for metadata
41+
version 2.4 requires ``packaging`` 24.2 or later. ``pkginfo`` is not a
42+
dependency anymore. (`#1180 <https://github.com/pypa/twine/issues/1180>`_)
43+
44+
- Use ``"source"`` instead of ``None`` as ``pyversion`` for ``sdist``
45+
uploads. This is what PyPI (and most likely other package indexes)
46+
expects. (`#1191 <https://github.com/pypa/twine/issues/1191>`_)
47+
48+
1549
Twine 6.0.1 (2024-11-30)
1650
------------------------
1751

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ See `Twine issue #338`_ for discussion and background.
251251
.. _`wheels`: https://packaging.python.org/glossary/#term-Wheel
252252
.. _`not supported on PyPI`:
253253
https://packaging.python.org/guides/migrating-to-pypi-org/#registering-package-names-metadata
254-
.. _`issue #1627 on Warehouse`: https://github.com/pypa/warehouse/issues/1627
254+
.. _`issue #1627 on Warehouse`: https://github.com/pypi/warehouse/issues/1627
255255
.. _`Twine issue #338`: https://github.com/pypa/twine/issues/338

0 commit comments

Comments
 (0)