automatic version update by autodist [release 0.59.0-1mamba;Mon May 10 2021]
This commit is contained in:
parent
f39ed8981b
commit
eeb1f4dbd5
@ -1,23 +1,18 @@
|
||||
Name: python-websocket-client
|
||||
Version: 0.58.0
|
||||
Version: 0.59.0
|
||||
Release: 1mamba
|
||||
Summary: Websocket client for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://github.com/liris/websocket-client
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/websocket-client/websocket-client
|
||||
Source: https://github.com/liris/websocket-client/archive/v%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(six)
|
||||
## AUTOBUILDREQ-END
|
||||
%if 0%{?with_pyver}
|
||||
BuildRequires: libpython%{?with_pyver}-devel
|
||||
%else
|
||||
BuildRequires: libpython-devel
|
||||
%endif
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -41,11 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE README.rst
|
||||
%dir %{python_sitearch}/websocket_client-%{version}-py*.egg-info
|
||||
%{python_sitearch}/websocket_client-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 0.59.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 0.58.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user