pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pykka
Module Name: pkgsrc
Committed By: adam
Date: Wed Oct 16 09:50:19 UTC 2024
Modified Files:
pkgsrc/devel/py-pykka: Makefile distinfo
Log Message:
py-pykka: updated to 4.1.0
4.1.0
Breaking changes
Remove support for Python 3.8. It reaches end-of-life later this month.
Features
Support Python 3.13. No changes required.
Bug fixes
Fix proxy introspection breaking if an actor attribute is a Pydantic model.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pykka/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pykka/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-pykka/Makefile
diff -u pkgsrc/devel/py-pykka/Makefile:1.4 pkgsrc/devel/py-pykka/Makefile:1.5
--- pkgsrc/devel/py-pykka/Makefile:1.4 Mon Feb 19 06:08:43 2024
+++ pkgsrc/devel/py-pykka/Makefile Wed Oct 16 09:50:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/02/19 06:08:43 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/10/16 09:50:18 adam Exp $
-DISTNAME= pykka-4.0.2
+DISTNAME= pykka-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pykka/}
@@ -11,13 +11,12 @@ COMMENT= Python implementation of the ac
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TEST_DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.9:../../devel/py-pydantic
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1.0:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.11.1:../../devel/py-test-mock
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.0.0:../../devel/py-typing-extensions
Index: pkgsrc/devel/py-pykka/distinfo
diff -u pkgsrc/devel/py-pykka/distinfo:1.3 pkgsrc/devel/py-pykka/distinfo:1.4
--- pkgsrc/devel/py-pykka/distinfo:1.3 Mon Feb 19 06:08:43 2024
+++ pkgsrc/devel/py-pykka/distinfo Wed Oct 16 09:50:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/02/19 06:08:43 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/10/16 09:50:18 adam Exp $
-BLAKE2s (pykka-4.0.2.tar.gz) = 2e8c6a214a4a230cecf40f4dff8890585fcd562b50717a11177a89440299f3f6
-SHA512 (pykka-4.0.2.tar.gz) = 7c2acb8ccf2039269dd8d41f9aa74981c353618ee6c7eab1e8e6af9efc9897d8b8b6ec4d7de2b98447b051cdc5bdd59d79a3f76685b7a45826e8e01d90548108
-Size (pykka-4.0.2.tar.gz) = 48962 bytes
+BLAKE2s (pykka-4.1.0.tar.gz) = 04bb4ad670bad9c4a9fde230312e562b234c57c85e004de1410976db35edae90
+SHA512 (pykka-4.1.0.tar.gz) = b894f159025f8d5d87bc19723c3b7dacf295e0e657a2c3d7fea2b751ac1e6998dc429bec08f0437248f67ef0b76c9244d36ad0878e3a5d67037ceab41b3f208c
+Size (pykka-4.1.0.tar.gz) = 48957 bytes
Home |
Main Index |
Thread Index |
Old Index