diff --git a/python-websocket-client.spec b/python-websocket-client.spec index f356a81..839a1fb 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -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 -URL: https://github.com/liris/websocket-client +Packager: Silvan Calarco +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 0.59.0-1mamba +- automatic version update by autodist + * Thu Mar 04 2021 Automatic Build System 0.58.0-1mamba - automatic version update by autodist