churchyard / rpms / python-six

Forked from rpms/python-six 3 years ago
Clone
876075
%global modname six
876075
%global build_wheel 1
876075
%global py2_wheel 0
876075
876075
%bcond_without tests
876075
876075
%bcond_with python2
876075
%bcond_without python3
876075
876075
%global python2_wheelname %{modname}-%{version}-py2.py3-none-any.whl
876075
%global python3_wheelname %python2_wheelname
876075
876075
Name:           python-%{modname}
876075
Version:        1.11.0
876075
Release:        8%{?dist}
876075
Summary:        Python 2 and 3 compatibility utilities
876075
876075
License:        MIT
876075
URL:            https://pypi.python.org/pypi/six
876075
Source0:        https://files.pythonhosted.org/packages/source/%(n=%{modname}; echo ${n:0:1})/%{modname}/%{modname}-%{version}.tar.gz
876075
876075
BuildArch:      noarch
876075
876075
%global _description \
876075
%%{name} provides simple utilities for wrapping over differences between\
876075
Python 2 and Python 3.
876075
876075
%description %{_description}
876075
876075
%if %{with python2}
876075
%package -n python2-%{modname}
876075
Summary:        %{summary}
876075
%{?python_provide:%python_provide python2-%{modname}}
876075
BuildRequires:  python2-devel
876075
BuildRequires:  python2-setuptools
876075
876075
%if %{with tests}
876075
BuildRequires:  python2-pytest
876075
#BuildRequires:  python2-tkinter
876075
%endif
876075
876075
%if 0%{?py2_wheel}
876075
BuildRequires:  python2-pip
876075
BuildRequires:  python2-wheel
876075
%endif
876075
876075
%description -n python2-%{modname} %{_description}
876075
Python 2 version.
876075
876075
%endif
876075
876075
876075
%if %{with python3}
876075
%package -n python3-%{modname}
876075
Summary:        %{summary}
876075
%{?python_provide:%python_provide python3-%{modname}}
876075
Obsoletes:      platform-python-%{modname} < %{version}-%{release}
876075
BuildRequires:  python3-devel
876075
BuildRequires:  python3-setuptools
876075
876075
%if %{with tests}
876075
BuildRequires:  python3-pytest
876075
BuildRequires:  python3-tkinter
876075
%endif
876075
876075
%if 0%{?build_wheel}
876075
BuildRequires:  python%{python3_pkgversion}-pip
876075
BuildRequires:  python%{python3_pkgversion}-wheel
876075
%endif
876075
876075
%description -n python3-%{modname} %{_description}
876075
Python 3 version.
876075
876075
%endif
876075
876075
876075
%prep
876075
%autosetup -n %{modname}-%{version}
876075
876075
876075
%build
876075
%if %{with python2}
876075
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
876075
%if 0%{?py2_wheel}
876075
%py2_build_wheel
876075
%else
876075
%py2_build
876075
%endif
876075
%endif
876075
876075
%if %{with python3}
876075
%if 0%{?build_wheel}
876075
%py3_build_wheel
876075
%else
876075
%py3_build
876075
%endif
876075
%endif
876075
876075
876075
%install
876075
%if %{with python2}
876075
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
876075
%if 0%{?py2_wheel}
876075
%py2_install_wheel %{python2_wheelname}
876075
%else
876075
%py2_install
876075
%endif
876075
%endif
876075
876075
%if %{with python3}
876075
%if 0%{?build_wheel}
876075
%py3_install_wheel %{python3_wheelname}
876075
%else
876075
%py3_install
876075
%endif
876075
%endif
876075
876075
876075
%if %{with tests}
876075
%check
876075
%if %{with python2}
876075
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
876075
py.test-2 -rfsxX test_six.py
876075
%endif #{with python2}
876075
py.test-3 -rfsxX test_six.py
876075
%endif
876075
876075
876075
%if %{with python2}
876075
%files -n python2-%{modname}
876075
%license LICENSE
876075
%doc README.rst documentation/index.rst
876075
%{python2_sitelib}/%{modname}-*.*-info/
876075
%{python2_sitelib}/%{modname}.py*
876075
%endif
876075
876075
%if %{with python3}
876075
%files -n python3-%{modname}
876075
%license LICENSE
876075
%doc README.rst documentation/index.rst
876075
%{python3_sitelib}/%{modname}-*.dist-info/
876075
%{python3_sitelib}/%{modname}.py
876075
%{python3_sitelib}/__pycache__/%{modname}.*
876075
%endif
876075
876075
876075
%changelog
876075
* Fri Jul 13 2018 Petr Viktorin <pviktori@redhat.com> - 1.11.0-8
876075
- Disable the Python 2 subpackage
876075
  https://bugzilla.redhat.com/show_bug.cgi?id=1594157
