Releases: LibraryOfCongress/bagit-python
Releases · LibraryOfCongress/bagit-python
v1.9 beta 2
v1.9b2 Merge pull request #182 from LibraryOfCongress/use-github-actions-to-…
v1.9 beta 1: packaging cleanup and direct PyPI releases
What's Changed
- Adhere to PEP 263 for source encoding by @tovrstra in #111
- assign values to argument namespace instead of parser by @fkloft in #108
- add py3.{7,8} support by @chenrui333 in #145
- CLI tests by @nkrabben in #162
- tox.ini: py37,py38,py39,py310,py311 by @cclauss in #163
- escape doc string by @nkrabben in #171
- Move from pkg resources to importlib by @kba in #172
- Allow fetch.txt with file URLs to validate by @avivace in #154
- is_valid() method can now pass an optional processes parameter to validate() by @gwiedeman in #140
- Use PyPI GitHub Action to publish releases by @acdha in #181
New Contributors
- @tovrstra made their first contribution in #111
- @fkloft made their first contribution in #108
- @kba made their first contribution in #124
- @zimeon made their first contribution in #144
- @chenrui333 made their first contribution in #145
- @dependabot made their first contribution in #151
- @cclauss made their first contribution in #163
- @avivace made their first contribution in #154
- @gwiedeman made their first contribution in #140
Full Changelog: v1.8.1...v1.9b1
v1.8.1
What's Changed
- Adhere to PEP 263 for source encoding by @tovrstra in #111
- assign values to argument namespace instead of parser by @fkloft in #108
- travis: Run tests on 16.04 for Python 3.7, 3.8-dev by @kba in #124
- Restore support for Python 2.7.0-2.7.8 by @nsoranzo in #123
- Fix SyntaxWarning with is against literal by @zimeon in #144
- add py3.{7,8} support by @chenrui333 in #145
New Contributors
- @tovrstra made their first contribution in #111
- @fkloft made their first contribution in #108
- @zimeon made their first contribution in #144
- @chenrui333 made their first contribution in #145
Full Changelog: v1.7.0...v1.8.1
1.7.0: drop support for Python 2.6
This is minor version bump since it drops support for Python 2.6
Version 1.5.4
Improved PEP-8 conformance, change logging to use logger, file opening (with), error handling cleanup, and removal of sys.exit in the library.
Version 1.5.3
Single bugfix that addresses a test failure on test_sha1_tagfile.
Version 1.5.2
Added SHA1 support to tagmanifest.