Skip to content

Releases: sarugaku/requirementslib

Release 1.6.3

18 Apr 16:34
8b19dd3
Compare
Choose a tag to compare
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

18 Apr 12:10
19b82db
Compare
Choose a tag to compare
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

04 Nov 07:55
1.6.1
330ad38
Compare
Choose a tag to compare
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

03 Nov 10:28
1.6.0
660b3de
Compare
Choose a tag to compare
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

12 Nov 08:03
Compare
Choose a tag to compare
Version 1.5.16

Release 1.5.15

04 Nov 07:35
Compare
Choose a tag to compare
Version 1.5.15

Release 1.5.14

29 Oct 09:16
Compare
Choose a tag to compare
Version 1.5.14

Release 1.5.13

12 Aug 06:45
Compare
Choose a tag to compare
Version 1.5.13

Release 1.5.12

10 Jul 07:33
Compare
Choose a tag to compare
Version 1.5.12

Release 1.5.11

01 Jun 20:12
ca9dc8d
Compare
Choose a tag to compare
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.  _