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:           Wed Jun 26 17:06:33 UTC 2024

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

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

1.24.0 (2024-06-11)

Features

    Add always_print_fields_with_no_presence fields to to_json and to_dict (0f89372)

Bug Fixes

    Add compatibility with protobuf==5.x (0f89372)
    AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer' (0f89372)
    deps: Allow protobuf 5.x (#457) (62d74e3)
    Drop python 3.6 (#456) (5a7666c)

Documentation

    Deprecate field including_default_value_fields in to_json and to_dict (0f89372)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-proto-plus/Makefile \
    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.4 pkgsrc/devel/py-proto-plus/Makefile:1.5
--- pkgsrc/devel/py-proto-plus/Makefile:1.4     Fri Jan  5 20:25:19 2024
+++ pkgsrc/devel/py-proto-plus/Makefile Wed Jun 26 17:06:33 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/01/05 20:25:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/06/26 17:06:33 wiz Exp $
 
-DISTNAME=      proto-plus-1.23.0
+DISTNAME=      proto-plus-1.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/proto-plus/}
@@ -13,6 +13,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.19.0:../../devel/py-protobuf
+# this depends on py-proto-plus:
 TEST_DEPENDS+= ${PYPKGPREFIX}-google-api-core>=1.31.5:../../devel/py-google-api-core
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
Index: pkgsrc/devel/py-proto-plus/distinfo
diff -u pkgsrc/devel/py-proto-plus/distinfo:1.4 pkgsrc/devel/py-proto-plus/distinfo:1.5
--- pkgsrc/devel/py-proto-plus/distinfo:1.4     Fri Jan  5 20:25:19 2024
+++ pkgsrc/devel/py-proto-plus/distinfo Wed Jun 26 17:06:33 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/01/05 20:25:19 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/06/26 17:06:33 wiz Exp $
 
-BLAKE2s (proto-plus-1.23.0.tar.gz) = ca069c7c588de2ac8512ec52c384d86f97892083046c25ce3c7f0d6aeb2e053a
-SHA512 (proto-plus-1.23.0.tar.gz) = 69658fb638f49625a12cab8034794d368e481d0caaef557c873ff283ca34e0645a0f75564c38fe4a2aea0bd6791309ad037e81c4767ed81728e38b65b8ad79c6
-Size (proto-plus-1.23.0.tar.gz) = 54174 bytes
+BLAKE2s (proto-plus-1.24.0.tar.gz) = 4130d0b3403e725fc3c4f78203c65653f9777e5ce06135e4538215df0277d4af
+SHA512 (proto-plus-1.24.0.tar.gz) = 6f564978aa994cd38b765068928f4bc72eeef8d40313d1de34208c23dd53bf0641ab545562d694a0ebbff69847eaab06c55d78762a9a6ec7caf5a62c8ae4cea9
+Size (proto-plus-1.24.0.tar.gz) = 55942 bytes



Home | Main Index | Thread Index | Old Index