Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Bump dunamai from 1.8.0 to 1.17.0 #122

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2023

Bumps dunamai from 1.8.0 to 1.17.0.

Release notes

Sourced from dunamai's releases.

v1.17.0 (2023-05-19)

  • The from command will print a warning for shallow Git repositories. This becomes an error with --strict.
  • The Version class has a new concerns field to indicate warnings with the version. Right now, the only possibility is Concern.ShallowRepository.

v1.16.1 (2023-05-13)

  • Fixed outdated reference to pkg_resources in the docstring for get_version.
  • CHANGELOG.md and tests are now included in sdists.

v1.16.0 (2023-02-21)

  • Updated Version.parse to better handle PEP 440 versions produced by Dunamai itself. Specifically, in 1.2.3.post4.dev5, the post number becomes the distance and the dev number is ignored. In 1.2.3.dev5, the dev number becomes the distance.
  • Added increment argument to bump_version and Version.bump. (Contributed by legendof-selda)
  • Fixed Git detection when there is a "dubious ownership" error. Previously, from git would report that it was not a Git project, and from any would report that it could not detect a VCS. Now, both commands report that there is dubious ownership.
  • Improved error reporting for from any VCS detection. The error now specifies which VCSes were checked and which were not found to be installed.

v1.15.0 (2022-12-02)

  • Added compatibility with Git versions as old as 1.8.2.3.

v1.14.1 (2022-11-15)

  • Fixed Git 2.7.0 compatibility by changing git log --no-show-signature to git -c log.showsignature=false log.

v1.14.0 (2022-11-07)

  • Added a strict option to prevent falling back to 0.0.0 when there are no tags.
  • Added support for .git_archival.json files created by git archive.
  • Added support for .hg_archival.txt files created by hg archive.

v1.13.2 (2022-10-14)

  • Fixed an error when parsing Git output with showSignature = true configured. (Contributed by riton)

v1.13.1 (2022-09-25)

  • Made pattern-related error messages more readable by moving the pattern after the primary message instead of mixing them.

v1.13.0 (2022-08-21)

  • Added support for Pijul.

v1.12.0 (2022-05-07)

  • Added Pattern type for named pattern presets. Currently, this includes:
    • Pattern.Default (CLI: --pattern default) for the existing default.
    • Pattern.DefaultUnprefixed (CLI: --pattern default-unprefixed) for the existing default, but without requiring the v prefix.
  • Added tag_branch option (CLI: --tag-branch) for Git repositories. This is particularly useful for Gitflow without fast forward, where develop does not contain the tag history, so you can specify --tag-branch master.
  • Added full_commit option (CLI: --full-commit) for Git and Mercurial repositories to obtain the full commit hash instead of the short form.
  • Fixed Version.parse so that it better handles versions without the v prefix when the pattern does not (or may not) require it.
  • Fixed error reporting when a custom pattern is an invalid regular expression, as well as when a custom format is malformed. It was fine when Dunamai was used as a library, but the error message lacked context on the CLI.
  • Fixed from any not passing the --tag-dir option along for Subversion repositories.

v1.11.1 (2022-04-05)

  • Fixed the --bump CLI option and the bump argument of Version.serialize bumping even on a commit with a version tag. Now, no bumping occurs on such a commit.

v1.11.0 (2022-03-15)

... (truncated)

Changelog

Sourced from dunamai's changelog.

v1.17.0 (2023-05-19)

  • The from command will print a warning for shallow Git repositories. This becomes an error with --strict.
  • The Version class has a new concerns field to indicate warnings with the version. Right now, the only possibility is Concern.ShallowRepository.

v1.16.1 (2023-05-13)

  • Fixed outdated reference to pkg_resources in the docstring for get_version.
  • CHANGELOG.md and tests are now included in sdists.

v1.16.0 (2023-02-21)

  • Updated Version.parse to better handle PEP 440 versions produced by Dunamai itself. Specifically, in 1.2.3.post4.dev5, the post number becomes the distance and the dev number is ignored. In 1.2.3.dev5, the dev number becomes the distance.
  • Added increment argument to bump_version and Version.bump. (Contributed by legendof-selda)
  • Fixed Git detection when there is a "dubious ownership" error. Previously, from git would report that it was not a Git project, and from any would report that it could not detect a VCS. Now, both commands report that there is dubious ownership.
  • Improved error reporting for from any VCS detection. The error now specifies which VCSes were checked and which were not found to be installed.

v1.15.0 (2022-12-02)

  • Added compatibility with Git versions as old as 1.8.2.3.

v1.14.1 (2022-11-15)

  • Fixed Git 2.7.0 compatibility by changing git log --no-show-signature to git -c log.showsignature=false log.

v1.14.0 (2022-11-07)

  • Added a strict option to prevent falling back to 0.0.0 when there are no tags.
  • Added support for .git_archival.json files created by git archive.
  • Added support for .hg_archival.txt files created by hg archive.

v1.13.2 (2022-10-14)

  • Fixed an error when parsing Git output with showSignature = true configured. (Contributed by riton)

v1.13.1 (2022-09-25)

  • Made pattern-related error messages more readable by moving the pattern after the primary message instead of mixing them.

... (truncated)

Commits
  • 3e00ba3 Release v1.17.0
  • 4be128c #63: Add automatic check for shallow repositories
  • c0f360b #63: Document limitations with shallow clones
  • d3b583c Release v1.16.1
  • ce5f6ee #62: Include changelog and tests in sdists
  • bf8cb85 Disable Pijul tests for now due to installation error
  • 4fdbb9c #60: Replace pkg_resources with importlib-metadata in unit tests
  • fe69436 Release v1.16.0
  • c2dccd3 Improve VCS detection error reporting in 'from any'
  • f0c5f90 #58: Fix error reporting for dubious ownership in Git
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [dunamai](https://github.com/mtkennerly/dunamai) from 1.8.0 to 1.17.0.
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/dunamai@v1.8.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2023
@jonathangreen
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

Superseded by #127.

@dependabot dependabot bot closed this Oct 4, 2023
@dependabot dependabot bot deleted the dependabot/pip/dunamai-1.17.0 branch October 4, 2023 13:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant