411dc2
%global srcname setuptools
411dc2
rdobuilder 00fb55
# The original RHEL 9 content set is defined by (build)dependencies
rdobuilder 00fb55
# of the packages in Fedora ELN. Hence we disable tests here
rdobuilder 00fb55
# to prevent pulling many unwanted packages in.
rdobuilder 00fb55
# Once the RHEL 9 content set is defined and/or RHEL 9 forks from ELN,
rdobuilder 00fb55
# the conditional can be removed from the Fedora spec file.
rdobuilder 00fb55
# We intentionally keep this enabled on EPEL.
rdobuilder 00fb55
%if 0%{?rhel} >= 9 && !0%{?epel}
rdobuilder 00fb55
%bcond_with tests
rdobuilder 00fb55
%else
rdobuilder 00fb55
%bcond_without tests
rdobuilder 00fb55
%endif
rdobuilder 00fb55
411dc2
#  WARNING  When bootstrapping, disable tests as well,
411dc2
#           because tests need pip.
411dc2
%bcond_with bootstrap
rdobuilder 00fb55
# Similar to what we have in pythonX.Y.spec files.
rdobuilder 00fb55
# If enabled, provides unversioned executables and other stuff.
rdobuilder 00fb55
# Disable it if you build this package in an alternative stack.
rdobuilder 00fb55
%bcond_without main_python
411dc2
rdobuilder 00fb55
%global python_wheel_name %{srcname}-%{version}-py3-none-any.whl
411dc2
411dc2
Name:           python-setuptools
rdobuilder 00fb55
# When updating, update the bundled libraries versions bellow!
rdobuilder 357427
Version:        65.5.1
rdobuilder 357427
Release:        2%{?dist}
411dc2
Summary:        Easily build and distribute Python packages
rdobuilder 00fb55
# setuptools is MIT
rdobuilder 00fb55
# appdirs is MIT
rdobuilder 00fb55
# more-itertools is MIT
rdobuilder 00fb55
# ordered-set is MIT
rdobuilder 357427
# packaging is BSD-2-Clause OR Apache-2.0
rdobuilder 00fb55
# pyparsing is MIT
rdobuilder 357427
# importlib-metadata is Apache-2.0
rdobuilder 357427
# importlib-resources is Apache-2.0
rdobuilder 00fb55
# jaraco.text is MIT
rdobuilder 357427
# typing-extensions is Python-2.0.1
rdobuilder 00fb55
# zipp is MIT
rdobuilder 00fb55
# nspektr is MIT
rdobuilder 00fb55
# tomli is MIT
rdobuilder 00fb55
# the setuptools logo is MIT
rdobuilder 357427
License:        MIT AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0) AND Python-2.0.1
411dc2
URL:            https://pypi.python.org/pypi/%{srcname}
rdobuilder 00fb55
Source0:        %{pypi_source %{srcname} %{version}}
411dc2
rdobuilder 00fb55
# Some test deps are optional and either not desired or not available in Fedora, thus this patch removes them.
rdobuilder 00fb55
Patch:          Remove-optional-or-unpackaged-test-deps.patch
389322
411dc2
BuildArch:      noarch
411dc2
rdobuilder 00fb55
BuildRequires:  python%{python3_pkgversion}-devel
411dc2
rdobuilder 00fb55
%if %{with tests}
rdobuilder 00fb55
BuildRequires:  gcc
rdobuilder 00fb55
%endif
411dc2
rdobuilder 00fb55
%if %{without bootstrap}
rdobuilder 00fb55
BuildRequires:  pyproject-rpm-macros >= 0-44
rdobuilder 00fb55
# Not to use the pre-generated egg-info, we use setuptools from previous build to generate it
rdobuilder 00fb55
BuildRequires:  python%{python3_pkgversion}-setuptools
rdobuilder 00fb55
# python3 bootstrap: this is built before the final build of python3, which
rdobuilder 00fb55
# adds the dependency on python3-rpm-generators, so we require it manually
rdobuilder 00fb55
# The minimal version is for bundled provides verification script
rdobuilder 00fb55
BuildRequires:  python3-rpm-generators >= 11-8
rdobuilder 00fb55
%endif
411dc2
rdobuilder 00fb55
%description
rdobuilder 00fb55
Setuptools is a collection of enhancements to the Python distutils that allow
rdobuilder 00fb55
you to more easily build and distribute Python packages, especially ones that
rdobuilder 00fb55
have dependencies on other packages.
rdobuilder 00fb55
rdobuilder 00fb55
This package also contains the runtime components of setuptools, necessary to
rdobuilder 00fb55
execute the software that requires pkg_resources.
rdobuilder 00fb55
rdobuilder 00fb55
# Virtual provides for the packages bundled by setuptools.
rdobuilder 00fb55
# Bundled packages are defined in two files:
rdobuilder 00fb55
# - pkg_resources/_vendor/vendored.txt, and
rdobuilder 00fb55
# - setuptools/_vendor/vendored.txt
rdobuilder 00fb55
# Merge them to one and then generate the list with:
rdobuilder 00fb55
# %%{_rpmconfigdir}/pythonbundles.py --namespace 'python%%{python3_pkgversion}dist' allvendor.txt
rdobuilder 00fb55
%global bundled %{expand:
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(appdirs)) = 1.4.3
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(importlib-metadata)) = 4.11.1
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(importlib-resources)) = 5.4
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(jaraco-text)) = 3.7
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(more-itertools)) = 8.8
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(ordered-set)) = 3.1.1
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(packaging)) = 21.3
rdobuilder 357427
Provides: bundled(python%{python3_pkgversion}dist(pyparsing)) = 3.0.9
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(typing-extensions)) = 4.0.1
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(zipp)) = 3.7
rdobuilder 00fb55
Provides: bundled(python%{python3_pkgversion}dist(tomli)) = 2.0.1
rdobuilder 00fb55
}
rdobuilder 00fb55
rdobuilder 00fb55
%package -n python%{python3_pkgversion}-setuptools
rdobuilder 00fb55
Summary:        Easily build and distribute Python 3 packages
rdobuilder 00fb55
%{bundled}
411dc2
rdobuilder 00fb55
%if %{with bootstrap}
rdobuilder 00fb55
Provides:       python%{python3_pkgversion}dist(setuptools) = %{version}
rdobuilder 00fb55
Provides:       python%{python3_version}dist(setuptools) = %{version}
rdobuilder 00fb55
%endif
411dc2
rdobuilder 00fb55
# For users who might see ModuleNotFoundError: No module named 'pkg_resoureces'
rdobuilder 00fb55
# NB: Those are two different provides: one contains underscore, the other hyphen
rdobuilder 00fb55
%py_provides    python%{python3_pkgversion}-pkg_resources
rdobuilder 00fb55
%py_provides    python%{python3_pkgversion}-pkg-resources
411dc2
rdobuilder 00fb55
%description -n python%{python3_pkgversion}-setuptools
rdobuilder 00fb55
Setuptools is a collection of enhancements to the Python 3 distutils that allow
rdobuilder 00fb55
you to more easily build and distribute Python 3 packages, especially ones that
rdobuilder 00fb55
have dependencies on other packages.
411dc2
rdobuilder 00fb55
This package also contains the runtime components of setuptools, necessary to
rdobuilder 00fb55
execute the software that requires pkg_resources.
411dc2
411dc2
%if %{without bootstrap}
rdobuilder 00fb55
%package -n     %{python_wheel_pkg_prefix}-%{srcname}-wheel
411dc2
Summary:        The setuptools wheel
rdobuilder 00fb55
%{bundled}
411dc2
rdobuilder 00fb55
%description -n %{python_wheel_pkg_prefix}-%{srcname}-wheel
411dc2
A Python wheel of setuptools to use with venv.
rdobuilder 00fb55
%endif
411dc2
411dc2
411dc2
%prep
411dc2
%autosetup -p1 -n %{srcname}-%{version}
rdobuilder 00fb55
%if %{without bootstrap}
rdobuilder 00fb55
# If we don't have setuptools installed yet, we use the pre-generated .egg-info
rdobuilder 00fb55
# See https://github.com/pypa/setuptools/pull/2543
rdobuilder 00fb55
# And https://github.com/pypa/setuptools/issues/2550
rdobuilder 357427
# WARNING: We cannot remove this folder since Python 3.11.1,
rdobuilder 357427
#          see https://github.com/pypa/setuptools/issues/3761
rdobuilder 357427
#rm -r %%{srcname}.egg-info
rdobuilder 00fb55
%endif
411dc2
411dc2
# Strip shbang
rdobuilder 00fb55
find setuptools pkg_resources -name \*.py | xargs sed -i -e '1 {/^#!\//d}'
411dc2
# Remove bundled exes
411dc2
rm -f setuptools/*.exe
rdobuilder 00fb55
# Don't ship these
rdobuilder 00fb55
rm -r docs/conf.py
411dc2
411dc2
%if %{without bootstrap}
rdobuilder 00fb55
%generate_buildrequires
rdobuilder 00fb55
%pyproject_buildrequires -r %{?with_tests:-x testing}
rdobuilder 00fb55
%endif
rdobuilder 00fb55
rdobuilder 00fb55
%build
rdobuilder 00fb55
%if %{with bootstrap}
411dc2
%py3_build
rdobuilder 00fb55
%else
rdobuilder 00fb55
%pyproject_wheel
rdobuilder 00fb55
%endif
411dc2
411dc2
411dc2
%install
rdobuilder 00fb55
%if %{with bootstrap}
rdobuilder 00fb55
%py3_install
rdobuilder 00fb55
%else
rdobuilder 00fb55
%pyproject_install
rdobuilder 00fb55
%pyproject_save_files setuptools pkg_resources _distutils_hack
rdobuilder 00fb55
%endif
rdobuilder 00fb55
rdobuilder 00fb55
# https://github.com/pypa/setuptools/issues/2709
rdobuilder 00fb55
rm -rf %{buildroot}%{python3_sitelib}/pkg_resources/tests/
411dc2
%if %{without bootstrap}
rdobuilder 00fb55
sed -i '/\/pkg_resources\/tests\b/d' %{pyproject_files}
411dc2
rdobuilder 00fb55
# Install the wheel for the python-setuptools-wheel package
rdobuilder 00fb55
mkdir -p %{buildroot}%{python_wheel_dir}
rdobuilder 00fb55
install -p %{_pyproject_wheeldir}/%{python_wheel_name} -t %{buildroot}%{python_wheel_dir}
411dc2
%endif
411dc2
411dc2
rdobuilder 00fb55
%if %{with tests}
rdobuilder 00fb55
%check
rdobuilder 00fb55
# Verify bundled provides are up to date
rdobuilder 00fb55
cat pkg_resources/_vendor/vendored.txt setuptools/_vendor/vendored.txt > allvendor.txt
rdobuilder 00fb55
%{_rpmconfigdir}/pythonbundles.py allvendor.txt --namespace 'python%{python3_pkgversion}dist' --compare-with '%{bundled}'
rdobuilder 00fb55
rdobuilder 357427
# Regression test, the wheel should not be larger than 900 kB
rdobuilder 00fb55
# https://bugzilla.redhat.com/show_bug.cgi?id=1914481#c3
rdobuilder 357427
test $(stat --format %%s %{_pyproject_wheeldir}/%{python_wheel_name}) -lt 900000
rdobuilder 00fb55
rdobuilder 00fb55
# Regression test, the tests are not supposed to be installed
rdobuilder 00fb55
test ! -d %{buildroot}%{python3_sitelib}/pkg_resources/tests
rdobuilder 00fb55
test ! -d %{buildroot}%{python3_sitelib}/setuptools/tests
rdobuilder 00fb55
rdobuilder 00fb55
# https://github.com/pypa/setuptools/discussions/2607
rdobuilder 00fb55
rm pyproject.toml
rdobuilder 00fb55
rdobuilder 00fb55
# Upstream tests
rdobuilder 00fb55
# --ignore=setuptools/tests/test_integration.py
rdobuilder 00fb55
# --ignore=setuptools/tests/integration/
rdobuilder 00fb55
# --ignore=setuptools/tests/config/test_apply_pyprojecttoml.py
rdobuilder 00fb55
# -k "not test_pip_upgrade_from_source"
rdobuilder 00fb55
#   the tests require internet connection
rdobuilder 357427
# --ignore=setuptools/tests/test_editable_install.py
rdobuilder 00fb55
#   the tests require pip-run which we don't have in Fedora
rdobuilder 00fb55
PRE_BUILT_SETUPTOOLS_WHEEL=%{_pyproject_wheeldir}/%{python_wheel_name} \
rdobuilder 00fb55
PYTHONPATH=$(pwd) %pytest \
rdobuilder 00fb55
 --ignore=setuptools/tests/test_integration.py \
rdobuilder 00fb55
 --ignore=setuptools/tests/integration/ \
rdobuilder 357427
 --ignore=setuptools/tests/test_editable_install.py \
rdobuilder 00fb55
 --ignore=setuptools/tests/config/test_apply_pyprojecttoml.py \
rdobuilder 00fb55
 -k "not test_pip_upgrade_from_source"
rdobuilder 00fb55
%endif # with tests
rdobuilder 00fb55
rdobuilder 00fb55
rdobuilder 00fb55
%files -n python%{python3_pkgversion}-setuptools %{?!with_bootstrap:-f %{pyproject_files}}
rdobuilder 00fb55
%license LICENSE
rdobuilder 00fb55
%doc docs/* CHANGES.rst README.rst
rdobuilder 00fb55
%{python3_sitelib}/distutils-precedence.pth
rdobuilder 00fb55
%if %{with bootstrap}
rdobuilder 00fb55
%{python3_sitelib}/setuptools-%{version}-py%{python3_version}.egg-info/
rdobuilder 00fb55
%{python3_sitelib}/pkg_resources/
rdobuilder 00fb55
%{python3_sitelib}/setuptools/
rdobuilder 00fb55
%{python3_sitelib}/_distutils_hack/
rdobuilder 00fb55
%endif
rdobuilder 00fb55
411dc2
%if %{without bootstrap}
rdobuilder 00fb55
%files -n %{python_wheel_pkg_prefix}-%{srcname}-wheel
rdobuilder 00fb55
%license LICENSE
rdobuilder 00fb55
# we own the dir for simplicity
rdobuilder 00fb55
%dir %{python_wheel_dir}/
rdobuilder 00fb55
%{python_wheel_dir}/%{python_wheel_name}
411dc2
%endif
411dc2
411dc2
rdobuilder 00fb55
%changelog
rdobuilder 357427
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 65.5.1-2
rdobuilder 357427
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
rdobuilder 357427
rdobuilder 357427
* Tue Nov 08 2022 Miro Hrončok <mhroncok@redhat.com> - 65.5.1-1
rdobuilder 357427
- Update to 65.5.1
rdobuilder 357427
- Fixes: rhbz#2140209
rdobuilder 357427
rdobuilder 357427
* Fri Oct 14 2022 Miro Hrončok <mhroncok@redhat.com> - 65.5.0-1
rdobuilder 357427
- Update to 65.5.0
rdobuilder 357427
- Fixes: rhbz#2129562
rdobuilder 357427
rdobuilder 357427
* Thu Oct 13 2022 Miro Hrončok <mhroncok@redhat.com> - 65.4.1-1
rdobuilder 357427
- Update to 65.4.1
rdobuilder 357427
- Update the RPM License field to use SPDX expressions
rdobuilder 357427
rdobuilder 357427
* Tue Sep 13 2022 Lumír Balhar <lbalhar@redhat.com> - 65.3.0-1
rdobuilder 357427
- Update to 65.3.0
rdobuilder 357427
Resolves: rhbz#2102402
rdobuilder 357427
rdobuilder 357427
* Thu Jul 28 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 65.0.2-1
rdobuilder 357427
- Update to 65.0.2
rdobuilder 357427
- Fixes: rhbz#2102402
rdobuilder 357427
rdobuilder 357427
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 62.6.0-2
rdobuilder 357427
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
rdobuilder 357427
rdobuilder 00fb55
* Tue Jun 14 2022 Charalampos Stratakis <cstratak@redhat.com> - 62.6.0-1
rdobuilder 00fb55
- Update to 62.6.0
rdobuilder 00fb55
- Fixes: rhbz#2064842
411dc2
rdobuilder 00fb55
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 60.9.3-5
rdobuilder 00fb55
- Rebuilt for Python 3.11
411dc2
rdobuilder 00fb55
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 60.9.3-4
rdobuilder 00fb55
- Bootstrap for Python 3.11
411dc2
rdobuilder 00fb55
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 60.9.3-3
rdobuilder 00fb55
- Bootstrap for Python 3.11
411dc2
rdobuilder 00fb55
* Tue Apr 19 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 60.9.3-2
rdobuilder 00fb55
- No longer use the deprecated sre_constants module in bundled pyparsing
rdobuilder 00fb55
- Fixes: rhbz#2075487
411dc2
rdobuilder 00fb55
* Wed Feb 16 2022 Karolina Surma <ksurma@redhat.com> - 60.9.3-1
rdobuilder 00fb55
- Update to 60.9.3
rdobuilder 00fb55
- Fixes rhbz#2033860
411dc2
rdobuilder 00fb55
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 59.6.0-2
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
411dc2
rdobuilder 00fb55
* Wed Dec 08 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 59.6.0-1
rdobuilder 00fb55
- Update to 59.6.0
rdobuilder 00fb55
- Fixes: rhbz#2023119
rdobuilder 00fb55
- Fixes: rhbz#2031556
411dc2
rdobuilder 00fb55
* Wed Nov 10 2021 Karolina Surma <ksurma@redhat.com> - 58.5.3-1
rdobuilder 00fb55
- Update to 58.5.3
rdobuilder 00fb55
- Fixes rhbz#2016715
411dc2
rdobuilder 00fb55
* Tue Oct 19 2021 Tomáš Hrnčiar <thrnciar@redhat.com> - 58.2.0-1
rdobuilder 00fb55
- Update to 58.2.0
rdobuilder 00fb55
- Fixes rhbz#2001228
411dc2
rdobuilder 00fb55
* Tue Aug 03 2021 Miro Hrončok <mhroncok@redhat.com> - 57.4.0-1
rdobuilder 00fb55
- Update to 57.4.0
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v57-4-0
rdobuilder 00fb55
- Fixes rhbz#1982493
411dc2
rdobuilder 00fb55
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 57.1.0-3
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
411dc2
rdobuilder 00fb55
* Mon Jul 19 2021 Miro Hrončok <mhroncok@redhat.com> - 57.1.0-2
rdobuilder 00fb55
- Modernize packaging
411dc2
rdobuilder 00fb55
* Fri Jul 09 2021 Tomas Hrnciar <thrnciar@redhat.com> - 57.1.0-1
rdobuilder 00fb55
- Update to 57.1.0
rdobuilder 00fb55
- Fixes rhbz#1979122
411dc2
rdobuilder 00fb55
* Thu Jun 17 2021 Lumír Balhar <lbalhar@redhat.com> - 57.0.0-1
rdobuilder 00fb55
- Update to 57.0.0
rdobuilder 00fb55
Resolves: rhbz#1963411
411dc2
rdobuilder 00fb55
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 56.2.0-4
rdobuilder 00fb55
- Rebuilt for Python 3.10
411dc2
rdobuilder 00fb55
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 56.2.0-3
rdobuilder 00fb55
- Bootstrap for Python 3.10
389322
rdobuilder 00fb55
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 56.2.0-2
rdobuilder 00fb55
- Bootstrap for Python 3.10
411dc2
rdobuilder 00fb55
* Mon May 17 2021 Miro Hrončok <mhroncok@redhat.com> - 56.2.0-1
rdobuilder 00fb55
- Update to 56.2.0
rdobuilder 00fb55
- Fixes rhbz#1958677
411dc2
rdobuilder 00fb55
* Thu May 06 2021 Tomas Hrnciar <thrnciar@redhat.com> - 56.1.0-1
rdobuilder 00fb55
- Update to 56.1.0
411dc2
rdobuilder 00fb55
* Thu Apr 22 2021 Miro Hrončok <mhroncok@redhat.com> - 56.0.0-2
rdobuilder 00fb55
- Provide python3-pkg_resources
rdobuilder 00fb55
- Provide python3-pkg-resources
411dc2
rdobuilder 00fb55
* Fri Apr 09 2021 Tomas Hrnciar <thrnciar@redhat.com> - 56.0.0-1
rdobuilder 00fb55
- Update to 56.0.0
411dc2
rdobuilder 00fb55
* Tue Mar 16 2021 Tomas Hrnciar <thrnciar@redhat.com> - 54.1.2-1
rdobuilder 00fb55
- Update to 54.1.2
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Feb 02 2021 Miro Hrončok <mhroncok@redhat.com> - 53.0.0-1
rdobuilder 00fb55
- Update to 53.0.0
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v53-0-0
rdobuilder 00fb55
- Fixes: rhbz#1923249
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Jan 26 2021 Lumír Balhar <lbalhar@redhat.com> - 52.0.0-1
rdobuilder 00fb55
- Update to 52.0.0 (#1917060)
rdobuilder 00fb55
- Removes easy_install module and executable
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Jan 11 2021 Miro Hrončok <mhroncok@redhat.com> - 51.1.2-1
rdobuilder 00fb55
- Update to 51.1.2
rdobuilder 00fb55
- Removes tests from the wheel
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v51-1-2
rdobuilder 00fb55
- Fixes: rhbz#1914481
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Dec 29 2020 Miro Hrončok <mhroncok@redhat.com> - 51.1.1-1
rdobuilder 00fb55
- Update to 51.1.1
rdobuilder 00fb55
- Fixes test failures with pip 20.3 as well as with pytest 6.2+
rdobuilder 00fb55
- Fixes: rhbz#1909575
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Dec  4 2020 Miro Hrončok <mhroncok@redhat.com> - 50.3.2-2
rdobuilder 00fb55
- Disable tests in Fedora ELN (and RHEL)
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Oct 20 2020 Tomas Hrnciar <thrnciar@redhat.com> - 50.3.2-1
rdobuilder 00fb55
- Update to 50.3.2 (#1889093)
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Sep 04 2020 Tomas Hrnciar <thrnciar@redhat.com> - 50.1.0-1
rdobuilder 00fb55
- Update to 50.1.0 (#1873889)
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Aug 21 2020 Petr Viktorin <pviktori@redhat.com> - 49.6.0-1
rdobuilder 00fb55
- Update to 49.6.0 (#1862791)
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Jul 29 2020 Miro Hrončok <mhroncok@redhat.com> - 49.1.3-1
rdobuilder 00fb55
- Update to 49.1.3 (#1853597)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v49-1-3
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47.3.1-2
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Jun 26 2020 Miro Hrončok <mhroncok@redhat.com> - 47.3.1-1
rdobuilder 00fb55
- Update to 47.3.1 (#1847049)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v47-3-1
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Jun 01 2020 Charalampos Stratakis <cstratak@redhat.com> - 47.1.1-1
rdobuilder 00fb55
- Update to 47.1.1 (#1841123)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v47-1-1
rdobuilder 00fb55
rdobuilder 00fb55
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-4
rdobuilder 00fb55
- Rebuilt for Python 3.9
rdobuilder 00fb55
rdobuilder 00fb55
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-3
rdobuilder 00fb55
- Bootstrap for Python 3.9
411dc2
rdobuilder 00fb55
* Thu May 21 2020 Miro Hrončok <mhroncok@redhat.com> - 46.4.0-2
rdobuilder 00fb55
- Bootstrap for Python 3.9
rdobuilder 00fb55
rdobuilder 00fb55
* Mon May 18 2020 Tomas Hrnciar <thrnciar@redhat.com> - 46.4.0-1
rdobuilder 00fb55
- Update to 46.4.0 (#1835411)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v46-4-0
rdobuilder 00fb55
rdobuilder 00fb55
* Tue May 12 2020 Tomas Hrnciar <thrnciar@redhat.com> - 46.2.0-1
rdobuilder 00fb55
- Update to 46.2.0 (#1833826)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v46-2-0
rdobuilder 00fb55
rdobuilder 00fb55
* Thu Mar 26 2020 Miro Hrončok <mhroncok@redhat.com> - 46.1.3-1
rdobuilder 00fb55
- Upgrade to 46.1.3 (#1817189)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v46-1-3
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Mar 10 2020 Miro Hrončok <mhroncok@redhat.com> - 46.0.0-1
rdobuilder 00fb55
- Upgrade to 46.0.0 (#1811340)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v46-0-0
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Feb 11 2020 Miro Hrončok <mhroncok@redhat.com> - 45.2.0-1
rdobuilder 00fb55
- Upgrade to 45.2.0 (#1775943)
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v45-2-0
rdobuilder 00fb55
- No longer supports Python 2
rdobuilder 00fb55
rdobuilder 00fb55
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 41.6.0-2
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Nov 04 2019 Tomas Orsava <torsava@redhat.com> - 41.6.0-1
rdobuilder 00fb55
- Upgrade to 41.6.0 (#1758945).
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0
rdobuilder 00fb55
- Disabled a failing upstream test: https://github.com/pypa/setuptools/issues/1896
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Sep 03 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 41.2.0-1
rdobuilder 00fb55
- Upgrade to 41.2.0 (#1742718).
rdobuilder 00fb55
- https://setuptools.readthedocs.io/en/latest/history.html#v41-2-0
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Aug 26 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-9
rdobuilder 00fb55
- Move python2-setuptools to a separate package
rdobuilder 00fb55
rdobuilder 00fb55
* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-8
rdobuilder 00fb55
- Rebuilt for Python 3.8
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-7
rdobuilder 00fb55
- Bootstrap for Python 3.8
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-6
rdobuilder 00fb55
- Provide pythonXdist(setuptools) when bootstrapping
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-5
rdobuilder 00fb55
- Bootstrap for Python 3.8
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 41.0.1-4
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Jul 16 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-3
rdobuilder 00fb55
- Make /usr/bin/easy_install Python 3
rdobuilder 00fb55
- Drop obsoleted Obsoletes
rdobuilder 00fb55
rdobuilder 00fb55
* Fri Jun 21 2019 Petr Viktorin <pviktori@redhat.com> - 41.0.1-2
rdobuilder 00fb55
- Remove optional test dependencies for Python 2
rdobuilder 00fb55
- Skip test_virtualenv on Python 2
rdobuilder 00fb55
rdobuilder 00fb55
* Thu Apr 25 2019 Miro Hrončok <mhroncok@redhat.com> - 41.0.1-1
rdobuilder 00fb55
- Update to 41.0.1 (#1695846)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v41.0.1/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Feb 05 2019 Miro Hrončok <mhroncok@redhat.com> - 40.8.0-1
rdobuilder 00fb55
- Update to 40.8.0 (#1672756)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.8.0/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Sun Feb 03 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.3-1
rdobuilder 00fb55
- Hotfix update to 40.7.3 (#1672084)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.7.3/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Sat Feb 02 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.2-1
rdobuilder 00fb55
- Hotfix update to 40.7.2 (#1671608)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.7.2/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 40.7.1-2
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
rdobuilder 00fb55
rdobuilder 00fb55
* Tue Jan 29 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.1-1
rdobuilder 00fb55
- Hotfix update to 40.7.1 (#1670243)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.7.1/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Jan 28 2019 Miro Hrončok <mhroncok@redhat.com> - 40.7.0-1
rdobuilder 00fb55
- Update to 40.7.0 (#1669876)
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.7.0/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Sep 24 2018 Miro Hrončok <mhroncok@redhat.com> - 40.4.3-1
rdobuilder 00fb55
- Update to 40.4.3 to fix dire DeprecationWarnings (#1627071)
rdobuilder 00fb55
- List vendored libraries
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.4.3/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Sep 19 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 40.4.1-1
rdobuilder 00fb55
- Update to 40.4.1 (#1599307).
rdobuilder 00fb55
- https://github.com/pypa/setuptools/blob/v40.4.1/CHANGES.rst
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Aug 15 2018 Petr Viktorin <pviktori@redhat.com> - 39.2.0-7
rdobuilder 00fb55
- Add a subpackage with wheels
rdobuilder 00fb55
- Remove the python3 bcond
rdobuilder 00fb55
- Remove macros for RHEL 6
rdobuilder 00fb55
rdobuilder 00fb55
* Thu Jul 19 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-6
rdobuilder 00fb55
- Create /usr/local/lib/pythonX.Y when needed (#1576924)
rdobuilder 00fb55
rdobuilder 00fb55
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 39.2.0-5
rdobuilder 00fb55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
rdobuilder 00fb55
rdobuilder 00fb55
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-4
rdobuilder 00fb55
- Rebuilt for Python 3.7
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-3
rdobuilder 00fb55
- Bootstrap for Python 3.7
rdobuilder 00fb55
rdobuilder 00fb55
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 39.2.0-2
rdobuilder 00fb55
- Bootstrap for Python 3.7
rdobuilder 00fb55
rdobuilder 00fb55
* Wed May 23 2018 Charalampos Stratakis <cstratak@redhat.com> - 39.2.0-1
rdobuilder 00fb55
- update to 39.2.0 Fixes bug #1572889
411dc2
411dc2
* Tue Mar 20 2018 Charalampos Stratakis <cstratak@redhat.com> - 39.0.1-1
411dc2
- update to 39.0.1 Fixes bug #1531527
411dc2
411dc2
* Wed Mar 14 2018 Tomas Orsava <torsava@redhat.com> - 38.4.0-4
411dc2
- Skip test_virtualenv due to broken executable detection
411dc2
411dc2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 38.4.0-3
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
411dc2
411dc2
* Tue Jan 16 2018 Troy Dawson <tdawson@redhat.com> - 38.4.0-2
411dc2
- Update conditional
411dc2
411dc2
* Tue Jan 16 2018 Charalampos Stratakis <cstratak@redhat.com> - 38.4.0-1
411dc2
- update to 38.4.0 Fixes bug #1531527
411dc2
411dc2
* Tue Jan 02 2018 Charalampos Stratakis <cstratak@redhat.com> - 38.2.5-1
411dc2
- update to 38.2.5 Fixes bug #1528968
411dc2
411dc2
* Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 37.0.0-1
411dc2
- Update to 37.0.0 (fixes #1474126)
411dc2
- Removed not needed pip3 patch (upstream included different version of fix)
411dc2
411dc2
* Tue Nov 21 2017 Miro Hrončok <mhroncok@redhat.com> - 36.5.0-1
411dc2
- Update to 36.5.0 (related to #1474126)
411dc2
411dc2
* Thu Nov 09 2017 Tomas Orsava <torsava@redhat.com> - 36.2.0-8
411dc2
- Remove the platform-python subpackage
411dc2
411dc2
* Sun Aug 20 2017 Tomas Orsava <torsava@redhat.com> - 36.2.0-7
411dc2
- Re-enable tests to finish bootstrapping the platform-python stack
411dc2
  (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
411dc2
411dc2
* Wed Aug 09 2017 Tomas Orsava <torsava@redhat.com> - 36.2.0-6
411dc2
- Add the platform-python subpackage
411dc2
- Disable tests so platform-python stack can be bootstrapped
411dc2
  (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
411dc2
411dc2
* Wed Aug 09 2017 Tomas Orsava <torsava@redhat.com> - 36.2.0-5
411dc2
- Add Patch 0 that fixes a test suite failure on Python 3 in absence of
411dc2
  the Python 2 version of pip
411dc2
- Move docs to their proper place
411dc2
411dc2
* Wed Aug 09 2017 Tomas Orsava <torsava@redhat.com> - 36.2.0-4
411dc2
- Switch macros to bcond's and make Python 2 optional to facilitate building
411dc2
  the Python 2 and Python 3 modules.
411dc2
411dc2
* Tue Aug 08 2017 Michal Cyprian <mcyprian@redhat.com> - 36.2.0-3
411dc2
- Revert "Add --executable option to easy_install command"
411dc2
  This enhancement is currently not needed and it can possibly
411dc2
  collide with `pip --editable`option
411dc2
411dc2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 36.2.0-2
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
411dc2
411dc2
* Sat Jul 15 2017 Charalampos Stratakis <cstratak@redhat.com> - 36.2.0-1
411dc2
- update to 36.2.0. Fixes bug #1470908
411dc2
411dc2
* Thu Jun 15 2017 Charalampos Stratakis <cstratak@redhat.com> - 36.0.1-1
411dc2
- update to 36.0.1. Fixes bug #1458093
411dc2
411dc2
* Sat May 27 2017 Kevin Fenzi <kevin@scrye.com> - 35.0.2-1
411dc2
- update to 35.0.2. Fixes bug #1446622
411dc2
411dc2
* Sun Apr 23 2017 Kevin Fenzi <kevin@scrye.com> - 35.0.1-1
411dc2
- Update to 35.0.1. Fixes bug #1440388
411dc2
411dc2
* Sat Mar 25 2017 Kevin Fenzi <kevin@scrye.com> - 34.3.2-1
411dc2
- Update to 34.3.2. Fixes bug #1428818
411dc2
411dc2
* Sat Feb 25 2017 Kevin Fenzi <kevin@scrye.com> - 34.3.0-1
411dc2
- Update to 34.3.0. Fixes bug #1426463
411dc2
411dc2
* Fri Feb 17 2017 Michal Cyprian <mcyprian@redhat.com> - 34.2.0-2
411dc2
- Add --executable option to easy_install command
411dc2
411dc2
* Thu Feb 16 2017 Charalampos Stratakis <cstratak@redhat.com> - 34.2.0-1
411dc2
- Update to 34.2.0. Fixes bug #1421676
411dc2
411dc2
* Sat Feb 04 2017 Kevin Fenzi <kevin@scrye.com> - 34.1.1-1
411dc2
- Update to 34.1.1. Fixes bug #1412268
411dc2
- Fix License tag. Fixes bug #1412268
411dc2
- Add Requires for fomerly bundled projects: six, packaging appdirs
411dc2
411dc2
* Tue Jan 03 2017 Michal Cyprian <mcyprian@redhat.com> - 32.3.1-2
411dc2
- Use python macros in build and install sections
411dc2
411dc2
* Thu Dec 29 2016 Kevin Fenzi <kevin@scrye.com> - 32.3.1-1
411dc2
- Update to 32.3.1. Fixes bug #1409091
411dc2
411dc2
* Wed Dec 28 2016 Kevin Fenzi <kevin@scrye.com> - 32.3.0-1
411dc2
- Update to 32.3.0. Fixes bug #1408564
411dc2
411dc2
* Fri Dec 23 2016 Kevin Fenzi <kevin@scrye.com> - 32.2.0-1
411dc2
- Update to 32.2.0. Fixes bug #1400310
411dc2
411dc2
* Tue Dec 13 2016 Stratakis Charalampos <cstratak@redhat.com> - 30.4.0-2
411dc2
- Enable tests
411dc2
411dc2
* Sun Dec 11 2016 Kevin Fenzi <kevin@scrye.com> - 30.4.0-1
411dc2
- Update to 30.4.0. Fixes bug #1400310
411dc2
411dc2
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 28.8.0-3
411dc2
- Rebuild for Python 3.6 with wheel
411dc2
- Disable tests
411dc2
411dc2
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 28.8.0-2
411dc2
- Rebuild for Python 3.6 without wheel
411dc2
411dc2
* Wed Nov 09 2016 Kevin Fenzi <kevin@scrye.com> - 28.8.0-1
411dc2
- Update to 28.8.1. Fixes bug #1392722
411dc2
411dc2
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 28.7.1-1
411dc2
- Update to 28.7.1. Fixes bug #1389917
411dc2
411dc2
* Tue Oct 25 2016 Kevin Fenzi <kevin@scrye.com> - 28.6.1-1
411dc2
- Update to 28.6.1. Fixes bug #1387071
411dc2
411dc2
* Tue Oct 18 2016 Kevin Fenzi <kevin@scrye.com> - 28.6.0-1
411dc2
- Update to 28.6.0. Fixes bug #1385655
411dc2
411dc2
* Sat Oct 08 2016 Kevin Fenzi <kevin@scrye.com> - 28.3.0-1
411dc2
- Update to 28.3.0. Fixes bug #1382971
411dc2
411dc2
* Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 28.2.0-1
411dc2
- Update to 28.2.0. Fixes bug #1381099
411dc2
411dc2
* Sun Oct 02 2016 Kevin Fenzi <kevin@scrye.com> - 28.1.0-1
411dc2
- Update to 28.1.0. Fixes bug #1381066
411dc2
411dc2
* Wed Sep 28 2016 Kevin Fenzi <kevin@scrye.com> - 28.0.0-1
411dc2
- Update to 28.0.0. Fixes bug #1380073
411dc2
411dc2
* Sun Sep 25 2016 Kevin Fenzi <kevin@scrye.com> - 27.3.0-1
411dc2
- Update to 27.3.0. Fixes bug #1378067
411dc2
411dc2
* Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 27.2.0-1
411dc2
- Update to 27.2.0. Fixes bug #1376298
411dc2
411dc2
* Sat Sep 10 2016 Kevin Fenzi <kevin@scrye.com> - 27.1.2-1
411dc2
- Update to 27.1.2. Fixes bug #1370777
411dc2
411dc2
* Sat Aug 27 2016 Kevin Fenzi <kevin@scrye.com> - 26.0.0-1
411dc2
- Update to 26.0.0. Fixes bug #1370777
411dc2
411dc2
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.6-1
411dc2
- Update to 25.1.6. Fixes bug #1362325
411dc2
411dc2
* Fri Jul 29 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.1-1
411dc2
- Update to 25.1.1. Fixes bug #1361465
411dc2
411dc2
* Thu Jul 28 2016 Kevin Fenzi <kevin@scrye.com> - 25.1.0-1
411dc2
- Update to 25.1.0
411dc2
411dc2
* Sat Jul 23 2016 Kevin Fenzi <kevin@scrye.com> - 25.0.0-1
411dc2
- Update to 25.0.0
411dc2
411dc2
* Fri Jul 22 2016 Kevin Fenzi <kevin@scrye.com> - 24.2.0-1
411dc2
- Update to 24.2.0. Fixes bug #1352734
411dc2
411dc2
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.0.1-2
411dc2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
411dc2
411dc2
* Mon Jul 04 2016 Kevin Fenzi <kevin@scrye.com> - 24.0.1-1
411dc2
- Update to 24.0.1. Fixes bug #1352532
411dc2
411dc2
* Wed Jun 15 2016 Kevin Fenzi <kevin@scrye.com> - 23.0.0-1
411dc2
- Update to 23.0.0. Fixes bug #1346542
411dc2
411dc2
* Tue Jun 07 2016 Kevin Fenzi <kevin@scrye.com> - 22.0.5-1
411dc2
- Update to 22.0.5. Fixes bug #1342706
411dc2
411dc2
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 20.0.0-1
411dc2
- Upgrade to 22.0.0
411dc2
411dc2
* Tue May 31 2016 Nils Philippsen <nils@redhat.com>
411dc2
- fix source URL
411dc2
411dc2
* Sun May 29 2016 Kevin Fenzi <kevin@scrye.com> - 21.2.2-1
411dc2
- Update to 21.2.2. Fixes bug #1332357
411dc2
411dc2
* Thu Apr 28 2016 Kevin Fenzi <kevin@scrye.com> - 20.10.1-1
411dc2
- Update to 20.10.1. Fixes bug #1330375
411dc2
411dc2
* Sat Apr 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.9.0-1
411dc2
- Update to 20.9.0. Fixes bug #1327827
411dc2
411dc2
* Fri Apr 15 2016 Kevin Fenzi <kevin@scrye.com> - 20.8.1-1
411dc2
- Update to 20.8.1. Fixes bug #1325910
411dc2
411dc2
* Thu Mar 31 2016 Kevin Fenzi <kevin@scrye.com> - 20.6.7-1
411dc2
- Update to 20.6.7. Fixes bug #1322836
411dc2
411dc2
* Wed Mar 30 2016 Kevin Fenzi <kevin@scrye.com> - 20.4-1
411dc2
- Update to 20.4. Fixes bug #1319366
411dc2
411dc2
* Wed Mar 16 2016 Kevin Fenzi <kevin@scrye.com> - 20.3-1
411dc2
- Update to 20.3. Fixes bug #1311967
411dc2
411dc2
* Sat Feb 27 2016 Kevin Fenzi <kevin@scrye.com> - 20.2.2-1
411dc2
- Update to 20.2.2. Fixes bug #1311967
411dc2
411dc2
* Sat Feb 13 2016 Kevin Fenzi <kevin@scrye.com> - 20.1.1-1
411dc2
- Update to 20.1.1. Fixes bug #130719
411dc2
411dc2
* Fri Feb 12 2016 Kevin Fenzi <kevin@scrye.com> - 20.1-1
411dc2
- Update to 20.1. Fixes bug #1307000
411dc2
411dc2
* Mon Feb 08 2016 Kevin Fenzi <kevin@scrye.com> - 20.0-1
411dc2
- Update to 20.0. Fixes bug #1305394
411dc2
411dc2
* Sat Feb 06 2016 Kevin Fenzi <kevin@scrye.com> - 19.7-1
411dc2
- Update to 19.7. Fixes bug #1304563
411dc2
411dc2
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 19.6.2-2
411dc2
- Fix python3 package file ownership
411dc2
411dc2
* Sun Jan 31 2016 Kevin Fenzi <kevin@scrye.com> - 19.6.2-1
411dc2
- Update to 19.6.2. Fixes bug #1303397
411dc2
411dc2
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.6-1
411dc2
- Update to 19.6.
411dc2
411dc2
* Mon Jan 25 2016 Kevin Fenzi <kevin@scrye.com> - 19.5-1
411dc2
- Update to 19.5. Fixes bug #1301313
411dc2
411dc2
* Mon Jan 18 2016 Kevin Fenzi <kevin@scrye.com> - 19.4-1
411dc2
- Update to 19.4. Fixes bug #1299288
411dc2
411dc2
* Tue Jan 12 2016 Orion Poplawski <orion@cora.nwra.com> - 19.2-2
411dc2
- Cleanup spec from python3-setuptools review
411dc2
411dc2
* Fri Jan 08 2016 Kevin Fenzi <kevin@scrye.com> - 19.2-1
411dc2
- Update to 19.2. Fixes bug #1296755
411dc2
411dc2
* Fri Dec 18 2015 Kevin Fenzi <kevin@scrye.com> - 19.1.1-1
411dc2
- Update to 19.1.1. Fixes bug #1292658
411dc2
411dc2
* Tue Dec 15 2015 Kevin Fenzi <kevin@scrye.com> - 18.8.1-1
411dc2
- Update to 18.8.1. Fixes bug #1291678
411dc2
411dc2
* Sat Dec 12 2015 Kevin Fenzi <kevin@scrye.com> - 18.8-1
411dc2
- Update to 18.8. Fixes bug #1290942
411dc2
411dc2
* Fri Dec 04 2015 Kevin Fenzi <kevin@scrye.com> - 18.7.1-1
411dc2
- Update to 18.7.1. Fixes bug #1287372
411dc2
411dc2
* Wed Nov 25 2015 Kevin Fenzi <kevin@scrye.com> - 18.6.1-1
411dc2
- Update to 18.6.1. Fixes bug #1270578
411dc2
411dc2
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 18.5-3
411dc2
- Try to disable zip_safe bug #1271776
411dc2
- Add python2 subpackage
411dc2
411dc2
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 18.5-2
411dc2
- Add patch so it is possible to set test_args variable
411dc2
411dc2
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 18.5-1
411dc2
- Update to 18.5. Fixes bug #1270578
411dc2
411dc2
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.coM> - 18.4-1
411dc2
- Update to 18.4. Fixes bug #1270578
411dc2
- Build with wheel and check phase
411dc2
411dc2
* Wed Sep 23 2015 Robert Kuska <rkuska@redhat.com> - 18.3.2-2
411dc2
- Python3.5 rebuild: rebuild without wheel and check phase
411dc2
411dc2
* Tue Sep 22 2015 Kevin Fenzi <kevin@scrye.com> 18.3.2-1
411dc2
- Update to 18.3.2. Fixes bug #1264902
411dc2
411dc2
* Mon Sep 07 2015 Kevin Fenzi <kevin@scrye.com> 18.3.1-1
411dc2
- Update to 18.3.1. Fixes bug #1256188
411dc2
411dc2
* Wed Aug 05 2015 Kevin Fenzi <kevin@scrye.com> 18.1-1
411dc2
- Update to 18.1. Fixes bug #1249436
411dc2
411dc2
* Mon Jun 29 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 18.0.1-2
411dc2
- Explicitely provide python2-setuptools
411dc2
411dc2
* Thu Jun 25 2015 Kevin Fenzi <kevin@scrye.com> 18.0.1-1
411dc2
- Update to 18.0.1
411dc2
411dc2
* Sat Jun 20 2015 Kevin Fenzi <kevin@scrye.com> 17.1.1-3
411dc2
- Drop no longer needed Requires/BuildRequires on python-backports-ssl_match_hostname
411dc2
- Fixes bug #1231325
411dc2
411dc2
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17.1.1-2
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
411dc2
411dc2
* Wed Jun 10 2015 Kevin Fenzi <kevin@scrye.com> 17.1.1-1
411dc2
- Update to 17.1.1. Fixes bug 1229507
411dc2
411dc2
* Sun Jun 07 2015 Kevin Fenzi <kevin@scrye.com> 17.1-1
411dc2
- Update to 17.1. Fixes bug 1229066
411dc2
411dc2
* Sat May 30 2015 Kevin Fenzi <kevin@scrye.com> 17.0-1
411dc2
- Update to 17
411dc2
411dc2
* Mon May 18 2015 Kevin Fenzi <kevin@scrye.com> 16.0-1
411dc2
- Update to 16
411dc2
411dc2
* Mon Apr 27 2015 Ralph Bean <rbean@redhat.com> - 15.2-1
411dc2
- new version
411dc2
411dc2
* Sat Apr 04 2015 Ralph Bean <rbean@redhat.com> - 15.0-1
411dc2
- new version
411dc2
411dc2
* Sun Mar 22 2015 Ralph Bean <rbean@redhat.com> - 14.3.1-1
411dc2
- new version
411dc2
411dc2
* Sat Mar 21 2015 Ralph Bean <rbean@redhat.com> - 14.3.1-1
411dc2
- new version
411dc2
411dc2
* Mon Mar 16 2015 Ralph Bean <rbean@redhat.com> - 14.3-1
411dc2
- new version
411dc2
411dc2
* Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.2-1
411dc2
- new version
411dc2
411dc2
* Sun Mar 15 2015 Ralph Bean <rbean@redhat.com> - 14.1.1-1
411dc2
- new version
411dc2
411dc2
* Fri Mar 06 2015 Ralph Bean <rbean@redhat.com> - 13.0.2-1
411dc2
- new version
411dc2
411dc2
* Thu Mar 05 2015 Ralph Bean <rbean@redhat.com> - 12.4-1
411dc2
- new version
411dc2
411dc2
* Fri Feb 27 2015 Ralph Bean <rbean@redhat.com> - 12.3-1
411dc2
- new version
411dc2
411dc2
* Tue Jan 20 2015 Kevin Fenzi <kevin@scrye.com> 12.0.3-1
411dc2
- Update to 12.0.3
411dc2
411dc2
* Fri Jan 09 2015 Slavek Kabrda <bkabrda@redhat.com> - 11.3.1-2
411dc2
- Huge spec cleanup
411dc2
- Make spec buildable on all Fedoras and RHEL 6 and 7
411dc2
- Make tests actually run
411dc2
411dc2
* Wed Jan 07 2015 Kevin Fenzi <kevin@scrye.com> 11.3.1-1
411dc2
- Update to 11.3.1. Fixes bugs: #1179393 and #1178817
411dc2
411dc2
* Sun Jan 04 2015 Kevin Fenzi <kevin@scrye.com> 11.0-1
411dc2
- Update to 11.0. Fixes bug #1178421
411dc2
411dc2
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 8.2.1-1
411dc2
- Update to 8.2.1. Fixes bug #1175229
411dc2
411dc2
* Thu Oct 23 2014 Ralph Bean <rbean@redhat.com> - 7.0-1
411dc2
- Latest upstream.  Fixes bug #1154590.
411dc2
411dc2
* Mon Oct 13 2014 Ralph Bean <rbean@redhat.com> - 6.1-1
411dc2
- Latest upstream.  Fixes bug #1152130.
411dc2
411dc2
* Sat Oct 11 2014 Ralph Bean <rbean@redhat.com> - 6.0.2-2
411dc2
- Modernized python2 macros.
411dc2
- Inlined locale environment variables in the %%check section.
411dc2
- Remove bundled egg-info and .exes.
411dc2
411dc2
* Fri Oct 03 2014 Kevin Fenzi <kevin@scrye.com> 6.0.2-1
411dc2
- Update to 6.0.2
411dc2
411dc2
* Sat Sep 27 2014 Kevin Fenzi <kevin@scrye.com> 6.0.1-1
411dc2
- Update to 6.0.1. Fixes bug #1044444
411dc2
411dc2
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0-8
411dc2
- Remove the python-setuptools-devel Virtual Provides as per this Fedora 21
411dc2
  Change: http://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel
411dc2
411dc2
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0-7
411dc2
- And another bug in sdist
411dc2
411dc2
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0-6
411dc2
- Fix a bug in the sdist command
411dc2
411dc2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-5
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
411dc2
411dc2
* Fri Apr 25 2014 Matej Stuchlik <mstuchli@redhat.com> - 2.0-4
411dc2
- Rebuild as wheel for Python 3.4
411dc2
411dc2
* Thu Apr 24 2014 Tomas Radej <tradej@redhat.com> - 2.0-3
411dc2
- Rebuilt for tag f21-python
411dc2
411dc2
* Wed Apr 23 2014 Matej Stuchlik <mstuchli@redhat.com> - 2.0-2
411dc2
- Add a switch to build setuptools as wheel
411dc2
411dc2
* Mon Dec  9 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0-1
411dc2
- Update to new upstream release with a few things removed from the API:
411dc2
  Changelog: https://pypi.python.org/pypi/setuptools#id139
411dc2
411dc2
* Mon Nov 18 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.4-1
411dc2
- Update to 1.4 that gives easy_install pypi credential handling
411dc2
411dc2
* Thu Nov  7 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3.1-1
411dc2
- Minor upstream update to reign in overzealous warnings
411dc2
411dc2
* Mon Nov  4 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.3-1
411dc2
- Upstream update that pulls in our security patches
411dc2
411dc2
* Mon Oct 28 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.7-1
411dc2
- Update to newer upstream release that has our patch to the unittests
411dc2
- Fix for http://bugs.python.org/issue17997#msg194950 which affects us since
411dc2
  setuptools copies that code. Changed to use
411dc2
  python-backports-ssl_match_hostname so that future issues can be fixed in
411dc2
  that package.
411dc2
411dc2
* Sat Oct 26 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.6-1
411dc2
- Update to newer upstream release.  Some minor incompatibilities listed but
411dc2
  they should affect few, if any consumers.
411dc2
411dc2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
411dc2
411dc2
* Tue Jul 23 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.9.6-1
411dc2
- Upstream update -- just fixes python-2.4 compat
411dc2
411dc2
* Tue Jul 16 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.9.5-1
411dc2
- Update to 0.9.5
411dc2
  - package_index can handle hashes other than md5
411dc2
  - Fix security vulnerability in SSL certificate validation
411dc2
  - https://bugzilla.redhat.com/show_bug.cgi?id=963260
411dc2
411dc2
* Fri Jul  5 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8-1
411dc2
- Update to upstream 0.8  release.  Codebase now runs on anything from
411dc2
  python-2.4 to python-3.3 without having to be translated by 2to3.
411dc2
411dc2
* Wed Jul  3 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.7-1
411dc2
- Update to 0.7.7 upstream release
411dc2
411dc2
* Mon Jun 10 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.2-2
411dc2
- Update to the setuptools-0.7 branch that merges distribute and setuptools
411dc2
411dc2
* Thu Apr 11 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.36-1
411dc2
- Update to upstream 0.6.36.  Many bugfixes
411dc2
411dc2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.28-4
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
411dc2
411dc2
* Fri Aug 03 2012 David Malcolm <dmalcolm@redhat.com> - 0.6.28-3
411dc2
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
411dc2
411dc2
* Fri Aug  3 2012 David Malcolm <dmalcolm@redhat.com> - 0.6.28-2
411dc2
- remove rhel logic from with_python3 conditional
411dc2
411dc2
* Mon Jul 23 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.28-1
411dc2
- New upstream release:
411dc2
  - python-3.3 fixes
411dc2
  - honor umask when setuptools is used to install other modules
411dc2
411dc2
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.27-3
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
411dc2
411dc2
* Mon Jun 11 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.27-2
411dc2
- Fix easy_install.py having a python3 shebang in the python2 package
411dc2
411dc2
* Thu Jun  7 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.27-1
411dc2
- Upstream bugfix
411dc2
411dc2
* Tue May 15 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.24-2
411dc2
- Upstream bugfix
411dc2
411dc2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.24-2
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
411dc2
411dc2
* Mon Oct 17 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.24-1
411dc2
- Upstream bugfix
411dc2
- Compile the win32 launcher binary using mingw
411dc2
411dc2
* Sun Aug 21 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.21-1
411dc2
- Upstream bugfix release
411dc2
411dc2
* Thu Jul 14 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.19-1
411dc2
- Upstream bugfix release
411dc2
411dc2
* Tue Feb 22 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-7
411dc2
- Switch to patch that I got in to upstream
411dc2
411dc2
* Tue Feb 22 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-6
411dc2
- Fix build on python-3.2
411dc2
411dc2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.14-5
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
411dc2
411dc2
* Sun Aug 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.6.14-4
411dc2
- rebuild with python3.2
411dc2
  http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
411dc2
411dc2
* Tue Aug 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-3
411dc2
- Update description to mention this is distribute
411dc2
411dc2
* Thu Jul 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.6.14-2
411dc2
- bump for building against python 2.7
411dc2
411dc2
* Thu Jul 22 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.6.14-1
411dc2
- update to new version
411dc2
- all patches are upsteam
411dc2
411dc2
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.13-7
411dc2
- generalize path of easy_install-2.6 and -3.1 to -2.* and -3.*
411dc2
411dc2
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.13-6
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
411dc2
411dc2
* Sat Jul 3 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-5
411dc2
- Upstream patch for compatibility problem with setuptools
411dc2
- Minor spec cleanups
411dc2
- Provide python-distribute for those who see an import distribute and need
411dc2
  to get the proper package.
411dc2
411dc2
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-4
411dc2
- Fix race condition in unittests under the python-2.6.x on F-14.
411dc2
411dc2
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-3
411dc2
- Fix few more buildroot macros
411dc2
411dc2
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-2
411dc2
- Include data that's needed for running tests
411dc2
411dc2
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-1
411dc2
- Update to upstream 0.6.13
411dc2
- Minor specfile formatting fixes
411dc2
411dc2
* Thu Feb 04 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.10-3
411dc2
- First build with python3 support enabled.
411dc2
  
411dc2
* Fri Jan 29 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.10-2
411dc2
- Really disable the python3 portion
411dc2
411dc2
* Fri Jan 29 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.10-1
411dc2
- Update the python3 portions but disable for now.
411dc2
- Update to 0.6.10
411dc2
- Remove %%pre scriptlet as the file has a different name than the old
411dc2
  package's directory
411dc2
411dc2
* Tue Jan 26 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.9-4
411dc2
- Fix install to make /usr/bin/easy_install the py2 version
411dc2
- Don't need python3-tools since the library is now in the python3 package
411dc2
- Few other changes to cleanup style
411dc2
411dc2
* Fri Jan 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.9-2
411dc2
- add python3 subpackage
411dc2
411dc2
* Mon Dec 14 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.9-1
411dc2
- New upstream bugfix release.
411dc2
411dc2
* Sun Dec 13 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.8-2
411dc2
- Test rebuild
411dc2
411dc2
* Mon Nov 16 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.8-1
411dc2
- Update to 0.6.8.
411dc2
- Fix directory => file transition when updating from setuptools-0.6c9.
411dc2
411dc2
* Tue Nov 3 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.7-2
411dc2
- Fix duplicate inclusion of files.
411dc2
- Only Obsolete old versions of python-setuptools-devel
411dc2
411dc2
* Tue Nov 3 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.7-1
411dc2
- Move easy_install back into the main package as the needed files have been
411dc2
  moved from python-devel to the main python package.
411dc2
- Update to 0.6.7 bugfix.
411dc2
411dc2
* Fri Oct 16 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.6-1
411dc2
- Upstream bugfix release.
411dc2
411dc2
* Mon Oct 12 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.4-1
411dc2
- First build from the distribute codebase -- distribute-0.6.4.
411dc2
- Remove svn patch as upstream has chosen to go with an easier change for now.
411dc2
411dc2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6c9-5
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
411dc2
411dc2
* Tue Jul 14 2009 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c9-4
411dc2
- Apply SVN-1.6 versioning patch (rhbz #511021)
411dc2
411dc2
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6c9-3
411dc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild