forked from saltbundle/saltbundlepy-websocket-client
Compare commits
3 Commits
bundle_tes
...
bundle_tes
| Author | SHA256 | Date | |
|---|---|---|---|
|
ee1a52c93b
|
|||
|
1a3b74d771
|
|||
|
8cca85603c
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 16:04:32 UTC 2026 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Remove explicit set of __brp_python_bytecompile macro in the spec
|
||||
- Remove redundant python_module macro definition from the spec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 11:38:25 UTC 2025 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||
|
||||
- Adjust License tag on spec file after transition to Apache-2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 17:38:11 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
|
||||
|
||||
|
||||
@@ -16,19 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!saltbundlepy_module:%define saltbundlepy_module() saltbundlepy-%{**}}
|
||||
%define pythons saltbundlepy
|
||||
|
||||
# Disable python bytecompile for all distros
|
||||
# It's called explicitly in the spec
|
||||
%global __brp_python_bytecompile %{nil}
|
||||
|
||||
Name: saltbundlepy-websocket-client
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: WebSocket client implementation
|
||||
License: LGPL-2.1-only
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/liris/websocket-client/releases
|
||||
Source0: https://files.pythonhosted.org/packages/source/w/websocket_client/websocket-client-%{version}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user