Commit Graph

301 Commits

Author SHA1 Message Date
Miro Hrončok
61c2048eea Update to 51.1.1 2020-12-29 13:56:36 +01:00
Miro Hrončok
aab7290eab Don't BR gcc without tests 2020-12-04 13:39:59 +01:00
Miro Hrončok
80ce5dc072 Disable tests in Fedora ELN (and RHEL) 2020-12-04 13:34:10 +01:00
Tomas Hrnciar
39d978a46a Update to 50.3.2 2020-10-20 10:30:00 +02:00
Tomas Hrnciar
0372d531fe Update to 50.3.1 2020-10-15 09:56:02 +02:00
Tomas Hrnciar
e8959388c2 Update to 50.1.0 2020-09-07 09:11:51 +02:00
Lumir Balhar
14eb0a2a4e Conflict with the python-setuptools package is no longer needed (F33+) 2020-09-03 08:55:58 +02:00
Lumir Balhar
bb8149d811 Use bcond main_python to disable unique unversioned parts 2020-09-03 08:55:58 +02:00
Lumir Balhar
8f62b16e9c Use %{python3_pkgversion} to make the specfile more universal 2020-09-03 08:55:54 +02:00
Petr Viktorin
f167db533a Remove the unneeded patch 2020-08-21 17:40:31 +02:00
Petr Viktorin
55659cab0e Update to 49.6.0
Setuptools now has a "_distutils_hack" module that replaces the stdlib
"distutils" by setuptools._distutils whenever SETUPTOOLS_USE_DISTUTILS=local
is set. This will become the default in version 50.0.
The stdlib distutils module is deprecated and might be removed in some
future version of Python.
See: https://setuptools.readthedocs.io/en/latest/distutils-legacy.html

See CHANGES.rst for more changes.
2020-08-21 14:29:06 +02:00
Miro Hrončok
971cfe3bf9 Run Python 3.4 tests optionally
https://fedoraproject.org/wiki/Changes/RetirePython34
2020-08-04 20:43:39 +02:00
Miro Hrončok
730758f145 Update to 49.1.3
- beware of the logo license/trademark (so far so good)
 - fix the list of licenses (no impact on the result, one MIT thing replaced with another)
 - sed out coverage from pytest.ini as well as linting

Related to https://bugzilla.redhat.com/show_bug.cgi?id=1853597

