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