diff options
Diffstat (limited to 'python-pygit2.spec')
-rw-r--r-- | python-pygit2.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-pygit2.spec b/python-pygit2.spec index 23b977c..dfa71d6 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pygit2 -Version: 1.11.1 +Version: 1.12.0 Release: 1 Summary: Python bindings for libgit2. License: GPLv2 with linking exception URL: https://github.com/libgit2/pygit2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/9a/f4375f39d2de971750a7c16bd7ab9cc53368f395edaac59b32e9b3f62ce9/pygit2-1.11.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/00/075f21ae474fcef679ba1f71b9ecd534493792b508b1919021fb2be67eba/pygit2-1.12.0.tar.gz Requires: python3-cffi @@ -46,7 +46,7 @@ Provides: python3-pygit2-doc - Authors - https://github.com/libgit2/pygit2/blob/master/AUTHORS.rst %prep -%autosetup -n pygit2-1.11.1 +%autosetup -n pygit2-1.12.0 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.12.0-1 - Package Spec generated |