pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-protobuf



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  4 11:13:39 UTC 2019

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

Log Message:
py-protobuf: updated to 3.10.0

3.10.0:
Add descriptor methods in descriptor_pool are deprecated.
Uses explicit imports to prevent multithread test failures in py3.
Added delitem for Python extension dict
Update six version to 1.12.0 and fix legacy_create_init issue


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-protobuf/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-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.21 pkgsrc/devel/py-protobuf/Makefile:1.22
--- pkgsrc/devel/py-protobuf/Makefile:1.21      Fri Aug  9 09:06:34 2019
+++ pkgsrc/devel/py-protobuf/Makefile   Fri Oct  4 11:13:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/08/09 09:06:34 adam Exp $
+# $NetBSD: Makefile,v 1.22 2019/10/04 11:13:39 adam Exp $
 
-DISTNAME=      protobuf-3.9.1
+DISTNAME=      protobuf-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}

Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.20 pkgsrc/devel/py-protobuf/distinfo:1.21
--- pkgsrc/devel/py-protobuf/distinfo:1.20      Fri Aug  9 09:06:34 2019
+++ pkgsrc/devel/py-protobuf/distinfo   Fri Oct  4 11:13:39 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/08/09 09:06:34 adam Exp $
+$NetBSD: distinfo,v 1.21 2019/10/04 11:13:39 adam Exp $
 
-SHA1 (protobuf-3.9.1.tar.gz) = 6a3d600b3d43169160b620f2180f0d8914c4ad85
-RMD160 (protobuf-3.9.1.tar.gz) = 8309c2e6a9cb48c8e133a1a2079ca10644861755
-SHA512 (protobuf-3.9.1.tar.gz) = a40a3305e08ba8ffe26aea297b3ac803491af0e06dde9d214542f9c9f7888db927a48063a0dd00b731447a1a81c0b723d83f8561ea52e576adae608ee0918a4d
-Size (protobuf-3.9.1.tar.gz) = 259690 bytes
+SHA1 (protobuf-3.10.0.tar.gz) = edd14f95db7868ce22cf5f87e550ad01026be27d
+RMD160 (protobuf-3.10.0.tar.gz) = 114d68705315fc93a4cbc3c56c575b63c44abae2
+SHA512 (protobuf-3.10.0.tar.gz) = 9a1d36ceb15b4ccfb66ad57180ab7aeff28072c99164480e6bc745e908dd19627b7c3e62598fc192a9973b05ce7bb75748d02e23461385e6b73106039895f7e7
+Size (protobuf-3.10.0.tar.gz) = 264563 bytes



Home | Main Index | Thread Index | Old Index