From 213cb954e5fde8f6f14bc72c3a8e48d1884e37f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 5 Aug 2022 09:39:09 +0200 Subject: [PATCH] Add changelog entry for removal of pyparsing dependency (#581) Co-authored-by: Pradyun Gedam --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23b85d19..7885906b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,7 @@ Changelog * ``Marker.evaluate`` will now assume evaluation environment with empty ``extra``. Evaluating markers like ``"extra == 'xyz'"`` without passing any extra in the ``environment`` will no longer raise an exception. +* Remove dependency on ``pyparsing``, by replacing it with a hand-written parser. This package now has no runtime dependencies (:issue:`468`) 21.3 - 2021-11-17 ~~~~~~~~~~~~~~~~~