Accepting request 1153847 from devel:languages:python

- update to 1.14.1:
  * Now `Object.filemode` returns `enums.FileMode` and
    `Reference.type` returns `enums.ReferenceType`
  * Fix tests on Fedora 40
  * Deprecate `ReferenceType.OID`, use `ReferenceType.DIRECT`
  * Deprecate `ReferenceType.LISTALL`, use `ReferenceType.ALL`

OBS-URL: https://build.opensuse.org/request/show/1153847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2024-03-01 22:37:46 +00:00 committed by Git OBS Bridge
commit d9d9e7c6ed
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f529ed9660edbf9b625ccae7e51098ef73662e61496609009772d4627a826aa8
size 765357

3
pygit2-1.14.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec5958571b82a6351785ca645e5394c31ae45eec5384b2fa9c4e05dde3597ad6
size 765621

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 1 10:14:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.14.1:
* Now `Object.filemode` returns `enums.FileMode` and
`Reference.type` returns `enums.ReferenceType`
* Fix tests on Fedora 40
* Deprecate `ReferenceType.OID`, use `ReferenceType.DIRECT`
* Deprecate `ReferenceType.LISTALL`, use `ReferenceType.ALL`
-------------------------------------------------------------------
Tue Jan 30 18:11:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-pygit2
Version: 1.14.0
Version: 1.14.1
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only