automatic version update by autodist [release 1.3.3-1mamba;Wed Aug 10 2022]
This commit is contained in:
parent
2f35909989
commit
11ac8b4205
@ -1,5 +1,5 @@
|
|||||||
Name: python-websocket-client
|
Name: python-websocket-client
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Websocket client for Python
|
Summary: Websocket client for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -23,6 +23,8 @@ BuildRequires: python3.7dist(setuptools)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n websocket-client-%{version}
|
%setup -q -n websocket-client-%{version}
|
||||||
|
# Fix wrong version in setup.py
|
||||||
|
sed -i "s|1.3.2|%{version}|" setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -45,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user