pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  5 18:48:52 UTC 2018

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

Log Message:
py-pygit2: update to 0.27.1.

0.27.1 (2018-06-02)
-------------------------

Breaking changes:

- Now ``discover_repository`` returns ``None`` if repository not found, instead
  of raising ``KeyError``
  `#531 <https://github.com/libgit2/pygit2/issues/531>`_

Other changes:

- New ``DiffLine.raw_content``
  `#610 <https://github.com/libgit2/pygit2/issues/610>`_

- Fix tests failing in some cases
  `#795 <https://github.com/libgit2/pygit2/issues/795>`_

- Automatize wheels upload to pypi
  `#563 <https://github.com/libgit2/pygit2/issues/563>`_


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pygit2/Makefile \
    pkgsrc/devel/py-pygit2/distinfo

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

Modified files:

Index: pkgsrc/devel/py-pygit2/Makefile
diff -u pkgsrc/devel/py-pygit2/Makefile:1.2 pkgsrc/devel/py-pygit2/Makefile:1.3
--- pkgsrc/devel/py-pygit2/Makefile:1.2 Tue Apr 17 10:55:17 2018
+++ pkgsrc/devel/py-pygit2/Makefile     Tue Jun  5 18:48:52 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/04/17 10:55:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/06/05 18:48:52 wiz Exp $
 
-DISTNAME=      pygit2-0.27.0
+DISTNAME=      pygit2-0.27.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}
Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.2 pkgsrc/devel/py-pygit2/distinfo:1.3
--- pkgsrc/devel/py-pygit2/distinfo:1.2 Tue Apr 17 10:55:17 2018
+++ pkgsrc/devel/py-pygit2/distinfo     Tue Jun  5 18:48:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/04/17 10:55:17 wiz Exp $
+$NetBSD: distinfo,v 1.3 2018/06/05 18:48:52 wiz Exp $
 
-SHA1 (pygit2-0.27.0.tar.gz) = 99b6619f614135ba997242416229a979469910a4
-RMD160 (pygit2-0.27.0.tar.gz) = 216bb781fccf1fb6a4568334066a38c72921009c
-SHA512 (pygit2-0.27.0.tar.gz) = e19363cc8135b3f538748f07ec937dae6668f22e5881f914e9406dcdabee65ed546caba27703d19fffb146083e492e51837fa93af414a35006cf1c81c36d9356
-Size (pygit2-0.27.0.tar.gz) = 477427 bytes
+SHA1 (pygit2-0.27.1.tar.gz) = c5c3e4bdf6be4d2fad8dbec4e0c117b7f31b541f
+RMD160 (pygit2-0.27.1.tar.gz) = 71fe930986096bd81c67a50414a81c9cb36d1003
+SHA512 (pygit2-0.27.1.tar.gz) = 9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7
+Size (pygit2-0.27.1.tar.gz) = 477820 bytes



Home | Main Index | Thread Index | Old Index