forked from pool/python-nbxmpp
Accepting request 977284 from home:XRevan86
- Update to version 3.0.1. OBS-URL: https://build.opensuse.org/request/show/977284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=51
This commit is contained in:
parent
3bf86ced60
commit
8a7e30f1bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80c51e29601577bb4c0d6d4b547a72937f19cdd740105fee9536546bb9771cd6
|
|
||||||
size 122203
|
|
3
python-nbxmpp-nbxmpp-3.0.1.tar.bz2
Normal file
3
python-nbxmpp-nbxmpp-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be984d8261b005d72b4416ffe1603710fe4c3a29f44a61530130e4ec6192dc6c
|
||||||
|
size 125866
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 14 21:39:58 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 3.0.1 (changes since 2.0.6):
|
||||||
|
* Add Roster module.
|
||||||
|
* Add Last Activity module.
|
||||||
|
* Add EntityTime module.
|
||||||
|
* Bookmarks: Add extensions support.
|
||||||
|
* Add Message Moderation.
|
||||||
|
* Implement SCRAM-SHA-512.
|
||||||
|
* AdHoc: Improve XEP-0050 Compliance.
|
||||||
|
* Correctly handle RSM count request.
|
||||||
|
* Correction: Ignore messages where message id == replace id.
|
||||||
|
* Blocking: Don’t abort processing after parsing unblocks.
|
||||||
|
* Handle multiple stanza-id elements.
|
||||||
|
* Many breaking changes to methods and structs.
|
||||||
|
- The minimal required version of Python is 3.9.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 27 11:14:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Mar 27 11:14:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Requires at least python 3.7
|
# Requires at least python 3.9
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python38 1
|
||||||
%define _name nbxmpp
|
%define _name nbxmpp
|
||||||
Name: python-nbxmpp
|
Name: python-nbxmpp
|
||||||
Version: 2.0.6
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMPP library by Gajim team
|
Summary: XMPP library by Gajim team
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -30,6 +30,7 @@ URL: https://dev.gajim.org/gajim/python-nbxmpp
|
|||||||
Source: %{url}/-/archive/nbxmpp-%{version}/python-nbxmpp-nbxmpp-%{version}.tar.bz2
|
Source: %{url}/-/archive/nbxmpp-%{version}/python-nbxmpp-nbxmpp-%{version}.tar.bz2
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-generators >= 20200714
|
||||||
BuildRequires: python-rpm-macros >= 20200714
|
BuildRequires: python-rpm-macros >= 20200714
|
||||||
# For testing
|
# For testing
|
||||||
BuildRequires: %{python_module gobject-Gdk}
|
BuildRequires: %{python_module gobject-Gdk}
|
||||||
|
Loading…
Reference in New Issue
Block a user