ahankinson / pybagit

Python library for manipulating bagit files.
http://ahankinson.github.io/pybagit
Other
20 stars 8 forks source link

Actually compress when zipping files #6

Closed wolph closed 8 years ago

wolph commented 8 years ago

The actual change is actually only this line: https://github.com/ahankinson/pybagit/compare/master...WoLpH:master?w=1#diff-134f0c507f656409c8d743b69b9aec63R536

The rest are just some pep8/code style changes.

ahankinson commented 8 years ago

Looks good. Thanks!

wolph commented 8 years ago

Awesome, thanks :)

PS: Can you also push out a new Pypi release?

ahankinson commented 8 years ago

Working on that right now. Should be up in a few minutes.

ahankinson commented 8 years ago

It's live now.

https://pypi.python.org/pypi/pybagit/1.5.2

wolph commented 8 years ago

Great, thank you very much.

I'll might make some more changes soon (I would like to be able to add and hash files one at a time) so perhaps I'll create a new pull request as well.

ahankinson commented 8 years ago

Perfect. I'll make sure to review and merge your changes promptly.