14
0

Accepting request 575382 from home:jengelh:branches:devel:languages:python

- Trim future goals from description, say what it does now.

OBS-URL: https://build.opensuse.org/request/show/575382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=2
This commit is contained in:
Alexei Sorokin
2018-02-11 11:57:56 +00:00
committed by Git OBS Bridge
parent f8fa797952
commit 139de75ca8
2 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Feb 11 11:41:32 UTC 2018 - jengelh@inai.de
- Trim future goals from description, say what it does now.
-------------------------------------------------------------------
Sat Jan 20 21:14:18 UTC 2018 - sor.alexei@meowr.ru

View File

@@ -24,7 +24,7 @@ Release: 0
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
License: MIT
Group: Development/Languages/Python
URL: https://slixmpp.readthedocs.io/
Url: https://slixmpp.readthedocs.io/
Source: https://dev.louiz.org/attachments/download/%{_tar_ver}/%{_name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE slixmpp-fix-legacyauth.patch nyov@nexnode.net -- Fix an error in legacyauth support.
Patch0: %{_name}-fix-legacyauth.patch
@@ -38,10 +38,9 @@ BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(python3)
%description
Slixmpp is an MIT licensed XMPP library for Python. The goals of
the project are ease of implementation, and complete draft XEP
(XMPP Extended Protocol) coverage. Ideally the community will be
able to use this for bots, easy XEP protocolling, etc.
Slixmpp is an XMPP library for Python. Based on SleekXMPP, it uses
asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
realized as plugins.
%package -n python3-%{_name}
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
@@ -50,10 +49,9 @@ Requires: gnupg
Requires: python3-dnspython
%description -n python3-%{_name}
Slixmpp is an MIT licensed XMPP library for Python. The goals of
the project are ease of implementation, and complete draft XEP
(XMPP Extended Protocol) coverage. Ideally the community will be
able to use this for bots, easy XEP protocolling, etc.
Slixmpp is an XMPP library for Python. Based on SleekXMPP, it uses
asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
realized as plugins.
%prep
%setup -q -n %{_name}-%{version}