1
0
forked from pool/python-pygit2

- update to 1.9.1:

- Type hints: added to C code and Branches/References
  - New ``Signature`` supports ``str()`` and ``repr()``
  - Fix ODB backend's read in big endian architectures
  - Fix install with poetry
  - Wheels: update to libgit2 v1.4.2
  - Tests: fix testing ``parse_diff``
  - CI: various fixes after migration to libgit2 v1.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=65
This commit is contained in:
2022-03-26 18:53:24 +00:00
committed by Git OBS Bridge
parent 257e6e388d
commit 5e5f79d1ac
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 26 18:51:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.9.1:
- Type hints: added to C code and Branches/References
- New ``Signature`` supports ``str()`` and ``repr()``
- Fix ODB backend's read in big endian architectures
- Fix install with poetry
- Wheels: update to libgit2 v1.4.2
- Tests: fix testing ``parse_diff``
- CI: various fixes after migration to libgit2 v1.4
-------------------------------------------------------------------
Mon Feb 28 08:15:51 UTC 2022 - pgajdos@suse.com