forked from pool/python-nbxmpp
Accepting request 979621 from home:XRevan86
- Update to version 3.1.0. OBS-URL: https://build.opensuse.org/request/show/979621 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=55
This commit is contained in:
parent
97ecba4997
commit
d0b60e1408
3
python-nbxmpp-3.1.0.tar.bz2
Normal file
3
python-nbxmpp-3.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf276401b57b48538ea46cf5e02b0d9ab6cb67ed4f138f9de9b39fb4ebb4b8b2
|
||||
size 128551
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a741a686f1d62f1d27bf4321c5d07d22aa931fbdd46ad1290b41183813e69114
|
||||
size 126796
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 20:17:01 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 3.1.0:
|
||||
* Client: Disconnect after stream restart in Login mode.
|
||||
* Examples: Allow to connect with different modes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 20:27:06 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
%define skip_python38 1
|
||||
%define _name nbxmpp
|
||||
Name: python-nbxmpp
|
||||
Version: 3.0.2
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: XMPP library by Gajim team
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: https://dev.gajim.org/gajim/python-nbxmpp
|
||||
Source: %{url}/-/archive/nbxmpp-%{version}/python-nbxmpp-nbxmpp-%{version}.tar.bz2
|
||||
Source: %{url}/-/archive/%{version}/python-nbxmpp-%{version}.tar.bz2
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-generators >= 20200714
|
||||
@ -57,7 +57,7 @@ Group: Documentation/Other
|
||||
This packages provides documentation of Nbxmpp API.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-nbxmpp-nbxmpp-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user