15
0
forked from pool/python-PyFxA

- Update to version 0.7.2:

* Several cleans for Python3 compatibility.
  * Fix a bug which could accidentally introduce multiple slashes
    into the result of oauth.Client.get_redirect_url.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyFxA?expand=0&rev=12
This commit is contained in:
Antoine Belvire
2019-06-03 18:43:34 +00:00
committed by Git OBS Bridge
parent 86ca9ad6b6
commit 88be679d82
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jun 3 18:34:02 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
- Update to version 0.7.2:
* Several cleans for Python3 compatibility.
* Fix a bug which could accidentally introduce multiple slashes
into the result of oauth.Client.get_redirect_url.
-------------------------------------------------------------------
Tue Mar 26 12:47:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>