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,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 13:59:04 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Change source URL from GH to https://lab.louiz.org as requested
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 12:29:15 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 14 19:41:39 UTC 2018 - sor.alexei@meowr.ru
|
Tue Aug 14 19:41:39 UTC 2018 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-slixmpp
|
# 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
|
# 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
|
||||||
@@ -20,13 +20,13 @@
|
|||||||
%define _name slixmpp
|
%define _name slixmpp
|
||||||
%define _tar_ver 127
|
%define _tar_ver 127
|
||||||
Name: python-slixmpp
|
Name: python-slixmpp
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
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
|
||||||
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://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.
|
# 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
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
@@ -38,6 +38,7 @@ BuildRequires: gnupg
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libidn)
|
BuildRequires: pkgconfig(libidn)
|
||||||
|
Requires: python-aiohttp
|
||||||
Requires: python-dnspython
|
Requires: python-dnspython
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -47,7 +48,7 @@ asyncio instead of threads. XEP (XMPP Extended Protocol) coverage is
|
|||||||
realized as plugins.
|
realized as plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-slix-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1dbb6f076355472c2673ac37a5e460f1d02fe312e6c11f3fa4d45a7119e243c0
|
|
||||||
size 864967
|
|
3
slixmpp-slix-1.4.1.tar.gz
Normal file
3
slixmpp-slix-1.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89c461e528c295df3a8a7c8c263b02137a6e97ab3889c8005fa16dce951a5f54
|
||||||
|
size 1009760
|
Reference in New Issue
Block a user