forked from mcepl/python-pygit2
- 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/package/show/devel:languages:python/python-pygit2?expand=0&rev=84
This commit is contained in:
BIN
pygit2-1.14.0.tar.gz
(Stored with Git LFS)
BIN
pygit2-1.14.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygit2-1.14.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-1.14.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user