From b873b1e3b95d553441ef408517bf2fda464e56ef3c0655c7b403d4c365911476 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Aug 2023 13:53:25 +0000 Subject: [PATCH] Accepting request 1102962 from home:XRevan86 - Update to version 4.3.2. OBS-URL: https://build.opensuse.org/request/show/1102962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=84 --- python-nbxmpp-4.3.1.tar.bz2 | 3 --- python-nbxmpp-4.3.2.tar.bz2 | 3 +++ python-nbxmpp.changes | 13 +++++++++++++ python-nbxmpp.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 python-nbxmpp-4.3.1.tar.bz2 create mode 100644 python-nbxmpp-4.3.2.tar.bz2 diff --git a/python-nbxmpp-4.3.1.tar.bz2 b/python-nbxmpp-4.3.1.tar.bz2 deleted file mode 100644 index 54c4b9d..0000000 --- a/python-nbxmpp-4.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c44173b2a2ea7fc6e26f4d62b420b01da7d1791c07d131e1cbc081742c2afe6 -size 135981 diff --git a/python-nbxmpp-4.3.2.tar.bz2 b/python-nbxmpp-4.3.2.tar.bz2 new file mode 100644 index 0000000..b9bda22 --- /dev/null +++ b/python-nbxmpp-4.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c564c7e9b1fae0060bded14723ad421fd92cf8c30b11ab2276b56f92e1593102 +size 136430 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 8c2e2f5..58c550d 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 7 23:17:29 UTC 2023 - Alexei Sorokin + +- Update to version 4.3.2: + * SecurityLabels: Add get_label_hash(). + * JID: Add sqlite3 adapter magic method. + * MessageProperties: Add origin_id attribute. + * MessageProperties: Add remote_jid attribute. + * Client: Return only copy of ignored errors. + * CommonError: Add "by" attribute. + * Moderation: Parse more data. + * HTTP: Add set_accept_certificate(). + ------------------------------------------------------------------- Sun May 28 21:40:08 UTC 2023 - Alexei Sorokin diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 8aac360..c6133fd 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -24,7 +24,7 @@ %endif %define _name nbxmpp Name: python-nbxmpp -Version: 4.3.1 +Version: 4.3.2 Release: 0 Summary: XMPP library by Gajim team License: GPL-3.0-or-later @@ -41,6 +41,7 @@ BuildRequires: %{python_module idna} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pip} BuildRequires: %{python_module precis-i18n} +BuildRequires: %{python_module sqlite3} BuildRequires: %{python_module wheel} BuildRequires: typelib(Soup) = 3.0 Recommends: python-gssapi