From 4d6cfbfb4d4fb0a761dbf3f1d221f37147d5cc24 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Dec 11 2016 12:10:31 +0000 Subject: Rebuild for Python 3.6 Disable python3 tests --- diff --git a/python-imagesize.spec b/python-imagesize.spec index e3bfd47..ddde7e2 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} License: MIT @@ -20,7 +20,7 @@ BuildRequires: python2-pytest BuildRequires: python3-setuptools BuildRequires: python3-devel -BuildRequires: python3-pytest +#BuildRequires: python3-pytest %description The imagesize package parses image file headers and returns the image sizes. @@ -75,7 +75,7 @@ rm -rf %{pypi_name}.egg-info %check py.test-2 -py.test-3 +#py.test-3 %files -n python2-%{pypi_name} %doc README.rst @@ -90,6 +90,10 @@ py.test-3 %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 0.7.1-3 +- Rebuild for Python 3.6 +- Disable python3 tests + * Tue Jul 19 2016 Fedora Release Engineering - 0.7.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages