2 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
6 changed files with 29 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,11 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-slixmpp
#
# Copyright (c) 2025 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.6
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,7 @@ 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

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:76b53d141fcd23579722b0c4aecd575835473d922d26cc9ce8b4e425be53c4ee
size 629828

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