Skip to content

Commit

Permalink
Update python-yarl to version 1.6.0 / rev 14 via SR 838272
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/838272
by user dirkmueller + dimstar_suse
- update to 1.6.0:
  - Allow for int and float subclasses in query, while still denying bool.
    `#492 <https://github.com/aio-libs/yarl/issues/492>`_
  - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
    `#502 <https://github.com/aio-libs/yarl/issues/502>`_
  - Keep IPv6 brackets in ``origin()``.
    `#504 <https://github.com/aio-libs/yarl/issues/504>`_
  • Loading branch information
dirkmueller authored and bmwiedemann committed Oct 29, 2020
1 parent abfb79a commit f74b93d
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
Binary file modified packages/p/python-yarl/.files
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/p/python-yarl/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,18 @@
<comment></comment>
<requestid>823367</requestid>
</revision>
<revision rev="14" vrev="1">
<srcmd5>09723edec6f32b5bc4e2a922bc38a42b</srcmd5>
<version>1.6.0</version>
<time>1603961175</time>
<user>dimstar_suse</user>
<comment>- update to 1.6.0:
- Allow for int and float subclasses in query, while still denying bool.
`#492 &lt;https://github.com/aio-libs/yarl/issues/492&gt;`_
- Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
`#502 &lt;https://github.com/aio-libs/yarl/issues/502&gt;`_
- Keep IPv6 brackets in ``origin()``.
`#504 &lt;https://github.com/aio-libs/yarl/issues/504&gt;`_</comment>
<requestid>838272</requestid>
</revision>
</revisionlist>
11 changes: 11 additions & 0 deletions packages/p/python-yarl/python-yarl.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 28 12:05:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>

- update to 1.6.0:
- Allow for int and float subclasses in query, while still denying bool.
`#492 <https://github.com/aio-libs/yarl/issues/492>`_
- Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
`#502 <https://github.com/aio-libs/yarl/issues/502>`_
- Keep IPv6 brackets in ``origin()``.
`#504 <https://github.com/aio-libs/yarl/issues/504>`_

-------------------------------------------------------------------
Tue Jul 28 21:28:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

Expand Down
2 changes: 1 addition & 1 deletion packages/p/python-yarl/python-yarl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-yarl
Version: 1.5.0
Version: 1.6.0
Release: 0
Summary: Yet another URL library
License: Apache-2.0
Expand Down
1 change: 0 additions & 1 deletion packages/p/python-yarl/yarl-1.5.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-yarl/yarl-1.6.0.tar.gz

0 comments on commit f74b93d

Please sign in to comment.