From f268c69a8c9d31712a00a14221438c001bcdfd5ba81aa20a57c3bb678fc96225 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Wed, 29 Jul 2020 11:52:25 +0000 Subject: [PATCH] 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 --- python-slixmpp.changes | 12 ++++++++++++ python-slixmpp.spec | 8 +++----- slixmpp-slix-1.4.2.tar.gz | 3 --- slixmpp-slix-1.5.2.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 slixmpp-slix-1.4.2.tar.gz create mode 100644 slixmpp-slix-1.5.2.tar.gz diff --git a/python-slixmpp.changes b/python-slixmpp.changes index 7edc6ce..6a3054d 100644 --- a/python-slixmpp.changes +++ b/python-slixmpp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 29 11:24:48 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-slixmpp.spec b/python-slixmpp.spec index 8ebcc4f..c70dd4a 100644 --- a/python-slixmpp.spec +++ b/python-slixmpp.spec @@ -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 diff --git a/slixmpp-slix-1.4.2.tar.gz b/slixmpp-slix-1.4.2.tar.gz deleted file mode 100644 index 0fbc205..0000000 --- a/slixmpp-slix-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e6f799c1351103da9fda7f07f284cd857342e1e21e31ca53c2d1cce2b57f835 -size 1010259 diff --git a/slixmpp-slix-1.5.2.tar.gz b/slixmpp-slix-1.5.2.tar.gz new file mode 100644 index 0000000..8824c27 --- /dev/null +++ b/slixmpp-slix-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a855d1d3969adf7026a7c05808e80c285718f5115d944dd449a1c3f701df0c6 +size 1014241