Skip to content

BDBag release 1.1.1

Compare
Choose a tag to compare
@mikedarcy mikedarcy released this 12 Dec 01:15
· 299 commits to master since this release

Official Release: 1.1.1

Release Notes

  • Uploaded to PyPi. Fixes #8
  • Refactored bagit dependency to directly use upstream from https://github.com/LibraryOfCongress/bagit-python rather than a forked copy. Upstream version is currently pegged at bagit-1.6.2 for bdbag-1.1.1. Fixes #10, #8
  • Added FTP fetch handler. Fixes #3
  • Fixed issue with Globus fetch handler with current version of Globus SDK. Updated dependency and pegged globus-sdk==1.3.0 for bdbag-1.1.1. Fixes #14
  • Added revert_bag function to API and CLI to revert a bag directory back to a normal directory. Fixes #9.
  • Removed --bag-path as a required flag argument in the CLI in favor of the bag path being the only required positional argument.