49.2.0 is intentionally skipped, see https://src.fedoraproject.org/rpms/python-setuptools/pull-request/43
2020-07-29 10:32:29 +02:00
Fedora Release Engineering
713d537ef0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 03:49:56 +00:00
Miro Hrončok
1513feb994 Switch to %pytest to simplify the spec file 2020-07-08 15:43:42 +02:00
Miro Hrončok
49b0dc3344 Verify bundled provides with %{_rpmconfigdir}/pythonbundles.py
Depends-on: https://src.fedoraproject.org/rpms/python-rpm-generators/pull-request/21
2020-07-08 15:43:42 +02:00
Miro Hrončok
8b91e5d135 Update to 47.3.1 (#1847049) 2020-06-26 13:41:49 +02:00
Miro Hrončok
635c0dbb16 Update the list of bundled provides
packaging was not downgraded, the previous value was a mistake.
2020-06-11 23:54:45 +02:00
Charalampos Stratakis
2e60688db7 Update to 47.1.1 (#1841123) 2020-06-01 16:20:28 +02:00
Miro Hrončok
86c3ce97cc Rebuilt for Python 3.9 2020-05-24 21:03:32 +02:00
Miro Hrončok
d478416670 Bootstrap for Python 3.9 2020-05-22 00:44:17 +02:00
Miro Hrončok
9b7559436e Bootstrap for Python 3.9 2020-05-22 00:03:32 +02:00
Tomas Hrnciar
d47c9d009b Update to 46.4.0 2020-05-18 15:42:29 +02:00
Tomas Hrnciar
94f93f3beb Update to 46.2.0 2020-05-12 14:35:26 +02:00
Miro Hrončok
a2a20a0d96 Drop useless-provides %python_provide
We are not merging this to Fedora 32 at this point, as we need the version
there to support Python 2 (it is used in python27's ensurepip).
2020-04-30 12:06:44 +02:00
Miro Hrončok
e69d8c0036 Filter lib2to3 (Pending)DeprecationWarning in testes
lib2to3 is deprecated in Python 3.9: https://bugs.python.org/issue40360

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1829716
2020-04-30 10:27:17 +02:00
Miro Hrončok
1bbe4f8488 Upgrade to 46.1.3
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1815796
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1817189

The create-site-packages.patch was merged upstream.
2020-03-26 10:08:29 +01:00
Miro Hrončok
437aba975c Upgrade to 46.0.0
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1811340
2020-03-12 12:50:53 +00:00
Miro Hrončok
34c1d9cffa Fedora CI: Run %pyproject macros integration tests 2020-03-06 11:43:45 +01:00
Miro Hrončok
ac9f70a3ed Fedora CI: Add Python 3.9 2020-02-27 16:57:23 +01:00
Miro Hrončok
bd7e1f72ee Upgrade to 45.2.0, no longer supports Python 2
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1775943
2020-02-26 14:20:52 +01:00
Miro Hrončok
5d9901967b Clean up .gitignore 2020-02-11 15:44:28 +01:00
Fedora Release Engineering
2b8716acba - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 15:14:26 +00:00
Tomas Orsava
f1bf6f2e2d Upgrade to 41.6.0 (#1758945)
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0
- Disabled a failing upstream test: https://github.com/pypa/setuptools/issues/1896
2019-11-07 16:41:08 +01:00
Miro Hrončok
ba346ffbbe Fedora CI: Python 2.6 is no longer supported by virtualenv 2019-09-03 22:51:20 +02:00
Randy Barlow
f344e0e7e4 Upgrade to 41.2.0 (#1742718)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-09-03 16:10:19 -04:00
Miro Hrončok
ef2c4d2dbd Drop old unused patch 2019-08-29 09:55:14 +02:00
Miro Hrončok
85131c5708 Fedora CI: There is no more python2-devel 2019-08-29 09:54:47 +02:00
Miro Hrončok
c90675090c Move python2-setuptools to a separate package 2019-08-26 14:26:01 +02:00
Miro Hrončok
b23d4bacc6 Rebuilt for Python 3.8 2019-08-18 12:26:09 +02:00
Miro Hrončok
42f0d21e2d Bootstrap for Python 3.8 2019-08-14 22:56:11 +02:00
Miro Hrončok
6401364751 Provide pythonXdist(setuptools) when bootstrapping 2019-08-14 22:41:08 +02:00
Miro Hrončok
62adf08d66 Bootstrap for Python 3.8 2019-08-14 22:32:31 +02:00
Miro Hrončok
4f691bec26 Bootstrap for Python 3.8 2019-08-14 22:05:31 +02:00
Fedora Release Engineering
0d8306d413 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 16:13:58 +00:00
Miro Hrončok
f19e714d08 Make /usr/bin/easy_install Python 3, drop obsoleted Obsoletes 2019-07-16 14:06:43 +02:00
Petr Viktorin
fafacf11cc Remove optional test dependencies for Python 2
Skip test_virtualenv on Python 2
2019-06-21 19:24:08 +02:00
Miro Hrončok
60c300dc69 Update to 41.0.1 (#1695846) 2019-04-25 17:31:02 +02:00
Miro Hrončok
d285b4d17d Setuptools uses python2-mock, not python2-backports-unittest_mock 2019-03-19 17:37:44 +01:00
Miro Hrončok
76f349f8a2 BR python3-rpm-generators manually without bootstrap 2019-03-10 19:51:03 +01:00