14
0

Accepting request 823382 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/823382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=7
This commit is contained in:
2020-07-29 15:21:37 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

@@ -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>

View File

@@ -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

View File

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

View File

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