Recommended update for python-podman

This update for python-podman fixes the following issues:

- 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

- 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

- 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

- 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

- 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

- update to 4.5.1:
* [v4.5-rhel] cherry-pick urlib3 fixes by @umohnani8 in
https://github.com/containers/podman-py/pull/274

- 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

- 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

- 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

- 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

- 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

- 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.

Fixed bugs
bnc#1208627
python3-podman errors ModuleNotFoundError: No module named 'xdg.BaseDirectory'
Selected Binaries
openSUSE Build Service is sponsored by