solokeys / solo1-cli

Solo 1 library and CLI in Python
https://pypi.org/project/solo-python
Apache License 2.0
182 stars 69 forks source link

Bump flit from 2.3.0 to 3.2.0 #122

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

Bumps flit from 2.3.0 to 3.2.0.

Changelog

Sourced from flit's changelog.

Release history

Version 3.2

  • Experimental support for specifying metadata in a [project] table in pyproject.toml as specified by 621 (393). If you try using this, please specify requires = ["flit_core >=3.2.0,<3.3"] in the [build-system table for now, in case it needs to change for the next release.
  • Fix writing METADATA file with multi-line information in certain fields such as Author (402).
  • Fix building wheel when a directory such as LICENSES appears in the project root directory (401).

Version 3.1

  • Update handling of names & version numbers in wheel filenames and .dist-info folders in line with changes in the specs (395).
  • Switch from the deprecated pytoml package to toml (378).
  • Fix specifying backend-path in pyproject.toml for flit-core (as a list instead of a string).

Version 3.0

Breaking changes:

  • Projects must now provide Flit with information in pyproject.toml files, not the older flit.ini format (338).
  • flit_core once again requires Python 3 (>=3.4). Packages that support Python 2 can still be built by flit_core 2.x, but can't rely on new features (342).
  • The deprecated flit installfrom command was removed (334). You can use pip install git+https://github.com/... instead.

Features and fixes:

  • Fix building sdists from a git repository with non-ASCII characters in filenames (346).
  • Fix identifying the version number when the code contains a subscript assignment before __version__ = (348).
  • Script entry points can now use a class method (359).
  • Set suitable permission bits on metadata files in wheels (256).
  • Fixed line endings in the RECORD file when installing on Windows (368).
  • Support for recording the source of local installations, as in 610 (335).
  • flit init will check for a README in the root of the project and automatically set it as description-file (337).
  • Pygments is not required for checking reStructuredText READMEs (357).
  • Packages where the version number can be recognised without executing their code don't need their dependencies installed to build, which should make them build faster (361).
  • Ensure the installed RECORD file is predictably ordered (366).

Version 2.3

  • New projects created with init_cmd now declare that they require flit_core >=2,<4 (328). Any projects using pyproject.toml (not flit.ini) should be compatible with flit 3.x.
  • Fix selecting files from a git submodule to include in an sdist (324).
  • Fix checking classifiers when no writeable cache directory is available (319).
  • Better errors when trying to install to a mis-spelled or missing Python interpreter (331).
  • Fix specifying --repository before upload (322). Passing the option like this is deprecated, and you should now pass it after upload.
  • Documentation improvements (327, 318, 314)

Version 2.2

... (truncated)

Commits
  • f8e318e Use PEP 621 metadata for flit itself
  • 75f0292 Fix processing of PEP 621 optional-dependendencies
  • 50776f1 Prepare release notes for 3.2
  • bd3469d Merge pull request #402 from takluyver/i387
  • cf964a3 Indent multiline values in metadata to make valid METADATA file
  • 7ec992b Summary, Home-page & License are all optional metadata
  • 915e63f Merge pull request #401 from takluyver/i399
  • 8f50a67 This fits on one line again
  • c8b2068 Fix path handling for Python < 3.6
  • c9b3460 Only add COPYING* & LICENSE* matches if they are files
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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](https://app.dependabot.com): - 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[bot] commented 2 years ago

Superseded by #135.