14
0
forked from pool/python-w3lib

Accepting request 399873 from home:winski:python

update to newest version, bugfixes & new features - fully backwards compatible

OBS-URL: https://build.opensuse.org/request/show/399873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=4
This commit is contained in:
2016-06-03 06:49:28 +00:00
committed by Git OBS Bridge
parent 2300cde67f
commit 5d7d31d4f2
4 changed files with 43 additions and 7 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Jun 2 16:54:55 UTC 2016 - jacobwinski@gmail.com
- Update to 1.14.2 (2016-04-11)
* fix function import for (deprecated) ``urljoin_rfc`` (issue #51)
* only expose wanted functions from ``w3lib.url``, via ``__all__``
(see issue #54, https://github.com/scrapy/scrapy/issues/1917)
- Update to 1.14.1 (2016-04-07)
* For bytes URLs, when supplied encoding (or default UTF8) is wrong,
``safe_url_string`` falls back to percent-encoding offending bytes.
- Update to 1.14.0 (2016-04-06)
* proper handling of non-ASCII characters in Python2 and Python3
* support IDNs
* new `path_encoding` to override default UTF-8 when serializing non-ASCII
characters before percent-encoding
* html_body_declared_encoding also detects encoding when not sole attribute
in ``<meta>``.
* Package is now properly marked as ``zip_safe``.
- Update to 1.13.0 (2015-11-05)
* remove_tags removes uppercase tags as well;
* ignore meta-redirects inside script or noscript tags by default,
but add an option to not ignore them;
* replace_entities now handles entities without trailing semicolon;
* fixed uncaught UnicodeDecodeError when decoding entities.
- Update to 1.12.0 (2015-06-29)
* meta_refresh regex now handles leading newlines and whitespaces in the url;
* include tests folder in source distribution.
- Update to 1.11.0 (2015-01-13)
* url_query_cleaner now supports str or list parameters;
* add support for resolving base URLs in <base> tags with attributes
before href.
- Update spec file to reflect new upstream package requirements.
-------------------------------------------------------------------
Fri Sep 5 10:08:16 UTC 2014 - toddrme2178@gmail.com