2 Commits

Author SHA256 Message Date
1f4c0ca023 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
e9126d0635 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
6 changed files with 7 additions and 29 deletions

View File

@@ -1,8 +0,0 @@
<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,11 +1,3 @@
-------------------------------------------------------------------
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 and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,25 @@
Name: python-slixmpp
Version: 1.12.0
Version: 1.8.6
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
@@ -53,7 +50,7 @@ asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
realized as plugins.
%prep
%autosetup -a1 -p1 -n slixmpp
%autosetup -p1 -n slixmpp
sed -i '/\#\!\/usr\/bin\/env\ python3/d' slixmpp/plugins/xep_0454/__init__.py
%build

View File

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

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

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

View File

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