2024-01-05 16:52:25 +01:00
|
|
|
Name: python-websocket-client
|
2024-01-05 16:52:26 +01:00
|
|
|
Version: 0.53.0
|
2024-01-05 16:52:25 +01:00
|
|
|
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
|
|
|
|
Source: https://github.com/liris/websocket-client/archive/v%{version}.tar.gz
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
BuildRequires: libpython%{?with_pyver}-devel
|
|
|
|
%else
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
Requires: python >= %python_version
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n websocket-client-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE README.rst
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:52:26 +01:00
|
|
|
* Mon Sep 10 2018 Automatic Build System <autodist@mambasoft.it> 0.53.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:26 +01:00
|
|
|
* Mon Sep 03 2018 Automatic Build System <autodist@mambasoft.it> 0.52.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:26 +01:00
|
|
|
* Mon Aug 20 2018 Automatic Build System <autodist@mambasoft.it> 0.51.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:26 +01:00
|
|
|
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 0.50.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Wed Aug 15 2018 Automatic Build System <autodist@mambasoft.it> 0.49.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Sun May 27 2018 Automatic Build System <autodist@mambasoft.it> 0.48.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Wed Feb 28 2018 Automatic Build System <autodist@mambasoft.it> 0.47.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Fri Jan 05 2018 Automatic Build System <autodist@mambasoft.it> 0.46.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Mon Jan 01 2018 Automatic Build System <autodist@mambasoft.it> 0.45.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Sat Dec 10 2016 Automatic Build System <autodist@mambasoft.it> 0.40.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Fri Dec 02 2016 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:52:25 +01:00
|
|
|
* Sat Oct 15 2016 Davide Madrisan <davide.madrisan@gmail.com> 3.2-1mamba
|
|
|
|
- package created using the webbuild interface
|