Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-leapp | Distribution: AlmaLinux |
Version: 0.15.1 | Vendor: AlmaLinux |
Release: 1.el8 | Build date: Fri Mar 31 18:01:10 2023 |
Group: Unspecified | Build host: ppc64le-builder02.almalinux.org.novalocal |
Size: 593745 | Source RPM: leapp-0.15.1-1.el8.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://oamg.github.io/leapp/ | |
Summary: OS & Application modernization framework |
Python 3 leapp framework libraries.
ASL 2.0
* Tue Feb 21 2023 Petr Stodulka <pstodulk@redhat.com> - 0.15.1-1 - Rebase to v0.15.1 - Change DAC for /var/lib/leapp to 0700 to make it accessible for root only - Propagate error messages from leapp actors to the main leapp process - Prevent unicode errors when printing error messages - Resolves: rhbz#2162710 * Thu Sep 08 2022 Petr Stodulka <pstodulk@redhat.com> - 0.15.0-2 - Fix the check of missing required answers - Resolves: rhbz#2124332 * Wed Aug 24 2022 Petr Stodulka <pstodulk@redhat.com> - 0.15.0-1 - Rebase to v0.15.0 - Bump leapp-framework to 3.1 - Deprecate `reporting.(Tags|Flags)` replaced by `reporting.Groups` - Fix crashes when processing invalid FQDNs - Fix the error msg when a leapp CLI command does not exist - Introduce new report JSON schema v1.2.0 (default: 1.1.0) - Resolves: rhbz#2090992, rhbz#2106065 * Mon Mar 14 2022 Petr Stodulka <pstodulk@redhat.com> - 0.14.0-1 - Rebase to v0.14.0 - Bump leapp-framework to 2.2 - Bump leapp-framework-dependencies to 5 - Add depency on python3 (distribution python) - Added possibility to specify the report format version - Check the answerfile upon loading and prevent creation of invalid answerfile - Dialogs: print the reason field for question in the answerfile - Fix the JSON serialization in Dialogs on Python3 - Introduced new functions in the leapp standard library - Updated man page - Resolves: rhbz#1997075 * Thu Sep 30 2021 Petr Stodulka <pstodulk@redhat.com> - 0.13.0-10 - Rebase to v0.13.0 - Bump the provided leapp-framework capability to 2.0 - The commands for the leapp tool (e.g. preupgrade, upgrade) are now defined in the leapp-repository component - The leapp tool scans the available CLI commands dynamically - First build for the IPU 8 -> 9 - Resolves: #1997075 * Fri Apr 23 2021 Petr Stodulka <pstodulk@redhat.com> - 0.12.1-1 - Rebase to v0.12.1 - Added rerun command for experimental purposes to be able to re-run manually the last phase when needed (experimental) - Resolves: #1952885 * Thu Feb 04 2021 Dominik Rehak <drehak@redhat.com> - 0.12.0-1 - Rebase to v0.12.0 - Bump leapp-framework capability to 1.4 - Add JSON schema of leapp reports for validation - Add a stable report identifier for each generated report - Resolves: #1915508 * Wed Oct 21 2020 Dominik Rehak <drehak@redhat.com> - 0.11.1-1 - Rebase to v0.11.1 - Fix conversion of deprecation messages to reports - Fix various issues regarding suppressing of deprecation - Remove pytest residuals in spec file - Update documentation and manpages - Resolves: #1887913 * Tue Aug 18 2020 Michal Bocek <mbocek@redhat.com> - 0.11.0-1 - Rebase to v0.11.0 - Bump leapp-framework capability to 1.3 - Preserve verbose/debug options during the whole upgrade workflow - Print the informative error block to the STDOUT instead of STDERR - Add new reporting tags: `PUBLIC_CLOUD` and `RHUI` - Add the possibility to skip actor discovery to improve performance of tests when an actor context is injected directly - Introduce the `deprecated` and `suppress_deprecation` decorators to support the deprecation process - Store dialog answers in the leapp.db - Update and improve man pages - Raising a missing exception with tests failing under py3 - Adde the --actor-config option to `snactor run` to specify a workflow configuration model that should be consumed by actors - The `call` function has been improved to be working on MacOS - Known issue: the `suppress_deprecation` decorator causes a traceback in certain cases * Thu Jul 30 2020 Michal Bocek <mbocek@redhat.com> - 0.10.0-3 - A temporary build to run TPS tests against - Relates: #1860373 * Mon Apr 20 2020 Michal Bocek <mbocek@redhat.com> - 0.10.0-2 - Make debug/verbose setting persistent across the upgrade - Relates: #1821712 * Thu Apr 16 2020 Petr Stodulka <pstodulk@redhat.com> - 0.10.0-1 - Rebase to v0.10.0 - Add the --enablerepo option for Leapp to use an existing custom yum/dnf repository during the upgrade - Add the --no-rhsm option for Leapp for use without subscription-manager (#622) - Add `leapp answer` to answer Dialog questions in CLI (#592) - Add `stdin` and `encoding` parameters in the run function (#583, #595) - Add new dependency on python-requests - Add the DESKTOP tag for the leapp report (#612) - Display a warning when leapp is used in an unsupported (devel/testing) mode (#577) - Drop dependency on python-jinja2 - Error messages are now part of the preupgrade report - Fix json export capabilities using serialization (#598) - Introduce DialogModel that could be processed by actors to add related information into the report (#589) - Introduce Workflow API (#618) - Move all leapp and snactor files into related rpms instead of python2-leapp (#591) - Print errors on stdout in pretty format (#593) - Report inhibitors separately from errors on stdout (#620) - Show progress in non-verbose executions (#621) - The verbosity options (--verbose | --debug) are available for leapp commands as well - Resolves: #1821712 * Thu Oct 24 2019 Petr Stodulka <pstodulk@redhat.com> - 0.9.0-1 - Rebase to v0.9.0 - Add sanity-check command for snactor - Add the /var/log/leapp directory to the leapp RPM - Handle string types in compatible way - Introduce answerfile generation & usage - Introduce report composability, remove renders (#543) - Show help message for proper subcommand of leapp - Stop adding 'process-end' audit entry (#538) - Various fixes in displaying of generated reports - Resolves: #1753583 * Wed Jul 24 2019 Petr Stodulka <pstodulk@redhat.com> - 0.8.1-1 - Rebase to v0.8.1 Relates: #1723113 - Fix issue undefined ReportReference * Mon Jul 15 2019 Petr Stodulka <pstodulk@redhat.com> - 0.8.0-1 - Rebase to v0.8.0 Relates: #1723113 - add the preupgrade subcommand to be able check system and generate report for upgrade without run of the upgrade itself - add checks of arguments for cmdline parameters - log output of commands to logfile (#520) - avoid spurious output about missing logger - exit non-zero on unhandled exceptions and errors - fix actor library loading, so libraries do not have to be imported in lexicographical order - log on the ERROR level by default instead of DEBUG - create a dynamic configuration phase that allows creation of configuration for repository workflow - add JSON report generation - stdlib: add option to `run()` to ignore exit code * Sun Jun 23 2019 Vojtech Sokol <vsokol@redhat.com> - 0.7.0-3 - Rebuild Resolves: #1723113 * Mon Apr 29 2019 Petr Stodulka <pstodulk@redhat.com> - 0.7.0-2 - load checkpoints ordered by 'id' instead of timestamp Relates: #1636478 * Wed Apr 17 2019 Vojtech Sokol <vsokol@redhat.com> - 0.7.0-1 - Rebase to v0.7.0 Relates: #1636478 - add the ability to stop and resume workflow in any phase - fix incompatibilities with Python3 - store logs in one place and support archiving of previous logs - fix handling of Unicode in the run function of leapp stdlib * Mon Apr 08 2019 Vojtech Sokol <vsokol@redhat.com> - 0.6.0-2 - Fix specfile Relates: #1636478 * Mon Apr 08 2019 Vojtech Sokol <vsokol@redhat.com> - 0.6.0-1 - Rebase to v0.6.0 Relates: #1636478 - snactor - `repo new` subcommand: display message if directory with same name exists - `discover subcommand`: fix wrong path - `workflow run` subcommand: introduce `--save-output` parameter - fix cryptic message without user repo config - show global repos in repo list - fix trace on topic creation - stdlib - make api directly available in stdlib - external program exec function - audit data generation and storage - models - introduction of the JSON field type - new debug and verbose modes - new reporting capabilities - change default loglevel to ERROR * Thu Jan 24 2019 Petr Stodulka <pstodulk@redhat.com> - 0.5.0-1 - Rebase to v0.5.0 Relates: #1636478 - Models has been refactored to be more comprehensible and reliable - Introduced standard library - Introduced the actor convenience api for actors and repository libraries - Added localization support - Extended serialization support - Added exception to be able to stop actor execution - Packaging: Move system dependencies into the metapackage * Fri Nov 23 2018 Petr Stodulka <pstodulk@redhat.com> - 0.4.0-1 - Rebase to v0.4.0 Relates: #1636478 * Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3.1-1 - Rebase to v0.3.1 Relates: #1636478 * Wed Nov 07 2018 Petr Stodulka <pstodulk@redhat.com> - 0.3-1 - Initial rpm Resolves: #1636478
/usr/lib/python3.6/site-packages/leapp /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/leapp-0.15.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/leapp/__init__.py /usr/lib/python3.6/site-packages/leapp/__pycache__ /usr/lib/python3.6/site-packages/leapp/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/compat.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/compat.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/config.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/actors /usr/lib/python3.6/site-packages/leapp/actors/__init__.py /usr/lib/python3.6/site-packages/leapp/actors/__pycache__ /usr/lib/python3.6/site-packages/leapp/actors/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/actors/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/compat.py /usr/lib/python3.6/site-packages/leapp/config.py /usr/lib/python3.6/site-packages/leapp/dialogs /usr/lib/python3.6/site-packages/leapp/dialogs/__init__.py /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__ /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/components.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/components.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/dialog.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/dialog.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/message.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/message.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/renderer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/__pycache__/renderer.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/dialogs/components.py /usr/lib/python3.6/site-packages/leapp/dialogs/dialog.py /usr/lib/python3.6/site-packages/leapp/dialogs/message.py /usr/lib/python3.6/site-packages/leapp/dialogs/renderer.py /usr/lib/python3.6/site-packages/leapp/exceptions.py /usr/lib/python3.6/site-packages/leapp/libraries /usr/lib/python3.6/site-packages/leapp/libraries/__init__.py /usr/lib/python3.6/site-packages/leapp/libraries/__pycache__ /usr/lib/python3.6/site-packages/leapp/libraries/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/actor /usr/lib/python3.6/site-packages/leapp/libraries/actor/__init__.py /usr/lib/python3.6/site-packages/leapp/libraries/actor/__pycache__ /usr/lib/python3.6/site-packages/leapp/libraries/actor/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/actor/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/common /usr/lib/python3.6/site-packages/leapp/libraries/common/__init__.py /usr/lib/python3.6/site-packages/leapp/libraries/common/__pycache__ /usr/lib/python3.6/site-packages/leapp/libraries/common/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/common/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__init__.py /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__ /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/api.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/api.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/call.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/call.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/config.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/eventloop.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/__pycache__/eventloop.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/api.py /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/call.py /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/config.py /usr/lib/python3.6/site-packages/leapp/libraries/stdlib/eventloop.py /usr/lib/python3.6/site-packages/leapp/logger /usr/lib/python3.6/site-packages/leapp/logger/__init__.py /usr/lib/python3.6/site-packages/leapp/logger/__pycache__ /usr/lib/python3.6/site-packages/leapp/logger/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/logger/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/messaging /usr/lib/python3.6/site-packages/leapp/messaging/__init__.py /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__ /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/answerstore.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/answerstore.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/commands.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/commands.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/inprocess.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/messaging/__pycache__/inprocess.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/messaging/answerstore.py /usr/lib/python3.6/site-packages/leapp/messaging/commands.py /usr/lib/python3.6/site-packages/leapp/messaging/inprocess.py /usr/lib/python3.6/site-packages/leapp/models /usr/lib/python3.6/site-packages/leapp/models/__init__.py /usr/lib/python3.6/site-packages/leapp/models/__pycache__ /usr/lib/python3.6/site-packages/leapp/models/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/models/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/models/__pycache__/error_severity.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/models/__pycache__/error_severity.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/models/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/models/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/models/error_severity.py /usr/lib/python3.6/site-packages/leapp/models/fields /usr/lib/python3.6/site-packages/leapp/models/fields/__init__.py /usr/lib/python3.6/site-packages/leapp/models/fields/__pycache__ /usr/lib/python3.6/site-packages/leapp/models/fields/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/models/fields/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/models/utils.py /usr/lib/python3.6/site-packages/leapp/reporting /usr/lib/python3.6/site-packages/leapp/reporting/__init__.py /usr/lib/python3.6/site-packages/leapp/reporting/__pycache__ /usr/lib/python3.6/site-packages/leapp/reporting/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/reporting/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository /usr/lib/python3.6/site-packages/leapp/repository/__init__.py /usr/lib/python3.6/site-packages/leapp/repository/__pycache__ /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/actor_definition.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/actor_definition.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/definition.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/definition.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/manager.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/scan.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/repository/__pycache__/scan.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/repository/actor_definition.py /usr/lib/python3.6/site-packages/leapp/repository/definition.py /usr/lib/python3.6/site-packages/leapp/repository/manager.py /usr/lib/python3.6/site-packages/leapp/repository/scan.py /usr/lib/python3.6/site-packages/leapp/tags /usr/lib/python3.6/site-packages/leapp/tags/__init__.py /usr/lib/python3.6/site-packages/leapp/tags/__pycache__ /usr/lib/python3.6/site-packages/leapp/tags/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/tags/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/topics /usr/lib/python3.6/site-packages/leapp/topics/__init__.py /usr/lib/python3.6/site-packages/leapp/topics/__pycache__ /usr/lib/python3.6/site-packages/leapp/topics/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/topics/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils /usr/lib/python3.6/site-packages/leapp/utils/__init__.py /usr/lib/python3.6/site-packages/leapp/utils/__pycache__ /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/actorapi.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/actorapi.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/clicmd.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/clicmd.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/deprecation.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/deprecation.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/i18n.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/i18n.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/libraryfinder.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/libraryfinder.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/meta.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/meta.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/output.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/output.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/path.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/path.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/report.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/report.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/repository.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/repository.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/schemas.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/__pycache__/schemas.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/actorapi.py /usr/lib/python3.6/site-packages/leapp/utils/audit /usr/lib/python3.6/site-packages/leapp/utils/audit/__init__.py /usr/lib/python3.6/site-packages/leapp/utils/audit/__pycache__ /usr/lib/python3.6/site-packages/leapp/utils/audit/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/audit/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/audit/__pycache__/contextclone.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/audit/__pycache__/contextclone.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/audit/contextclone.py /usr/lib/python3.6/site-packages/leapp/utils/clicmd.py /usr/lib/python3.6/site-packages/leapp/utils/deprecation.py /usr/lib/python3.6/site-packages/leapp/utils/i18n.py /usr/lib/python3.6/site-packages/leapp/utils/libraryfinder.py /usr/lib/python3.6/site-packages/leapp/utils/meta.py /usr/lib/python3.6/site-packages/leapp/utils/output.py /usr/lib/python3.6/site-packages/leapp/utils/path.py /usr/lib/python3.6/site-packages/leapp/utils/report.py /usr/lib/python3.6/site-packages/leapp/utils/repository.py /usr/lib/python3.6/site-packages/leapp/utils/schemas.py /usr/lib/python3.6/site-packages/leapp/utils/workarounds /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__init__.py /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__ /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/fqdn.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/fqdn.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/mp.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/__pycache__/mp.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/utils/workarounds/fqdn.py /usr/lib/python3.6/site-packages/leapp/utils/workarounds/mp.py /usr/lib/python3.6/site-packages/leapp/workflows /usr/lib/python3.6/site-packages/leapp/workflows/__init__.py /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__ /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/flags.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/flags.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/phaseactors.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/phaseactors.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/phases.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/phases.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/policies.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/policies.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/tagfilters.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/__pycache__/tagfilters.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/api /usr/lib/python3.6/site-packages/leapp/workflows/api/__init__.py /usr/lib/python3.6/site-packages/leapp/workflows/api/__pycache__ /usr/lib/python3.6/site-packages/leapp/workflows/api/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/leapp/workflows/api/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/leapp/workflows/flags.py /usr/lib/python3.6/site-packages/leapp/workflows/phaseactors.py /usr/lib/python3.6/site-packages/leapp/workflows/phases.py /usr/lib/python3.6/site-packages/leapp/workflows/policies.py /usr/lib/python3.6/site-packages/leapp/workflows/tagfilters.py /usr/share/licenses/python3-leapp /usr/share/licenses/python3-leapp/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 08:12:52 2024