<86>May 9 10:57:36 userdel[3824705]: delete user 'rooter' <86>May 9 10:57:36 userdel[3824705]: removed group 'rooter' owned by 'rooter' <86>May 9 10:57:36 groupadd[3824721]: group added to /etc/group: name=rooter, GID=699 <86>May 9 10:57:36 groupadd[3824721]: group added to /etc/gshadow: name=rooter <86>May 9 10:57:36 groupadd[3824721]: new group: name=rooter, GID=699 <86>May 9 10:57:36 useradd[3824739]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>May 9 10:57:36 userdel[3824776]: delete user 'builder' <86>May 9 10:57:36 userdel[3824776]: removed group 'builder' owned by 'builder' <86>May 9 10:57:36 userdel[3824776]: removed shadow group 'builder' owned by 'builder' <86>May 9 10:57:36 groupadd[3824800]: group added to /etc/group: name=builder, GID=700 <86>May 9 10:57:36 groupadd[3824800]: group added to /etc/gshadow: name=builder <86>May 9 10:57:36 groupadd[3824800]: new group: name=builder, GID=700 <86>May 9 10:57:36 useradd[3824811]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>May 9 10:57:38 rpmi: libgdbm-1.8.3-alt10 1454943334 installed <13>May 9 10:57:38 rpmi: libexpat-2.2.4-alt1 1503305345 installed <13>May 9 10:57:38 rpmi: libp11-kit-0.23.15-alt1 sisyphus+226408.100.2.1 1554288204 installed <13>May 9 10:57:38 rpmi: libtasn1-4.16.0-alt1 sisyphus+245480.100.1.1 1580825062 installed <13>May 9 10:57:38 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>May 9 10:57:38 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>May 9 10:57:38 rpmi: ca-certificates-2020.01.23-alt1 sisyphus+244791.300.2.1 1580285500 installed <13>May 9 10:57:38 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>May 9 10:57:38 rpmi: p11-kit-trust-0.23.15-alt1 sisyphus+226408.100.2.1 1554288204 installed <13>May 9 10:57:38 rpmi: libcrypto1.1-1.1.1g-alt1 sisyphus+249982.60.8.1 1587743711 installed <13>May 9 10:57:38 rpmi: libssl1.1-1.1.1g-alt1 sisyphus+249982.60.8.1 1587743711 installed <13>May 9 10:57:38 rpmi: python3-3.8.2-alt1 sisyphus+244999.100.3.1 1585218480 installed <13>May 9 10:57:39 rpmi: python3-base-3.8.2-alt1 sisyphus+244999.100.3.1 1585218480 installed <13>May 9 10:57:39 rpmi: libpython3-3.8.2-alt1 sisyphus+244999.100.3.1 1585218480 installed <13>May 9 10:57:39 rpmi: tests-for-installed-python3-pkgs-0.1.13.1-alt2 1535450458 installed <13>May 9 10:57:39 rpmi: rpm-build-python3-0.1.13.1-alt2 1535450458 installed <13>May 9 10:57:42 rpmi: python3-module-pkg_resources-1:46.1.3-alt1 sisyphus+250566.200.3.1 1587973342 installed <13>May 9 10:57:42 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>May 9 10:57:42 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed <13>May 9 10:57:42 rpmi: python3-dev-3.8.2-alt1 sisyphus+244999.100.3.1 1585218480 installed <13>May 9 10:57:42 rpmi: python3-module-setuptools-1:46.1.3-alt1 sisyphus+250566.200.3.1 1587973342 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/python3-module-commonmark-0.9.1-alt1.nosrc.rpm Installing python3-module-commonmark-0.9.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61776 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf CommonMark-0.9.1 + echo 'Source #0 (CommonMark-0.9.1.tar):' Source #0 (CommonMark-0.9.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/CommonMark-0.9.1.tar + cd CommonMark-0.9.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.61776 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd CommonMark-0.9.1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + /usr/bin/python3 setup.py build running build running build_py creating build creating build/lib creating build/lib/commonmark copying commonmark/normalize_reference.py -> build/lib/commonmark copying commonmark/node.py -> build/lib/commonmark copying commonmark/main.py -> build/lib/commonmark copying commonmark/inlines.py -> build/lib/commonmark copying commonmark/entitytrans.py -> build/lib/commonmark copying commonmark/dump.py -> build/lib/commonmark copying commonmark/common.py -> build/lib/commonmark copying commonmark/cmark.py -> build/lib/commonmark copying commonmark/blocks.py -> build/lib/commonmark copying commonmark/__init__.py -> build/lib/commonmark creating build/lib/commonmark/tests copying commonmark/tests/unit_tests.py -> build/lib/commonmark/tests copying commonmark/tests/run_spec_tests.py -> build/lib/commonmark/tests copying commonmark/tests/rst_tests.py -> build/lib/commonmark/tests copying commonmark/tests/__init__.py -> build/lib/commonmark/tests creating build/lib/commonmark/render copying commonmark/render/rst.py -> build/lib/commonmark/render copying commonmark/render/renderer.py -> build/lib/commonmark/render copying commonmark/render/html.py -> build/lib/commonmark/render copying commonmark/render/__init__.py -> build/lib/commonmark/render + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50001 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/python3-module-commonmark-buildroot + : + /bin/rm -rf -- /usr/src/tmp/python3-module-commonmark-buildroot + cd CommonMark-0.9.1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + /usr/bin/python3 setup.py install --skip-build --root=/usr/src/tmp/python3-module-commonmark-buildroot --force running install running install_lib creating /usr/src/tmp/python3-module-commonmark-buildroot creating /usr/src/tmp/python3-module-commonmark-buildroot/usr creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3 creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render copying build/lib/commonmark/render/__init__.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render copying build/lib/commonmark/render/html.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render copying build/lib/commonmark/render/renderer.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render copying build/lib/commonmark/render/rst.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render creating /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests copying build/lib/commonmark/tests/__init__.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests copying build/lib/commonmark/tests/rst_tests.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests copying build/lib/commonmark/tests/run_spec_tests.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests copying build/lib/commonmark/tests/unit_tests.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests copying build/lib/commonmark/__init__.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/blocks.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/cmark.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/common.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/dump.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/entitytrans.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/inlines.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/main.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/node.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark copying build/lib/commonmark/normalize_reference.py -> /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__init__.py to __init__.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/html.py to html.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/renderer.py to renderer.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/rst.py to rst.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/rst_tests.py to rst_tests.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py to run_spec_tests.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py to unit_tests.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__init__.py to __init__.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/blocks.py to blocks.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py to cmark.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py to common.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/dump.py to dump.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/entitytrans.py to entitytrans.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py to inlines.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/main.py to main.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/node.py to node.cpython-38.pyc byte-compiling /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py to normalize_reference.cpython-38.pyc running install_egg_info running egg_info creating commonmark.egg-info writing commonmark.egg-info/PKG-INFO writing dependency_links to commonmark.egg-info/dependency_links.txt writing entry points to commonmark.egg-info/entry_points.txt writing requirements to commonmark.egg-info/requires.txt writing top-level names to commonmark.egg-info/top_level.txt writing manifest file 'commonmark.egg-info/SOURCES.txt' reading manifest file 'commonmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'commonmark/utils.py' writing manifest file 'commonmark.egg-info/SOURCES.txt' Copying commonmark.egg-info to /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info running install_scripts Installing cmark script to /usr/src/tmp/python3-module-commonmark-buildroot/usr/bin + rm -f /usr/src/tmp/python3-module-commonmark-buildroot/usr/bin/cmark + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/python3-module-commonmark-buildroot (auto) Verifying and fixing files in /usr/src/tmp/python3-module-commonmark-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/python3-module-commonmark-buildroot/ (default) Compressing files in /usr/src/tmp/python3-module-commonmark-buildroot (auto) Adjusting library links in /usr/src/tmp/python3-module-commonmark-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/python3-module-commonmark-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Bytecompiling python modules in /usr/src/tmp/python3-module-commonmark-buildroot using /usr/bin/python2.7 Bytecompiling python modules with optimization in /usr/src/tmp/python3-module-commonmark-buildroot using /usr/bin/python2.7 -O Bytecompiling python3 modules in /usr/src/tmp/python3-module-commonmark-buildroot using /usr/bin/python3 unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.pyc compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/html.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/renderer.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/rst.py unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.pyc unlink /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.pyc compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/rst_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/blocks.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/dump.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/entitytrans.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/main.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/node.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py Bytecompiling python3 modules with optimization in /usr/src/tmp/python3-module-commonmark-buildroot using /usr/bin/python3 -O compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/html.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/renderer.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/rst.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/rst_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/blocks.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/dump.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/entitytrans.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/main.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/node.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py Bytecompiling python3 modules with optimization-2 in /usr/src/tmp/python3-module-commonmark-buildroot using /usr/bin/python3 -OO compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/html.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/renderer.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/rst.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/rst_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/__init__.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/blocks.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/dump.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/entitytrans.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/main.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/node.py compile /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py Hardlinking identical .pyc and .opt-?.pyc files './usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.opt-1.pyc' './usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-1.pyc' => './usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.pyc' './usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-2.pyc' => './usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-1.pyc' Hardlinking identical .pyc and .pyo files Processing files: python3-module-commonmark-0.9.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34177 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd CommonMark-0.9.1 + DOCDIR=/usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + export DOCDIR + rm -rf /usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + /bin/mkdir -p /usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + cp -prL README.rst LICENSE spec.txt docs /usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + chmod -R go-w /usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + chmod -R a+rX /usr/src/tmp/python3-module-commonmark-buildroot/usr/share/doc/python3-module-commonmark-0.9.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f9GuvL find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BbwffM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py: skipping sys python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: skipping sys /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: line=7 IGNORE (for REQ=slight and deep=8) module=urllib.parse /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: line=9 IGNORE (for REQ=slight and deep=8) module=urllib /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: line=13 IGNORE (for REQ=slight and deep=12) module=html /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: line=16 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/common.py: line=19 IGNORE (for REQ=slight and deep=8) module=commonmark python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/dump.py: skipping builtins python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/entitytrans.py: skipping sys python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py: skipping sys /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py: line=12 IGNORE (for REQ=slight and deep=12) module=html /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py: line=15 possible relative import from ., UNIMPLEMENTED /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/inlines.py: line=18 IGNORE (for REQ=slight and deep=8) module=commonmark /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/node.py: line=101 IGNORE (for REQ=slight and deep=11) module=pprint python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py: skipping sys python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/normalize_reference.py: skipping builtins python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/render/html.py: skipping builtins python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py: skipping sys python3.req: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py: skipping builtins /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py: line=6 IGNORE (for REQ=slight and deep=8) module=hypothesis /usr/lib/rpm/python3.req.py: /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/unit_tests.py: line=17 IGNORE (for REQ=slight and deep=8) module=hypothesis.strategies shebang.req.files: executable script /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/cmark.py is not executable shebang.req.files: executable script /usr/src/tmp/python3-module-commonmark-buildroot/usr/lib/python3/site-packages/commonmark/tests/run_spec_tests.py is not executable Provides: python3(commonmark), python3(commonmark.blocks), python3(commonmark.cmark), python3(commonmark.common), python3(commonmark.dump), python3(commonmark.entitytrans), python3(commonmark.inlines), python3(commonmark.main), python3(commonmark.node), python3(commonmark.normalize_reference), python3(commonmark.render), python3(commonmark.render.html), python3(commonmark.render.renderer), python3(commonmark.render.rst), python3(commonmark.tests), python3(commonmark.tests.rst_tests), python3(commonmark.tests.run_spec_tests), python3(commonmark.tests.unit_tests) Requires: /usr/lib/python3/site-packages, python3(__future__) < 0, python3(argparse) < 0, python3(codecs) < 0, python3(json) < 0, python3(re) < 0, python3(timeit) < 0, python3(unittest) < 0 Conflicts: python3-module-commonmark Wrote: /usr/src/RPM/RPMS/noarch/python3-module-commonmark-0.9.1-alt1.noarch.rpm 10.66user 0.55system 0:15.40elapsed 72%CPU (0avgtext+0avgdata 19064maxresident)k 0inputs+0outputs (0major+156552minor)pagefaults 0swaps 16.67user 3.63system 0:26.49elapsed 76%CPU (0avgtext+0avgdata 110676maxresident)k 0inputs+0outputs (0major+537778minor)pagefaults 0swaps --- python3-module-commonmark-0.9.1-alt1.noarch.rpm.repo 2020-02-12 08:30:25.000000000 +0000 +++ python3-module-commonmark-0.9.1-alt1.noarch.rpm.hasher 2020-05-09 10:58:00.671138317 +0000 @@ -1,41 +1,41 @@ /usr/lib/python3/site-packages/commonmark 40755 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info 40755 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/PKG-INFO 100644 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/SOURCES.txt 100644 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/dependency_links.txt 100644 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/entry_points.txt 100644 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/requires.txt 100644 -/usr/lib/python3/site-packages/commonmark-0.9.1-py3.7.egg-info/top_level.txt 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info 40755 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/PKG-INFO 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/SOURCES.txt 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/dependency_links.txt 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/entry_points.txt 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/requires.txt 100644 +/usr/lib/python3/site-packages/commonmark-0.9.1-py3.8.egg-info/top_level.txt 100644 /usr/lib/python3/site-packages/commonmark/__init__.py 100644 /usr/lib/python3/site-packages/commonmark/__pycache__ 40755 -/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-37.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/__init__.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/blocks.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/cmark.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/common.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/dump.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/entitytrans.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/inlines.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/main.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/node.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/__pycache__/normalize_reference.cpython-38.pyc 100644 /usr/lib/python3/site-packages/commonmark/blocks.py 100644 @@ -52,14 +52,14 @@ /usr/lib/python3/site-packages/commonmark/render/__pycache__ 40755 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-37.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/__init__.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/html.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/renderer.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/render/__pycache__/rst.cpython-38.pyc 100644 /usr/lib/python3/site-packages/commonmark/render/html.py 100644 @@ -70,14 +70,14 @@ /usr/lib/python3/site-packages/commonmark/tests/__pycache__ 40755 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-37.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-37.opt-1.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-37.opt-2.pyc 100644 -/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-37.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/__init__.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/rst_tests.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/run_spec_tests.cpython-38.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.opt-1.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.opt-2.pyc 100644 +/usr/lib/python3/site-packages/commonmark/tests/__pycache__/unit_tests.cpython-38.pyc 100644 /usr/lib/python3/site-packages/commonmark/tests/rst_tests.py 100644