Revisions of python-slixmpp

buildservice-autocommit accepted request 1151993 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 23)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 22)
- Update to 1.8.5:
  * Fix connection to Snikket instances (pep., mathieui)
  * Performance fix for XEP-0115 queries
  * New documentation listing projects using slixmpp (genghis)
  * Bugfix and improvements (nicoco, mostly)
- Switch to autosetup and pyproject macros.
- Drop patch slixmpp-fix-legacyauth.patch, no longer required.
- Update Source URL.
buildservice-autocommit accepted request 1040751 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 21)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 1040733 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
- bsc#1205433 Update to 1.8.3:
  * Fix CVE-2022-45197: missing certificate hostname validation
buildservice-autocommit accepted request 1032234 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 19)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 1032088 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 18)
- Update to version 1.8.2
  - Improve error handling for certificate errors
  - Add an XEP-0454 implementation (OMEMO Media sharing)
  - Fix support for RFC 3920 sessions 
- Update to version 1.8.1
  * Fix a mypy issue, a test issue, and do not enable defusedxml unless
    explicitly asked.
- Update to version 1.8.0 
   * The most important part of this release is that it fixes compatibility with
   python 3.10, but there are also plenty of changes and bugfixes!
   Many XEPs have been modified to accomodate an internal change, and as a
   result their public APIs have been modified. Slixmpp has an "internal API"
   for plugins, inherited from SleekXMPP which allows users of the library to
   substitute internal functions with their own, in order to e.g. provide a
   different storage backend (many default to in-memory), etc. This API has
   always been synchronous, which is not ideal in an asyncio library, and puts
   huge limits on what is possible to do.
   This change makes it possible to use async functions with the internal API,
   and as a result it forces us to change XEPs using this API to async in the
   relevant methods.
   As a rule of thumb, thin wrappers around del/set are generally preserved and return a
   future to guarantee that the task is done, while getters (which would require awaiting
   anyway when returning a future) are now pure coroutines. This inconsistency is a
   tradeoff to prevent wider changes across slixmpp internals and programs using it.
     - XEP-0012, Last Activity:
      - `begin_idle`, `end_idle`, `start_uptime`, `set_last_activity`,
        `del_last_activity` now return futures.
      - XEP-0027: GPG
      - `get_keyids` and `get_keyid` are now coroutines.
      - `set_keyid` and `del_keyid` now return a Future.
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 17)
- Update to version 1.7.1.
buildservice-autocommit accepted request 823382 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 16)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 823374 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 15)
- update to 1.5.2
  * Add ids to presences and messages by default 
  * Fix various issues in connection/disconnection 
  * Code improvements (typing, deprecation warnings) 
  * Fix or improvements for some XEPS
  * New XEPs
  * Groundwork for the OMEMO (XEP-0384) plugin, which has been put 
    in a separate repository due to licensing issues.
buildservice-autocommit accepted request 738400 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 13)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
buildservice-autocommit accepted request 671888 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 12)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 671887 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- Update to 1.4.2:
  * Do not do channel binding without TLS
  * Add default timeout of 120s for IQs (prevent slowdowns)
  * Fix CVE-2019-1000021 (bsc#1124322)
  * Do not query vcard avatars unconditionnally
  * Fix GSSAPI (Jelmer Vernooij)
buildservice-autocommit accepted request 664663 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 10)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 664662 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- 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
buildservice-autocommit accepted request 629289 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 8)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 7)
- Update to version 1.4.0.
buildservice-autocommit accepted request 624308 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 6)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 5)
Use python3 -munittest discover -v -s tests instead of run_tests.py
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 4)
Clean SPEC file
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by