>From https://github.com/ICRAR/crc32c/blob/master/CHANGELOG.md

        Improved macro definition logic and platform detection to enable
        building universal2 binary wheels for macOS, alongside arm64
        and x86_64 ones; added step to GitHub Actions to generate and
        publish them (#28).

        Mention explicit support for Python 3.10.

        Fixed minor compilation warning in ARM64 builds.

All tests pass before and after on amd64

Only consumer is security/boofuzz, which doesn't have any working tests.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-crc32c/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    11 Mar 2022 18:52:38 -0000      1.7
+++ Makefile    20 Jul 2022 03:37:44 -0000
@@ -1,6 +1,6 @@
 COMMENT =      implemention of the crc32c algorithm in hardware
 
-MODPY_EGG_VERSION =    2.2
+MODPY_EGG_VERSION =    2.3
 
 DISTNAME =     crc32c-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-crc32c/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    28 Feb 2022 11:31:39 -0000      1.2
+++ distinfo    20 Jul 2022 03:37:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (crc32c-2.2.tar.gz) = JkP2Pck1Jg8BeIkBCZjKy306U1tAFk1oikKElDliibg=
-SIZE (crc32c-2.2.tar.gz) = 38417
+SHA256 (crc32c-2.3.tar.gz) = F85sWWrQ1T31Lc1y3vtmmErqvZj77+p7qEimtr3s42o=
+SIZE (crc32c-2.3.tar.gz) = 38525

Reply via email to