Commit graph

18 commits

Author SHA1 Message Date
adam
75b94832ea py-furl: updated to 1.2.1
Furl v1.2.1:
Fixed: Join URLs without an authority (e.g. 'foo:blah') consistently with
urllib.parse.urljoin().
2018-09-24 10:10:31 +00:00
adam
e683a1ed4b py-furl: updated to 1.2
Furl v1.2:
Added: Path segment appending via the division operator (__truediv__()).
Changed: Bump orderedmultidict dependency to v1.0.
Changed: Check code style with flake8 instead of pycodestyle.
Changed: Percent-encode all non-unreserved characters in Query key=value pairs,
including valid query characters (e.g. '=', '?', etc). Old encoding:
?url=http://foo.com/; new encoding: ?url=http%3A%2F%2Ffoo.com%2F. Equal
signs remain decoded in query values where the key is empty to allow for, and
preserve, queries like '?==3=='.
2018-07-06 08:11:16 +00:00
adam
ec8961b8d4 py-furl: updated to 1.1
Furl v1.1
Fixed: Support and preserve all query strings as provided. For example, preserve
the query '&&==' of 'http://foo.com?&&==' as-is. Empty key=value pairs are
stored as ('', None) in Query.params, e.g. [('', None), ('', None)] for the
query '&'.

Changed: Don't encode equal signs ('=') in query values if the key is empty.
That is, allow and preserve queries like '?==3==' while also percent encoding
equal signs in query values with an associted key, as expected. E.g.
'?a=1%3D1'.
2018-06-15 08:22:00 +00:00
adam
5e318aa9f0 py-furl: updated to 1.0.1
v1.0.1
Added: Add dictionary representations of Path, Query, Fragment, and furl objects
  via an asdict() method.

v1.0.0
Added: Test against Python 3.6.
Changed: Bumped the version number to v1.0 to signify that furl is a mature and
  stable library. Furl has been marked Production/Stable in setup.py for a long
  time anyhow -- it's high time for the version number to catch up.
2017-11-02 10:38:36 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
rodent
10353a0017 Update to latest release 0.5.2. No change log. Assume "more/better/faster". 2017-01-12 11:32:33 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
shattered
e5f29882ae Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits.  (Can happen on Linux --
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
2016-03-03 19:42:29 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
rodent
b253fc14d4 PYTHON_VERSIONS_INCOMPATIBLE= 26 # via py-orderedmultidict 2015-04-03 16:29:17 +00:00
rodent
4e4541119e Updated to 0.4.5. No public changelog, although the repo commits state that
py{26,3x} are supported now. Tested with py33 and import worked.
2015-04-02 23:08:03 +00:00
obache
602c484ffe unitest2 is not required for python>=2.7. 2014-12-13 08:56:08 +00:00
joerg
b2dc1cdd52 Doesn't support Python 3.3 or 3.4. 2014-09-10 19:00:04 +00:00
joerg
913c0ecb8c Dependency doesn't support Python 2.6. 2014-08-13 22:41:45 +00:00
rodent
5f4743461f Updated to 0.3.95:
Use consistent delimeter indentation.
2014-08-07 02:22:27 +00:00
rodent
bbbe210757 Upstream fixed permissions issue in egg files. Fixed HOMEPAGE. No other
changes.
2014-07-05 23:23:14 +00:00
rodent
864dd450d5 Import py27-furl-0.3.93 as www/py-furl.
URL manipulation made simple.
2014-07-05 19:30:14 +00:00