pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pygit2: update to 0.26.0



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Aug 14 08:37:48 2017 +0200
Changeset:	85897dcbd235b37c051f27d68b0e21adacfb8e1d

Modified Files:
	TODO
	py-pygit2/Makefile
	py-pygit2/distinfo

Log Message:
py-pygit2: update to 0.26.0

0.26.0 (2017-07-06)
-------------------------

- Update to libgit2 v0.26
  `#713 <https://github.com/libgit2/pygit2/pull/713>`_

- Drop support for Python 3.2, add support for cffi 1.10
  `#706 <https://github.com/libgit2/pygit2/pull/706>`_
  `#694 <https://github.com/libgit2/pygit2/issues/694>`_

- New ``Repository.revert_commit(...)``
  `#711 <https://github.com/libgit2/pygit2/pull/711>`_
  `#710 <https://github.com/libgit2/pygit2/issues/710>`_

- New ``Branch.is_checked_out()``
  `#696 <https://github.com/libgit2/pygit2/pull/696>`_

- Various fixes
  `#706 <https://github.com/libgit2/pygit2/pull/706>`_
  `#707 <https://github.com/libgit2/pygit2/pull/707>`_
  `#708 <https://github.com/libgit2/pygit2/pull/708>`_

0.25.1 (2017-04-25)
-------------------------

- Add suport for Python 3.6

- New support for stash: repository methods ``stash``, ``stash_apply``,
  ``stash_drop`` and ``stash_pop``
  `#695 <https://github.com/libgit2/pygit2/pull/695>`_

- Improved support for submodules: new repository methods ``init_submodules``
  and ``update_submodules``
  `#692 <https://github.com/libgit2/pygit2/pull/692>`_

- New friendlier API for branches & references: ``Repository.branches`` and
  ``Repository.references``
  `#700 <https://github.com/libgit2/pygit2/pull/700>`_
  `#701 <https://github.com/libgit2/pygit2/pull/701>`_

- New support for custom backends
  `#690 <https://github.com/libgit2/pygit2/pull/690>`_

- Fix ``init_repository`` crash on None input
  `#688 <https://github.com/libgit2/pygit2/issues/688>`_
  `#697 <https://github.com/libgit2/pygit2/pull/697>`_

- Fix checkout with an orphan master branch
  `#669 <https://github.com/libgit2/pygit2/issues/669>`_
  `#685 <https://github.com/libgit2/pygit2/pull/685>`_

- Better error messages for opening repositories
  `#645 <https://github.com/libgit2/pygit2/issues/645>`_
  `#698 <https://github.com/libgit2/pygit2/pull/698>`_

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=85897dcbd235b37c051f27d68b0e21adacfb8e1d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 TODO               | 1 -
 py-pygit2/Makefile | 5 +----
 py-pygit2/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 9 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 6bbfc522b2..75746b45c3 100644
--- a/TODO
+++ b/TODO
@@ -103,7 +103,6 @@ Suggested package updates
 	o py-PyPE-2.9
 	o py-bitstring-3.1.3
 	o py-kivy-1.9.1
-	o py-pygit2-0.26.0
 	o py-rpyc-3.2.1
 	o py-smmap2-2.0.3
 	o py-smop-0.29
diff --git a/py-pygit2/Makefile b/py-pygit2/Makefile
index 39bd3a0637..4ce11e2724 100644
--- a/py-pygit2/Makefile
+++ b/py-pygit2/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2014/12/04 23:44:45 othyro Exp $
 
-DISTNAME=	pygit2-0.25.0
+DISTNAME=	pygit2-0.26.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pygit2/}
@@ -16,9 +16,6 @@ DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES=	c
 
-# core dump during self tests:
-# https://github.com/libgit2/pygit2/issues/668
-
 .include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pygit2/distinfo b/py-pygit2/distinfo
index 8ba796023c..42908bbb9e 100644
--- a/py-pygit2/distinfo
+++ b/py-pygit2/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.5 2014/12/04 23:44:45 othyro Exp $
 
-SHA1 (pygit2-0.25.0.tar.gz) = 796b94b770701af4459e31007b5ce265c189cee5
-RMD160 (pygit2-0.25.0.tar.gz) = 72703e9acfa3ad33c48c1d62e99583a6ff7a443c
-SHA512 (pygit2-0.25.0.tar.gz) = 44f94869718111acbd4ad41bc4c37ac66557e979241dd5a7bb080cf091fec3fc3d5aa53a8a84eb37b2e6f89518b2ac69d058e1970b7cf98c35b8375807fd8f86
-Size (pygit2-0.25.0.tar.gz) = 472116 bytes
+SHA1 (pygit2-0.26.0.tar.gz) = 6187b1275ea0342be329d6c92420657b284c400a
+RMD160 (pygit2-0.26.0.tar.gz) = 6b63501cae779ebc4e04d2e6673b4f07c853c5cf
+SHA512 (pygit2-0.26.0.tar.gz) = e8626712a3b75aced14997dda0155f5c7be9a7e0e43aeb2c767c848fcbe711780137f663cc9ad5268cd85e2c61fd40be6853573f68b457cd5d46d6c32a644076
+Size (pygit2-0.26.0.tar.gz) = 457263 bytes


Home | Main Index | Thread Index | Old Index