forked from pool/python-slixmpp
Accepting request 664662 from home:jubalh:branches:devel:languages:python
- Change source URL from GH to https://lab.louiz.org as requested - Update 1.4.1: * jid: Make property aliases proper aliases. * stanzabase: Remove python2 legacy. * fixing uncaught async exceptions due to missing await * XEP-0363: Add a domain argument to discover an upload service * XEP-0363: Also check for disco#info’s feature * XEP-0030: Don’t call the timeout_callback on each domain * Decode bytes in GSSAPI handling, as expected by the kerberos module API - Update source URL - Add requires python3-aiohttp: was needed for XEP-0363 since 1.4.0 OBS-URL: https://build.opensuse.org/request/show/664662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-slixmpp?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
160e8c88ed
commit
6a6ce63ada
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-slixmpp
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,13 +20,13 @@
|
||||
%define _name slixmpp
|
||||
%define _tar_ver 127
|
||||
Name: python-slixmpp
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: Python XMPP (Jabber) Library that Implements Everything as a Plugin
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://slixmpp.readthedocs.io/
|
||||
Source: https://dev.louiz.org/attachments/download/%{_tar_ver}/%{_name}-%{version}.tar.gz
|
||||
Source: https://lab.louiz.org/poezio/slixmpp/-/archive/slix-1.4.1/slixmpp-slix-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE slixmpp-fix-legacyauth.patch nyov@nexnode.net -- Fix an error in legacyauth support.
|
||||
Patch0: %{_name}-fix-legacyauth.patch
|
||||
BuildRequires: %{python_module Cython}
|
||||
@@ -38,6 +38,7 @@ BuildRequires: gnupg
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libidn)
|
||||
Requires: python-aiohttp
|
||||
Requires: python-dnspython
|
||||
%python_subpackages
|
||||
|
||||
@@ -47,7 +48,7 @@ asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
|
||||
realized as plugins.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%setup -q -n %{_name}-slix-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user