Skip to content

Bump flit from 1.3 to 2.2.0#7

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flit-2.2.0
Closed

Bump flit from 1.3 to 2.2.0#7
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/flit-2.2.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps flit from 1.3 to 2.2.0.

Changelog

Sourced from flit's changelog.

Release history

Version 2.2

  • Allow underscores in package names with Python 2 (305).
  • Add a --no-setup-py option to build sdists without a backwards-compatible setup.py file (311).
  • Fix the generated setup.py file for packages using a src/ layout (303).
  • Fix detecting when more than one file matches the module name specified (307).
  • Fix installing to a venv on Windows with the --python option (300).
  • Don't echo the command in scripts installed with --symlink or --pth-file on Windows (310).
  • New bootstrap_dev.py script to set up a development installation of Flit from the repository (301, 306).

Version 2.1

  • Use compression when adding files to wheels.
  • Added the FLIT_INSTALL_PYTHON environment variable (295), to configure flit to always install into a Python other than the one it's running on.
  • flit_core uses the intreehooks shim package to load its bootstrapping backend, until a released version of pip supports the standard backend-path mechanism.

Version 2.0

Flit 2 is a major architecture change. The flit_core package now provides a 517 backend for building packages, while flit is a command line interface <cmdline> extending that.

The build backend works on Python 2, so tools like pip should be able to install packages built with flit from source on Python 2. The flit command requires Python 3.5 or above. You will need to change the build-system table in your pyproject.toml file to look like this:

[build-system]
requires = ["flit_core >=2,<3"]
build-backend = "flit_core.buildapi"

Other changes include:

  • Support for storing your code under a src/ folder (260). You don't need to change any configuration if you do this.
  • Options to control what files are included in an sdist - see pyproject_toml_sdist for the details.
  • Requirements can specify a URL 'direct reference', as an alternative to a version number, with the syntax defined in 440: requests @ https://example.com/requests-2.22.0.tar.gz.
  • Fix the shebang of scripts installed with the --python option and the --symlink flag (286).
  • Installing with --deps develop now installs normal dependencies as well as development dependencies.
  • Author email is no longer required in the metadata table (289).
  • More error messages are now shown without a traceback (254)
Commits
  • 93482e4 Version number -> 2.2.0
  • ebe5aa9 Add release notes for 2.2
  • 645512f Merge pull request #311 from takluyver/opt-no-setup-py
  • bd294aa Fix compatibility with Python 3.5
  • df51fda Test making sdist with no setup.py
  • 9210448 Document --no-setup-py option
  • 12a3bbc Add an option to make sdists without setup.py
  • 7cd39b0 Merge pull request #310 from StephenRoille/master
  • bc8d8e8 fix(windows): Turn "echo" off in batch scripts
  • 9d072eb Merge pull request #307 from takluyver/conflicting-modules
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [flit](https://github.com/takluyver/flit) from 1.3 to 2.2.0.
- [Release notes](https://github.com/takluyver/flit/releases)
- [Changelog](https://github.com/takluyver/flit/blob/master/doc/history.rst)
- [Commits](pypa/flit@1.3...2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 15, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #8.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/flit-2.2.0 branch April 9, 2020 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants