Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps pymarc from 5.2.3 to 5.3.1.

Release notes

Sourced from pymarc's releases.

v5.3.1

Note: for some reason the v5.3.0 tag was never released to PyPI or released here on Gitlab.

This release includes a change to pymarc.Record that allows a list of fields to be passed in:

record = Record(
    fields=[
        Field(
            tag="245",
            subfields=[Subfield(code="a", value="A title")],
        ),
        Field(
            tag="500",
            subfields=[Subfield(code="a", value="A comment")],
        ),
    ]
)

This version also includes quite a few changes to switch from flake8 and black to ruff.

Commits
  • c1b387a new version
  • 5746f16 Merge branch 'minor-field-opt' into 'main'
  • c7bb433 Fixed: minor operations simplification
  • 78c80eb Merge branch 'remove-setup-cfg' into 'main'
  • 519846b Move coverage config into pyproject.toml
  • c5d769b Merge branch 'test-fields' into 'main'
  • 076c131 Test the Record fields parameter
  • 9556dc6 Merge branch 'improve-ruff-coverage' into 'main'
  • 908eec5 Improve ruff config
  • cb41bb4 Merge branch 'use-ruff' into 'main'
  • 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 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)

Bumps [pymarc](https://gitlab.com/pymarc/pymarc) from 5.2.3 to 5.3.1.
- [Release notes](https://gitlab.com/pymarc/pymarc/tags)
- [Commits](https://gitlab.com/pymarc/pymarc/compare/v5.2.3...v5.3.1)

---
updated-dependencies:
- dependency-name: pymarc
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 2, 2025
@github-actions github-actions bot merged commit a761681 into main Jul 2, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pymarc-5.3.1 branch July 2, 2025 06:56
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