Skip to content

Bump parver from 0.5 to 1.0 in /.github/workflows#1069

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dot-github/workflows/dev/parver-1.0
Open

Bump parver from 0.5 to 1.0 in /.github/workflows#1069
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dot-github/workflows/dev/parver-1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps parver from 0.5 to 1.0.

Changelog

Sourced from parver's changelog.

1.0 (2026-05-19)

Added


- New parser which preserves case and leading zeros.

.. tab:: v1.0

  .. code-block:: python3
  >>> Version.parse("2026.05BETA")
  <Version '2026.05BETA'>

.. tab:: v0.5

  .. code-block:: python
  >>> Version.parse("2026.05BETA")
  <Version '2026.5beta'>

  • Improved error messages.

    .. tab:: v1.0

    .. testsetup::
    
    from parver import Version
    

    .. doctest::

    >>> Version.parse("abc")
    Traceback (most recent call last):
    ...
    parver.NoLeadingNumberError: Expected a release number at position 0, found 'a'
    
    >>> Version.parse("1.2alpha1", strict=True)
    Traceback (most recent call last):
    ...
    parver.StrictPreTagError: Pre-release tag 'alpha' is not allowed in strict mode; use 'a'
    
    >>> Version.parse("1.2-1", strict=True)
    Traceback (most recent call last):
    ...
    parver.StrictSegmentError: Implicit post-release shorthand '-1' is not allowed
    in strict mode; use '.post1'
    
    >>> Version.parse("1+ABC", strict=True)
    Traceback (most recent call last):
    

</tr></table>

... (truncated)

Commits
  • b269989 Merge pull request #93 from RazerM/feature/hatchling
  • 7b2f371 Use hatchling
  • 72ddfe9 Bump version number to 1.0
  • 557fb72 Merge pull request #83 from RazerM/feature/newparser
  • bb389fd Update CHANGELOG
  • 5b3aa6c Improve documentation
  • 9096f7f Remove outdated doc8 ignore path
  • 1b8be1c Remove runtime dependency on typing-extensions
  • dacde89 Add sphinx-inline-tabs
  • d49a5b8 Use tango pygments style in docs
  • 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 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)

Bumps [parver](https://github.com/RazerM/parver) from 0.5 to 1.0.
- [Changelog](https://github.com/RazerM/parver/blob/main/CHANGELOG.rst)
- [Commits](RazerM/parver@0.5...1.0)

---
updated-dependencies:
- dependency-name: parver
  dependency-version: '1.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 20, 2026
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.

0 participants