pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-proto-plus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug  9 16:49:57 UTC 2026

Modified Files:
        pkgsrc/devel/py-proto-plus: Makefile distinfo

Log Message:
py-proto-plus: update to 1.28.3.

1.28.3 (2026-08-06)

Bug Fixes

    bump grpcio to 1.59.0; require Python 3.10+ (#17351) (a53487a)
    proto-plus: add context to TypeErrors during message manipulation (#17682) (08f21a6)
    require Protobuf 6.33.5+ (#17743) (d267342)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-proto-plus/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-proto-plus/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-proto-plus/Makefile
diff -u pkgsrc/devel/py-proto-plus/Makefile:1.16 pkgsrc/devel/py-proto-plus/Makefile:1.17
--- pkgsrc/devel/py-proto-plus/Makefile:1.16    Thu Jul 23 10:24:55 2026
+++ pkgsrc/devel/py-proto-plus/Makefile Sun Aug  9 16:49:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/07/23 10:24:55 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/08/09 16:49:57 wiz Exp $
 
-DISTNAME=      proto_plus-1.28.2
+DISTNAME=      proto_plus-1.28.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/proto-plus/}
@@ -18,5 +18,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pytz-[0-9]
 
 USE_LANGUAGES= # none
 
+# as of 1.28.3
+# 2 failed, 272 passed, 2 skipped, 12 warnings
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-proto-plus/distinfo
diff -u pkgsrc/devel/py-proto-plus/distinfo:1.14 pkgsrc/devel/py-proto-plus/distinfo:1.15
--- pkgsrc/devel/py-proto-plus/distinfo:1.14    Thu Jul 23 10:24:55 2026
+++ pkgsrc/devel/py-proto-plus/distinfo Sun Aug  9 16:49:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/07/23 10:24:55 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/08/09 16:49:57 wiz Exp $
 
-BLAKE2s (proto_plus-1.28.2.tar.gz) = 3224fdb599be5d9d61b5eaa66562d377bc8b149f974ce1496f62838364e42c27
-SHA512 (proto_plus-1.28.2.tar.gz) = c7d82b2cd0cf9fa35218ff13ed3c959b56cd1506d0e3299a3751356f75401097399049c9df76e09e6c88b74e6b3c4d0885e522d48d4a584ef0da21ea06de9eaa
-Size (proto_plus-1.28.2.tar.gz) = 58063 bytes
+BLAKE2s (proto_plus-1.28.3.tar.gz) = 1a3a61f3bf5d5f635ef078035f7d6c67a4413b472396314bf1c1d39736b01906
+SHA512 (proto_plus-1.28.3.tar.gz) = ae934cc2dabe6ab572631d0f45beb4f35489ebf5384099fbea5ab5b96ba453c1218be57176834be96ca6fc7066a2db0526e0b60ff07f21d4e6d3ddc3393771fd
+Size (proto_plus-1.28.3.tar.gz) = 58051 bytes



Home | Main Index | Thread Index | Old Index