Update to 3.0
- Correct build on rawhide
This commit is contained in:
parent
7ee53ab433
commit
ddaaa50ba3
@ -1,8 +1,8 @@
|
||||
%global pypi_name websockets
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 2.7
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||
|
||||
License: BSD
|
||||
@ -10,7 +10,7 @@ URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||
Source0: https://pypi.python.org/packages/source/w/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: python3-devel >= 3.5
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description
|
||||
@ -68,6 +68,10 @@ rm -rf %{pypi_name}.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 14 2016 Julien Enselme <jujens@jujens.eu> - 3.0-1
|
||||
- Update to 3.0
|
||||
- Correct build on rawhide
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user