Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-podman | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 4.8.2 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Sat Jan 20 00:15:42 2024 |
Group: Development/Languages/Python | Build host: i02-ch2c |
Size: 749237 | Source RPM: python-podman-4.8.2-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/containers/podman-py | |
Summary: A library to interact with a Podman server |
A library to interact with a Podman server
Apache-2.0
* Tue Jan 16 2024 Dan Čermák <dcermak@suse.com> - Remove unneeded BuildRequires for test package * Sun Jan 07 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 4.8.1: * [release-4.8] Make progress_bar an extra feature by @openshift-cherrypick-robot in https://github.com/containers/podman-py/pull/362 * Bump version to 4.8.2 by @umohnani8 in https://github.com/containers/podman-py/pull/363 * Thu Dec 21 2023 Johannes Kastl <opensuse_buildservice@ojkastl.de> - update to 4.8.1: * [release-4.8] Add rich dep to setup.cfg by @openshift-cherrypick-robot in #354 * [release-4.8] Fix lint issues by @openshift-cherrypick-robot in [#359] * Bump version to podman 4.8.1 by @umohnani8 in #357 * Tue Nov 28 2023 Johannes Kastl <kastl@b1-systems.de> - update to 4.8.0: * Update version to 4.8.0-dev by @umohnani8 in #329 * Fix up docs and format issues by @umohnani8 in #338 * Fix readthedocs yaml by @umohnani8 in #339 * Add progress_bar option to image pull by @umohnani8 in #340 * Update dependency containers/automation_images to v20231004 by @renovate in #335 * Update pull progress bar colour by @umohnani8 in #341 * Fix readthedocs build issues by @umohnani8 in #342 * Update dependency containers/automation_images to v20231116 by @renovate in #344 * Bump version v4.8.0 by @umohnani8 in #345 * Thu Sep 28 2023 Johannes Kastl <kastl@b1-systems.de> - update to 4.6.0: * Bump version to v4.6.0 by @umohnani8 in #303 * Packit: mention downstream_package_name: python-podman in config by @lsm5 in #306 * Bump version on main to 4.7.0-dev by @umohnani8 in #304 * Add read_write_tmpfs by @msisj in #302 * Update dependency containers/automation_images to v20230807 by @renovate in #308 * remove direct logging to sys.stderr by @chnrxn in #311 * packit: Build PRs into default packit COPRs by @martinpitt in [#310] * Update dependency ubuntu to v22 by @renovate in #313 * Update dependency containers/automation_images to v20230809 by @renovate in #314 * [skip-ci] Update tim-actions/commit-message-checker-with-regex action to v0.3.2 by @renovate in #317 * Fix assertation error in manifest.py by @umohnani8 in #320 * Update dependency containers/automation_images to v20230816 by @renovate in #316 * Fixes the secrets parameter, adds the secret_env parameter by @andryyy in #319 * Fix image SCP when not providing quiet by @hpvb in #321 * Change default value for tty in exec_run by @maxi0604 in #324 * Mon Jul 24 2023 Johannes Kastl <kastl@b1-systems.de> - use new Build macros - update constraints on BuildRequires * drop constraint for urllib3 < 2 * add constraint on requests and pyxdg - follow upstream and use new tomli (for python < 3.11) instead of pytoml * Mon Jul 24 2023 Johannes Kastl <kastl@b1-systems.de> - update to 4.6.0: * Bump version to 4.5.0 by @umohnani8 in #263 * chore(deps): update dependency containers/automation_images to v20230426 by @renovate in #259 * chore(deps): update dependency urllib3 to v2 by @renovate in [#265] * [skip-ci] Update tim-actions/get-pr-commits action to v1.3.0 by @renovate in #268 * chore(deps): update dependency containers/automation_images to v20230517 by @renovate in #270 * Streaming support for PodsManager.stats API by @RazCrimson in [#266] * Minor text fixes in contributing.md by @umohnani8 in #278 * Swap renovate dep. update. PR assignments by @cevich in #279 * chore(deps): update dependency containers/automation_images to v20230601 by @renovate in #280 * Update Makefile to emulate readthedocs automation by @umohnani8 in #282 * [CI:BUILD] Packit: initial enablement by @lsm5 in #242 * chore(deps): update dependency containers/automation_images to v20230614 by @renovate in #286 * Packit: remove .packit.sh by @lsm5 in #288 * Fix catching errors in the response body of containers/prune by @francisbergin in #290 * Fix pod prune error explanation string by @francisbergin in [#291] * Refactor Makefile to support tox / MacOS Ventura by @jwhonce in [#285] * Switch HTTPConnection from http.client to urllib3.connection by @dcermak in #283 * Keep main branch version ahead of release branches by @lsm5 in [#289] * [CI:BUILD] RPM: Cleanup by @lsm5 in #296 * Includes the possibility to use the 'listTags' parameter in image search endpoint by @apozsuse in #295 * Update dependency fixtures to ~=4.1.0 by @renovate in #297 * Update fixtures to not be tied to a version by @umohnani8 in [#300] * Fix passing filters to networks prune by @francisbergin in #298 * Sat Jun 03 2023 Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com> - Require pytoml * Thu Jun 01 2023 Johannes Kastl <kastl@b1-systems.de> - update to 4.5.1: * [v4.5-rhel] cherry-pick urlib3 fixes by @umohnani8 in https://github.com/containers/podman-py/pull/274 * Fri Apr 28 2023 Johannes Kastl <kastl@b1-systems.de> - add necessary Requires, remove outdated Requires - add _service file - change URL to make `osc service disabledrun download_files` work - update to 4.5.0: * Change docstring to point to podman docs * [skip-ci] Update tim-actions/get-pr-commits action to v1.2.0 * Add renovate.json * Fix new lint problems * Improve exception when missing env var * chg: Container.top to use stream_helper * chg: Container.stats to use stream_helper * add: stream_helper in api/parse_utils.py * Cirrus: Update CI VM images * Bump fixtures requirement * Specify version verbatim in setup.cfg * [spec] Switch license to SPDX * podman.spec: run unit tests * Fix version spec in setup.cfg * Correct pyproject.toml [build-system] requires * Fallback to pytoml on RHEL 8 and toml on 9 * Use modern tomllib/tomli modules for reading TOML files * Revert "Use modern tomllib/tomli modules for reading TOML files" * chore: Container.stats - type hints * fix: Container.stats - invalid response for non-stream mode * fix: Container.stats - missing stream param to requests * Lint fix * Merge branch 'containers:main' into feat/container-create-secret * Correctly add secrets to container on creation * Fri Feb 24 2023 Dan Čermák <dcermak@suse.com> - cleanup requires & suggests (fixes boo#1208627) - New upstream release 4.4.1: This release contains necessary backports to revert the new tomli package that was introduced but is not supported by RHEL currently. - New upstream release 4.4.0: Bump version to 4.3.0 by @umohnani8 in #216 update urllib to 1.26.5 for a CVE found in previous versions by @cdoern in #210 Correct path for rtd conf.py by @baude in #219 Clean up pylint configuration by @jwhonce in #222 Use modern tomllib/tomli modules for reading TOML files by @mgorny in #214 Added port binding range by @msisj in #224 Update cirrus image by @rhatdan in #225 Cirrus: Update CI VM images to F37 by @cevich in #228 Fix the ability to run containers by @jonathanunderwood in #226 Update files to adhere to new lint requirements by @umohnani8 in #236 * Fri Oct 28 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 4.3.0 * Add pass-through layers, output and outputformat to building images * Support passing of interval and condition in podman wait calls * Implement podman image scp * Update supported python versions * Add support of passing empty strings in second * Add support for on failure actions in healthchecks * Bug fixes * Mon Aug 15 2022 Michael Ströder <michael@stroeder.com> - update to 4.2.0 * Added support for devices in container creation * Implemented the login endpoint * Added relabel option for mounts and other mount option support * Implemented exec_run * Bug Fixes * Thu Jun 30 2022 Johannes Kastl <kastl@b1-systems.de> - update to 4.0.0 * Remove support for old (ApiConnection) API * Update CI to use copr and release podman packages for testing * Port code to support Podman 4.0.0 API changes * Added support for Python 3.10 * lint scrub and correction of code * Bug fixes * Move to tox for development support * Move to pytest from nose for test execution * Support testing python 3.6,3.8-3.10 * Allow passing string values to memory limits - remove patch python310.patch * Wed Jun 29 2022 Johannes Kastl <kastl@b1-systems.de> - disable building for python2 * Mon Feb 21 2022 Dirk Müller <dmueller@suse.com> - update to 3.2.1: * Update packaging * Update CI to support testing against released and main podman branches * Cleanup CI configuration * Bug fixes * Bug fixes and updates to make API more complete * Update dependency checking * PodmanClient() now supports service addresses using ssh:// and tcp:// schemes. The keyword connection has been added, using its value as a key into the connections that have been defined in XDG_CONFIG_DIR/containers/containers.cfg. The podman system connection is used to curate connections. * docstrings were cleaned up to aid in future sphinx generated documentation. * ssh:// service addresses are supported by the use of an external ssh client. * tcp:// connections are not secure. * PodmanClient() introduces docker-py functionality, while additionally allowing access to Podman unique functionality such as Pods. * Note: APIConnection() and it's support classes will be deprecated. - add python310.patch: support python 3.10 * Thu May 27 2021 pgajdos@suse.com - %check: run test via %pyunittest rpm macro * Fri Feb 21 2020 Steve Kowalik <steven.kowalik@suse.com> - Update to 1.6.0: * Update code and tests for changes in API * Introduce mocked unit tests * Refactor for changes in containers API * ModuleNotFoundError: No module named 'pbr' * Improve testing * Apply pep8 and clean code * remove redundant license file * How to install from pypi - Correct BuildRequires. - Drop unshipped file from %license macro. * Wed Aug 28 2019 Thomas Bechtold <tbechtold@suse.com> - Initial packaging (version 0.12.0)
/usr/lib/python3.6/site-packages/podman /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/INSTALLER /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/LICENSE /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/METADATA /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/RECORD /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/WHEEL /usr/lib/python3.6/site-packages/podman-4.8.2.dist-info/top_level.txt /usr/lib/python3.6/site-packages/podman/__init__.py /usr/lib/python3.6/site-packages/podman/__pycache__ /usr/lib/python3.6/site-packages/podman/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/client.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/tlsconfig.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/tlsconfig.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/__pycache__/version.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api /usr/lib/python3.6/site-packages/podman/api/__init__.py /usr/lib/python3.6/site-packages/podman/api/__pycache__ /usr/lib/python3.6/site-packages/podman/api/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/adapter_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/adapter_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/cached_property.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/cached_property.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/client.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/http_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/http_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/parse_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/parse_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/ssh.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/ssh.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/tar_utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/tar_utils.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/typing_extensions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/typing_extensions.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/uds.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/api/__pycache__/uds.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/api/adapter_utils.py /usr/lib/python3.6/site-packages/podman/api/cached_property.py /usr/lib/python3.6/site-packages/podman/api/client.py /usr/lib/python3.6/site-packages/podman/api/http_utils.py /usr/lib/python3.6/site-packages/podman/api/parse_utils.py /usr/lib/python3.6/site-packages/podman/api/ssh.py /usr/lib/python3.6/site-packages/podman/api/tar_utils.py /usr/lib/python3.6/site-packages/podman/api/typing_extensions.py /usr/lib/python3.6/site-packages/podman/api/uds.py /usr/lib/python3.6/site-packages/podman/client.py /usr/lib/python3.6/site-packages/podman/domain /usr/lib/python3.6/site-packages/podman/domain/__init__.py /usr/lib/python3.6/site-packages/podman/domain/__pycache__ /usr/lib/python3.6/site-packages/podman/domain/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/config.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/config.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_create.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_create.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_run.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/containers_run.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/events.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/events.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images_build.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images_build.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/images_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/ipam.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/ipam.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/manager.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/manifests.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/manifests.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/networks.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/networks.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/networks_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/networks_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/pods.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/pods.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/pods_manager.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/pods_manager.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/registry_data.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/registry_data.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/secrets.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/secrets.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/system.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/system.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/volumes.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/domain/__pycache__/volumes.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/domain/config.py /usr/lib/python3.6/site-packages/podman/domain/containers.py /usr/lib/python3.6/site-packages/podman/domain/containers_create.py /usr/lib/python3.6/site-packages/podman/domain/containers_manager.py /usr/lib/python3.6/site-packages/podman/domain/containers_run.py /usr/lib/python3.6/site-packages/podman/domain/events.py /usr/lib/python3.6/site-packages/podman/domain/images.py /usr/lib/python3.6/site-packages/podman/domain/images_build.py /usr/lib/python3.6/site-packages/podman/domain/images_manager.py /usr/lib/python3.6/site-packages/podman/domain/ipam.py /usr/lib/python3.6/site-packages/podman/domain/manager.py /usr/lib/python3.6/site-packages/podman/domain/manifests.py /usr/lib/python3.6/site-packages/podman/domain/networks.py /usr/lib/python3.6/site-packages/podman/domain/networks_manager.py /usr/lib/python3.6/site-packages/podman/domain/pods.py /usr/lib/python3.6/site-packages/podman/domain/pods_manager.py /usr/lib/python3.6/site-packages/podman/domain/registry_data.py /usr/lib/python3.6/site-packages/podman/domain/secrets.py /usr/lib/python3.6/site-packages/podman/domain/system.py /usr/lib/python3.6/site-packages/podman/domain/volumes.py /usr/lib/python3.6/site-packages/podman/errors /usr/lib/python3.6/site-packages/podman/errors/__init__.py /usr/lib/python3.6/site-packages/podman/errors/__pycache__ /usr/lib/python3.6/site-packages/podman/errors/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/errors/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/errors/__pycache__/exceptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/podman/errors/__pycache__/exceptions.cpython-36.pyc /usr/lib/python3.6/site-packages/podman/errors/exceptions.py /usr/lib/python3.6/site-packages/podman/tlsconfig.py /usr/lib/python3.6/site-packages/podman/version.py /usr/share/doc/packages/python3-podman /usr/share/doc/packages/python3-podman/README.md /usr/share/licenses/python3-podman /usr/share/licenses/python3-podman/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025