git: e07b9ec2502a - main - UPDATING: Add upgrade instructions for net-mgmt/netbox
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Mar 2026 09:22:36 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e07b9ec2502a72d117372a9142c6cdf42563cb85
commit e07b9ec2502a72d117372a9142c6cdf42563cb85
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-03-04 09:20:39 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-03-04 09:20:39 +0000
UPDATING: Add upgrade instructions for net-mgmt/netbox
Give users some advice about the upgrade to the NetBox 4.5 release
series.
---
UPDATING | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/UPDATING b/UPDATING
index 7f5f97ae43ed..e9202a8f33bf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20260304:
+ AFFECTS: users of net-mgmt/netbox
+ AUTHOR: kai@FreeBSD.org
+
+ 1. With the NetBox 4.5 release Python 3.10 and 3.11 are officially no
+ longer supported. The whole code can still be compiled without any
+ problems using Python 3.11, which is the current default version in
+ the ports tree.
+
+ Therefore, the minimum version for Python doesn't need to be raised
+ for the time being, but this may change at any time as soon as
+ backward-incompatible changes to the code lands into upstream for the
+ next release.
+
+ Thus, no further action is required at this time. However, it's still
+ recommended to switch to Python 3.12 or newer in the near future.
+
+ 2. Please also check the pkg-message and the changelogs for further info.
+
20260301:
AFFECTS: users of databases/postgresql* and other software using PostgreSQL to run
AUTHOR: kbowling@FreeBSD.org