From 4f33cfcee02092e72b53c950774eb961ec55d450f5c2bd04d75dffc89f8f025f Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Thu, 17 Sep 2015 12:03:24 +0000 Subject: [PATCH 1/2] Accepting request 331689 from home:posophe:branches:devel:languages:python update OBS-URL: https://build.opensuse.org/request/show/331689 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=25 --- pygit2-0.22.0.tar.gz | 3 --- pygit2-0.23.0.tar.gz | 3 +++ python-pygit2.changes | 11 +++++++++++ python-pygit2.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pygit2-0.22.0.tar.gz create mode 100644 pygit2-0.23.0.tar.gz diff --git a/pygit2-0.22.0.tar.gz b/pygit2-0.22.0.tar.gz deleted file mode 100644 index 2a4c295..0000000 --- a/pygit2-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d67045c8f6d6e8c23fc2bb6ba51f084177c7b7617c42bc433c6fec5ac0bf42e4 -size 423840 diff --git a/pygit2-0.23.0.tar.gz b/pygit2-0.23.0.tar.gz new file mode 100644 index 0000000..2cd78d6 --- /dev/null +++ b/pygit2-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90101a7a4b3c3563662c4047d5b6c52d84d9150570a7262e88892c604545dcb2 +size 453779 diff --git a/python-pygit2.changes b/python-pygit2.changes index 2c94a7c..49bd2ab 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 17 11:15:59 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.23.0 + * Update to libgit2 v0.23 + (https://github.com/libgit2/pygit2/pull/540) + * Now Repository.merge_base(...) returns None if no merge base is found + (https://github.com/libgit2/pygit2/pull/550) + * Documentation updates + (https://github.com/libgit2/pygit2/pull/547) + ------------------------------------------------------------------- Tue Feb 3 15:06:02 UTC 2015 - dimstar@opensuse.org diff --git a/python-pygit2.spec b/python-pygit2.spec index f3372db..0e88cec 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -17,13 +17,13 @@ Name: python-pygit2 -Version: 0.22.0 +Version: 0.23.0 Release: 0 Url: http://github.com/dborowitz/pygit2 Summary: Python bindings for libgit2 License: GPL-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libgit2-devel BuildRequires: python-cffi From fed868479cdeb1d65e3589526439d01827520f7a4b73e39af6e6ae23af970d5e Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 30 Sep 2015 09:54:35 +0000 Subject: [PATCH 2/2] Accepting request 334932 from home:TheBlackCat:branches:devel:languages:python Update to version 0.23.1 OBS-URL: https://build.opensuse.org/request/show/334932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=26 --- pygit2-0.23.0.tar.gz | 3 --- pygit2-0.23.1.tar.gz | 3 +++ python-pygit2.changes | 14 ++++++++++++++ python-pygit2.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pygit2-0.23.0.tar.gz create mode 100644 pygit2-0.23.1.tar.gz diff --git a/pygit2-0.23.0.tar.gz b/pygit2-0.23.0.tar.gz deleted file mode 100644 index 2cd78d6..0000000 --- a/pygit2-0.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90101a7a4b3c3563662c4047d5b6c52d84d9150570a7262e88892c604545dcb2 -size 453779 diff --git a/pygit2-0.23.1.tar.gz b/pygit2-0.23.1.tar.gz new file mode 100644 index 0000000..3b1cb58 --- /dev/null +++ b/pygit2-0.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735baab7b58ca1ac92c8247189570ac750933d3d4a7791745581eaad80e4010 +size 463340 diff --git a/python-pygit2.changes b/python-pygit2.changes index 49bd2ab..fc81235 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 29 09:13:03 UTC 2015 - toddrme2178@gmail.com + +- Update to version 0.23.1 + * Improve support for cffi 1.0+ + (https://github.com/libgit2/pygit2/pull/529) + (https://github.com/libgit2/pygit2/pull/561) + * Fix Remote.push + (https://github.com/libgit2/pygit2/pull/557) + * New TreeEntry.type + (https://github.com/libgit2/pygit2/pull/560) + * New pygit2.GIT_DIFF_SHOW_BINARY + (https://github.com/libgit2/pygit2/pull/566) + ------------------------------------------------------------------- Thu Sep 17 11:15:59 UTC 2015 - p.drouand@gmail.com diff --git a/python-pygit2.spec b/python-pygit2.spec index 0e88cec..e937b53 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -17,7 +17,7 @@ Name: python-pygit2 -Version: 0.23.0 +Version: 0.23.1 Release: 0 Url: http://github.com/dborowitz/pygit2 Summary: Python bindings for libgit2 @@ -25,7 +25,7 @@ License: GPL-2.0 Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/p/pygit2/pygit2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libgit2-devel +BuildRequires: libgit2-devel >= 0.23 BuildRequires: python-cffi BuildRequires: python-devel #BuildRequires: python-unittest2