Skip to content

Commit 9652b93

Browse files
authored
Update changelog for 3.4.2 (#778)
* Use default towncrier title * Update changelog for 3.4.2
1 parent fc20d94 commit 9652b93

File tree

5 files changed

+81
-74
lines changed

5 files changed

+81
-74
lines changed

changelog/755.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/770.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/776.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 81 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,30 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15-
3.4.1 (2021-03-16)
16-
------------------
15+
Twine 3.4.2 (2021-07-20)
16+
------------------------
17+
18+
Bugfixes
19+
^^^^^^^^
20+
21+
- Improve error message for unsupported metadata. (`#755 <https://github.com/pypa/twine/issues/755>`_)
22+
- Improve error message for a missing config file. (`#770 <https://github.com/pypa/twine/issues/770>`_)
23+
- Do not include md5_digest or blake2_256_digest if FIPS mode is enabled on the
24+
host. This removes those fields from the metadata before sending the metadata
25+
to the repository. (`#776 <https://github.com/pypa/twine/issues/776>`_)
26+
27+
28+
Twine 3.4.1 (2021-03-16)
29+
------------------------
1730

1831
Bugfixes
1932
^^^^^^^^
2033

2134
- Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI. (`#745 <https://github.com/pypa/twine/issues/745>`_)
2235

2336

24-
3.4.0 (2021-03-15)
25-
------------------
37+
Twine 3.4.0 (2021-03-15)
38+
------------------------
2639

2740
Features
2841
^^^^^^^^
@@ -32,8 +45,8 @@ Features
3245
- Eliminate dependency on setuptools/pkg_resources and replace with packaging and importlib_metadata. (`#736 <https://github.com/pypa/twine/issues/736>`_)
3346

3447

35-
3.3.0 (2020-12-23)
36-
------------------
48+
Twine 3.3.0 (2020-12-23)
49+
------------------------
3750

3851
Features
3952
^^^^^^^^
@@ -61,8 +74,8 @@ Improved Documentation
6174
- Adopt towncrier for the changleog (`#718 <https://github.com/pypa/twine/issues/718>`_)
6275

6376

64-
3.2.0 (2020-06-24)
65-
------------------
77+
Twine 3.2.0 (2020-06-24)
78+
------------------------
6679

6780
Features
6881
^^^^^^^^
@@ -81,24 +94,24 @@ Bugfixes
8194
- Fix inaccurate retry message during ``upload`` (`#611 <https://github.com/pypa/twine/issues/611>`_)
8295
- Clarify error messages for archive format (`#601 <https://github.com/pypa/twine/issues/601>`_)
8396

84-
3.1.1 (2019-11-27)
85-
------------------
97+
Twine 3.1.1 (2019-11-27)
98+
------------------------
8699

87100
Bugfixes
88101
^^^^^^^^
89102

90103
- Restore ``--non-interactive`` as a flag not expecting an argument. (`#548 <https://github.com/pypa/twine/issues/548>`_)
91104

92-
3.1.0 (2019-11-23)
93-
------------------
105+
Twine 3.1.0 (2019-11-23)
106+
------------------------
94107

95108
Features
96109
^^^^^^^^
97110

98111
- Add support for specifying ``--non-interactive`` as an environment variable. (`#547 <https://github.com/pypa/twine/issues/547>`_)
99112

100-
3.0.0 (2019-11-18)
101-
------------------
113+
Twine 3.0.0 (2019-11-18)
114+
------------------------
102115

103116
Features
104117
^^^^^^^^
@@ -113,8 +126,8 @@ Bugfixes
113126

114127
- More robust handling of server response in ``--skip-existing`` (`#332 <https://github.com/pypa/twine/issues/332>`_)
115128

116-
2.0.0 (2019-09-24)
117-
------------------
129+
Twine 2.0.0 (2019-09-24)
130+
------------------------
118131

119132
Features
120133
^^^^^^^^
@@ -126,16 +139,16 @@ Bugfixes
126139

127140
- Require requests 2.20 or later to avoid reported security vulnerabilities in earlier releases. (`#491 <https://github.com/pypa/twine/issues/491>`_)
128141

129-
1.15.0 (2019-09-17)
130-
-------------------
142+
Twine 1.15.0 (2019-09-17)
143+
-------------------------
131144

132145
Features
133146
^^^^^^^^
134147

135148
- Improved output on ``check`` command: Prints a message when there are no distributions given to check. Improved handling of errors in a distribution's markup, avoiding messages flowing through to the next distribution's errors. (`#488 <https://github.com/pypa/twine/issues/488>`_)
136149

137-
1.14.0 (2019-09-06)
138-
-------------------
150+
Twine 1.14.0 (2019-09-06)
151+
-------------------------
139152

140153
Features
141154
^^^^^^^^
@@ -149,8 +162,8 @@ Bugfixes
149162

150163
- Fail more gracefully when encountering bad metadata (`#341 <https://github.com/pypa/twine/issues/341>`_)
151164

152-
1.13.0 (2019-02-13)
153-
-------------------
165+
Twine 1.13.0 (2019-02-13)
166+
-------------------------
154167

155168
Features
156169
^^^^^^^^
@@ -181,16 +194,16 @@ Misc
181194

182195
- Refactor tox env and travis config. (`#439 <https://github.com/pypa/twine/issues/439>`_)
183196

184-
1.12.1 (2018-09-24)
185-
-------------------
197+
Twine 1.12.1 (2018-09-24)
198+
-------------------------
186199

187200
Bugfixes
188201
^^^^^^^^
189202

190203
- Fix regression with upload exit code (`#404 <https://github.com/pypa/twine/issues/404>`_)
191204

192-
1.12.0 (2018-09-24)
193-
-------------------
205+
Twine 1.12.0 (2018-09-24)
206+
-------------------------
194207

195208
Features
196209
^^^^^^^^
@@ -204,8 +217,8 @@ Bugfixes
204217

205218
- Avoid MD5 when Python is compiled in FIPS mode (`#367 <https://github.com/pypa/twine/issues/367>`_)
206219

207-
1.11.0 (2018-03-19)
208-
-------------------
220+
Twine 1.11.0 (2018-03-19)
221+
-------------------------
209222

210223
Features
211224
^^^^^^^^
@@ -226,8 +239,8 @@ Misc
226239
- Add new maintainer, release checklists. (`#314 <https://github.com/pypa/twine/issues/314>`_)
227240
- Add instructions on how to use keyring. (`#277 <https://github.com/pypa/twine/issues/277>`_)
228241

229-
1.10.0 (2018-03-07)
230-
-------------------
242+
Twine 1.10.0 (2018-03-07)
243+
-------------------------
231244

232245
Features
233246
^^^^^^^^
@@ -252,16 +265,16 @@ Bugfixes
252265
- Fix ``--repository[-url]`` help text (`#265 <https://github.com/pypa/twine/issues/265>`_)
253266
- Remove obsolete registration guidance (`#200 <https://github.com/pypa/twine/issues/200>`_)
254267

255-
1.9.1 (2017-05-27)
256-
------------------
268+
Twine 1.9.1 (2017-05-27)
269+
------------------------
257270

258271
Bugfixes
259272
^^^^^^^^
260273

261274
- Blacklist known bad versions of Requests. (`#253 <https://github.com/pypa/twine/issues/253>`_)
262275

263-
1.9.0 (2017-05-22)
264-
------------------
276+
Twine 1.9.0 (2017-05-22)
277+
------------------------
265278

266279
Bugfixes
267280
^^^^^^^^
@@ -276,8 +289,8 @@ Misc
276289
- Twine will now resolve passwords using the `keyring <https://pypi.org/project/keyring/>`_ if available. Module can be required with the ``keyring`` extra.
277290
- Twine will use ``hashlib.blake2b`` on Python 3.6+ instead of pyblake2
278291

279-
1.8.1 (2016-08-09)
280-
------------------
292+
Twine 1.8.1 (2016-08-09)
293+
------------------------
281294

282295
Misc
283296
^^^^
@@ -292,8 +305,8 @@ Misc
292305
:file:`.pypirc` file.
293306

294307

295-
1.8.0 (2016-08-08)
296-
------------------
308+
Twine 1.8.0 (2016-08-08)
309+
------------------------
297310

298311
Features
299312
^^^^^^^^
@@ -315,16 +328,16 @@ Misc
315328
- Stop testing on Python 2.6.
316329
- Warn users if they receive a 500 error when uploading to ``*pypi.python.org`` (`#199 <https://github.com/pypa/twine/issues/199>`_)
317330

318-
1.7.4 (2016-07-09)
319-
------------------
331+
Twine 1.7.4 (2016-07-09)
332+
------------------------
320333

321334
Bugfixes
322335
^^^^^^^^
323336

324337
- Correct a packaging error.
325338

326-
1.7.3 (2016-07-08)
327-
------------------
339+
Twine 1.7.3 (2016-07-08)
340+
------------------------
328341

329342
Bugfixes
330343
^^^^^^^^
@@ -336,24 +349,24 @@ Misc
336349

337350
- Avoid attempts to upload a package if we can find it on Legacy PyPI.
338351

339-
1.7.2 (2016-07-05)
340-
------------------
352+
Twine 1.7.2 (2016-07-05)
353+
------------------------
341354

342355
Bugfixes
343356
^^^^^^^^
344357

345358
- Fix issue where we were checking the existence of packages even if the user didn't specify ``--skip-existing``. (`#189 <https://github.com/pypa/twine/issues/189>`_) (`#191 <https://github.com/pypa/twine/issues/191>`_)
346359

347-
1.7.1 (2016-07-05)
348-
------------------
360+
Twine 1.7.1 (2016-07-05)
361+
------------------------
349362

350363
Bugfixes
351364
^^^^^^^^
352365

353366
- Clint was not specified in the wheel metadata as a dependency. (`#187 <https://github.com/pypa/twine/issues/187>`_)
354367

355-
1.7.0 (2016-07-04)
356-
------------------
368+
Twine 1.7.0 (2016-07-04)
369+
------------------------
357370

358371
Features
359372
^^^^^^^^
@@ -369,33 +382,33 @@ Bugfixes
369382

370383
- Allow passwords to have ``%``\ s in them. (`#186 <https://github.com/pypa/twine/issues/186>`_)
371384

372-
1.6.5 (2015-12-16)
373-
------------------
385+
Twine 1.6.5 (2015-12-16)
386+
------------------------
374387

375388
Bugfixes
376389
^^^^^^^^
377390

378391
- Bump requests-toolbelt version to ensure we avoid ConnectionErrors (`#155 <https://github.com/pypa/twine/issues/155>`_)
379392

380-
1.6.4 (2015-10-27)
381-
------------------
393+
Twine 1.6.4 (2015-10-27)
394+
------------------------
382395

383396
Bugfixes
384397
^^^^^^^^
385398

386399
- Paths with hyphens in them break the Wheel regular expression. (`#145 <https://github.com/pypa/twine/issues/145>`_)
387400
- Exception while accessing the ``repository`` key (sic) when raising a redirect exception. (`#146 <https://github.com/pypa/twine/issues/146>`_)
388401

389-
1.6.3 (2015-10-05)
390-
------------------
402+
Twine 1.6.3 (2015-10-05)
403+
------------------------
391404

392405
Bugfixes
393406
^^^^^^^^
394407

395408
- Fix uploading signatures causing a 500 error after large file support was added. (`#137 <https://github.com/pypa/twine/issues/137>`_, `#140 <https://github.com/pypa/twine/issues/140>`_)
396409

397-
1.6.2 (2015-09-28)
398-
------------------
410+
Twine 1.6.2 (2015-09-28)
411+
------------------------
399412

400413
Bugfixes
401414
^^^^^^^^
@@ -410,16 +423,16 @@ Bugfixes
410423
signatures to PyPI. Both were fixed as part of this.
411424

412425

413-
1.6.1 (2015-09-18)
414-
------------------
426+
Twine 1.6.1 (2015-09-18)
427+
------------------------
415428

416429
Bugfixes
417430
^^^^^^^^
418431

419432
- Fix signing support for uploads (`#130 <https://github.com/pypa/twine/issues/130>`_)
420433

421-
1.6.0 (2015-09-14)
422-
------------------
434+
Twine 1.6.0 (2015-09-14)
435+
------------------------
423436

424437
Features
425438
^^^^^^^^
@@ -438,8 +451,8 @@ Bugfixes
438451
- Warnings triggered by pkginfo searching for ``PKG-INFO`` files should no longer be user visible. (`#114 <https://github.com/pypa/twine/issues/114>`_)
439452
- Provide more helpful messages if :file:`.pypirc` is out of date. (`#111 <https://github.com/pypa/twine/issues/111>`_)
440453

441-
1.5.0 (2015-03-10)
442-
------------------
454+
Twine 1.5.0 (2015-03-10)
455+
------------------------
443456

444457
Features
445458
^^^^^^^^
@@ -457,8 +470,8 @@ Misc
457470

458471
- Add lower-limit to requests dependency
459472

460-
1.4.0 (2014-12-12)
461-
------------------
473+
Twine 1.4.0 (2014-12-12)
474+
------------------------
462475

463476
Features
464477
^^^^^^^^
@@ -476,16 +489,16 @@ Bugfixes
476489
- Prevent ResourceWarning from being shown (`#28 <https://github.com/pypa/twine/issues/28>`_)
477490
- Add support for uploading Windows installers (`#26 <https://github.com/pypa/twine/issues/26>`_)
478491

479-
1.3.0 (2014-03-31)
480-
------------------
492+
Twine 1.3.0 (2014-03-31)
493+
------------------------
481494

482495
Features
483496
^^^^^^^^
484497

485498
- Additional functionality.
486499

487-
1.2.2 (2013-10-03)
488-
------------------
500+
Twine 1.2.2 (2013-10-03)
501+
------------------------
489502

490503
Features
491504
^^^^^^^^

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ build-backend = "setuptools.build_meta"
99
package = "twine"
1010
filename = "docs/changelog.rst"
1111
directory = "changelog"
12-
title_format = "{version} ({project_date})"
1312
issue_format = "`#{issue} <https://github.com/pypa/twine/issues/{issue}>`_"
1413
underlines = ["-", "^"]

0 commit comments

Comments
 (0)