1
0
forked from pool/python-nbxmpp

Accepting request 1063533 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1063533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2023-02-07 17:49:27 +00:00 committed by Git OBS Bridge
commit 8029e6f17f
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Feb 5 21:37:26 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 4.2.0:
* Add support for XEP-0461: Message Replies.
* Add SASLprep profile.
* Require PyGObject 3.42.0.
-------------------------------------------------------------------
Mon Jan 23 23:28:52 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -24,7 +24,7 @@
%endif
%define _name nbxmpp
Name: python-nbxmpp
Version: 4.1.0
Version: 4.2.0
Release: 0
Summary: XMPP library by Gajim team
License: GPL-3.0-or-later
@ -33,8 +33,8 @@ URL: https://dev.gajim.org/gajim/python-nbxmpp
Source: %{url}/-/archive/%{version}/python-nbxmpp-%{version}.tar.bz2
BuildRequires: %{python_module setuptools >= 65.0}
BuildRequires: fdupes
BuildRequires: python-rpm-generators >= 20200714
BuildRequires: python-rpm-macros >= 20200714
BuildRequires: python-rpm-generators >= 20220912
BuildRequires: python-rpm-macros >= 20220912
# For testing
BuildRequires: %{python_module gobject-Gdk >= 3.42}
BuildRequires: %{python_module idna}