pygit2 0.24.0 发布,Python 的 Git 开发包

jopen 8年前

pygit2 0.24.0 发布了,pygit2是一组Python绑定到libgit2共享库,libgit2实现了Git plumbing。 Pygit2工作环境Python2.7,3.2,3.3,3.4,3.5和2.6 。

改进日志:

  • Update to libgit2 v0.24#594

  • Support Python 3.5

  • New dependency, six

  • New Repository.path_is_ignored(path)#589

  • Fix error in Repository(path) when path is a bytes string#588#593

  • Fix memory issue in Repository.describe(...)#592#597#599

  • Allow testing with tox#600

下载地址:https://github.com/libgit2/pygit2/archive/master.zip

来自: http://www.oschina.net//news/71261/pygit2-0-24-0