# HG changeset patch # User Yiteng Zhang # Date 1456360011 28800 # Node ID 5a03ed9262d0c87ca25f62c0af1582ca3c8e6d93 # Parent 89a6486426824b11cdd981f65977e3b58f62768b 22520287 Upgrade cffi to version 1.4.2 (fix xattr incorporation) diff -r 89a648642682 -r 5a03ed9262d0 components/python/xattr/xattr-PYVER.p5m --- a/components/python/xattr/xattr-PYVER.p5m Tue Feb 09 14:55:55 2016 -0800 +++ b/components/python/xattr/xattr-PYVER.p5m Wed Feb 24 16:26:51 2016 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -60,7 +60,7 @@ license LICENSE.txt license=MIT # Dependencies on cffi must be incorporated. -depend type=incorporate fmri=library/python/cffi-$(PYV)@1.1.2 +depend type=incorporate fmri=library/python/cffi-$(PYV)@1.4.2 # force a dependency on cffi; pkgdepend work is needed to flush this out. depend type=require fmri=library/python/cffi-$(PYV)