Skip to content

Commit ec441be

Browse files
authored
Merge pull request #142 from diazona/diazona/update-changelog-for-0.2/1/dev
Generate changelog for version 0.2
2 parents cba8487 + 8aedf42 commit ec441be

11 files changed

Lines changed: 37 additions & 32 deletions

CHANGELOG.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
0.2
2+
===
3+
4+
Features
5+
--------
6+
7+
- Support testing against live distribution packages that don't provide wheels by computing the metadata from the sdist, and against packages that require their own source code to be importable from ``setup.py`` (#105)
8+
- Use inline arrays and tables for keys within the ``project`` key, matching setuptools documentation. (#112)
9+
10+
11+
Bugfixes
12+
--------
13+
14+
- When building documentation on ReadTheDocs, use a full (non-shallow) clone and
15+
ignore local modifications, in order to get the right version number (#99)
16+
- Explicitly list ``packaging`` as a dependency so ``pipx`` installs it in the virtual environment instead of relying on
17+
``setuptools`` to pull it in. (#100)
18+
- Add fixes to handle ``README`` data specified in ``setup.py`` instead of ``setup.cfg``. (#102)
19+
- Fix converting README ``file:`` directive with whitespace, such as ``file: README.rst``. (#111)
20+
- Avoid adding empty ``name`` and ``email`` fields in ``authors`` and
21+
``maintainers``. An empty ``name`` provides no information, and an empty
22+
``email`` is not accepted by setuptools. (#117)
23+
- Require ``setuptools>=66.1`` when running on Python 3.12 (#139)
24+
25+
26+
Deprecations and Removals
27+
-------------------------
28+
29+
- Deprecate setup-to-pyproject console script in favor of setuptools-pyproject-migration to support ``pipx run`` (#107)
30+
31+
32+
Misc
33+
----
34+
35+
- #105
36+
37+
138
0.1.0
239
=====
340

changelog.d/100.bugfix.rst

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

changelog.d/102.bugfix

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

changelog.d/105.feature.rst

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

changelog.d/105.misc.rst

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

changelog.d/107.removal.txt

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

changelog.d/111.bugfix.rst

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

changelog.d/112.feature.rst

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

changelog.d/117.bugfix.rst

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

changelog.d/139.bugfix.rst

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

0 commit comments

Comments
 (0)