forked from pool/python-slixmpp
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
This commit is contained in:
committed by
Git OBS Bridge
parent
4e726e8660
commit
f268c69a8c
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-slixmpp
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,8 @@
|
||||
|
||||
%define skip_python2 1
|
||||
%define _name slixmpp
|
||||
%define _tar_ver 127
|
||||
Name: python-slixmpp
|
||||
Version: 1.4.2
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
|
||||
License: MIT
|
||||
@@ -59,8 +58,7 @@ export CFLAGS="%{optflags}"
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}/
|
||||
|
||||
%check
|
||||
# %%python_exec run_tests.py
|
||||
%python_exec -munittest discover -v -s tests
|
||||
%python_exec -m unittest discover -v -s tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user