Accepting request 449745 from home:AndreasStieger:branches:devel:languages:python
pygit 0.24.2 OBS-URL: https://build.opensuse.org/request/show/449745 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=34
This commit is contained in:
BIN
pygit2-0.24.0.tar.gz
(Stored with Git LFS)
BIN
pygit2-0.24.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygit2-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-0.24.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 11 21:49:47 UTC 2017 - astieger@suse.com
|
||||
|
||||
- update to 0.24.2:
|
||||
* Fix when libgit2 error messages have non-ascii chars
|
||||
* Documentation improvements
|
||||
- includes changes from 0.24.1
|
||||
* New Repository.listall_reference_objects()
|
||||
* Fix ``Repository.write_archive(...)`
|
||||
* Reproducible builds
|
||||
* Documentation fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 09:27:00 UTC 2016 - kkaempf@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pygit2
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,28 +17,28 @@
|
||||
|
||||
|
||||
Name: python-pygit2
|
||||
Version: 0.24.0
|
||||
Version: 0.24.2
|
||||
Release: 0
|
||||
Url: https://github.com/libgit2/pygit2
|
||||
Summary: Python bindings for libgit2
|
||||
License: GPL-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/libgit2/pygit2
|
||||
Source: https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libgit2-devel >= 0.23
|
||||
BuildRequires: python-cffi
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-six
|
||||
BuildRequires: libgit2-devel >= 0.24
|
||||
#BuildRequires: python-unittest2
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: python-cffi
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-six
|
||||
%requires_eq python-cffi
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Bindings for libgit2, a linkable C library for the Git version-control system.
|
||||
|
||||
%prep
|
||||
%setup -n pygit2-%{version}
|
||||
%setup -q -n pygit2-%{version}
|
||||
# Adjust include/lib paths to local system
|
||||
#sed -i 's|/usr/local/include|%%{_includedir}|' setup.py
|
||||
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
||||
|
Reference in New Issue
Block a user