28 Commits

Author SHA256 Message Date
07453398c3 Accepting request 1318489 from devel:languages:python
Forwarded request #1318483 from mcalabkova

- Update to 1.12.0
    * make use of rust and maturin
    * various bugfixes and improvements
  - Add _service and vendor.tar.zst because of rust bits

OBS-URL: https://build.opensuse.org/request/show/1318489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=13
2025-11-19 13:56:23 +00:00
ce502f0607 Accepting request 1318483 from home:mcalabkova:branches:devel:languages:python
- Update to 1.12.0
  * make use of rust and maturin
  * various bugfixes and improvements
- Add _service and vendor.tar.zst because of rust bits

OBS-URL: https://build.opensuse.org/request/show/1318483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=26
2025-11-18 18:27:17 +00:00
42c1a11fde Accepting request 1235857 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=12
2025-01-09 14:08:02 +00:00
cb3b280082 Accepting request 1235618 from home:glaubitz:branches:devel:languages:python
- Update to 1.8.6
  * Moving away from self-hosted gitlab (mathieui)
  * 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)
- Remove shebang from slixmpp/plugins/xep_0454/__init__.py

OBS-URL: https://build.opensuse.org/request/show/1235618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=24
2025-01-08 09:44:41 +00:00
52cfddfd61 Accepting request 1151993 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1151993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=11
2024-02-27 21:48:05 +00:00
29530843c0 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=22
2024-02-27 03:29:53 +00:00
a8cf583d19 Accepting request 1040751 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=10
2022-12-07 16:34:58 +00:00
Alexei Sorokin
ad4cf49946 Accepting request 1040733 from home:jubalh:branches:devel:languages:python
- bsc#1205433 Update to 1.8.3:
  * Fix CVE-2022-45197: missing certificate hostname validation

OBS-URL: https://build.opensuse.org/request/show/1040733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=20
2022-12-06 16:04:47 +00:00
d13afe0cd7 Accepting request 1032234 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=9
2022-10-29 18:17:53 +00:00
Alexei Sorokin
7266bb0929 Accepting request 1032088 from home:yarunachalam:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1032088
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=18
2022-10-29 16:46:11 +00:00
d4081022b0 Accepting request 927222 from devel:languages:python
- Update to version 1.7.1.

OBS-URL: https://build.opensuse.org/request/show/927222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=8
2021-10-25 13:17:32 +00:00
Alexei Sorokin
ef7a08c4c7 - Update to version 1.7.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=17
2021-10-25 01:24:38 +00:00
60f3604afc Accepting request 823382 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/823382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=7
2020-07-29 15:21:37 +00:00
Alexei Sorokin
369857a83f Accepting request 823374 from home:mcalabkova:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/823374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=15
2020-07-29 11:52:25 +00:00
47c418cfbe Accepting request 738400 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=6
2019-10-16 07:15:53 +00:00
c5c2991f48 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=13
2019-10-14 14:43:12 +00:00
Stephan Kulow
2f98e9560c Accepting request 671888 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/671888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=5
2019-02-06 13:07:09 +00:00
Alexei Sorokin
7eee63fcc8 Accepting request 671887 from home:jubalh:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/671887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=11
2019-02-05 14:12:43 +00:00
1c2ac2c9f4 Accepting request 664663 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=4
2019-01-15 08:16:34 +00:00
Alexei Sorokin
c16a46ce6a 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
2019-01-11 14:07:10 +00:00
6e3becbf27 Accepting request 629289 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/629289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=3
2018-08-15 08:39:19 +00:00
Alexei Sorokin
8907a1d588 - Update to version 1.4.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=7
2018-08-14 20:43:38 +00:00
6d38b123ca Accepting request 624308 from devel:languages:python
- Use python3 -munittest discover -v -s tests instead of run_tests.py

- Clean SPEC file

OBS-URL: https://build.opensuse.org/request/show/624308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=2
2018-07-31 13:56:40 +00:00
3b844cdf0b Use python3 -munittest discover -v -s tests instead of run_tests.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=5
2018-07-20 11:22:55 +00:00
b31857797d Clean SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=4
2018-07-19 16:41:58 +00:00
978c45ee93 Accepting request 575383 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/575383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=1
2018-02-18 10:41:32 +00:00
Alexei Sorokin
44f4e19c5e Accepting request 575382 from home:jengelh:branches:devel:languages:python
- Trim future goals from description, say what it does now.

OBS-URL: https://build.opensuse.org/request/show/575382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=2
2018-02-11 11:57:56 +00:00
Tomáš Chvátal
bade84000b Accepting request 568205 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/568205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=1
2018-01-22 16:17:45 +00:00