1
0
forked from pool/python-pygit2

Accepting request 730403 from devel:languages:python

- Update to 0.28.2:
  * Fix crash in reflog iteration #901
  * Support symbolic references in branches.with_commit(..) #910
  * Documentation updates #909
  * Test updates #911

OBS-URL: https://build.opensuse.org/request/show/730403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=21
This commit is contained in:
Ludwig Nussel
2019-09-13 13:01:20 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

BIN
pygit2-0.28.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pygit2-0.28.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 3 10:20:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.28.2:
* Fix crash in reflog iteration #901
* Support symbolic references in branches.with_commit(..) #910
* Documentation updates #909
* Test updates #911
-------------------------------------------------------------------
Wed May 15 18:22:32 UTC 2019 - Gary Smith <GSmith@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pygit2
Version: 0.28.1
Version: 0.28.2
Release: 0
Summary: Python bindings for libgit2
License: GPL-2.0-only
@@ -61,6 +61,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
rm -rf pygit2
%pytest_arch
%files %{python_files}