Update to 2.7
This commit is contained in:
parent
ea3eec4844
commit
c39cb5014a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/websockets-2.6.tar.gz
|
/websockets-2.6.tar.gz
|
||||||
|
/websockets-2.7.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global pypi_name websockets
|
%global pypi_name websockets
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.6
|
Version: 2.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
Summary: An implementation of the WebSocket Protocol for python with asyncio
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -68,6 +68,9 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 22 2015 Julien Enselme <jujens@jujens.eu> - 2.7-1
|
||||||
|
- Update to 2.7
|
||||||
|
|
||||||
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2.6-2
|
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user