Skip to content

Commit

Permalink
Changes for 0.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jul 17, 2023
1 parent e849976 commit ede595b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,51 @@
Change log for ``distlib``
--------------------------

0.3.7 (future)
0.3.8 (future)
~~~~~~~~~~~~~~

Released: Not yet.

0.3.7
~~~~~

Released: 2023-07-17

- database

- Handle newlines when parsing metadata.

- markers

- Use version comparison logic for python_full_version. Thanks to Albert
Peschar for the patch.

- Simplify code with a set comprehension. Thanks to Christian Clauss for
the patch.

- scripts

- Fix shebang computation for source builds of Python. Thanks to Eli
Schwartz for the patch.

- util

- Extract tarfiles more safely by incorporating tarfile filters. Thanks to
Petr Viktorin for the patch.

- Check for 'has_cert' attribute before using it. Thanks to Lumir Balhar for
the patch.

- Fix #203: Handle parsing of export entries to allow script names such as
"," or ",foo". Thanks to Flavio Amurrio for the report.

- versions

- Fix #200: Improve conformance to PEP440. Thanks to GitHub user con-f-use
for the report.

In addition to the above, an SPDX license identifier is now used.

0.3.6
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion distlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
import logging

__version__ = '0.3.7.dev0'
__version__ = '0.3.7'

class DistlibException(Exception):
pass
Expand Down

0 comments on commit ede595b

Please sign in to comment.