[packages/python-pytest] - updated to 2.9.1
qboosh
qboosh at pld-linux.org
Thu May 12 22:11:42 CEST 2016
commit c64514845d2e19b49cc4ccaf5ec40091ecd7e369
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu May 12 22:11:45 2016 +0200
- updated to 2.9.1
python-pytest.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-pytest.spec b/python-pytest.spec
index 589c9d4..54b7d9e 100644
--- a/python-pytest.spec
+++ b/python-pytest.spec
@@ -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}
-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
-# Source0-md5: 685e2137062c9821b1b74a4814795514
+# Source0-md5: 05165740ea50928e4e971378630163ec
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)
-%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]
@@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
%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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pytest.git/commitdiff/c64514845d2e19b49cc4ccaf5ec40091ecd7e369
More information about the pld-cvs-commit
mailing list