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:
parent
eeaa7a1a4a
commit
4670d3cfd8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:773b8a070b1d2104cffe26ac5fd197b283d07628b30d7a784eeb6a27cc9fe45d
|
||||
size 142680
|
3
python-nbxmpp-5.0.1.tar.bz2
Normal file
3
python-nbxmpp-5.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1793ba05f1adc9c7a32d7020a0d294d80c06007caac10f09f7b5f574e6336ed8
|
||||
size 142702
|
@ -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>
|
||||
|
||||
@ -292,7 +298,7 @@ Mon May 17 15:40:52 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
* 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user