aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 19:05:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-15 19:05:01 +0000
commitdef125ba8280dece1bbcec3cc57b80674a4b4baf (patch)
tree31442ef28c8b61886e6ec997ce20b19649e0850a
parent87adfbfa4c038587b3d51c41027241a2075ba120 (diff)
UPDATING: Document lang/cython* and USE_PYTHON=cython* changes
lang/cython has been updated to 3.2.4. USE_PYTHON=cython* has been updated to reflect lang/cython* changes.
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2a81ce5e13aa..c3509259dd3c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20260115:
+ AFFECTS: users of lang/cython* and USE_PYTHON=cython*
+ AUTHOR: sunpoet@FreeBSD.org
+
+ lang/cython has been updated to 3.2.4.
+
+ To support ports that still require the legacy 0.x branch, lang/cython0
+ has been added (version 0.29.37). lang/cython3 has been removed as it
+ is now redundant with lang/cython.
+
+ Port maintainers should note the following changes:
+ - Ports requiring Cython 0.x now use USE_PYTHON=cython0{,_run}.
+ - Ports previously using cython3{,_run,_test} now use
+ USE_PYTHON=cython{,_run,_test}.
+
20260109:
AFFECTS: users of net-mgmt/librenms
AUTHOR: dvl@FreeBSD.org