From 2897b9a78749f207fa5adb77ac82a0852590fa8f1b363db2cc9fe41bf1d5e4a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Dec 2022 14:55:17 +0000 Subject: [PATCH] Accepting request 1039869 from home:yarunachalam:branches: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 - Update to versino 1.11.0 (2022-11-06) * 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 - Update to version OBS-URL: https://build.opensuse.org/request/show/1039869 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=72 --- pygit2-1.10.1.tar.gz | 3 --- pygit2-1.11.1.tar.gz | 3 +++ python-pygit2.changes | 23 +++++++++++++++++++++++ python-pygit2.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 pygit2-1.10.1.tar.gz create mode 100644 pygit2-1.11.1.tar.gz diff --git a/pygit2-1.10.1.tar.gz b/pygit2-1.10.1.tar.gz deleted file mode 100644 index c96d1d3..0000000 --- a/pygit2-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:354651bf062c02d1f08041d6fbf1a9b4bf7a93afce65979bdc08bdc65653aa2e -size 730943 diff --git a/pygit2-1.11.1.tar.gz b/pygit2-1.11.1.tar.gz new file mode 100644 index 0000000..12b5241 --- /dev/null +++ b/pygit2-1.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793f583fd33620f0ac38376db0f57768ef2922b89b459e75b1ac440377eb64ec +size 733883 diff --git a/python-pygit2.changes b/python-pygit2.changes index c1ed9a9..0247075 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Dec 3 20:06:29 UTC 2022 - Yogalakshmi Arunachalam + +- 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 +- Update to versino 1.11.0 (2022-11-06) + * 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 + +------------------------------------------------------------------- +Sat Dec 3 20:05:45 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version + ------------------------------------------------------------------- Mon Sep 19 16:53:05 UTC 2022 - Stephan Kulow diff --git a/python-pygit2.spec b/python-pygit2.spec index fed3646..430b2fa 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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