[python-pytest-pep8] Update to 1.0.6

Orion Poplawski orion at fedoraproject.org
Mon Jun 16 15:53:42 UTC 2014


commit 70f9d7c8d3920f81830b22103c2bb6dd24d401fc
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Jun 16 09:53:36 2014 -0600

    Update to 1.0.6
    
    - Really run tests

 .gitignore              |    1 +
 python-pytest-pep8.spec |   14 ++++++++++----
 sources                 |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de26bfb..0cb0184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pytest-pep8-1.0.5.tar.gz
+/pytest-pep8-1.0.6.tar.gz
diff --git a/python-pytest-pep8.spec b/python-pytest-pep8.spec
index 050b4b1..0b386f1 100644
--- a/python-pytest-pep8.spec
+++ b/python-pytest-pep8.spec
@@ -9,8 +9,8 @@
 %global srcname pytest-pep8
 
 Name:           python-%{srcname}
-Version:        1.0.5
-Release:        5%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Pytest plugin to check PEP8 requirements
 
 License:        MIT
@@ -83,11 +83,13 @@ popd
 
 
 %check
-%{__python2} setup.py test
+PYTHONPATH=$(pwd) LC_ALL="en_US.UTF-8" \
+  py.test -r s .
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-%{__python3} setup.py test
+PYTHONPATH=$(pwd) LC_ALL="en_US.UTF-8" \
+  py.test-%{python3_version} -r s .
 popd
 %endif # with_python3
 
@@ -104,6 +106,10 @@ popd
 
 
 %changelog
+* Mon Jun 16 2014 Orion Poplawski <orion at cora.nwra.com> - 1.0.6-1
+- Update to 1.0.6
+- Really run tests
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index c5791c1..4ff0868 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6199353734615fde47d1fbfef1ebc737  pytest-pep8-1.0.5.tar.gz
+3debd0bac8f63532ae70c7351e73e993  pytest-pep8-1.0.6.tar.gz


More information about the scm-commits mailing list