Latest upstream 9.1

Resolves: rhbz#1955976
epel9
Carl George 4 years ago
parent dcf6f26bf6
commit f084021d5d

1
.gitignore vendored

@ -11,3 +11,4 @@
/websockets-8.0.tar.gz
/websockets-8.0.2.tar.gz
/websockets-8.1.tar.gz
/websockets-9.1.tar.gz

@ -1,13 +1,13 @@
%global pypi_name websockets
Name: python-%{pypi_name}
Version: 8.1
Release: 4%{?dist}
Version: 9.1
Release: 1%{?dist}
Summary: An implementation of the WebSocket Protocol for python with asyncio
License: BSD
URL: https://pypi.python.org/pypi/websockets
Source0: https://github.com/aaugustin/websockets/archive/%{version}/%{pypi_name}-%{version}.tar.gz
URL: https://github.com/aaugustin/websockets
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
BuildRequires: gcc
@ -24,8 +24,7 @@ applications.
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
BuildRequires: python3-devel >= 3.5
BuildRequires: python3-devel >= 3.6.1
BuildRequires: python3-setuptools
%description -n python3-%{pypi_name} %{_description}
@ -55,6 +54,10 @@ rm -vf %{buildroot}%{python3_sitearch}/%{pypi_name}/speedups.c
%{python3_sitearch}/%{pypi_name}/
%changelog
* Mon Jul 19 2021 Carl George <carl@george.computer> - 9.1-1
- Latest upstream
- Resolves: rhbz#1955976
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 8.1-4
- Rebuilt for Python 3.10

@ -1 +1 @@
SHA512 (websockets-8.1.tar.gz) = d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12
SHA512 (websockets-9.1.tar.gz) = ff2907a913ff0b8ced6dda72b6fc6512a2ece3ffded2e2dcb8ff6805de9ad504430cc1871c1f6e02ab8069e7b96b2e7609afaf3c9c25f9271b28e2daa72bd3ac

Loading…
Cancel
Save