diff options
| author | 2024-02-28 22:53:29 +0800 | |
|---|---|---|
| committer | 2024-02-28 22:53:29 +0800 | |
| commit | 4473c31a34f12e57b56fa69d089de660858033a2 (patch) | |
| tree | 6dba20fbdee4bcc03a11b6b386176957708b65db | |
| parent | 5ecf879bc72e73883d5a1f7bb1c748118fa5d9ce (diff) | |
| download | ipm-4473c31a34f12e57b56fa69d089de660858033a2.tar.gz ipm-4473c31a34f12e57b56fa69d089de660858033a2.zip | |
chore(version): bump ipdm to v0.1.4v0.1.4
| -rw-r--r-- | pdm.lock | 84 | ||||
| -rw-r--r-- | pyproject.toml | 7 |
2 files changed, 85 insertions, 6 deletions
@@ -2,10 +2,10 @@ # It is not intended for manual editing. [metadata] -groups = ["default"] +groups = ["default", "dev"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:c9ac7b363cae594da5c5f48304cb74d9944562457d6a093a6da16f2f86a34cd0" +content_hash = "sha256:b28b97b5fe571e0924bd3868d2c6cde24c7af912be08ba1608d3828979cb8046" [[package]] name = "certifi" @@ -93,14 +93,26 @@ name = "colorama" version = "0.4.6" requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" summary = "Cross-platform colored terminal text." -groups = ["default"] -marker = "platform_system == \"Windows\"" +groups = ["default", "dev"] +marker = "sys_platform == \"win32\" or platform_system == \"Windows\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] [[package]] +name = "exceptiongroup" +version = "1.2.0" +requires_python = ">=3.7" +summary = "Backport of PEP 654 (exception groups)" +groups = ["dev"] +marker = "python_version < \"3.11\"" +files = [ + {file = "exceptiongroup-1.2.0-py3-none-any.whl", hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14"}, + {file = "exceptiongroup-1.2.0.tar.gz", hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68"}, +] + +[[package]] name = "idna" version = "3.6" requires_python = ">=3.5" @@ -112,6 +124,17 @@ files = [ ] [[package]] +name = "iniconfig" +version = "2.0.0" +requires_python = ">=3.7" +summary = "brain-dead simple config-ini parsing" +groups = ["dev"] +files = [ + {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"}, + {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, +] + +[[package]] name = "markdown-it-py" version = "3.0.0" requires_python = ">=3.8" @@ -137,6 +160,28 @@ files = [ ] [[package]] +name = "packaging" +version = "23.2" +requires_python = ">=3.7" +summary = "Core utilities for Python packages" +groups = ["dev"] +files = [ + {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, + {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, +] + +[[package]] +name = "pluggy" +version = "1.4.0" +requires_python = ">=3.8" +summary = "plugin and hook calling mechanisms for python" +groups = ["dev"] +files = [ + {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, + {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, +] + +[[package]] name = "pygments" version = "2.17.2" requires_python = ">=3.7" @@ -148,6 +193,25 @@ files = [ ] [[package]] +name = "pytest" +version = "8.0.2" +requires_python = ">=3.8" +summary = "pytest: simple powerful testing with Python" +groups = ["dev"] +dependencies = [ + "colorama; sys_platform == \"win32\"", + "exceptiongroup>=1.0.0rc8; python_version < \"3.11\"", + "iniconfig", + "packaging", + "pluggy<2.0,>=1.3.0", + "tomli>=1.0.0; python_version < \"3.11\"", +] +files = [ + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, +] + +[[package]] name = "requests" version = "2.31.0" requires_python = ">=3.7" @@ -191,6 +255,18 @@ files = [ ] [[package]] +name = "tomli" +version = "2.0.1" +requires_python = ">=3.7" +summary = "A lil' TOML parser" +groups = ["dev"] +marker = "python_version < \"3.11\"" +files = [ + {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, + {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, +] + +[[package]] name = "typer" version = "0.9.0" requires_python = ">=3.6" diff --git a/pyproject.toml b/pyproject.toml index f395264..9f83d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ipdm" -version = "0.1.3" +version = "0.1.4" description = "Infini 包管理器" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, @@ -12,7 +12,7 @@ dependencies = [ "requests>=2.31.0", "rich>=13.7.0", ] -requires-python = ">=3.10" +requires-python = ">=3.8" readme = "README.md" license = { text = "MIT" } @@ -30,3 +30,6 @@ distribution = true test = [ "pytest>=7.4.4", ] +dev = [ + "pytest>=8.0.2", +] |
