Releases: BookOps-CAT/NightShift
Releases · BookOps-CAT/NightShift
Unit test for unsupported resource type warning fix
What's Changed
Full Changelog: 0.6.0...0.6.1
Dependencies update
What's Changed
- Dependencies upgrade by @klinga in #43
- pytest & coverage configuration moved to
pyproject.toml
datetime.utcnow
changed to awaredatetime.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
Changed:
- no longer adds local 655 genre terms "Electronic books" & "Electronic audiobooks"
- security updates (PR #39 )
6xx terms cleanup taken over by bookops-marc
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.)