Skip to content

fix(deps): update dependency semver to v3.0.4 #184

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

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semver (changelog) 3.0.2 -> 3.0.4 age adoption passing confidence

Release Notes

python-semver/python-semver (semver)

v3.0.4

Compare Source

=============

:Released: 2025-01-24
:Maintainer: Tom Schraitle

Bug Fixes

  • :gh:459: Fix 3.0.3:

    • :pr:457: Re-enable Trove license identifier
    • :pr:456: Fix source dist file

v3.0.3

Compare Source

=============

:Released: 2025-01-18
:Maintainer: Tom Schraitle

Bug Fixes

  • :pr:453: The check in _comparator does not match the check in :meth:Version.compare.
    This breaks comparision with subclasses.

Improved Documentation

  • :pr:435: Several small improvements for documentation:

    • Add meta description to improve SEO
    • Use canonicals on ReadTheDocs (commit 87f639f)
    • Pin versions for reproducable doc builds (commit 03fb990)
    • Add missing :file:.readthedocs.yaml file (commit ec9348a)
    • Correct some smaller issues when building (commit f65feab)
  • :pr:436: Move search box more at the top. This makes it easier for
    users as if the TOC is long, the search box isn't visible
    anymore.

Features

  • :pr:439: Improve type hints to fix TODOs

Internal Changes

  • :pr:440: Update workflow file

  • :pr:446: Add Python 3.13 to GitHub Actions

  • :pr:447: Modernize project configs with :file:pyproject.toml and
    use Astral's uv command.

    • In :file:pyproject.toml:

      • Move all project related data from :file:setup.cfg to :file:pyproject.toml
      • Use new dependency group from :pep:735
      • Consolidate flake8, isort, pycodestyle with ruff
      • Split towncrier config type "trivial" into "trivial" and "internal"
    • Create config file for ruff (:file:.ruff.toml)

    • Create config file for pytest (:file:.pytest.ini)

    • Simplify :file:tox.ini and remove old stuff

    • Document installation with new :command:uv command

    • Simplify Sphinx config with :func:find_version()

    • Update the authors

    • Use :command:uv in GitHub Action :file:python-testing.yml workflow

  • Update :file:release-procedure.md.

  • :pr:451: Turn our Markdown issue templates into YAML

Trivial Changes

  • :pr:438: Replace organization placeholder in license

  • :pr:445: Improve private :func:_nat_cmp method:

    • Remove obsolete else.
    • Find a better way to identify digits without the :mod:re module.
    • Fix docstring in :meth:Version.compare


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jan 18, 2025
@renovate renovate bot requested a review from a team as a code owner January 18, 2025 18:07
@renovate renovate bot enabled auto-merge January 18, 2025 18:07
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.66%. Comparing base (ab1ca12) to head (5d207ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files           6        6           
  Lines         180      180           
  Branches       15       15           
=======================================
  Hits          165      165           
  Misses         13       13           
  Partials        2        2           

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

@renovate renovate bot changed the title fix(deps): update dependency semver to v3.0.3 fix(deps): update dependency semver to v3.0.3 - autoclosed Jan 20, 2025
@renovate renovate bot closed this Jan 20, 2025
auto-merge was automatically disabled January 20, 2025 11:11

Pull request was closed

@renovate renovate bot deleted the renovate/semver-3.x-lockfile branch January 20, 2025 11:11
@renovate renovate bot changed the title fix(deps): update dependency semver to v3.0.3 - autoclosed fix(deps): update dependency semver to v3.0.3 Jan 24, 2025
@renovate renovate bot reopened this Jan 24, 2025
@renovate renovate bot force-pushed the renovate/semver-3.x-lockfile branch from 2333553 to 44b9ee4 Compare January 24, 2025 14:31
@renovate renovate bot changed the title fix(deps): update dependency semver to v3.0.3 fix(deps): update dependency semver to v3.0.4 Jan 24, 2025
@renovate renovate bot enabled auto-merge January 24, 2025 15:51
@renovate renovate bot force-pushed the renovate/semver-3.x-lockfile branch from 44b9ee4 to 5d207ac Compare January 24, 2025 15:51
@renovate renovate bot added this pull request to the merge queue Jan 24, 2025
Merged via the queue into main with commit b2f727e Jan 24, 2025
6 checks passed
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 renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants