diff --git a/python-yarl.changes b/python-yarl.changes index fc6f49d..77d2d35 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -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 diff --git a/python-yarl.spec b/python-yarl.spec index 147a0bc..5bcb250 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-yarl -Version: 0.18.0 +Version: 1.1.0 Release: 0 Summary: Yet another URL library License: Apache-2.0 diff --git a/yarl-0.18.0.tar.gz b/yarl-0.18.0.tar.gz deleted file mode 100644 index 17a298c..0000000 --- a/yarl-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baa0d3f7982fa0c03a55433109c405e79a597141f2e2d6ee7e16c03eabd74886 -size 135572 diff --git a/yarl-1.1.0.tar.gz b/yarl-1.1.0.tar.gz new file mode 100644 index 0000000..89d38f4 --- /dev/null +++ b/yarl-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af895b45bd49254cc309ac0fe6e1595636a024953d710e01114257736184698 +size 156164