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 towncrier from 23.11.0 to 24.7.1 #8570

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps towncrier from 23.11.0 to 24.7.1.

Release notes

Sourced from towncrier's releases.

Towncrier 24.7.1 (2024-07-31)

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (#632)

Misc

Towncrier 24.7.1rc1 (2024-07-31)

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (#632)

Misc

Towncrier 24.7.0 (2024-07-31)

Features

  • towncrier build now handles removing news fragments which are not part of the git repository. For example, uncommitted or unstaged files. (#357)

  • Inferring the version of a Python package now tries to use the metadata of the installed package before importing the package explicitly (which only looks for [package].__version__). (#432)

  • If no filename is given when doing towncrier create, interactively ask for the issue number and fragment type (and then launch an interactive editor for the fragment content).

    Now by default, when creating a fragment it will be appended with the filename option's extension (unless an extension is explicitly provided). For example, towncrier create 123.feature will create news/123.feature.rst. This can be changed in configuration file by setting add_extension = false.

    A new line is now added by default to the end of the fragment contents. This can be reverted in the configuration file by setting add_newline = false. (#482)

  • The temporary file towncrier create creates now uses the correct .rst or .md extension, which may help your editor with with syntax highlighting. (#594)

  • Running towncrier will now traverse back up directories looking for the configuration file. (#601)

  • The towncrier create action now uses sections defined in your config (either interactively, or via the new --section option). (#603)

  • News fragments are now sorted by issue number even if they have non-digit characters.

... (truncated)

Changelog

Sourced from towncrier's changelog.

Towncrier 24.7.1 (2024-07-31)

No significant changes since the previous release candidate.

Bugfixes

  • When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. ([#632](https://github.com/twisted/towncrier/issues/632) <https://github.com/twisted/towncrier/issues/632>_)

Misc

  • [#629](https://github.com/twisted/towncrier/issues/629) <https://github.com/twisted/towncrier/issues/629>, [#630](https://github.com/twisted/towncrier/issues/630) <https://github.com/twisted/towncrier/issues/630>

Towncrier 24.7.0 (2024-07-31)

No changes since the previous release candidate.

Features

  • towncrier build now handles removing news fragments which are not part of the git repository. For example, uncommitted or unstaged files. ([#357](https://github.com/twisted/towncrier/issues/357) <https://github.com/twisted/towncrier/issues/357>_)

  • Inferring the version of a Python package now tries to use the metadata of the installed package before importing the package explicitly (which only looks for [package].__version__). ([#432](https://github.com/twisted/towncrier/issues/432) <https://github.com/twisted/towncrier/issues/432>_)

  • If no filename is given when doing towncrier create, interactively ask for the issue number and fragment type (and then launch an interactive editor for the fragment content).

    Now by default, when creating a fragment it will be appended with the filename option's extension (unless an extension is explicitly provided). For example, towncrier create 123.feature will create news/123.feature.rst. This can be changed in configuration file by setting add_extension = false.

    A new line is now added by default to the end of the fragment contents. This can be reverted in the configuration file by setting add_newline = false. ([#482](https://github.com/twisted/towncrier/issues/482) <https://github.com/twisted/towncrier/issues/482>_)

  • The temporary file towncrier create creates now uses the correct .rst or .md extension, which may help your editor with with syntax highlighting. ([#594](https://github.com/twisted/towncrier/issues/594) <https://github.com/twisted/towncrier/issues/594>_)

  • Running towncrier will now traverse back up directories looking for the configuration file. ([#601](https://github.com/twisted/towncrier/issues/601) <https://github.com/twisted/towncrier/issues/601>_)

  • The towncrier create action now uses sections defined in your config (either interactively, or via the new --section option). ([#603](https://github.com/twisted/towncrier/issues/603) <https://github.com/twisted/towncrier/issues/603>_)

  • News fragments are now sorted by issue number even if they have non-digit characters.

    For example::

    - some issue ([gh-3](https://github.com/twisted/towncrier/issues/3), [gh-10](https://github.com/twisted/towncrier/issues/10))
    - another issue ([gh-4](https://github.com/twisted/towncrier/issues/4))
    - yet another issue ([gh-11](https://github.com/twisted/towncrier/issues/11))
    

    The sorting algorithm groups the issues first by non-text characters and then by number. ([#608](https://github.com/twisted/towncrier/issues/608) <https://github.com/twisted/towncrier/issues/608>_)

  • The title_format configuration option now uses a markdown format for markdown templates. ([#610](https://github.com/twisted/towncrier/issues/610) <https://github.com/twisted/towncrier/issues/610>_)

  • newsfragment categories can now be marked with check = false, causing them to be ignored in towncrier check ([#617](https://github.com/twisted/towncrier/issues/617) <https://github.com/twisted/towncrier/issues/617>_)

  • towncrier check will now fail if any news fragments have invalid filenames.

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 1, 2024 10:32
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.23%. Comparing base (faa15fd) to head (c67bee2).
Report is 14 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8570      +/-   ##
==========================================
- Coverage   98.24%   98.23%   -0.01%     
==========================================
  Files         107      107              
  Lines       34107    34107              
  Branches     4050     4050              
==========================================
- Hits        33507    33505       -2     
- Misses        424      425       +1     
- Partials      176      177       +1     
Flag Coverage Δ
CI-GHA 98.12% <ø> (-0.01%) ⬇️
OS-Linux 97.78% <ø> (ø)
OS-Windows 96.18% <ø> (ø)
OS-macOS 97.46% <ø> (-0.01%) ⬇️
Py-3.10.11 97.55% <ø> (-0.01%) ⬇️
Py-3.10.14 97.48% <ø> (ø)
Py-3.11.9 97.72% <ø> (-0.01%) ⬇️
Py-3.12.4 95.98% <ø> (ø)
Py-3.12.5 97.52% <ø> (ø)
Py-3.9.13 97.45% <ø> (ø)
Py-3.9.19 97.38% <ø> (ø)
Py-pypy7.3.16 96.99% <ø> (ø)
VM-macos 97.46% <ø> (-0.01%) ⬇️
VM-ubuntu 97.78% <ø> (ø)
VM-windows 96.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/towncrier-24.7.1 branch 2 times, most recently from 5c91c1d to 92ebc4c Compare August 8, 2024 11:06
@dependabot dependabot bot force-pushed the dependabot/pip/towncrier-24.7.1 branch 2 times, most recently from 568ba99 to dbfe1e4 Compare August 19, 2024 22:39
@Dreamsorcerer
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/towncrier-24.7.1 branch 15 times, most recently from 12f263c to 84cb529 Compare August 23, 2024 10:47
Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.7.1.
- [Release notes](https://github.com/twisted/towncrier/releases)
- [Changelog](https://github.com/twisted/towncrier/blob/trunk/NEWS.rst)
- [Commits](twisted/towncrier@23.11.0...24.7.1)

---
updated-dependencies:
- dependency-name: towncrier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/towncrier-24.7.1 branch from 84cb529 to c67bee2 Compare August 23, 2024 11:35
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Superseded by #8888.

@dependabot dependabot bot closed this Aug 26, 2024
auto-merge was automatically disabled August 26, 2024 11:48

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/towncrier-24.7.1 branch August 26, 2024 11:48
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.

1 participant