Name: python3-six Version: 1.16.0 Release: 2%{?dist} Summary: Python 2 and 3 compatibility utilities License: MIT Vendor: VMware, Inc. Distribution: Photon Group: Development/Languages/Python Url: https://pypi.org/project/six Source0: https://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz %define sha512 six=076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-xml %if 0%{?with_check} BuildRequires: openssl-devel BuildRequires: curl-devel %endif Requires: python3 Provides: python%{python3_version}dist(six) BuildArch: noarch %description Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. %prep %autosetup -n six-%{version} %build %py3_build %install %py3_install %files %defattr(-,root,root,-) %{python3_sitelib}/* %changelog * Sun Nov 19 2023 Shreenidhi Shedi 1.16.0-2 - Bump version as a part of openssl upgrade * Mon Oct 10 2022 Prashant S Chauhan 1.16.0-1 - Update release to compile with python 3.11 * Wed Jul 21 2021 Tapas Kundu 1.15.0-3 - Added provides * Tue Sep 29 2020 Satya Naga Vasamsetty 1.15.0-2 - openssl 1.1.1 * Fri Jul 24 2020 Gerrit Photon 1.15.0-1 - Automatic Version Bump * Fri Jun 19 2020 Tapas Kundu 1.11.0-3 - Mass removal python2 * Mon Nov 26 2018 Tapas Kundu 1.11.0-2 - Fix makecheck * Sun Sep 09 2018 Tapas Kundu 1.11.0-1 - Update to version 1.11.0 * Fri Jun 23 2017 Dheeraj Shetty 1.10.0-8 - Add python-setuptools to BuildRequires to avoid Update issues * Wed Jun 21 2017 Xiaolin Li 1.10.0-7 - Fix make check. * Thu Jun 01 2017 Dheeraj Shetty 1.10.0-6 - Use python2 explicitly * Wed Apr 05 2017 Sarah Choi 1.10.0-5 - Remove python-setuptools from BuildRequires * Mon Jan 09 2017 Xiaolin Li 1.10.0-4 - Added python3 site-packages. * Mon Oct 10 2016 ChangLee 1.10.0-3 - Modified %check * Tue May 24 2016 Priyesh Padmavilasom 1.10.0-2 - GA - Bump release of all rpms * Thu Jan 21 2016 Anish Swaminathan 1.10.0-1 - Upgrade version * Wed Mar 04 2015 Mahmoud Bassiouny - Initial packaging for Photon