1
0
forked from pool/python-nbxmpp

Accepting request 979723 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/979723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2022-05-30 10:43:55 +00:00 committed by Git OBS Bridge
commit 6037076690
4 changed files with 13 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf276401b57b48538ea46cf5e02b0d9ab6cb67ed4f138f9de9b39fb4ebb4b8b2
size 128551

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a741a686f1d62f1d27bf4321c5d07d22aa931fbdd46ad1290b41183813e69114
size 126796

View File

@ -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>

View File

@ -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