14
0

4 Commits

Author SHA256 Message Date
b1eb9d596f 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
76ca0de98b - 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/package/show/devel:languages:python/python-slixmpp?expand=0&rev=26
2025-11-18 18:27:17 +00:00
384ca881b6 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
3d559f9dfc - 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/package/show/devel:languages:python/python-slixmpp?expand=0&rev=24
2025-01-08 09:44:41 +00:00
6 changed files with 41 additions and 7 deletions

8
_service Normal file
View File

@@ -0,0 +1,8 @@
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">slix-*.tar.gz</param>
<param name="compression">zst</param>
<param name="filter">true</param>
</service>
</services>

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 18 17:18:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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
-------------------------------------------------------------------
Tue Jan 7 12:43:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Tue Feb 27 03:29:02 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-slixmpp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,28 @@
Name: python-slixmpp
Version: 1.8.5
Version: 1.12.0
Release: 0
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
License: MIT
URL: https://slixmpp.readthedocs.io/
Source: https://codeberg.org/poezio/slixmpp/archive/slix-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module aiodns}
BuildRequires: %{python_module aiohttp}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module xml}
BuildRequires: cargo-packaging
BuildRequires: fdupes
BuildRequires: gnupg
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: zstd
BuildRequires: pkgconfig(libidn)
Requires: python-aiodns
Requires: python-aiohttp
@@ -50,7 +53,8 @@ asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
realized as plugins.
%prep
%autosetup -p1 -n slixmpp
%autosetup -a1 -p1 -n slixmpp
sed -i '/\#\!\/usr\/bin\/env\ python3/d' slixmpp/plugins/xep_0454/__init__.py
%build
export CFLAGS="%{optflags}"

3
slix-1.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f94dee171643798b4d7b2b1d649a35c187dcb52e2fb3e3242083a0fd3d171daf
size 708335

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7f5c9275879788b6a9163a85281bde924faf871f508d07a0671a4668fb7d75f
size 622476

3
vendor.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f380a83f1c62d42c7c9a0a84c11235e1108ccda11e9ee038cae0eba8dd19c328
size 3100547