dulwich-0.21.6
版本发布时间: 2023-09-02 20:16:03
jelmer/dulwich最新发布版本:dulwich-0.22.1(2024-04-23 19:38:51)
What's Changed
- Define a stricter return type for _parse_message by @progval in https://github.com/jelmer/dulwich/pull/1176
- Use ruff support for dulwich by @jelmer in https://github.com/jelmer/dulwich/pull/1177
- Update docs regarding building dulwich without c bindings by @aplaice in https://github.com/jelmer/dulwich/pull/1180
- Be backwards compatible with older derived Repo implementations by @jelmer in https://github.com/jelmer/dulwich/pull/1181
- _hashlib import is needed only for typechecking by @dimbleby in https://github.com/jelmer/dulwich/pull/1184
- Enable pyupgrade by @jelmer in https://github.com/jelmer/dulwich/pull/1185
- updates to the _find_lcas routine for improved efficiency and robustness by @kevinhendricks in https://github.com/jelmer/dulwich/pull/1186
- Add the readthedocs configuration by @jelmer in https://github.com/jelmer/dulwich/pull/1187
- client: Fix content type check in AbstractHttpGitClient._smart_request by @anlambert in https://github.com/jelmer/dulwich/pull/1192
- config: check both
git/etc
andgit/mingw64/etc
on windows by @pmrowla in https://github.com/jelmer/dulwich/pull/1194 - Define enum for stage values by @jelmer in https://github.com/jelmer/dulwich/pull/1195
- More refactoring of index by @jelmer in https://github.com/jelmer/dulwich/pull/1196
- Raise GitProtocolError when encountering HTTP Errors in HTTPGitClient by @jelmer in https://github.com/jelmer/dulwich/pull/1200
- Raise GitProtocolError on unexpected pkt by @nanonyme in https://github.com/jelmer/dulwich/pull/1202
New Contributors
- @progval made their first contribution in https://github.com/jelmer/dulwich/pull/1176
- @aplaice made their first contribution in https://github.com/jelmer/dulwich/pull/1180
Full Changelog: https://github.com/jelmer/dulwich/compare/dulwich-0.21.5...dulwich-0.21.6