aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2023-02-27 21:01:32 +0000
committerMatthias Andree <mandree@FreeBSD.org>2023-02-27 21:04:52 +0000
commita9d9d3a4272303bf226b9deb55c42303e4fcebdc (patch)
treeba0584b450ab30f0fb60240580bf79b3b45d8671 /UPDATING
parentd20b28d5495100ed8b93b69253b3fdc002448053 (diff)
downloadports-a9d9d3a4272303bf226b9deb55c42303e4fcebdc.tar.gz
ports-a9d9d3a4272303bf226b9deb55c42303e4fcebdc.zip
lang/python: Revert "add bytecode trigger"
This reverts commit c17ddfbf66e2801ec620d49979aca3d7077d7002. This causes breakage on several ports, and the next iteration requires a full exp-run. See: Differential Revision: https://reviews.freebsd.org/D34739
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 0 insertions, 17 deletions
diff --git a/UPDATING b/UPDATING
index 3f599f6b93bf..8b85cb1b5efc 100644
--- a/UPDATING
+++ b/UPDATING
@@ -48,23 +48,6 @@ you update your ports collection, before attempting any port upgrades.
# pkg set -o databases/mysql57-server:databases/mysql80-server
# pkg upgrade
-20230215:
- AFFECTS: users of python
- AUTHOR: vishwin@FreeBSD.org
-
- A trigger has been added to the lang/python3* ports to compile,
- write and remove bytecode files (.pyc) in site-packages after all
- pkg transactions have been completed. pkg will no longer manage
- such files directly, as they are meant to be generated after
- installation.
-
- For those ports/packages that still package bytecode, some package
- checksum mismatches on those files may occur. This is harmless
- and will be rectified.
-
- Technical details available at:
- https://wiki.freebsd.org/Python/CompiledPackages
-
20230213:
Affects: users of sysutils/nut*
AUTHOR: cy@FreeBSD.org