aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-09-06 23:25:53 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-09-06 23:25:53 +0000
commitba1ace875fc3643cbc5b88d4041bb4037d310785 (patch)
tree5c9660a22ce87e76d469e6d483d6961e449a9b08 /UPDATING
parent571c399a5cd7dc627338f5540bf861cf276dd598 (diff)
downloadports-ba1ace875fc3643cbc5b88d4041bb4037d310785.tar.gz
ports-ba1ace875fc3643cbc5b88d4041bb4037d310785.zip
devel/py-fabric: Update to 2.5.0
Fabric 2 is not at 100% feature parity with 1.x! Some features have been explicitly dropped, but others simply have not been ported over yet, either due to time constraints or because said features need to be re-examined in a modern context. More information at: https://www.fabfile.org/upgrading.html#upgrading https://www.fabfile.org/upgrading.html#upgrade-specifics Changelog: https://www.fabfile.org/changelog.html Reviewed by: koobs (maintainer) Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D20683
Notes
Notes: svn path=/head/; revision=511379
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 30c04781a501..3a45dfa074f9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ 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.
+20190906:
+ AFFECTS: users of devel/py-fabric
+ AUTHOR: dbaio@FreeBSD.org
+
+ Fabric (devel/py-fabric) was upgraded to 2.5.0, Fabric (2+) represents
+ a near-total reimplementation and reorganization of the software.
+
+ Fabric 2 is not at 100% feature parity with 1.x! Some features have been
+ explicitly dropped, but others simply have not been ported over yet,
+ either due to time constraints or because said features need to be
+ re-examined in a modern context.
+
+ More information at:
+ https://www.fabfile.org/upgrading.html#upgrading
+ https://www.fabfile.org/upgrading.html#upgrade-specifics
+
+ If you would like to keep using 1.x, please run the following command to
+ update pkg database:
+
+ pkg set -n py27-fabric:py27-fabric1
+ pkg set -o devel/py-fabric:devel/py-fabric1
+
20190830:
AFFECTS: users of www/gitlab-ce
AUTHOR: mfechner@FreeBSD.org