]> git.pld-linux.org Git - packages/python-pytest.git/commitdiff
- updated to 2.9.1 auto/th/python-pytest-2.9.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 May 2016 20:11:45 +0000 (22:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 May 2016 20:11:45 +0000 (22:11 +0200)
python-pytest.spec

index 589c9d4a97f7409391c79ee5eb590ebf2bb2c70e..54b7d9e52174b06d0a5732bd37ba51964e53b000 100644 (file)
@@ -8,13 +8,13 @@
 Summary:       Simple and popular testing tool for Python
 Summary(pl.UTF-8):     Proste i popularne narzędzie testujące dla Pythona
 Name:          python-%{module}
 Summary:       Simple and popular testing tool for Python
 Summary(pl.UTF-8):     Proste i popularne narzędzie testujące dla Pythona
 Name:          python-%{module}
-Version:       2.8.7
+Version:       2.9.1
 Release:       1
 License:       MIT
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.python.org/pypi/pytest
 Source0:       https://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
 Release:       1
 License:       MIT
 Group:         Development/Languages/Python
 #Source0Download: https://pypi.python.org/pypi/pytest
 Source0:       https://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
-# Source0-md5: 685e2137062c9821b1b74a4814795514
+# Source0-md5: 05165740ea50928e4e971378630163ec
 URL:           http://pytest.org/
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: python-py >= %{pylib_version}
 URL:           http://pytest.org/
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: python-py >= %{pylib_version}
@@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG LICENSE README.rst %{?with_doc:_htmldocs/html}
+%doc AUTHORS CHANGELOG.rst LICENSE README.rst %{?with_doc:_htmldocs/html}
 %attr(755,root,root) %{_bindir}/py.test
 %attr(755,root,root) %{_bindir}/py.test-%{py_ver}
 %{py_sitescriptdir}/pytest.py[co]
 %attr(755,root,root) %{_bindir}/py.test
 %attr(755,root,root) %{_bindir}/py.test-%{py_ver}
 %{py_sitescriptdir}/pytest.py[co]
@@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-pytest
 %defattr(644,root,root,755)
 %if %{with python3}
 %files -n python3-pytest
 %defattr(644,root,root,755)
-%doc CHANGELOG LICENSE README.rst %{?with_doc:_htmldocs/html}
+%doc AUTHORS CHANGELOG.rst LICENSE README.rst %{?with_doc:_htmldocs/html}
 %attr(755,root,root) %{_bindir}/py.test-%{py3_ver}
 %{py3_sitescriptdir}/pytest.py
 %{py3_sitescriptdir}/_pytest
 %attr(755,root,root) %{_bindir}/py.test-%{py3_ver}
 %{py3_sitescriptdir}/pytest.py
 %{py3_sitescriptdir}/_pytest
This page took 0.227529 seconds and 4 git commands to generate.