Commit Graph

320 Commits

Author SHA1 Message Date
Miro Hrončok
8517e36621 When verifying bundled provides, work with custom %{python3_pkgversion} set 2021-06-21 09:56:51 +02:00
Lumir Balhar
daf6a5cee0 Update to 57.0.0 2021-06-18 07:08:56 +02:00
Lumir Balhar
e02f56e26e Add missing bundled provide - ordered-set 2021-06-18 07:08:12 +02:00
Python Maint
1be35ccff5 Rebuilt for Python 3.10 2021-06-04 13:24:16 +02:00
Python Maint
6534c07258 Bootstrap for Python 3.10 2021-06-01 16:52:47 +02:00
Python Maint
140b506754 Bootstrap for Python 3.10 2021-06-01 16:30:59 +02:00
Miro Hrončok
737c17130b Fedora CI: Cleanup for Fedora 32 EOL and prepare for Python 3.5 retirement
Fedora 32 was the last one to include Python 3.4
https://fedoraproject.org/wiki/Changes/RetirePython34

Fedora 35 will be the first one not to include Python 3.5
https://fedoraproject.org/wiki/Changes/RetirePython3.5
2021-05-25 00:51:00 +02:00
Miro Hrončok
07e6b14147 Update to 56.2.0 2021-05-17 20:02:53 +02:00
Tomas Hrnciar
55736e3885 Update to 56.1.0 2021-05-06 09:10:30 +02:00
Miro Hrončok
3809284831 Provide python3-pkg_resources and python3-pkg-resources
See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_provides

We provide both with underscore and dash, becasue wa don't knwo what the users try first.
2021-04-22 16:01:11 +02:00
Tomas Hrnciar
b5468d88c7 rpmlint: Filter out spelling error and don't report extra tokens at the
end of %endif/%else directives
2021-04-13 10:59:46 +02:00
Tomas Hrnciar
b0799ddfe3 Update to 56.0.0 2021-04-13 10:56:55 +02:00
Tomas Hrnciar
8eda9e10db Update to 54.1.2 2021-03-17 16:21:07 +01:00
Miro Hrončok
3a0095a88d Update to 53.0.0, don't delete egg-info %with bootstrap 2021-02-03 14:21:29 +01:00
Miro Hrončok
f9a6c0db66 Remove dead code (no more easy_install) 2021-02-02 15:47:30 +01:00
Lumir Balhar
6aa5613f3f Update to 52.0.0 (#1917060) 2021-01-26 13:02:45 +01:00
Miro Hrončok
7be6637b2e Update to 51.1.2, assert the wheel is "small enough" 2021-01-11 15:32:23 +01:00
Miro Hrončok
5caab120ae Add Python 3.10 to the CI tests 2020-12-30 10:13:39 +01:00
Miro Hrončok
eaf59855dd Bootstrap: Don't provide python3dist(setuptools) when %{python3_pkgversion} isn't 3 2020-12-29 14:21:09 +01:00
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