歡迎您光臨本站 註冊首頁

pygit2 1.0.0 發布,Git 的 Python 開發包

←手機掃碼閱讀     admin @ 2019-12-08 , reply:0

pygit2 1.0.0 發布了。pygit2 是一組 libgit2 共享庫的 Python 綁定,libgit2 是 Git 核心方法的純 C 實現,作為具有可靠 API 的可鏈接庫提供,允許在應用程序中構建 Git 功能。

此版本主要變更內容包括:

  • 不再支持 Python 2.7 與 3.4。
  • 新增支持 Python 3.8。
  • 新增支持 / 操作符遍歷樹結構。
  • 新的 Branch.raw_branch_name 。
  • 新的 Index.remove_all() 。
  • 新的 Remote.ls_remotes(..) 。
  • 新的 Repository.lookup_reference_dwim(..) 與 Repository.resolve_refish(..) 。
  • 新的 Repository.odb 返回新的 Odb 類型實例。新增 OdbBackend 類型。
  • 新的 Repository.references.compress() 。
  • 優化:延遲載入記錄。
  • 修復配置中的虛假異常。
  • 較小的文檔和樣式更改。

詳情查看更新日誌:

https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst


[admin ]

來源:OsChina
連結:https://www.oschina.net/news/111925/pygit2-1-0-0-released
pygit2 1.0.0 發布,Git 的 Python 開發包已經有285次圍觀

http://coctec.com/news/soft/show-post-220986.html