forked from pool/python-slixmpp
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b1eb9d596f | |||
| 76ca0de98b | |||
| 384ca881b6 | |||
| 3d559f9dfc |
8
_service
Normal file
8
_service
Normal 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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
3
slix-1.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f94dee171643798b4d7b2b1d649a35c187dcb52e2fb3e3242083a0fd3d171daf
|
||||
size 708335
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7f5c9275879788b6a9163a85281bde924faf871f508d07a0671a4668fb7d75f
|
||||
size 622476
|
||||
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f380a83f1c62d42c7c9a0a84c11235e1108ccda11e9ee038cae0eba8dd19c328
|
||||
size 3100547
|
||||
Reference in New Issue
Block a user