head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2018.02.02.08.36.10; author adam; state dead; branches; next 1.1; commitid fMmj4DNx5REFhgpA; 1.1 date 2018.01.26.17.20.08; author triaxx; state Exp; branches; next ; commitid EMe4CeX1Y84jppoA; desc @@ 1.2 log @py-swiftclient: updated to 3.5.0 3.5.0 * Allow for object uploads > 5GB from stdin. When uploading from standard input, swiftclient will turn the upload into an SLO in the case of large objects. By default, input larger than 10MB will be uploaded as an SLO with 10MB segment sizes. Users can also supply the --segment-size option to alter that threshold and the SLO segment size. One segment is buffered in memory (which is why 10MB default was chosen). * The --meta option can now be set on the upload command. * Updated PyPy test dependency references to be more accurate on different distros. * Various other minor bug fixes and improvements. @ text @$NetBSD: patch-setup.cfg,v 1.1 2018/01/26 17:20:08 triaxx Exp $ Fix the invalid hardcoded MANPATH. --- setup.cfg.orig 2017-07-27 08:00:29.000000000 +0000 +++ setup.cfg @@@@ -30,7 +30,7 @@@@ packages = scripts = bin/swift data_files = - share/man/man1 = doc/manpages/swift.1 + @@PKGMANDIR@@/man1 = doc/manpages/swift.1 [extras] keystone = @ 1.1 log @* debl3ification * fix invalid MANPATH @ text @d1 1 a1 1 $NetBSD$ @