%__openstack_set_env %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %{!?py3ver: %global py3ver %(%{__python3} -c "import sys ; print(sys.version[:3])")} %endif %{!?py2ver: %global py2ver %(%{__python} -c "import sys ; print sys.version[:3]")} %global with_tests 1 %global modname webob %global desc WebOb provides wrappers around the WSGI request environment, and an object to \ help create WSGI responses. The objects map much of the specified behavior of \ HTTP, including header parsing and accessors for other standard parts of the \ environment. Name: python-webob Summary: WSGI request and response object Version: 1.8.5 Release: 1%{?dist} License: MIT URL: http://pythonpaste.org/webob/ Source0: https://files.pythonhosted.org/packages/source/W/WebOb/WebOb-%{version}.tar.gz Source1: README.Fedora BuildArch: noarch BuildRequires: python2-devel BuildRequires: python2-setuptools %if 0%{?with_tests} BuildRequires: python2-nose BuildRequires: python2-pytest %endif # with_tests %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %if 0%{?with_tests} BuildRequires: python3-nose BuildRequires: python3-pytest %endif # with_tests %endif %description %{desc} %package -n python2-webob Summary: %{summary} Requires: python2 Provides: python-webob1.2 = %{version}-%{release} Obsoletes: python-webob1.2 < 1.2.3-7 %{?python_provide:%python_provide python2-webob} %description -n python2-webob %{desc} %if 0%{?with_python3} %package -n python3-webob Summary: %{summary} Requires: python3 Provides: python3-webob1.2 = %{version}-%{release} Obsoletes: python3-webob1.2 < 1.2.3-7 %{?python_provide:%python_provide python3-webob} %description -n python3-webob %{desc} %endif %prep %setup -q -n WebOb-%{version} cp -p %{SOURCE1} . # Disable performance_test, which requires repoze.profile, which isn't # in Fedora. %{__rm} -f tests/performance_test.py # Remove an empty unneeded file that is there for scm purposes. rm docs/_static/.empty %build %py2_build %if 0%{?with_python3} %py3_build %endif %install %if 0%{?with_python3} %py3_install %endif %py2_install %check %if 0%{?with_tests} export PYTHONPATH=%{buildroot}%{python2_sitelib} py.test tests %if 0%{?with_python3} export PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 tests %endif %endif # with_tests %files -n python2-webob %license docs/license.txt %doc docs/* README.Fedora %{python2_sitelib}/webob/ %{python2_sitelib}/WebOb-*.egg-info %if 0%{?with_python3} %files -n python3-webob %license docs/license.txt %doc docs/* README.Fedora %{python3_sitelib}/webob/ %{python3_sitelib}/WebOb-%{version}-py%{py3ver}.egg-info %endif %changelog * Fri Feb 08 2019 Javier Peña - 1.8.5-1 - Update to 1.8.5 * Sat Feb 02 2019 Fedora Release Engineering - 1.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jul 06 2018 Matthias Runge - 1.8.2-1 - update to 1.8.2 (rhbz#1564125) * Sun Jun 17 2018 Miro Hrončok - 1.8.1-2 - Rebuilt for Python 3.7 * Tue May 29 2018 Alfredo Moralejo - 1.8.1-1 - Update to upstream version 1.8.1. * Wed Feb 28 2018 Iryna Shcherbina - 1.7.4-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 1.7.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Dec 18 2017 Kevin Fenzi - 1.7.4-1 - Update to 1.7.4. Fixes bug #1515821 * Fri Sep 29 2017 Troy Dawson - 1.7.3-4 - Cleanup spec file conditionals * Thu Jul 27 2017 Fedora Release Engineering - 1.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jul 12 2017 Randy Barlow - 1.7.3-2 - Depend on python2- versions of nose and setuptools. * Wed Jul 12 2017 Randy Barlow - 1.7.3-1 - Update to 1.7.3 (#1466976). - Provide python2-webob. - Use the license macro to mark the license file. - Remove commented code. - Remove an empty docs file. * Sat Mar 25 2017 Kevin Fenzi - 1.7.2-1 - Update to 1.7.2. Fixes bug #1432922 * Sat Feb 25 2017 Kevin Fenzi - 1.7.1-1 - Update to 1.7.1. Fixes bug #1413950 * Sat Feb 11 2017 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Dec 28 2016 Kevin Fenzi - 1.7.0-1 - Update to 1.7.0. Fixes bug #1408197 * Mon Dec 19 2016 Miro Hrončok - 1.6.2-2 - Rebuild for Python 3.6 * Wed Nov 09 2016 Kevin Fenzi - 1.6.2-1 - Update to 1.6.2. Fixes bug #1385661 * Tue Jul 19 2016 Fedora Release Engineering - 1.6.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue May 31 2016 Nils Philippsen - fix source URL * Sun May 22 2016 Luke Macken - 1.6.1-1 - Update to 1.6.1. Fixes bug #1338436 * Sun Apr 10 2016 Kevin Fenzi - 1.6.0-1 - Update to 1.6.0. Fixes bug #1300180 * Thu Feb 04 2016 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jan 25 2016 Haïkel Guémar - 1.4.2-1 - Upstream 1.4.2 * Tue Nov 10 2015 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Apr 15 2015 Ralph Bean - 1.4.1-1 - new version * Wed Aug 27 2014 Luke Macken - 1.4-1 - Update to 1.4 * Sun Jun 08 2014 Fedora Release Engineering - 1.2.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu May 15 2014 Bohuslav Kabrda - 1.2.3-10 - Enable tests again. * Wed May 14 2014 Bohuslav Kabrda - 1.2.3-9 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 - Set up macro for test bootstrap * Mon Jan 6 2014 Toshio Kuratomi - 1.2.3-8 - And correct the obs_ver again as a later version was built - Add obsoletes for the python3-webob1.2 package as well * Mon Sep 16 2013 Michael Schwendt - 1.2.3-7 - correct python-webob1.2 obs_ver * Sun Aug 04 2013 Fedora Release Engineering - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue May 7 2013 Luke Macken - 1.2.3-5 - Remove the python-wsgiproxy build requirement (#960463) * Tue Apr 2 2013 Luke Macken - 1.2.3-4 - Rebase with and obsolete the python-webob1.2 forward-compat package * Thu Feb 14 2013 Fedora Release Engineering - 1.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 10 2013 Pádraig Brady - 1.2.3-2 - Update to WebOb-1.2.3 * Wed Jan 09 2013 Matthias Runge - 1.1.1-4 - fix deprecation warning (rhbz#801312) - minor spec cleanup * Thu Nov 29 2012 Ralph Bean - 1.2.1-9 - Trying pyver again with py2ver and py3ver. Getting ugly. * Thu Nov 29 2012 Ralph Bean - 1.2.1-8 - Hardcode python3 version * Thu Nov 29 2012 Ralph Bean - 1.2.1-7 - Forced rebuild. * Tue Oct 16 2012 Ralph Bean - 1.2.1-6 - Use pyver macro to use the correct easy-install. * Tue Oct 16 2012 Ralph Bean - 1.2.1-5 - Forced rebuild. * Mon Aug 06 2012 Ralph Bean - 1.2.1-4 - Modernized the with_python3 conditional. - Updated README.Fedora from 1.0.x to 1.2.1. * Mon Aug 06 2012 Ralph Bean - 1.2.1-3 - Removed unreferenced %%global pypiname. - Changed %%check invocation from "nosetests" to "python setup.py test" - Added python3 support. * Mon Aug 06 2012 Ralph Bean - 1.2.1-2 - Typofix BR: python-setuptools-devel -> python-setuptools * Mon Aug 06 2012 Ralph Bean - 1.2.1-1 - Fork from python-webob1.0 for forward-compat python-webob1.2. - Some modernization of the spec file. * Sat Jul 21 2012 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Dec 14 2011 Luke Macken - 1.1.1-1 - Update to the latest stable release - Remove wsgiproxy, tempita, and dtopt from our build requirements * Thu Nov 17 2011 Steve Traylen - 1.0.8-3 - Rename package from python-webob10 to python-webob1.0 * Thu Nov 17 2011 Steve Traylen - 1.0.8-2 - Fedora package adapted to parallel installable on el6. * Wed Aug 17 2011 Nils Philippsen - 1.0.8-1 - Update to 1.0.8 for TurboGears 2.1.1 which needs 1.0.7 (#663117) * Mon Mar 21 2011 Luke Macken - 1.0.5-1 - Update to 1.0.5, which restores Python 2.4 support * Thu Feb 24 2011 Luke Macken - 1.0.3-1 - Update to 1.0.3 * Wed Feb 09 2011 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 14 2010 Ricky Zhou - 1.0-1 - Upstream released new version. * Sun Jul 25 2010 Orcan Ogetbil - 0.9.8-4 - Reenable tests since python-webtest is now available * Sun Jul 25 2010 Orcan Ogetbil - 0.9.8-3 - Disable tests. We need to bootstrap against python-webtest * Thu Jul 22 2010 David Malcolm - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Wed May 05 2010 Luke Macken - 0.9.8-1 - Latest upstream release - Get the test suite running * Tue Jan 19 2010 Ricky Zhou - 0.9.7.1-1 - Upstream released new version. * Sun Jul 26 2009 Fedora Release Engineering - 0.9.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Apr 14 2009 Ricky Zhou - 0.9.6.1-2 - Change define to global. - Remove unnecessary BuildRequires on python-devel. * Tue Mar 10 2009 Ricky Zhou - 0.9.6.1-1 - Upstream released new version. * Thu Feb 26 2009 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Jan 06 2009 Luke Macken 0.9.5-1 - Update to 0.9.5 * Sat Dec 06 2008 Ricky Zhou 0.9.4-1 - Upstream released new version. * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9.3-3 - Rebuild for Python 2.6 * Tue Sep 30 2008 Ricky Zhou 0.9.3-2 - Add BuildRequires on python-tempita. * Tue Sep 30 2008 Ricky Zhou 0.9.3-1 - Upstream released new version. * Thu Jul 17 2008 Ricky Zhou 0.9.2-2 - Remove conftest from the tests. * Fri Jun 27 2008 Ricky Zhou 0.9.2-1 - Upstream released new version. - Rename to python-webob, as mentioned in the Python package naming guidelines. - Clean up spec. - Add %%check section. * Sat Mar 15 2008 Tom "spot" Callaway 0.9-1 - Initial package for Fedora