diff --git a/.gitignore b/.gitignore index 197cae6..e1847d7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /waitress-1.0.1.tar.gz /waitress-1.0.2.tar.gz /waitress-1.1.0.tar.gz +/v1.2.1.tar.gz diff --git a/python-waitress.spec b/python-waitress.spec index 374788a..6e1a4f6 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -3,13 +3,13 @@ %global _docdir_fmt %{name} Name: python-%{srcname} -Version: 1.1.0 -Release: 5%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: Waitress WSGI server License: ZPLv2.1 URL: https://github.com/Pylons/%{srcname} -Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz BuildArch: noarch @@ -76,6 +76,9 @@ Python 3 version. %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Tue Feb 05 2019 Lorenzo Gil Sanchez - 1.2.1-1 +- Update to 1.2.1 (#1667466) + * Sat Feb 02 2019 Fedora Release Engineering - 1.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index b375505..a177614 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waitress-1.1.0.tar.gz) = d53cf027525aec6fbd49ab78c30fef1b83d8b58c6d2cbb191d45e69141d7c31d6cd195a0924ad862a4cc42e5d098813712c568f768f51825e96fac3dd4132fbe +SHA512 (v1.2.1.tar.gz) = 6c06fb799aa277a5e53fc085de3e284c558327f3df7fd2f06771e87f741bdf911a8e0ed2f13f7aa115ab13d4364da27b54984592db6ce3a4326723a7d4c7f7c3 diff --git a/v1.2.1.tar.gz b/v1.2.1.tar.gz new file mode 100644 index 0000000..e7976be Binary files /dev/null and b/v1.2.1.tar.gz differ