Skip to content

Bump flit from 1.3 to 2.1.0#6

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

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

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 27, 2019

Bumps flit from 1.3 to 2.1.0.

Changelog

Sourced from flit's changelog.

Release history

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
  • 1022269 Version number -> 2.1.0
  • 5b3f632 Use intreehooks for bootstrapping flit_core
  • 7e65ffc Merge pull request #299 from takluyver/doc-install-targets
  • b71df2a Try to clarify how to control where packages are installed
  • 4932e21 Clarify flit init a bit in the introduction
  • f24a662 Try to fix test for Python 3.5
  • 60c1211 Start writing release notes for 2.1
  • 4d6be7d Fix crosslinks for command line options in docs
  • 45759e5 Move the --repository option under the 'flit publish' subcommand
  • d5ae4db Merge branch 'master' of github.com:takluyver/flit
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 27, 2019
Bumps [flit](https://github.com/takluyver/flit) from 1.3 to 2.1.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.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/flit-2.1.0 branch from 5a4e755 to 2c312be Compare December 6, 2019 12:12
@dependabot-preview
Copy link
Contributor Author

Superseded by #7.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/flit-2.1.0 branch January 15, 2020 04:33
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