BDBag release 1.1.1
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
forbdbag-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
forbdbag-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.