diff --git python-repoze-who-testutil/python-repoze-who-testutil.spec python-repoze-who-testutil/python-repoze-who-testutil.spec.tmp index e285726961..3a676ab2d1 100644 --- python-repoze-who-testutil/python-repoze-who-testutil.spec +++ python-repoze-who-testutil/python-repoze-who-testutil.spec.tmp @@ -2,7 +2,7 @@ Name: python-repoze-who-testutil Version: 1.0.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Test utilities for repoze.who-powered applications Group: Development/Languages License: BSD @@ -16,20 +16,28 @@ BuildArch: noarch BuildRequires: python-devel, python-setuptools # Test suite requirements # BuildRequires: python-paste-deploy, python-repoze-who >= 1.0, python-nose, python-coverage + +%global _description\ +repoze.who-testutil is a repoze.who plugin which modifies repoze.who‘s\ +original middleware to make it easier to forge authentication, without\ +bypassing identification (this is, running the metadata providers).\ +It’s been created in order to ease testing of repoze.who-powered\ +applications, in a way independent of the identifiers, authenticators\ +and challengers used originally by your application, so that you won’t have\ +to update your test suite as your application grows and the authentication\ +method changes. + +%description %_description + +%package -n python2-repoze-who-testutil +Summary: %summary Requires: python-repoze-who >= 1.0 Requires: python-zope-interface Requires: python-paste > 1.7 Requires: python-paste-deploy >= 1.3.3 +%{?python_provide:%python_provide python2-repoze-who-testutil} -%description -repoze.who-testutil is a repoze.who plugin which modifies repoze.who‘s -original middleware to make it easier to forge authentication, without -bypassing identification (this is, running the metadata providers). -It’s been created in order to ease testing of repoze.who-powered -applications, in a way independent of the identifiers, authenticators -and challengers used originally by your application, so that you won’t have -to update your test suite as your application grows and the authentication -method changes. +%description -n python2-repoze-who-testutil %_description %prep %setup -q -n repoze.who-testutil-%{version} @@ -50,12 +58,16 @@ rm -rf %{buildroot} %clean rm -rf %{buildroot} -%files +%files -n python2-repoze-who-testutil %defattr(-,root,root,-) %doc README.txt %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.1-13 +- Python 2 binary package renamed to python2-repoze-who-testutil + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild