Go to file
Miro Hrončok 46d035d896 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-22 18:38:17 +02:00
tests Don't skip so many tests on the CI 2019-06-28 02:46:02 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Rename patch files to start with the number 2017-08-31 14:26:42 +02:00
00102-lib64.patch Update to 3.7.0b1 2018-02-12 12:43:21 +01:00
00111-no-static-lib.patch Update to 3.7.2 2018-12-25 13:38:36 +01:00
00155-avoid-ctypes-thunks.patch 3.2.3-4: avoid allocating thunks in ctypes unless absolutely necessary (patch 155; rhbz#814391) 2012-04-20 15:28:39 -04:00
00170-gc-assertions.patch Update to 3.7.1 2018-10-22 10:15:53 +02:00
00178-dont-duplicate-flags-in-sysconfig.patch Updated to Python 3.3.1. 2013-04-10 14:30:09 +02:00
00189-use-rpm-wheels.patch Rebase to 3.7.3rc1 2019-03-21 13:10:27 +00:00
00205-make-libpl-respect-lib64.patch Since upstream issue 23968, the platform directory changed to include the architectures, 2017-04-05 18:08:56 +02:00
00251-change-user-install-location.patch Remove sys.executable check from change-user-install-location patch 2018-02-16 15:33:54 +01:00
00274-fix-arch-names.patch Fix arch names for the ppc architecture 2019-02-14 17:37:18 +01:00
00316-mark-bdist_wininst-unsupported.patch Mark bdist_wininst unsupported to skip the tests 2018-12-20 12:46:25 +01:00
00328-pyc-timestamp-invalidation-mode.patch Restore pyc to TIMESTAMP invalidation mode as default in rpmbubild 2019-07-15 17:38:09 +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
python3.rpmlintrc rpmlint: Python modules don't need to be linked against libc 2019-02-06 02:25:20 +01:00
python3.spec Keep the LICENSE.txt file in lib/pythonX.Y dir 2019-07-22 18:38:17 +02:00
sources Update to 3.7.4 2019-07-09 11:00:50 +02:00