Accepting request 283924 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/283924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygit2?expand=0&rev=8
This commit is contained in:
commit
97bd89d389
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2cfed1d967419e6cfabe5ad02a03a2e0d7b715aac896b23277c59316d226ca53
|
|
||||||
size 416612
|
|
3
pygit2-0.22.0.tar.gz
Normal file
3
pygit2-0.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d67045c8f6d6e8c23fc2bb6ba51f084177c7b7617c42bc433c6fec5ac0bf42e4
|
||||||
|
size 423840
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 3 15:06:02 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.22.0:
|
||||||
|
+ Update to libgit2 v0.22
|
||||||
|
(https://github.com/libgit2/pygit2/pull/459)
|
||||||
|
+ Add support for libgit2 feature detection (new pygit2.features
|
||||||
|
and pygit2.GIT_FEATURE_*)
|
||||||
|
(https://github.com/libgit2/pygit2/pull/475)
|
||||||
|
+ New Repository.remotes (RemoteCollection)
|
||||||
|
(https://github.com/libgit2/pygit2/pull/447)
|
||||||
|
+ API Changes:
|
||||||
|
- Prototype of clone_repository changed, check documentation
|
||||||
|
- Removed clone_into, use clone_repository with callbacks instead
|
||||||
|
- Use Repository.remotes.rename(name, new_name) instead of
|
||||||
|
Remote.rename(new_name)
|
||||||
|
- Use Repository.remotes.delete(name) instead of Remote.delete()
|
||||||
|
- Now Remote.push(...) takes a list of refspecs instead of just one
|
||||||
|
- Change Patch.old_id, Patch.new_id, Note.annotated_id,
|
||||||
|
RefLogEntry.oid_old and RefLogEntry.oid_new to be Oid objects
|
||||||
|
instead of strings
|
||||||
|
(https://github.com/libgit2/pygit2/pull/449)
|
||||||
|
+ Other:
|
||||||
|
- Fix init_repository when passing optional parameters
|
||||||
|
workdir_path, description, template_path, initial_head or
|
||||||
|
origin_url.
|
||||||
|
- Fix use-after-free when patch outlives diff.
|
||||||
|
- Documentation improvements.
|
||||||
|
- Make the GPL exception explicit in setup.py.
|
||||||
|
- Add python-setuptools BuildRequires: new build dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 2 18:20:17 UTC 2014 - p.drouand@gmail.com
|
Tue Sep 2 18:20:17 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygit2
|
# spec file for package python-pygit2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
Version: 0.21.2
|
Version: 0.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/dborowitz/pygit2
|
Url: http://github.com/dborowitz/pygit2
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
@ -30,6 +30,7 @@ BuildRequires: python-cffi
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
#BuildRequires: python-unittest2
|
#BuildRequires: python-unittest2
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user