diff --git a/.gitignore b/.gitignore index bc1ff1e..0a54553 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Paste-1.7.5.1.tar.gz /Paste-2.0.2.tar.gz /Paste-2.0.3.tar.gz +/Paste-3.0.8.tar.gz diff --git a/python-paste.spec b/python-paste.spec index 0f33cbc..0b56980 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -5,8 +5,8 @@ interfaces. %global sum Tools for using a Web Server Gateway Interface stack Name: python-paste -Version: 2.0.3 -Release: 9%{?dist} +Version: 3.0.8 +Release: 1%{?dist} BuildArch: noarch # Most of the code is MIT @@ -16,21 +16,22 @@ BuildArch: noarch # PySourceColor.py, Python License: MIT and ZPLv2.0 and Python and (AFL or MIT) and (MIT or ASL 2.0) Summary: %sum -URL: https://bitbucket.org/ianb/paste/ +URL: https://github.com/cdent/paste Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz -# https://bitbucket.org/ianb/paste/pull-requests/41 -Patch0: python37.patch BuildRequires: python2-pyOpenSSL BuildRequires: python2-tempita BuildRequires: python2-devel +BuildRequires: python2-pytest +BuildRequires: python2-pytest-runner BuildRequires: python2-setuptools BuildRequires: python2-six >= 1.4.0 -BuildRequires: python2-nose >= 0.11 BuildRequires: python3-devel BuildRequires: python3-nose BuildRequires: python3-pyOpenSSL +BuildRequires: python3-pytest +BuildRequires: python3-pytest-runner BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.4.0 BuildRequires: python3-tempita @@ -107,12 +108,12 @@ popd %check export PYTHONPATH=$(pwd) # We don't have access to the wider internet in the buildsystem -nosetests-%{python2_version} -e '.*test_paste_website' +py.test-2 -k "not test_paste_website and not test_proxy_to_website and not test_modified" pushd %{py3dir} export PYTHONPATH=$(pwd) # We don't have access to the wider internet in the buildsystem -nosetests-%{python3_version} -e '.*test_paste_website' +py.test-3 -k "not test_paste_website and not test_proxy_to_website and not test_modified" popd @@ -133,6 +134,10 @@ popd %changelog +* Thu Mar 28 2019 Randy Barlow - 3.0.8-1 +- Update to 3.0.8 (#1684199). +- Update the URL to the new home on GitHub. + * Sat Feb 02 2019 Fedora Release Engineering - 2.0.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index aa9b616..430b696 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Paste-2.0.3.tar.gz) = 174b06d77bc6e1d4079e8de7df40412ffda098364efd4e3f915f858be1188c8a6fb546fe4ab981ccc067ec77b7171083b2469e7db6fc3b777d5a24151c928362 +SHA512 (Paste-3.0.8.tar.gz) = d811e9a69f6fdd9cd7c960bae45c889cfb9b761f66c84b045e26f8cea0fa499c5ec27510d2b639062ab75cb090a35a37930813ac1f42c59c0426f2e3231d9c96