From 1d842b1e54bdecd44bd3a7f8e252089be371a123 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sun, 23 Mar 2025 13:15:14 +0100 Subject: [PATCH] Bugfix publish: setuptools missing --- README.md | 1 + pyproject.toml | 3 +++ uv.lock | 11 +++++++++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 176c050..9453550 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ To make a new release, do this: [comment]: <> (✂✂✂ auto generated history start ✂✂✂) * [v0.21.0](https://github.com/jedie/PyInventory/compare/v0.20.1...v0.21.0) + * 2025-03-23 - Bugfix publish: setuptools missing * 2025-03-23 - Migrate "pip-tools" -> "uv" and remove tox * [v0.20.1](https://github.com/jedie/PyInventory/compare/v0.20.0...v0.20.1) * 2024-09-05 - switched to https://github.com/jazzband/django-tinymce/ diff --git a/pyproject.toml b/pyproject.toml index 6822e6f..f422153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,9 @@ dev = [ "pre-commit", # https://github.com/pre-commit/pre-commit "typeguard", # https://github.com/agronholm/typeguard/ + # setuptools use by "publish" command: + "setuptools", # https://github.com/pypa/setuptools + # https://github.com/akaihola/darker # https://github.com/ikamensh/flynt # https://github.com/pycqa/isort diff --git a/uv.lock b/uv.lock index d9bfa39..e9bc0bc 100644 --- a/uv.lock +++ b/uv.lock @@ -1652,6 +1652,7 @@ dev = [ { name = "pyflakes" }, { name = "pyupgrade" }, { name = "requests-mock" }, + { name = "setuptools" }, { name = "tblib" }, { name = "twine" }, { name = "typeguard" }, @@ -1701,6 +1702,7 @@ dev = [ { name = "pyflakes" }, { name = "pyupgrade" }, { name = "requests-mock" }, + { name = "setuptools" }, { name = "tblib" }, { name = "twine" }, { name = "typeguard" }, @@ -1943,6 +1945,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", size = 15221 }, ] +[[package]] +name = "setuptools" +version = "77.0.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/81/ed/7101d53811fd359333583330ff976e5177c5e871ca8b909d1d6c30553aa3/setuptools-77.0.3.tar.gz", hash = "sha256:583b361c8da8de57403743e756609670de6fb2345920e36dc5c2d914c319c945", size = 1367236 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/a9/07/99f2cefae815c66eb23148f15d79ec055429c38fa8986edcc712ab5f3223/setuptools-77.0.3-py3-none-any.whl", hash = "sha256:67122e78221da5cf550ddd04cf8742c8fe12094483749a792d56cd669d6cf58c", size = 1255678 }, +] + [[package]] name = "shtab" version = "1.7.1"