forked from pool/python-nbxmpp
Accepting request 1060538 from home:XRevan86
- Update to version 4.1.0. OBS-URL: https://build.opensuse.org/request/show/1060538 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nbxmpp?expand=0&rev=74
This commit is contained in:
parent
d837e795c9
commit
371f9536fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:804795ec920760040f8e7d9d34d2055ef56eea23f91ef77f4ed8a04d009b84e5
|
||||
size 133863
|
3
python-nbxmpp-4.1.0.tar.bz2
Normal file
3
python-nbxmpp-4.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaad016834eb60825bc369afd81eb80863d0d9fa9396f9994210ffbfa443f9c7
|
||||
size 132973
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 23:28:52 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 4.1.0:
|
||||
* Port package to pyproject.toml.
|
||||
* Handle race condition when cancelling request.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 21:41:22 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -24,22 +24,24 @@
|
||||
%endif
|
||||
%define _name nbxmpp
|
||||
Name: python-nbxmpp
|
||||
Version: 4.0.1
|
||||
Version: 4.1.0
|
||||
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 setuptools}
|
||||
BuildRequires: %{python_module setuptools >= 65.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-generators >= 20200714
|
||||
BuildRequires: python-rpm-macros >= 20200714
|
||||
# For testing
|
||||
BuildRequires: %{python_module gobject-Gdk}
|
||||
BuildRequires: %{python_module gobject-Gdk >= 3.42}
|
||||
BuildRequires: %{python_module idna}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: typelib(Soup) = 3.0
|
||||
Recommends: python-gssapi
|
||||
BuildArch: noarch
|
||||
@ -57,10 +59,10 @@ non-blocking sockets.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
|
||||
|
||||
%check
|
||||
|
Loading…
Reference in New Issue
Block a user