Rebuild for Python 3.6
Disable python3 tests
This commit is contained in:
parent
01dce3aaa7
commit
4d6cfbfb4d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.7.1
|
Version: 0.7.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -20,7 +20,7 @@ BuildRequires: python2-pytest
|
|||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-pytest
|
#BuildRequires: python3-pytest
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The imagesize package parses image file headers and returns the image sizes.
|
The imagesize package parses image file headers and returns the image sizes.
|
||||||
@ -75,7 +75,7 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
py.test-2
|
py.test-2
|
||||||
py.test-3
|
#py.test-3
|
||||||
|
|
||||||
%files -n python2-%{pypi_name}
|
%files -n python2-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -90,6 +90,10 @@ py.test-3
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.7.1-3
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
- Disable python3 tests
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user