Compare commits

...

No commits in common. "imports/c8-beta-stream-3.9/python3x-six-1.15.0-3.module+el8.4.0+9822+20bf1249" and "c8-stream-3.8" have entirely different histories.

3 changed files with 16 additions and 29 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/six-1.15.0.tar.gz SOURCES/six-1.12.0.tar.gz

View File

@ -1 +1 @@
a785c20658b3676333c749436f088394c12b0c26 SOURCES/six-1.15.0.tar.gz 1957b44942be21822414f4dde936e6c40b687565 SOURCES/six-1.12.0.tar.gz

View File

@ -3,18 +3,19 @@
# tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped # tests are enabled by default, but on Fedora 32+, Python 2 tests are skipped
%bcond_without tests %bcond_without tests
# python2 is enabled by default, Fedora 32+ exception is anticipated
%bcond_with python2 %bcond_with python2
%global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl %global python_wheelname %{modname}-%{version}-py2.py3-none-any.whl
Name: python3x-%{modname} Name: python3x-%{modname}
Version: 1.15.0 Version: 1.12.0
Release: 3%{?dist} Release: 10%{?dist}
Summary: Python 2 and 3 compatibility utilities Summary: Python 2 and 3 compatibility utilities
License: MIT License: MIT
URL: https://pypi.python.org/pypi/six URL: https://pypi.python.org/pypi/six
Source0: %{pypi_source %{modname}} Source0: https://files.pythonhosted.org/packages/source/%(n=%{modname}; echo ${n:0:1})/%{modname}/%{modname}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
# Exclude i686 arch. Due to a modularity issue it's being added to the # Exclude i686 arch. Due to a modularity issue it's being added to the
@ -23,7 +24,7 @@ BuildArch: noarch
ExcludeArch: i686 ExcludeArch: i686
%global _description \ %global _description \
python-%%{modname} provides simple utilities for wrapping over differences between\ python-%{modname} provides simple utilities for wrapping over differences between\
Python 2 and Python 3. Python 2 and Python 3.
%description %{_description} %description %{_description}
@ -50,10 +51,10 @@ Python 2 version.
Summary: %{summary} Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}}
BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-rpm-macros
BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-pip BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: python%{python3_pkgversion}-wheel BuildRequires: python%{python3_pkgversion}-wheel
BuildRequires: python%{python3_pkgversion}-rpm-macros
%if %{with tests} %if %{with tests}
BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-pytest
@ -86,9 +87,9 @@ Python 3 version.
%if %{with tests} %if %{with tests}
%check %check
%if %{with python2} && 0%{?fedora} < 32 %if %{with python2} && 0%{?fedora} < 32
PYTHONPATH=%{buildroot}%{python2_sitelib} pytest-2 -rfsxX test_six.py PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-2 -rfsxX test_six.py
%endif %endif
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -rfsxX test_six.py PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -rfsxX test_six.py
%endif %endif
@ -109,28 +110,14 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -rfsxX test_
%changelog %changelog
* Tue Jan 12 2021 Tomas Orsava <torsava@redhat.com> - 1.15.0-3 * Tue Nov 10 2020 Tomas Orsava <torsava@redhat.com> - 1.12.0-10
- Convert from Fedora to the python39 module in RHEL8 - Rebuild from a new component name
- Resolves: rhbz#1877430
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2 * Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 1.12.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Exclude unsupported i686 arch
* Mon Jun 01 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.15.0-1 * Tue Nov 19 2019 Lumír Balhar <lbalhar@redhat.com> - 1.12.0-8
- Update to 1.15.0 (#1838702) - Adjusted for Python 3.8 module in RHEL 8
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-4
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-3
- Bootstrap for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jan 17 2020 Miro Hrončok <mhroncok@redhat.com> - 1.14.0-1
- Update to 1.14.0 (#1768982) for Python 3.9 support (#1788494)
- Drop old obsoletes for platform-python-six
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.12.0-7 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.12.0-7
- Rebuilt for Python 3.8.0rc1 (#1748018) - Rebuilt for Python 3.8.0rc1 (#1748018)