Accepting request 449839 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/449839 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=13
This commit is contained in:
commit
0b9190e0a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba76d97e90713584c8cb9d33c81cf9156aa69d6914cd3cdbddb740a069298105
|
|
||||||
size 468391
|
|
3
pygit2-0.24.2.tar.gz
Normal file
3
pygit2-0.24.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2aae85836c3a8da686220db7db05f91f8797e37edf91cc2a1f88b09fb653166a
|
||||||
|
size 470732
|
@ -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
|
Wed Nov 2 09:27:00 UTC 2016 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygit2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,28 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
Version: 0.24.0
|
Version: 0.24.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/libgit2/pygit2
|
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/libgit2/pygit2
|
||||||
Source: https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: libgit2-devel >= 0.24
|
||||||
BuildRequires: libgit2-devel >= 0.23
|
|
||||||
BuildRequires: python-cffi
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-six
|
|
||||||
#BuildRequires: python-unittest2
|
#BuildRequires: python-unittest2
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: python-cffi
|
||||||
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
BuildRequires: python-six
|
||||||
%requires_eq python-cffi
|
%requires_eq python-cffi
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bindings for libgit2, a linkable C library for the Git version-control system.
|
Bindings for libgit2, a linkable C library for the Git version-control system.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n pygit2-%{version}
|
%setup -q -n pygit2-%{version}
|
||||||
# Adjust include/lib paths to local system
|
# Adjust include/lib paths to local system
|
||||||
#sed -i 's|/usr/local/include|%%{_includedir}|' setup.py
|
#sed -i 's|/usr/local/include|%%{_includedir}|' setup.py
|
||||||
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user