From f2d4a8b42646f1f8eff44a2fcd0556635a6c94ab40e2660d1e564450abe04c88 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 12 Jan 2017 12:19:25 +0000 Subject: [PATCH] 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 --- pygit2-0.24.0.tar.gz | 3 --- pygit2-0.24.2.tar.gz | 3 +++ python-pygit2.changes | 12 ++++++++++++ python-pygit2.spec | 18 +++++++++--------- 4 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 pygit2-0.24.0.tar.gz create mode 100644 pygit2-0.24.2.tar.gz diff --git a/pygit2-0.24.0.tar.gz b/pygit2-0.24.0.tar.gz deleted file mode 100644 index 0caa9b8..0000000 --- a/pygit2-0.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba76d97e90713584c8cb9d33c81cf9156aa69d6914cd3cdbddb740a069298105 -size 468391 diff --git a/pygit2-0.24.2.tar.gz b/pygit2-0.24.2.tar.gz new file mode 100644 index 0000000..fec5cb4 --- /dev/null +++ b/pygit2-0.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aae85836c3a8da686220db7db05f91f8797e37edf91cc2a1f88b09fb653166a +size 470732 diff --git a/python-pygit2.changes b/python-pygit2.changes index 8f91204..7059ef6 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -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 diff --git a/python-pygit2.spec b/python-pygit2.spec index 1a50a3f..b7d1f5e 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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