Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-docker for openSUSE:Factory checked in at 2024-08-28 21:34:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-docker (Old) and /work/SRC/openSUSE:Factory/.python-docker.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker" Wed Aug 28 21:34:34 2024 rev:29 rq:1196998 version:7.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-docker/python-docker.changes 2024-05-23 15:36:29.726304866 +0200 +++ /work/SRC/openSUSE:Factory/.python-docker.new.2698/python-docker.changes 2024-08-28 21:34:37.930609627 +0200 @@ -1,0 +2,24 @@ +Fri Aug 23 08:13:32 UTC 2024 - Nico Krapp <nico.kr...@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 + * removed 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch + * removed e33e0a437ecd895158c8cb4322a0cdad79312636.patch + +------------------------------------------------------------------- Old: ---- 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch docker-7.0.0.tar.gz e33e0a437ecd895158c8cb4322a0cdad79312636.patch New: ---- docker-7.1.0.tar.gz BETA DEBUG BEGIN: Old:- drop patches which are now included upstream * removed 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch * removed e33e0a437ecd895158c8cb4322a0cdad79312636.patch Old: * removed 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch * removed e33e0a437ecd895158c8cb4322a0cdad79312636.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-docker.spec ++++++ --- /var/tmp/diff_new_pack.SlCbz1/_old 2024-08-28 21:34:38.594637281 +0200 +++ /var/tmp/diff_new_pack.SlCbz1/_new 2024-08-28 21:34:38.594637281 +0200 @@ -18,18 +18,14 @@ %{?sle15_python_module_pythons} Name: python-docker -Version: 7.0.0 +Version: 7.1.0 Release: 0 Summary: A Python library for the Docker Engine API License: Apache-2.0 URL: https://github.com/docker/docker-py -Source: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz -# PATCH-FIX-UPSTREAM e33e0a437ecd895158c8cb4322a0cdad79312636.patch -- based on commit e33e0a4 -# https://github.com/docker/docker-py/commit/e33e0a437ecd895158c8cb4322a0cdad79312636.patch -Patch1: e33e0a437ecd895158c8cb4322a0cdad79312636.patch -# PATCH-FIX-UPSTREAM 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch -- based on commit 2a059a9 -# https://github.com/docker/docker-py/commit/2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch -Patch2: 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch +Source: https://github.com/docker/docker-py/archive/refs/tags/%{version}.tar.gz#/docker-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 45} BuildRequires: %{python_module setuptools_scm >= 6.2} @@ -59,9 +55,10 @@ A Python library for the Docker Engine API. %prep -%autosetup -p1 -n docker-%{version} +%autosetup -p1 -n docker-py-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install ++++++ docker-7.0.0.tar.gz -> docker-7.1.0.tar.gz ++++++ ++++ 3158 lines of diff (skipped)