Releases: sarugaku/requirementslib
Releases · sarugaku/requirementslib
Release 1.6.3
Version 1.6.3 requirementslib 1.6.3 (2022-4-18) ================================= Bug Fixes --------- - Fixed bug introduced in where the pyproject.toml would always be deleted after use. _
Release 1.6.2
Version 1.6.2 requirementslib 1.6.2 (2022-4-18) ================================= Features -------- - Updates to support and pass in required verbosity argument to VcsSupport.obtain. Pin pyparsing<3.0.0 in order to prevent failure with parsing certain system markers. _ Bug Fixes --------- - Handle edge case of installing from url with fragment containing a subdirectory as the location to the package. _ Removals and Deprecations ------------------------- - Officially drop support for Python 3.6. _
Release 1.6.1
Requirementslib 1.6.1 (2021-11-04) ================================== Features -------- - Simplify the ast parsing so that it will give up to building the metadata when it's unable to parse. `#268 <https://github.com/sarugaku/requirementslib/issues/268>`_
Release 1.6.0
Requirementslib 1.6.0 (2021-11-03) ================================== Features -------- - Switch from `appdirs` to `platformdirs`. `#295 <https://github.com/sarugaku/requirementslib/issues/295>`_ Bug Fixes --------- - Fix an AST parse error on Python 3.9+. `#288 <https://github.com/sarugaku/requirementslib/issues/288>`_ - Replace ``chardet`` with ``charset_normalizer``. `#296 <https://github.com/sarugaku/requirementslib/issues/296>`_ - Fix the initialization of ``pep517.HookCaller``. `#299 <https://github.com/sarugaku/requirementslib/issues/299>`_ Removals and Deprecations ------------------------- - Officially drop support for Python 2.7 and 3.5. `#301 <https://github.com/sarugaku/requirementslib/issues/301>`_
Release 1.5.16
Version 1.5.16
Release 1.5.15
Version 1.5.15
Release 1.5.14
Version 1.5.14
Release 1.5.13
Version 1.5.13
Release 1.5.12
Version 1.5.12
Release 1.5.11
Version 1.5.11 Bug Fixes --------- - Packages which use a function call in setup.py to find their own name dynamically will now successfully resolve. _