diff --git a/python-websockets.spec b/python-websockets.spec index 7bf7c86..e14c665 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -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 - 3.0-1 +- Update to 3.0 +- Correct build on rawhide + * Thu Feb 04 2016 Fedora Release Engineering - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild