kopia lustrzana https://github.com/jedie/PyInventory
commit
56a9de57a6
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
11
uv.lock
11
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"
|
||||
|
|
Ładowanie…
Reference in New Issue