forked from pool/python-nbxmpp
Accepting request 1058309 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1058309 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbxmpp?expand=0&rev=37
This commit is contained in:
commit
523bc7b96f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8dc87ef64c9a0ff89a9524c35e62d764bb3e90043ac18340a6beb99b81f59ba4
|
|
||||||
size 132029
|
|
3
python-nbxmpp-4.0.0.tar.bz2
Normal file
3
python-nbxmpp-4.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d12856806c7e1949886461fbb84ba8dd3244200e45f9bd5557499b032abf640b
|
||||||
|
size 133902
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 14:14:26 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
- Update to version 4.0.0:
|
||||||
|
* Add message reactions (XEP-0444) support.
|
||||||
|
* Add HTTP module.
|
||||||
|
* Raise required python version to 3.10.
|
||||||
|
* Remove example client.
|
||||||
|
* Port to libsoup3.
|
||||||
|
* XEP-0392: Update to 0.8.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 31 11:23:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
Mon Oct 31 11:23:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nbxmpp
|
# spec file for package python-nbxmpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,13 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Requires at least python 3.9
|
# Requires at least python 3.10
|
||||||
%define skip_python2 1
|
|
||||||
%define skip_python36 1
|
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
|
%define skip_python39 1
|
||||||
|
%if 0%{?suse_version} <= 1500 && "%{?pythons}%{!?pythons:python3}" == "python3"
|
||||||
|
%define pythons python310
|
||||||
|
%endif
|
||||||
%define _name nbxmpp
|
%define _name nbxmpp
|
||||||
Name: python-nbxmpp
|
Name: python-nbxmpp
|
||||||
Version: 3.2.5
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XMPP library by Gajim team
|
Summary: XMPP library by Gajim team
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -38,7 +40,7 @@ BuildRequires: %{python_module gobject-Gdk}
|
|||||||
BuildRequires: %{python_module idna}
|
BuildRequires: %{python_module idna}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module precis-i18n}
|
BuildRequires: %{python_module precis-i18n}
|
||||||
BuildRequires: typelib(Soup) = 2.4
|
BuildRequires: typelib(Soup) = 3.0
|
||||||
Recommends: python-gssapi
|
Recommends: python-gssapi
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
@ -51,13 +53,6 @@ applications to use Jabber/XMPP networks in a non-blocking way.
|
|||||||
This library is initialy a fork of xmpppy one, but using
|
This library is initialy a fork of xmpppy one, but using
|
||||||
non-blocking sockets.
|
non-blocking sockets.
|
||||||
|
|
||||||
%package doc
|
|
||||||
Summary: Nbxmpp Documentation
|
|
||||||
Group: Documentation/Other
|
|
||||||
|
|
||||||
%description doc
|
|
||||||
This packages provides documentation of Nbxmpp API.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -73,11 +68,8 @@ This packages provides documentation of Nbxmpp API.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%doc ChangeLog README.md
|
||||||
%{python_sitelib}/%{_name}/
|
%{python_sitelib}/%{_name}/
|
||||||
%{python_sitelib}/%{_name}-*
|
%{python_sitelib}/%{_name}-*
|
||||||
|
|
||||||
%files %{python_files doc}
|
|
||||||
%doc ChangeLog README.md
|
|
||||||
%doc %{_name}/examples/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user