Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-podman for openSUSE:Factory checked in at 2025-02-20 16:41:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-podman (Old) and /work/SRC/openSUSE:Factory/.python-podman.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-podman" Thu Feb 20 16:41:32 2025 rev:21 rq:1247333 version:5.4.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-podman/python-podman.changes 2025-02-19 16:03:17.511973039 +0100 +++ /work/SRC/openSUSE:Factory/.python-podman.new.1873/python-podman.changes 2025-02-20 16:42:58.868569106 +0100 @@ -1,0 +2,8 @@ +Thu Feb 20 09:01:04 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 5.4.0.1: + * pyproject toml fixed for podman submodules invisibility by + @jyejare in #515 + * Bump release to 5.4.0.1 by @inknos in #517 + +------------------------------------------------------------------- Old: ---- podman-5.4.0.tar.gz New: ---- podman-5.4.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-podman.spec ++++++ --- /var/tmp/diff_new_pack.FJk6L3/_old 2025-02-20 16:42:59.352589362 +0100 +++ /var/tmp/diff_new_pack.FJk6L3/_new 2025-02-20 16:42:59.356589529 +0100 @@ -27,7 +27,7 @@ %bcond_with test %endif Name: python-podman%{psuffix} -Version: 5.4.0 +Version: 5.4.0.1 Release: 0 Summary: A library to interact with a Podman server License: Apache-2.0 ++++++ podman-5.4.0.tar.gz -> podman-5.4.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-5.4.0/pyproject.toml new/podman-py-5.4.0.1/pyproject.toml --- old/podman-py-5.4.0/pyproject.toml 2025-02-18 19:42:41.000000000 +0100 +++ new/podman-py-5.4.0.1/pyproject.toml 2025-02-19 17:47:06.000000000 +0100 @@ -4,7 +4,9 @@ [project] name = "podman" -dynamic = ["version"] +# TODO: remove the line version = ... on podman-py > 5.4.0 releases +# dynamic = ["version"] +version = "5.4.0.1" description = "Bindings for Podman RESTful API" readme = "README.md" license = {file = "LICENSE"} @@ -66,11 +68,13 @@ log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" log_cli_date_format = "%Y-%m-%d %H:%M:%S" -[tool.setuptools] -packages = ["podman"] - -[tool.setuptools.dynamic] -version = {attr = "podman.version.__version__"} +[tool.setuptools.packages.find] +where = ["."] +include = ["podman*"] + +# TODO: remove the line version = ... on podman-py > 5.4.0 releases +# [tool.setuptools.dynamic] +# version = {attr = "podman.version.__version__"} [tool.ruff] line-length = 100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-5.4.0/setup.cfg new/podman-py-5.4.0.1/setup.cfg --- old/podman-py-5.4.0/setup.cfg 2025-02-18 19:42:41.000000000 +0100 +++ new/podman-py-5.4.0.1/setup.cfg 2025-02-19 17:47:06.000000000 +0100 @@ -1,6 +1,6 @@ [metadata] name = podman -version = 5.4.0 +version = 5.4.0.1 author = Brent Baude, Jhon Honce, Urvashi Mohnani, Nicola Sella author_email = [email protected] description = Bindings for Podman RESTful API
