Dflit

Latest version: v2.3.0.1

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.12.1

--------------

- Restore dependency on ``zipfile36`` backport package.
- Add some missing options to documentation of ``flit install`` subcommand.
- Rearrange environment variables in the docs.

0.12

------------

- Switch the config to ``pyproject.toml`` by default instead of ``flit.ini``,
and implement the PEP 517 API.
- A new option ``--pth-file`` allows for development installation on Windows
(where ``--symlink`` usually won't work).
- Normalise file permissions in the zip file, making builds more reproducible
across different systems.
- Sdists (.tar.gz packages) can now also be reproducibly built by setting
:envvar:`SOURCE_DATE_EPOCH`.
- For most modules, Flit can now extract the version number and docstring
without importing it. It will still fall back to importing where getting
these from the AST fails.
- ``flit build`` will build the wheel from the sdist, helping to ensure that
files aren't left out of the sdist.
- All list fields in the INI file now ignore blank lines (``requires``,
``dev-requires``, ``classifiers``).
- Fix the path separator in the ``RECORD`` file of a wheel built on Windows.
- Some minor fixes to building reproducible wheels.
- If building a wheel fails, the temporary file created will be cleaned up.
- Various improvements to docs and README.

0.11.4

--------------

- Explicitly open various files as UTF-8, rather than relying on locale
encoding.
- Link to docs from README.
- Better test coverage, and a few minor fixes for problems revealed by tests.

0.11.3

--------------

- Fixed a bug causing failed uploads when the password is entered in the
terminal.

0.11.2

--------------

- A couple of behaviour changes when uploading to warehouse.

0.11.1

--------------

- Fixed a bug when you use flit to build an sdist from a subdirectory inside a
VCS checkout. The VCS is now correctly detected.
- Fix the rst checker for newer versions of docutils, by upgrading the bundled
copy of readme_renderer.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.