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:   adam
Date:           Mon Feb  1 09:46:33 UTC 2021

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

Log Message:
py-pygit2: updated to 1.5.0

1.5.0:

- New ``PackBuilder`` class and ``Repository.pack(...)``
- New ``Config.delete_multivar(...)``
- New ``Repository.is_shallow``
- New optional ``message`` argument in ``Repository.create_reference(...)``
- Fix truncated diff when there are nulls
- Unit tests & Continuous integration

Breaking changes:
- Fix ``Index.add(...)`` raise ``TypeError`` instead of ``AttributeError`` when
  arguments are of unexpected type


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-pygit2/Makefile
cvs rdiff -u -r1.15 -r1.16 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.19 pkgsrc/devel/py-pygit2/Makefile:1.20
--- pkgsrc/devel/py-pygit2/Makefile:1.19        Sat Nov 21 22:33:59 2020
+++ pkgsrc/devel/py-pygit2/Makefile     Mon Feb  1 09:46:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/11/21 22:33:59 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/02/01 09:46:33 adam Exp $
 
-DISTNAME=      pygit2-1.4.0
+DISTNAME=      pygit2-1.5.0
 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.15 pkgsrc/devel/py-pygit2/distinfo:1.16
--- pkgsrc/devel/py-pygit2/distinfo:1.15        Sat Nov 21 22:33:59 2020
+++ pkgsrc/devel/py-pygit2/distinfo     Mon Feb  1 09:46:33 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/11/21 22:33:59 adam Exp $
+$NetBSD: distinfo,v 1.16 2021/02/01 09:46:33 adam Exp $
 
-SHA1 (pygit2-1.4.0.tar.gz) = 757269125f043b1cc2aacc211b79bc6d876cddb2
-RMD160 (pygit2-1.4.0.tar.gz) = 03192325f88bd7d13447a9c5699374ce63a74f88
-SHA512 (pygit2-1.4.0.tar.gz) = b6b9d5028fd63593e6ecd869735132edeeb55c1fd97664be5d0d5dac0c25f844ce0d981782fad7f47e54555ab1f7fa5e87d1ad8a76340d81e1f908ad4ea1e35a
-Size (pygit2-1.4.0.tar.gz) = 244586 bytes
+SHA1 (pygit2-1.5.0.tar.gz) = 175c6ad4bce8479903a2f4ca87dd76b6a2a45f61
+RMD160 (pygit2-1.5.0.tar.gz) = 4ecceeff41315ae4b56839143cc946137660ad1f
+SHA512 (pygit2-1.5.0.tar.gz) = 3f915c855ad08641391565906023d231550a38d4e7f8938fad4634a30e2ee1c81e2a0d3289052426e21d2c14814300a0f789eaaa9f3e62c3ece73cf53803bb80
+Size (pygit2-1.5.0.tar.gz) = 255958 bytes
 SHA1 (patch-src_types.h) = a7134bfd2a566832a7c62b96d11248fc17130213



Home | Main Index | Thread Index | Old Index