1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Pygit2 0.22.0 发布,Python 的 Git 开发包 下载

本帖由 漂亮的石头2015-01-17 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    Pygit2 是 libgit2 的 Python 绑定。

    Pygit2 0.22.0 发布,此版本更新内容如下:

    新特性:


    • Update to libgit2 v0.22#459


    • Add support for libgit2 feature detection (new pygit2.features and pygit2.GIT_FEATURE_*)#475


    • New Repository.remotes (RemoteCollection)#447

    API 改进:


    • Prototype of clone_repository changed, check documentation


    • Removed clone_into, use clone_repository with callbacks instead


    • Use Repository.remotes.rename(name, new_name) instead ofRemote.rename(new_name)


    • Use Repository.remotes.delete(name) instead of Remote.delete()


    • Now Remote.push(...) takes a list of refspecs instead of just one


    • Change Patch.old_id, Patch.new_id, Note.annotated_id,RefLogEntry.oid_old and RefLogEntry.oid_new to be Oid objects instead of strings#449

    其他:


    • Fix init_repository when passing optional parameters workdir_path,description, template_path, initial_head or origin_url#466#471


    • Fix use-after-free when patch outlives diff#457#461#474


    • Documentation improvements#456#462#465#472#473


    • Make the GPL exception explicit in setup.py#450
    Pygit2 0.22.0 发布,Python 的 Git 开发包下载地址
     
正在加载...