diff --git a/.gitignore b/.gitignore index aae317a..9907e53 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /websockets-2.7.tar.gz /websockets-3.0.tar.gz /websockets-3.1.tar.gz +/websockets-3.2.tar.gz diff --git a/python-websockets.spec b/python-websockets.spec index 0513def..283c7ab 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -1,13 +1,13 @@ %global pypi_name websockets Name: python-%{pypi_name} -Version: 3.1 -Release: 2%{?dist} +Version: 3.2 +Release: 1%{?dist} Summary: An implementation of the WebSocket Protocol for python with asyncio License: BSD 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 BuildRequires: python3-devel >= 3.5 @@ -68,6 +68,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Sun Sep 18 2016 Julien Enselme 3.2-1 +- Update to 3.2 + * Tue Jul 19 2016 Fedora Release Engineering - 3.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 2bfa242..310ef03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71805b52e8586d01fa217092237aeae7 websockets-3.1.tar.gz +c1842c03d14169082e065a109fe1cb2c websockets-3.2.tar.gz