From 65073faae3257ec95312a0dec0a36f6e56742715 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 14 Jul 2022 14:05:18 +0100 Subject: [PATCH] Update documentation and change log. --- CHANGES.rst | 7 ++++++- docs/internals.rst | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 37d8a46..4f547be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,16 @@ Change log for ``distlib`` -------------------------- -0.3.5 (future) +0.3.6 (future) ~~~~~~~~~~~~~~ Released: Not yet. +0.3.5 +~~~~~ + +Released: 2022-07-14 + - database - Fixed #170: Corrected implementation of ``get_required_dists()``. diff --git a/docs/internals.rst b/docs/internals.rst index ddcc19c..c66be1e 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -120,6 +120,8 @@ a :attr:`matcher` attribute which is normally ``None`` but set to a :class:`distlib.version.Matcher` instance when a :meth:`locate` call is in progress. +Note that in order to work with legacy version numbers (those not complying with PEP +440), you need to pass ``scheme='legacy'`` to the initializer for a locator. Finding dependencies ~~~~~~~~~~~~~~~~~~~~