876075
876075
* Wed Jun 27 2018 Petr Viktorin <pviktori@redhat.com> - 1.11.0-7
876075
- Drop dependency on python2-tkinter
876075
  This results in one skipped test.
876075
876075
* Fri Jun 22 2018 Petr Viktorin <pviktori@redhat.com> - 1.11.0-6
876075
- Do not use wheel on Python 2
876075
876075
* Fri Jun 22 2018 Petr Viktorin <pviktori@redhat.com> - 1.11.0-5
876075
- Conditionalize bulding wheel on Python 2
876075
876075
* Thu Jun 21 2018 Lumír Balhar <lbalhar@redhat.com> - 1.11.0-4
876075
- Allow build with Python 2
876075
876075
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-3
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
876075
876075
* Wed Nov 15 2017 Lumír Balhar <lbalhar@redhat.com> - 1.11.0-2
876075
- Removed and obsoleted the platform-python subpackage
876075
876075
* Tue Sep 19 2017 Charalampos Stratakis <cstratak@redhat.com> - 1.11.0-1
876075
- Update to 1.11.0
876075
876075
* Thu Aug 10 2017 Tomas Orsava <torsava@redhat.com> - 1.10.0-11
876075
- Added the platform-python subpackage
876075
876075
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-10
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
876075
876075
* Mon Jul 03 2017 Petr Viktorin <pviktori@redhat.com> - 1.10.0-9
876075
- Fix unversioned Python BuildRequires
876075
876075
* Mon Feb 13 2017 Charalampos Stratakis <cstratak@redhat.com> - 1.10.0-8
876075
- Rebuild as wheel
876075
876075
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-7
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
876075
876075
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.10.0-6
876075
- Enable tests
876075
876075
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.10.0-5
876075
- Rebuild for Python 3.6
876075
- Disable python3 tests
876075
876075
* Tue Aug 09 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.10.0-4
876075
- Modernize spec more
876075
- Depend on system-python(abi)
876075
- Cleanups
876075
876075
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-3
876075
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
876075
876075
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 1.10.0-2
876075
- Modernize spec
876075
- Fix python3 package file ownership
876075
876075
* Fri Nov 13 2015 Slavek Kabrda <bkabrda@redhat.com> - 1.10.0-1
876075
- Update to 1.10.0
876075
876075
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.9.0-4
876075
- Rebuilt for Python3.5 rebuild
876075
876075
* Mon Jul 13 2015 Slavek Kabrda <bkabrda@redhat.com> - 1.9.0-3
876075
- Added python2-six provide to python-six
876075
876075
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-2
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
876075
876075
* Mon Feb 23 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.0-1
876075
- Upstream 1.9.0
876075
- Packaging cleanups
876075
876075
* Fri Nov 14 2014 Slavek Kabrda <bkabrda@redhat.com> - 1.8.0-1
876075
- upgrade to 1.8.0 (rhbz#1105861)
876075
876075
* Sun Aug  3 2014 Tom Callaway <spot@fedoraproject.org> - 1.7.3-2
876075
- fix license handling
876075
876075
* Thu Jul 31 2014 Pádraig Brady <pbrady@redhat.com> - 1.7.3-1
876075
- Latest upstream
876075
876075
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-3
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
876075
876075
* Thu May 08 2014 Orion Poplawski <orion@cora.nwra.com> - 1.6.1-2
876075
- Rebuild for Python 3.4
876075
876075
* Tue Apr 29 2014 Matthias Runge <mrugne@redhat.com> - 1.6.1-1
876075
- upgrade to 1.6.1 (rhbz#1076578)
876075
876075
* Fri Mar 07 2014 Matthias Runge <mrunge@redhat.com> - 1.5.2-1
876075
- upgrade to 1.5.2 (rhbz#1048819)
876075
876075
* Mon Sep 16 2013 Bohuslav Kabrda <bkabrda@redhat.com> - 1.4.1-1
876075
- 1.4.1
876075
876075
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
876075
876075
* Thu Mar 21 2013 David Malcolm <dmalcolm@redhat.com> - 1.3.0-1
876075
- 1.3.0
876075
876075
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
876075
876075
* Wed Aug 29 2012 David Malcolm <dmalcolm@redhat.com> - 1.2.0-1
876075
- 1.2.0 (rhbz#852658)
876075
- add %%check section
876075
876075
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.0-4
876075
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
876075
876075
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-3
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
876075
876075
* Fri Jun 22 2012 Ralph Bean <rbean@redhat.com> - 1.1.0-2
876075
- Conditionalized python3-six, allowing an el6 build.
876075
876075
* Tue Feb  7 2012 David Malcolm <dmalcolm@redhat.com> - 1.1.0-1
876075
- 1.1.0
876075
876075
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
876075
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
876075
876075
* Thu Mar 24 2011 David Malcolm <dmalcolm@redhat.com> - 1.0.0-1
876075
- initial packaging
876075
876075