Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flit from 3.6.0 to 3.7.0 #20

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2022

Bumps flit from 3.6.0 to 3.7.0.

Changelog

Sourced from flit's changelog.

Release history

Version 3.7

  • Support for :ref:external data files <pyproject_toml_external_data> such as man pages or Jupyter extension support files (:ghpull:510).
  • Project names are now lowercase in wheel filenames and .dist-info folder names, in line with the specifications (:ghpull:498).
  • Improved support for :doc:bootstrapping <bootstrap> a Python environment, e.g. for downstream packagers (:ghpull:511). flit_core.wheel is usable with python -m to create wheels before the build <https://pypi.org/project/build/>_ tool is available, and flit_core sdists also include a script to install itself from a wheel before installer <https://pypi.org/project/installer/>_ is available.
  • Use newer importlib APIs, fixing some deprecation warnings (:ghpull:499).

Version 3.6

  • flit_core now bundles the tomli <https://pypi.org/project/tomli/>_ TOML parser library (version 1.2.3) to avoid a circular dependency between flit_core and tomli (:ghpull:492). This means flit_core now has no dependencies except Python itself, both at build time and at runtime, simplifying :doc:bootstrapping <bootstrap>.

Version 3.5.1

  • Fix development installs with flit install --symlink and --pth-file, which were broken in 3.5.0, especially for packages using a src folder (:ghpull:472).

Version 3.5

  • You can now use Flit to distribute a module or package inside a namespace package (as defined by :pep:420). To do this, specify the import name of the concrete, inner module you are packaging - e.g. name = "sphinxcontrib.foo"
    • either in the [project] table, or under [tool.flit.module] if you want to use a different name on PyPI (:ghpull:468).
  • Flit no longer generates a setup.py file in sdists (.tar.gz packages) by default (:ghpull:462). Modern packaging tools don't need this. You can use the --setup-py flag to keep adding it for now, but this will probably be removed at some point in the future.
  • Fixed how flit init handles authors' names with non-ASCII characters (:ghpull:460).
  • When flit init generates a LICENSE file, the new pyproject.toml now references it (:ghpull:467).

... (truncated)

Commits
  • bdafdfe Bump version: 3.6.0 → 3.7.0
  • 621075d Merge pull request #528 from pypa/relnotes-3.7
  • fed7a7e Release notes for 3.7
  • ced1ef7 Merge pull request #511 from jameshilliard/bootstrap
  • a63f42b Merge pull request #499 from pypa/importlib-warning
  • f06839b Merge branch 'main' into bootstrap
  • 4794dce Merge pull request #510 from pypa/data-dir
  • 08ac42d Reword docstring for walk_data_dir about output format
  • 9112376 Merge pull request #526 from blink1073/patch-1
  • 8360b64 ignore push events on other branchs
  • 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)

Bumps [flit](https://github.com/pypa/flit) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/pypa/flit/releases)
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](pypa/flit@3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: flit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 22, 2022
@FasterSpeeding
Copy link
Owner

@dependabot ignore this minor version

@dependabot dependabot bot closed this Feb 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2022

OK, I won't notify you about version 3.7.x again, unless you re-open this PR or update to a 3.7.x release yourself.

@dependabot dependabot bot deleted the dependabot/pip/flit-3.7.0 branch February 22, 2022 21:23
@FasterSpeeding FasterSpeeding restored the dependabot/pip/flit-3.7.0 branch February 22, 2022 21:23
@dependabot dependabot bot deleted the dependabot/pip/flit-3.7.0 branch February 22, 2022 21:24
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant