15
0
forked from pool/python-nbxmpp

Accepting request 893839 from home:susnux:branches:network

- Enable testing
- Skip not supported python flavors (< 3.7)
- Update to version 2.0.2

OBS-URL: https://build.opensuse.org/request/show/893839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=44
This commit is contained in:
2021-05-18 12:25:13 +00:00
committed by Git OBS Bridge
parent 9ae7e4fabe
commit c234fdfaa6
4 changed files with 49 additions and 11 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon May 17 18:16:46 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Enable testing
* Use gitlab sources, pypi.org package does not contain the test files
- Skip not supported python flavors (< 3.7)
-------------------------------------------------------------------
Mon May 17 15:40:52 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.0.2
* New
* Properties: is_from_us() Method
* New JID object
* Add JID Escaping (XEP-0106) support
* Add VCard4 (XEP-0292) support
* Make module calls generator based
* Add GSSAPI support (XEP-0233)
* Simplify and harmonize module API
* Bugfixes
* Fix handling invalid websocket uris
* Add get_text() for Error Base class
* Client: Remove GSSAPI from default mechanisms
* Presence: Fix is_nickname_changed check
* UserAvatar: Add default argument
-------------------------------------------------------------------
Thu Sep 3 07:44:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>