Accepting request 575874 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/575874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yarl?expand=0&rev=8
This commit is contained in:
commit
0fb6ff3258
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 10 18:01:42 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.1.0:
|
||||||
|
* Make pure Python quoter consistent with Cython version (#162)
|
||||||
|
|
||||||
|
- changes from version 1.0.0:
|
||||||
|
* Use fast path if quoted string does not need requoting (#154)
|
||||||
|
* Speed up quoting/unquoting by _Quoter and _Unquoter classes (#155)
|
||||||
|
* Drop yarl.quote and yarl.unquote public functions (#155)
|
||||||
|
* Add custom string writer, reuse static buffer if available (#157)
|
||||||
|
Code is 50-80 times faster than Pure Python version (was 4-5 times
|
||||||
|
faster)
|
||||||
|
* Don’t recode IP zone (#144)
|
||||||
|
* Support encoded=True in yarl.URL.build() (#158)
|
||||||
|
* Fix updating query with multiple keys (#160)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 11 23:59:33 UTC 2018 - arun@gmx.de
|
Thu Jan 11 23:59:33 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-yarl
|
Name: python-yarl
|
||||||
Version: 0.18.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yet another URL library
|
Summary: Yet another URL library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:baa0d3f7982fa0c03a55433109c405e79a597141f2e2d6ee7e16c03eabd74886
|
|
||||||
size 135572
|
|
3
yarl-1.1.0.tar.gz
Normal file
3
yarl-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6af895b45bd49254cc309ac0fe6e1595636a024953d710e01114257736184698
|
||||||
|
size 156164
|
Loading…
Reference in New Issue
Block a user