Update to 3.4
This commit is contained in:
parent
2b5826a541
commit
4d63963deb
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/websockets-3.1.tar.gz
|
||||
/websockets-3.2.tar.gz
|
||||
/websockets-3.3.tar.gz
|
||||
/websockets-3.4.tar.gz
|
||||
|
@ -1,15 +1,14 @@
|
||||
%global pypi_name websockets
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||
|
||||
License: BSD
|
||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||
Source0: https://pypi.python.org/packages/73/e9/e570b5f948514db504fed6f4eb014c826bdcaa053a6bfaa1f9f4c97c3f9a/websockets-3.3.tar.gz
|
||||
Source0: https://pypi.python.org/packages/4a/e8/acf36f117deeb18c0b6679624fa11b57b0876044f0ce3f34024c3a7b2d95/websockets-3.4.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel >= 3.5
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
@ -27,7 +26,6 @@ It requires Python ≥ 3.4 or Python 3.3 with the asyncio module.
|
||||
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||
BuildArch: noarch
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
@ -63,11 +61,14 @@ rm -rf %{pypi_name}.egg-info
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
||||
%{python3_sitelib}/%{pypi_name}/
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
||||
%{python3_sitearch}/%{pypi_name}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2017 Julien Enselme <jujens@jujens.eu> - 3.4-1
|
||||
- Update to 3.4
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (websockets-3.3.tar.gz) = 6f73a854bd00e7066c7a167eb218edcbed3eadfbe1f08d6d164192b0b2cd10263666eb55884cd8e1ddba08edf3bf951fc5ddb99fd32aa23ce4e5e2ad69b3ce8a
|
||||
SHA512 (websockets-3.4.tar.gz) = 24aacdbd2c9c1bad877d4bf37e45d7a32534d9a33a2bfea27dd8ddb16734dbd685317250c6564b237b86d75bc692fb798c61a7bb9391e693fbe1c00335fd472d
|
||||
|
Loading…
Reference in New Issue
Block a user