Update to version 14.2
Resolves: RHEL-103750 Signed-off-by: Kseniia Nivnia <knivnia@redhat.com>
This commit is contained in:
parent
bb689fda7e
commit
4a67069e8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/websockets-11.0.2.tar.gz
|
/websockets-11.0.2.tar.gz
|
||||||
/websockets-11.0.3.tar.gz
|
/websockets-11.0.3.tar.gz
|
||||||
/websockets-12.0.tar.gz
|
/websockets-12.0.tar.gz
|
||||||
|
/websockets-14.2.tar.gz
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
%global pypi_name websockets
|
%global pypi_name websockets
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
%bcond_without tests
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 12.0
|
Version: 14.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Implementation of the WebSocket Protocol for Python
|
Summary: Implementation of the WebSocket Protocol for Python
|
||||||
|
|
||||||
@ -15,9 +11,6 @@ Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
|
|||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: python3dist(pytest)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
websockets is a library for developing WebSocket servers and clients in
|
websockets is a library for developing WebSocket servers and clients in
|
||||||
@ -52,12 +45,6 @@ BuildRequires: python3-devel
|
|||||||
%check
|
%check
|
||||||
%pyproject_check_import
|
%pyproject_check_import
|
||||||
|
|
||||||
%if %{with tests}
|
|
||||||
# Skip some tests that require network connectivity and/or a running daemon.
|
|
||||||
# Investigate: test_server_shuts_down_* tests hang or fail on Python 3.12
|
|
||||||
%pytest -v --ignore compliance --ignore tests/sync -k "not test_explicit_host_port and not test_server_shuts_down"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (websockets-12.0.tar.gz) = f17943d444ce275b709cf89453b2d2cce09f5af26f0460e226c2e24cfbb425c825963352e130dcd4201587606355375b525d8e5a02eccbffbb3985a108a3ed5e
|
SHA512 (websockets-14.2.tar.gz) = b5b5ce455e5b68a14993ac1d02c6f417db6cc89cdb9b21e12ba1e1975050fdf7e1935e08a35d8fcb41f5e255385c72834627c989f0734d7015bc1817f6067fe9
|
||||||
|
Loading…
Reference in New Issue
Block a user