forked from pool/python-slixmpp
Accepting request 664663 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/664663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-slixmpp?expand=0&rev=4
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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