diff --git a/.gitignore b/.gitignore index 5fde3d6..ad45d5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /websockets-2.6.tar.gz +/websockets-2.7.tar.gz diff --git a/python-websockets.spec b/python-websockets.spec index 4ec0ef0..0c9c57f 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,8 +1,8 @@ %global pypi_name websockets Name: python-%{pypi_name} -Version: 2.6 -Release: 2%{?dist} +Version: 2.7 +Release: 1%{?dist} Summary: An implementation of the WebSocket Protocol for python with asyncio License: BSD @@ -68,6 +68,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Sun Nov 22 2015 Julien Enselme - 2.7-1 +- Update to 2.7 + * Thu Nov 12 2015 Kalev Lember - 2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 9df1de4..bb6bae2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6fecc06d892ee9bf3282b4c7c09edcaa websockets-2.6.tar.gz +8b442b1ddb27627a6e7aacd38f8ab7f1 websockets-2.7.tar.gz