forked from pool/python-pygit2
Accepting request 1040007 from devel:languages:python
- Update to version 1.11.1 (2022-11-09) * Fix Linux wheels, downgrade to manylinux 2_24 #1176 * Windows wheels for Python 3.11 #1177 * CI: Use 3.11 final release for testing #1178 * Drop support for Python 3.7 * Update Linux wheels to manylinux 2_28 #1136 * Fix crash in signature representation #1162 * Fix memory leak in Signature #1173 * New optional argument raise_error in Repository.applies(...) #1166 * New notify/progress callbacks for checkout and stash #1167 #1169 * New Repository.remotes.names() #1159 * Now refname argument in RemoteCallbacks.push_update_reference(...) is a string, not bytes #1168 * Add missing newline at end of pygit2/decl/pack.h #1163 OBS-URL: https://build.opensuse.org/request/show/1040007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=30
This commit is contained in:
commit
f4450f52f9
BIN
pygit2-1.10.1.tar.gz
(Stored with Git LFS)
BIN
pygit2-1.10.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygit2-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-1.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 20:06:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 1.11.1 (2022-11-09)
|
||||
* Fix Linux wheels, downgrade to manylinux 2_24 #1176
|
||||
* Windows wheels for Python 3.11 #1177
|
||||
* CI: Use 3.11 final release for testing #1178
|
||||
* Drop support for Python 3.7
|
||||
* Update Linux wheels to manylinux 2_28 #1136
|
||||
* Fix crash in signature representation #1162
|
||||
* Fix memory leak in Signature #1173
|
||||
* New optional argument raise_error in Repository.applies(...) #1166
|
||||
* New notify/progress callbacks for checkout and stash #1167 #1169
|
||||
* New Repository.remotes.names() #1159
|
||||
* Now refname argument in RemoteCallbacks.push_update_reference(...) is a string, not bytes #1168
|
||||
* Add missing newline at end of pygit2/decl/pack.h #1163
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 16:53:05 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pygit2
|
||||
Version: 1.10.1
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: Python bindings for libgit2
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user