Update to 3.2

This commit is contained in:
Julien Enselme 2016-09-18 11:58:02 +02:00
parent dc1e88a2d5
commit 783fa941c4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/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 /websockets-3.1.tar.gz
/websockets-3.2.tar.gz

View File

@ -1,13 +1,13 @@
%global pypi_name websockets %global pypi_name websockets
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 3.1 Version: 3.2
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
URL: https://pypi.python.org/pypi/%{pypi_name} URL: https://pypi.python.org/pypi/%{pypi_name}
Source0: https://pypi.python.org/packages/source/w/%{pypi_name}/%{pypi_name}-%{version}.tar.gz Source0: https://pypi.python.org/packages/c5/5c/fd5cbe294146421596459ba7ae55f39972d722e77da4c791fdc25be5c8e8/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel >= 3.5 BuildRequires: python3-devel >= 3.5
@ -68,6 +68,9 @@ rm -rf %{pypi_name}.egg-info
%changelog %changelog
* Sun Sep 18 2016 Julien Enselme <jujens@jujens.eu> 3.2-1
- Update to 3.2
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
71805b52e8586d01fa217092237aeae7 websockets-3.1.tar.gz c1842c03d14169082e065a109fe1cb2c websockets-3.2.tar.gz