diff --git a/python-nbxmpp-5.0.0.tar.bz2 b/python-nbxmpp-5.0.0.tar.bz2 deleted file mode 100644 index 566f7da..0000000 --- a/python-nbxmpp-5.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773b8a070b1d2104cffe26ac5fd197b283d07628b30d7a784eeb6a27cc9fe45d -size 142680 diff --git a/python-nbxmpp-5.0.1.tar.bz2 b/python-nbxmpp-5.0.1.tar.bz2 new file mode 100644 index 0000000..0eb1a44 --- /dev/null +++ b/python-nbxmpp-5.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1793ba05f1adc9c7a32d7020a0d294d80c06007caac10f09f7b5f574e6336ed8 +size 142702 diff --git a/python-nbxmpp.changes b/python-nbxmpp.changes index 172dea3..143b24f 100644 --- a/python-nbxmpp.changes +++ b/python-nbxmpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 30 07:15:22 UTC 2024 - Dirk Müller + +- update to 5.0.1: + * SecurityLabels: Add restrict attribute + ------------------------------------------------------------------- Mon Jun 10 13:30:34 UTC 2024 - Alexei Sorokin @@ -292,7 +298,7 @@ Mon May 17 15:40:52 UTC 2021 - Ferdinand Thiessen * Client: Remove GSSAPI from default mechanisms * Presence: Fix is_nickname_changed check * UserAvatar: Add default argument - + ------------------------------------------------------------------- Thu Sep 3 07:44:19 UTC 2020 - Dirk Mueller diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec index 1441218..063ed24 100644 --- a/python-nbxmpp.spec +++ b/python-nbxmpp.spec @@ -16,20 +16,20 @@ # -# Requires at least python 3.10 -%define skip_python38 1 -%define skip_python39 1 %{?sle15_python_module_pythons} %define _name nbxmpp Name: python-nbxmpp -Version: 5.0.0 +Version: 5.0.1 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/%{version}/python-nbxmpp-%{version}.tar.bz2 +BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 65.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-generators >= 20220912 BuildRequires: python-rpm-macros >= 20220912 @@ -73,7 +73,7 @@ non-blocking sockets. %files %{python_files} %license COPYING %doc ChangeLog README.md -%{python_sitelib}/%{_name}/ -%{python_sitelib}/%{_name}-* +%{python_sitelib}/%{_name} +%{python_sitelib}/%{_name}-%{version}.dist-info %changelog