pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-msgpack
Module Name: pkgsrc
Committed By: adam
Date: Fri Sep 13 19:15:28 UTC 2024
Modified Files:
pkgsrc/devel/py-msgpack: Makefile distinfo
Log Message:
py-msgpack: updated to 1.1.0
1.1.0
Avoid using floating points during timestamp-datetime conversions
use ruff instead of black
update Cython and setuptools
Add experimental support for Python 3.13
update README
update cibuildwheel to 2.17
implement buffer protocol
Remove unused code
packer: add buf_size option
update readme
cython: better exception handling
better error checks
Cleanup code and pyproject
Release v1.1.0rc1
do not install cython as build dependency
update Cython to 3.0.11
update cibuildwheel to 2.20.0
Release v1.1.0rc2
MNT: use PyLong_* instead of PyInt_
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-msgpack/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-msgpack/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-msgpack/Makefile
diff -u pkgsrc/devel/py-msgpack/Makefile:1.34 pkgsrc/devel/py-msgpack/Makefile:1.35
--- pkgsrc/devel/py-msgpack/Makefile:1.34 Sat Mar 2 12:58:33 2024
+++ pkgsrc/devel/py-msgpack/Makefile Fri Sep 13 19:15:28 2024
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.34 2024/03/02 12:58:33 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/09/13 19:15:28 adam Exp $
-DISTNAME= msgpack-1.0.8
+DISTNAME= msgpack-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/msgpack/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://msgpack.org/
+HOMEPAGE= https://github.com/msgpack/msgpack-python
COMMENT= MessagePack (de)serializer for Python
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=35.0.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=69.5.1:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-msgpack/distinfo
diff -u pkgsrc/devel/py-msgpack/distinfo:1.24 pkgsrc/devel/py-msgpack/distinfo:1.25
--- pkgsrc/devel/py-msgpack/distinfo:1.24 Sat Mar 2 12:58:33 2024
+++ pkgsrc/devel/py-msgpack/distinfo Fri Sep 13 19:15:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/03/02 12:58:33 adam Exp $
+$NetBSD: distinfo,v 1.25 2024/09/13 19:15:28 adam Exp $
-BLAKE2s (msgpack-1.0.8.tar.gz) = b0dde1ddb00b8ac51973a17f6479f9c00fce3584f11c4dc711844036462ddad6
-SHA512 (msgpack-1.0.8.tar.gz) = b739667d4384ba0e18a4e55de6033933822180eb5d28bd7f5ecd7e7da112a214f400740feb45de6f0873d12c8b062b1a8b9b9e5939c2961a8c9585f282645c5b
-Size (msgpack-1.0.8.tar.gz) = 167014 bytes
+BLAKE2s (msgpack-1.1.0.tar.gz) = abbf0a414938d22322f8b5c76eebce28f089a3edd04c62855111afee79b358c4
+SHA512 (msgpack-1.1.0.tar.gz) = 2af3a6ae9a68a0261bf1cbb5ca6925004b421241c445d17023976fe38738049458937a578828cdf3c1f2fd19dfbbcceb21762957bfd459d6862adb110cad3faa
+Size (msgpack-1.1.0.tar.gz) = 167260 bytes
Home |
Main Index |
Thread Index |
Old Index