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 Mar 10 22:50:14 UTC 2020

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

Log Message:
py-pygit2: update to 1.1.1.

1.1.1 (2020-03-06)
-------------------------

- Fix crash in tree iteration
  `#984 <https://github.com/libgit2/pygit2/pull/984>`_
  `#980 <https://github.com/libgit2/pygit2/issues/980>`_

- Do not include the docs in dist files, so they're much smaller now


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/devel/py-pygit2/Makefile:1.13
--- pkgsrc/devel/py-pygit2/Makefile:1.12        Sun Mar  1 11:08:11 2020
+++ pkgsrc/devel/py-pygit2/Makefile     Tue Mar 10 22:50:14 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/03/01 11:08:11 nia Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/10 22:50:14 wiz Exp $
 
-DISTNAME=      pygit2-1.1.0
+DISTNAME=      pygit2-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pygit2/}

Index: pkgsrc/devel/py-pygit2/distinfo
diff -u pkgsrc/devel/py-pygit2/distinfo:1.10 pkgsrc/devel/py-pygit2/distinfo:1.11
--- pkgsrc/devel/py-pygit2/distinfo:1.10        Sun Mar  1 11:08:11 2020
+++ pkgsrc/devel/py-pygit2/distinfo     Tue Mar 10 22:50:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/01 11:08:11 nia Exp $
+$NetBSD: distinfo,v 1.11 2020/03/10 22:50:14 wiz Exp $
 
-SHA1 (pygit2-1.1.0.tar.gz) = 97e0024de5e2777f35dcea8744992ed6e57562e6
-RMD160 (pygit2-1.1.0.tar.gz) = 76450983e0b0537d100465a4f8c80d60faae0b16
-SHA512 (pygit2-1.1.0.tar.gz) = ee4391dbc3df3450e0630fa521a16913247d6757498b957a06698d56205bca3d8656ad3463d9ed49b8a2d5ff77315363d9341361acfcc09badab19c51c55d9a3
-Size (pygit2-1.1.0.tar.gz) = 2992715 bytes
+SHA1 (pygit2-1.1.1.tar.gz) = 8f693e6206597fca42e4a3c3fb258ebc746261ac
+RMD160 (pygit2-1.1.1.tar.gz) = 76311d08ff590bb82123989080c2f77c49e2d7fa
+SHA512 (pygit2-1.1.1.tar.gz) = e57600f1eb53647106cdc703d8adcdff7742bde8d3d95d8a879275ec1ac4a4a569d6f7da68a9bf49e82f491980e19abf96e55029f3fbae52371632e6bd3b2ab3
+Size (pygit2-1.1.1.tar.gz) = 217896 bytes



Home | Main Index | Thread Index | Old Index