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:   adam
Date:           Wed Oct 23 16:41:17 UTC 2024

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

Log Message:
py-proto-plus: updated to 1.25.0

1.25.0 (2024-10-15)

Features

Add support for Python 3.13

Bug Fixes

Construct messages with nested struct
Fix 'Couldn't build proto file' when using Python 3.13
Fix conda compatibility issue
Fix issue with equality comparison of repeated field with None
Remove check for Protobuf version

Documentation

Fix typos in proto/message.py
Update message.py spelling error paylod → payload


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/py-proto-plus/Makefile:1.6
--- pkgsrc/devel/py-proto-plus/Makefile:1.5     Wed Jun 26 17:06:33 2024
+++ pkgsrc/devel/py-proto-plus/Makefile Wed Oct 23 16:41:17 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/06/26 17:06:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/23 16:41:17 adam Exp $
 
-DISTNAME=      proto-plus-1.24.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      proto_plus-1.25.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/proto-plus/}
 
@@ -19,7 +19,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-pytz-[0-9]
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .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.5 pkgsrc/devel/py-proto-plus/distinfo:1.6
--- pkgsrc/devel/py-proto-plus/distinfo:1.5     Wed Jun 26 17:06:33 2024
+++ pkgsrc/devel/py-proto-plus/distinfo Wed Oct 23 16:41:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/06/26 17:06:33 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/10/23 16:41:17 adam Exp $
 
-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
+BLAKE2s (proto_plus-1.25.0.tar.gz) = 591956b3bd1e5341862aaeed2dce0f966fe41916268b9f572e4fc82568d259a1
+SHA512 (proto_plus-1.25.0.tar.gz) = 2b1f5bae36468cf2a07739b2320369809dc02c0fdf6d49c60e26b9529502130cfcb2d6e937118e59be2c68fc3c4dc458d91fdaac8935cada0fe9b88911dc8656
+Size (proto_plus-1.25.0.tar.gz) = 56124 bytes



Home | Main Index | Thread Index | Old Index