Skip to content

Bump parver from 0.5 to 1.0#1068

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/parver-1.0
Closed

Bump parver from 0.5 to 1.0#1068
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/parver-1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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:development
  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
@juliannguyen4

Copy link
Copy Markdown
Collaborator

Duplicate of #1069

@juliannguyen4 juliannguyen4 marked this as a duplicate of #1069 Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/dev/parver-1.0 branch June 9, 2026 17:21
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.

1 participant