1
0

Accepting request 965070 from devel:languages:python

- 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/request/show/965070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=27
This commit is contained in:
2022-03-26 21:32:10 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

BIN
pygit2-1.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pygit2-1.9.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pygit2
Version: 1.9.0
Version: 1.9.1
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only