1
0
forked from pool/python-nbxmpp

- update to 5.0.1:

* SecurityLabels: Add restrict attribute

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=98
This commit is contained in:
Dirk Mueller 2024-06-30 07:15:36 +00:00 committed by Git OBS Bridge
parent eeaa7a1a4a
commit 4670d3cfd8
4 changed files with 16 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 30 07:15:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.1:
* SecurityLabels: Add restrict attribute
-------------------------------------------------------------------
Mon Jun 10 13:30:34 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -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