Skip to content

build(deps): bump nameparser from 1.2.0 to 1.2.1#993

Merged
ndittren merged 1 commit into
mainfrom
dependabot/pip/nameparser-1.2.1
Jun 23, 2026
Merged

build(deps): bump nameparser from 1.2.0 to 1.2.1#993
ndittren merged 1 commit into
mainfrom
dependabot/pip/nameparser-1.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps nameparser from 1.2.0 to 1.2.1.

Release notes

Sourced from nameparser's releases.

v1.2.1

What's Changed

  • Fix initials() interpolating the literal None for empty name parts when empty_attribute_default = None (e.g. "J. None D."); empty parts now render as an empty string and a fully-empty result returns empty_attribute_default
  • Add python -m nameparser "Name String" command-line helper that prints a parsed name
  • Reorganize the test suite from a single tests.py into a tests/ pytest package

Full Changelog: derek73/python-nameparser@v1.2.0...v1.2.1

Changelog

Sourced from nameparser's changelog.

  • 1.2.1 - June 19, 2026
    • Fix initials() interpolating the literal None for empty name parts when empty_attribute_default = None (e.g. "J. None D."); empty parts now render as an empty string and a fully-empty result returns empty_attribute_default
    • Add python -m nameparser "Name String" command-line helper that prints a parsed name
    • Reorganize the test suite from a single tests.py into a tests/ pytest package
Commits
  • 1f46568 release: bump version to 1.2.1 and stamp changelog
  • 08635e0 Merge pull request #165 from derek73/test-reorg-pytest
  • fe4b5f3 docs: remove pytest reorg planning doc
  • 810ff89 docs: fix broken initials doctests and add release_log entry for initials fix
  • b359304 docs: fix stale CLI repr example; enable xfail_strict
  • 060361b fix: drop inert encoding arg and None-unsafe concat in debug CLI
  • 734cd34 test: pin initials() behavior under empty_attribute_default=None
  • af58fe2 test: isolate global CONSTANTS collection mutations in conftest
  • b68ef39 build: include tests/ package in sdist instead of deleted tests.py
  • 5adb8ed docs: update test instructions and CI for pytest
  • 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 [nameparser](https://github.com/derek73/python-nameparser) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/derek73/python-nameparser/releases)
- [Changelog](https://github.com/derek73/python-nameparser/blob/master/docs/release_log.rst)
- [Commits](derek73/python-nameparser@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: nameparser
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jun 22, 2026
@ndittren ndittren merged commit 185d164 into main Jun 23, 2026
2 checks passed
@ndittren ndittren deleted the dependabot/pip/nameparser-1.2.1 branch June 23, 2026 16:52
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