Go to file
Miro Hrončok ff90d23b8f Keep the LICENSE.txt file in lib/pythonX.Y dir
The license() builtin tries to read it and virtualenv tries to copy it.

See https://github.com/pypa/virtualenv/issues/1352

Up until now, the license() builtin juts felt back to:

    See https://www.python.org/psf/license/

However it should output the full license text.

Virtualenv ~16.6 warns:

    No LICENSE.txt / LICENSE found in source

Technically, it is probably possible to install the package without
%license files, but that would simply resort to the previous noncritical
behavior.

This fix is not critical and hence it doesn't bump release, for easier
backporting to all our Python packages.
2019-07-15 14:27:11 +00:00
tests Don't skip so many tests on the CI 2019-06-28 13:13:03 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00102-lib64.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00111-no-static-lib.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00189-use-rpm-wheels.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00251-change-user-install-location.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00274-fix-arch-names.patch Update to 3.8.0b2 2019-07-05 12:10:54 +02:00
00328-pyc-timestamp-invalidation-mode.patch Restore pyc to TIMESTAMP invalidation mode as default in rpmbubild 2019-07-15 15:38:52 +02:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-17 16:05:13 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
python38.rpmlintrc rpmlint: Filter out shared-lib-without-dependency-information 2019-05-16 10:33:14 +02:00
python38.spec Keep the LICENSE.txt file in lib/pythonX.Y dir 2019-07-15 14:27:11 +00:00
sources Update to 3.8.0b2 2019-07-05 12:10:54 +02:00