pkgsrc-WIP-changes archive

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

py-pygit2: update to 0.24.2



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Nov 7 12:21:37 2016 +0100
Changeset:	a999cf6b8ce5a17f6f3b9e7664444c891c876885

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

Log Message:
py-pygit2: update to 0.24.2

0.24.2 (2016-11-01)

    Unit tests pass on Windows, integration with AppVeyor #641 #655 #657 #659 #660 #661 #667
    Fix when libgit2 error messages have non-ascii chars #651
    Documentation improvements #643 #653 #663

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

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

diffstat:
 py-pygit2/Makefile | 5 ++++-
 py-pygit2/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-pygit2/Makefile b/py-pygit2/Makefile
index 4a50455..bf2eb7a 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.24.1
+DISTNAME=	pygit2-0.24.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pygit2/}
@@ -16,6 +16,9 @@ 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 a2e730b..f3ed417 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.24.1.tar.gz) = a838c9edfd4f3f4f1e578c8e1a8f649095b69d45
-RMD160 (pygit2-0.24.1.tar.gz) = 83b81f15b47dab0cffb82ebb183ddd2c03e919b3
-SHA512 (pygit2-0.24.1.tar.gz) = 517f32e3be5684f3ea521419608dd1e61ebe7a052ccf8da0b8ddf79022971966dfa87b8b7aae5280fdcecafb2cbb05d951a9f647c83d65f61fea3d64949eff59
-Size (pygit2-0.24.1.tar.gz) = 468951 bytes
+SHA1 (pygit2-0.24.2.tar.gz) = eeb0d8483b9673c4c25f9eed0daa91ec3af9da46
+RMD160 (pygit2-0.24.2.tar.gz) = 8d08a3b426d2ae3a0cd08242a006c6e2627a84b3
+SHA512 (pygit2-0.24.2.tar.gz) = 95593944fc290d310d66295cf9a8e7723edd668d85377f6bec05a5237e6ae72402d73595d146950231b9f30ee3e3c123fbfdc25cc36d0bd71c5fcb1dff53527e
+Size (pygit2-0.24.2.tar.gz) = 470732 bytes


Home | Main Index | Thread Index | Old Index