Update to 3.1
This commit is contained in:
parent
7abc914205
commit
8b66dff18f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/websockets-2.6.tar.gz
|
/websockets-2.6.tar.gz
|
||||||
/websockets-2.7.tar.gz
|
/websockets-2.7.tar.gz
|
||||||
/websockets-3.0.tar.gz
|
/websockets-3.0.tar.gz
|
||||||
|
/websockets-3.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global pypi_name websockets
|
%global pypi_name websockets
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 3.0
|
Version: 3.1
|
||||||
Release: 1%{?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
|
||||||
|
|
||||||
@ -68,6 +68,9 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2016 Julien Enselme <jujens@jujens.eu> - 3.1-1
|
||||||
|
- Update to 3.1
|
||||||
|
|
||||||
* Sun Feb 14 2016 Julien Enselme <jujens@jujens.eu> - 3.0-1
|
* Sun Feb 14 2016 Julien Enselme <jujens@jujens.eu> - 3.0-1
|
||||||
- Update to 3.0
|
- Update to 3.0
|
||||||
- Correct build on rawhide
|
- Correct build on rawhide
|
||||||
|
Loading…
Reference in New Issue
Block a user