14
0

Accepting request 664662 from home:jubalh:branches:devel:languages:python

- Change source URL from GH to https://lab.louiz.org as requested

- Update 1.4.1:
  * jid: Make property aliases proper aliases. 
  * stanzabase: Remove python2 legacy. 
  * fixing uncaught async exceptions due to missing await 
  * XEP-0363: Add a domain argument to discover an upload service
  * XEP-0363: Also check for disco#info’s feature
  * XEP-0030: Don’t call the timeout_callback on each domain
  * Decode bytes in GSSAPI handling, as expected by the kerberos module API
- Update source URL
- Add requires python3-aiohttp: was needed for XEP-0363 since 1.4.0

OBS-URL: https://build.opensuse.org/request/show/664662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=9
This commit is contained in:
Alexei Sorokin
2019-01-11 14:07:10 +00:00
committed by Git OBS Bridge
parent 160e8c88ed
commit 6a6ce63ada
4 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 11 13:59:04 UTC 2019 - mvetter@suse.com
- Change source URL from GH to https://lab.louiz.org as requested
-------------------------------------------------------------------
Fri Jan 11 12:29:15 UTC 2019 - mvetter@suse.com
- Update 1.4.1:
* jid: Make property aliases proper aliases.
* stanzabase: Remove python2 legacy.
* fixing uncaught async exceptions due to missing await
* XEP-0363: Add a domain argument to discover an upload service
* XEP-0363: Also check for disco#infos feature
* XEP-0030: Dont call the timeout_callback on each domain
* Decode bytes in GSSAPI handling, as expected by the kerberos module API
- Update source URL
- Add requires python3-aiohttp: was needed for XEP-0363 since 1.4.0
-------------------------------------------------------------------
Tue Aug 14 19:41:39 UTC 2018 - sor.alexei@meowr.ru