Changelog for
python2-w3lib-1.19.0-9.1.noarch.rpm :
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Fri Nov 16 13:00:00 2018 Todd R
- Update to version 1.19.0
* Add a workaround for CPython segfault (https://bugs.python.org/issue32583)
which affect w3lib.encoding functions. This is technically
*
*backwards
incompatible
*
* because it changes the way non-decodable bytes are replaced
(in some cases instead of two ``\\ufffd`` chars you can get one).
As a side effect, the fix speeds up decoding in Python 3.4+.
* Add \'encoding\' parameter for w3lib.http.basic_auth_header.
* Fix pypy testing setup, add pypy3 to CI.
Thu Dec 21 13:00:00 2017 mpluskalAATTsuse.com
- Update to version 1.18.0:
* No upstream changelog available
- Convert to singlespec
Thu Jun 2 14:00:00 2016 jacobwinskiAATTgmail.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 ````.
* 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 tags with attributes
before href.
- Update spec file to reflect new upstream package requirements.
Fri Sep 5 14:00:00 2014 toddrme2178AATTgmail.com
- Update to version 1.10.0
+ See https://github.com/scrapy/w3lib/commits/v1.10.0 for a list
of changes.
Fri Nov 15 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 1.5
+ No changelog available
- Add python-setuptools BuildRequires; new dependency
Wed May 23 14:00:00 2012 jfunkAATTfunktronics.ca
- Initial release