--- - branch: MAIN date: Mon Sep 2 07:52:49 UTC 2019 files: - new: '1.18' old: '1.17' path: pkgsrc/www/py-furl/Makefile pathrev: pkgsrc/www/py-furl/Makefile@1.18 type: modified - new: '1.11' old: '1.10' path: pkgsrc/www/py-furl/distinfo pathrev: pkgsrc/www/py-furl/distinfo@1.11 type: modified id: 20190902T075249Z.bb8d7b6f3386e179deb1364169d194d0f1da3db6 log: | py-furl: updated to 2.0.0 Furl v2.0.0 Added: All URL components (scheme, host, path, etc) to furl()'s constructor as keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup'). Changed: furl.truediv() and Path.truediv() now mirror Pathlib.truediv()'s behavior and return a new instance. The original instance is no longer modified. Old behavior: f = furl('1'); f / '2' -> str(f) == '1'. New behavior: f = furl('1'); f /= '2' -> str(f) == '1/2'. Fixed: Path.load() now accepts Path instances, e.g. f.path.load(Path('hi')). Removed: Support for Python 2.6, which reached EOL on 2013-10-29. module: pkgsrc subject: 'CVS commit: pkgsrc/www/py-furl' unixtime: '1567410769' user: adam