Accepting request 1196072 from home:nkrapp:branches:devel:languages:python

- Update to 7.1.0
  * Bumped minimum engine API version to 1.24
  * Bumped default engine API version to 1.44 (Moby 25.0)
  * Fixed issue with lang parsing when the registry address
    includes ports taht resulted in `invalid tag format` errors
  * Fixed issue preventing creating new configs (ConfigCollection),
    which failed with a KeyError due to the name field
  * Fixed an issue due to an update in the requests package breaking
    docker-py by applying the suggested fix
  * Documentation improvements
  * Updated Ruff (linter) and fixed minor linting issues
  * Started using hatch for packaging
  * Stopped checking for deprecated container and image related 
    fields (Container and ContainerConfig)
  * Updated tests that check NetworkSettings.Networks.<network>.Aliases
    due to engine changes
- change source url as release tarball doesn't include tests anymore
- drop patches which are now included upstream

OBS-URL: https://build.opensuse.org/request/show/1196072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=58
This commit is contained in:
2024-08-28 11:13:33 +00:00
committed by Git OBS Bridge
parent c3c911358f
commit 04bedf0cbb
6 changed files with 31 additions and 67 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Aug 23 08:13:32 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- Update to 7.1.0
* Bumped minimum engine API version to 1.24
* Bumped default engine API version to 1.44 (Moby 25.0)
* Fixed issue with lang parsing when the registry address
includes ports taht resulted in `invalid tag format` errors
* Fixed issue preventing creating new configs (ConfigCollection),
which failed with a KeyError due to the name field
* Fixed an issue due to an update in the requests package breaking
docker-py by applying the suggested fix
* Documentation improvements
* Updated Ruff (linter) and fixed minor linting issues
* Started using hatch for packaging
* Stopped checking for deprecated container and image related
fields (Container and ContainerConfig)
* Updated tests that check NetworkSettings.Networks.<network>.Aliases
due to engine changes
- change source url as release tarball doesn't include tests anymore
- drop patches which are now included upstream
-------------------------------------------------------------------
Thu May 23 08:58:30 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>