Skip to content

Bump pygit2 from 1.11.1 to 1.12.2

HIFIS Bot requested to merge dependabot-pip-pygit2-1.12.2 into main

Bumps pygit2 from 1.11.1 to 1.12.2.

Changelog

Sourced from pygit2's changelog.

1.12.2 (2023-06-25)

  • Update wheels to bundle libssh2 1.11.0 and OpenSSL 3.0.9

  • Remove obsolete Remote.save() [#1219](https://github.com/libgit2/pygit2/issues/1219) <https://github.com/libgit2/pygit2/issues/1219>_

1.12.1 (2023-05-07)

  • Fix segfault in signature when encoding is incorrect [#1210](https://github.com/libgit2/pygit2/issues/1210) <https://github.com/libgit2/pygit2/pull/1210>_

  • Typing improvements [#1212](https://github.com/libgit2/pygit2/issues/1212) <https://github.com/libgit2/pygit2/pull/1212>_ [#1214](https://github.com/libgit2/pygit2/issues/1214) <https://github.com/libgit2/pygit2/pull/1214>_

  • Update wheels to libgit2 v1.6.4

1.12.0 (2023-04-01)

  • Upgrade to libgit2 v1.6.3

  • Update Linux wheels to bundle OpenSSL 3.0.8

  • Downgrade Linux wheels to manylinux2014

  • New ConflictCollection.__contains__ [#1181](https://github.com/libgit2/pygit2/issues/1181) <https://github.com/libgit2/pygit2/pull/1181>_

  • New Repository.references.iterator(...) [#1191](https://github.com/libgit2/pygit2/issues/1191) <https://github.com/libgit2/pygit2/pull/1191>_

  • New favor, flags and file_flags optional arguments for Repository.merge(...) [#1192](https://github.com/libgit2/pygit2/issues/1192) <https://github.com/libgit2/pygit2/pull/1192>_

  • New keep_all and paths optional arguments for Repository.stash(...) [#1202](https://github.com/libgit2/pygit2/issues/1202) <https://github.com/libgit2/pygit2/pull/1202>_

  • New Respository.state() [#1204](https://github.com/libgit2/pygit2/issues/1204) <https://github.com/libgit2/pygit2/pull/1204>_

  • Improve Repository.write_archive(...) performance [#1183](https://github.com/libgit2/pygit2/issues/1183) <https://github.com/libgit2/pygit2/pull/1183>_

... (truncated)

Commits

Merge request reports