Skip to content

Releases: BookOps-CAT/NightShift

Unit test for unsupported resource type warning fix

26 Aug 18:00
8ac717e
Compare
Choose a tag to compare

What's Changed

  • Unsupported-resource-type-warning-fix by @klinga in #44

Full Changelog: 0.6.0...0.6.1

Dependencies update

29 Mar 17:37
ec5077b
Compare
Choose a tag to compare

What's Changed

  • Dependencies upgrade by @klinga in #43
  • pytest & coverage configuration moved to pyproject.toml
  • datetime.utcnow changed to aware datetime.now
  • creation of MARC fields refactored to a new Subfield class introduced in pymarc 5.0

Full Changelog: 0.4.0...0.6.0

No to Electronic... genre terms

10 Apr 12:49
94f50a0
Compare
Choose a tag to compare

Changed:

  • no longer adds local 655 genre terms "Electronic books" & "Electronic audiobooks"
  • security updates (PR #39 )

6xx terms cleanup taken over by bookops-marc

18 Aug 18:37
c74bcf3
Compare
Choose a tag to compare

Changed

  • outsources removal of unwanted 6xx tag to bookops-marc
  • dependencies update:
    • bookops-marc (to 0.8.1)
    • paramiko (to 2.11.0)
    • psycopg2 (to 2.9.3)
    • pymarc (to 4.2.0)
    • sqlalchemy (to 1.4.40)
    • dev dependencies (pytest, mypy, etc.)