From 8b622268dfe11ddd1fd0a2ec7d814b854db4ab316f7271eafa5852013dee7158 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 7 Feb 2023 00:55:19 +0000 Subject: [PATCH] Accepting request 1063325 from home:XRevan86 - Update to version 4.2.0. OBS-URL: https://build.opensuse.org/request/show/1063325 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=76 --- python-nbxmpp-4.1.0.tar.bz2 | 3 --- python-nbxmpp-4.2.0.tar.bz2 | 3 +++ python-nbxmpp.changes | 8 ++++++++ python-nbxmpp.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 python-nbxmpp-4.1.0.tar.bz2 create mode 100644 python-nbxmpp-4.2.0.tar.bz2 diff --git a/python-nbxmpp-4.1.0.tar.bz2 b/python-nbxmpp-4.1.0.tar.bz2 deleted file mode 100644 index db67193..0000000 --- a/python-nbxmpp-4.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaad016834eb60825bc369afd81eb80863d0d9fa9396f9994210ffbfa443f9c7 -size 132973 diff --git a/python-nbxmpp-4.2.0.tar.bz2 b/python-nbxmpp-4.2.0.tar.bz2 new file mode 100644 index 0000000..7d03c8f --- /dev/null +++ b/python-nbxmpp-4.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090bce10e613cb9e72b5385163712adef8b414a5d129e483a0b4b4e47b79de59 +size 133803 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 42aa4b0..67ec428 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Feb 5 21:37:26 UTC 2023 - Alexei Sorokin + +- 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 diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 79acac5..475a507 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -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}