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,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 29 11:24:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 14:42:55 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
Mon Oct 14 14:42:55 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-slixmpp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,8 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define _name slixmpp
|
%define _name slixmpp
|
||||||
%define _tar_ver 127
|
|
||||||
Name: python-slixmpp
|
Name: python-slixmpp
|
||||||
Version: 1.4.2
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
|
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -59,8 +58,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}/
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# %%python_exec run_tests.py
|
%python_exec -m unittest discover -v -s tests
|
||||||
%python_exec -munittest discover -v -s tests
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e6f799c1351103da9fda7f07f284cd857342e1e21e31ca53c2d1cce2b57f835
|
|
||||||
size 1010259
|
|
3
slixmpp-slix-1.5.2.tar.gz
Normal file
3
slixmpp-slix-1.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a855d1d3969adf7026a7c05808e80c285718f5115d944dd449a1c3f701df0c6
|
||||||
|
size 1014241
|
Reference in New Issue
Block a user