Changelog for
python310-podman-4.5.0-23.1.noarch.rpm :
* Fri Apr 28 2023 Johannes Kastl
- add necessary Requires, remove outdated Requires- 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 Apr 28 2023 Johannes Kastl - update to 4.4.1:
* This release contains necessary backports to revert the new tomli package that was introduced but is not supported by RHEL currently.
* Fri Apr 28 2023 Johannes Kastl - update to 4.4.0:
* Bump version to 4.3.0 by AATTumohnani8 in #216
* update urllib to 1.26.5 for a CVE found in previous versions by AATTcdoern in #210
* Correct path for rtd conf.py by AATTbaude in #219
* Clean up pylint configuration by AATTjwhonce in #222
* Use modern tomllib/tomli modules for reading TOML files by AATTmgorny in #214
* Added port binding range by AATTmsisj in #224
* Update cirrus image by AATTrhatdan in #225
* Cirrus: Update CI VM images to F37 by AATTcevich in #228
* Fix the ability to run containers by AATTjonathanunderwood in #226
* Update files to adhere to new lint requirements by AATTumohnani8 in #236
* Fri Oct 28 2022 Yogalakshmi Arunachalam - 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 - 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 - 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 - disable building for python2
* Mon Feb 21 2022 Dirk Müller - 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 pgajdosAATTsuse.com- %check: run test via %pyunittest rpm macro
* Fri Feb 21 2020 Steve Kowalik - 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.