crackerjack 0.15.1__py3-none-any.whl → 0.15.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crackerjack/.pre-commit-config.yaml +9 -3
- crackerjack/.ruff_cache/0.11.2/4070660268492669020 +0 -0
- crackerjack/.ruff_cache/0.11.3/9818742842212983150 +0 -0
- crackerjack/crackerjack.py +1 -1
- crackerjack/pyproject.toml +7 -7
- {crackerjack-0.15.1.dist-info → crackerjack-0.15.3.dist-info}/METADATA +7 -7
- {crackerjack-0.15.1.dist-info → crackerjack-0.15.3.dist-info}/RECORD +10 -9
- {crackerjack-0.15.1.dist-info → crackerjack-0.15.3.dist-info}/WHEEL +0 -0
- {crackerjack-0.15.1.dist-info → crackerjack-0.15.3.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.15.1.dist-info → crackerjack-0.15.3.dist-info}/licenses/LICENSE +0 -0
@@ -1,8 +1,14 @@
|
|
1
1
|
repos:
|
2
2
|
- repo: https://github.com/pdm-project/pdm
|
3
|
-
rev: 2.
|
3
|
+
rev: 2.23.0 # a PDM release exposing the hook
|
4
4
|
hooks:
|
5
5
|
- id: pdm-lock-check
|
6
|
+
# - id: pdm-export
|
7
|
+
# args: [ '-o', 'requirements.txt', '--without-hashes' ]
|
8
|
+
# files: ^pdm.lock$
|
9
|
+
- id: pdm-sync
|
10
|
+
additional_dependencies:
|
11
|
+
- keyring
|
6
12
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
7
13
|
rev: v5.0.0
|
8
14
|
hooks:
|
@@ -17,7 +23,7 @@ repos:
|
|
17
23
|
- id: check-added-large-files
|
18
24
|
name: check-added-large-files
|
19
25
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
20
|
-
rev: v0.11.
|
26
|
+
rev: v0.11.3
|
21
27
|
hooks:
|
22
28
|
- id: ruff-format
|
23
29
|
- id: ruff
|
@@ -69,7 +75,7 @@ repos:
|
|
69
75
|
hooks:
|
70
76
|
- id: pyright
|
71
77
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
72
|
-
rev: v0.11.
|
78
|
+
rev: v0.11.3
|
73
79
|
hooks:
|
74
80
|
- id: ruff
|
75
81
|
- id: ruff-format
|
Binary file
|
Binary file
|
crackerjack/crackerjack.py
CHANGED
crackerjack/pyproject.toml
CHANGED
@@ -149,7 +149,7 @@ pythonPlatform = "Darwin"
|
|
149
149
|
|
150
150
|
[project]
|
151
151
|
name = "crackerjack"
|
152
|
-
version = "0.15.
|
152
|
+
version = "0.15.2"
|
153
153
|
description = "Default template for PDM package"
|
154
154
|
requires-python = ">=3.13"
|
155
155
|
readme = "README.md"
|
@@ -178,15 +178,15 @@ dependencies = [
|
|
178
178
|
"autotyping>=24.9.0",
|
179
179
|
"pre-commit>=4.2.0",
|
180
180
|
"pytest>=8.3.5",
|
181
|
-
"pydantic>=2.11.
|
182
|
-
"pdm-bump>=0.9.
|
183
|
-
"pdm>=2.
|
184
|
-
"uv>=0.6.
|
185
|
-
"pytest-cov>=6.
|
181
|
+
"pydantic>=2.11.2",
|
182
|
+
"pdm-bump>=0.9.12",
|
183
|
+
"pdm>=2.23.0",
|
184
|
+
"uv>=0.6.12",
|
185
|
+
"pytest-cov>=6.1.0",
|
186
186
|
"pytest-mock>=3.14.0",
|
187
187
|
"tomli-w>=1.2.0",
|
188
188
|
"pytest-asyncio>=0.26.0",
|
189
|
-
"rich>=
|
189
|
+
"rich>=14.0.0",
|
190
190
|
"typer>=0.15.2",
|
191
191
|
]
|
192
192
|
authors = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: crackerjack
|
3
|
-
Version: 0.15.
|
3
|
+
Version: 0.15.3
|
4
4
|
Summary: Default template for PDM package
|
5
5
|
Keywords: black,ruff,mypy,creosote,refurb
|
6
6
|
Author-Email: lesleslie <les@wedgwoodwebworks.com>
|
@@ -25,15 +25,15 @@ Requires-Python: >=3.13
|
|
25
25
|
Requires-Dist: autotyping>=24.9.0
|
26
26
|
Requires-Dist: pre-commit>=4.2.0
|
27
27
|
Requires-Dist: pytest>=8.3.5
|
28
|
-
Requires-Dist: pydantic>=2.11.
|
29
|
-
Requires-Dist: pdm-bump>=0.9.
|
30
|
-
Requires-Dist: pdm>=2.
|
31
|
-
Requires-Dist: uv>=0.6.
|
32
|
-
Requires-Dist: pytest-cov>=6.
|
28
|
+
Requires-Dist: pydantic>=2.11.2
|
29
|
+
Requires-Dist: pdm-bump>=0.9.12
|
30
|
+
Requires-Dist: pdm>=2.23.0
|
31
|
+
Requires-Dist: uv>=0.6.12
|
32
|
+
Requires-Dist: pytest-cov>=6.1.0
|
33
33
|
Requires-Dist: pytest-mock>=3.14.0
|
34
34
|
Requires-Dist: tomli-w>=1.2.0
|
35
35
|
Requires-Dist: pytest-asyncio>=0.26.0
|
36
|
-
Requires-Dist: rich>=
|
36
|
+
Requires-Dist: rich>=14.0.0
|
37
37
|
Requires-Dist: typer>=0.15.2
|
38
38
|
Description-Content-Type: text/markdown
|
39
39
|
|
@@ -1,12 +1,12 @@
|
|
1
|
-
crackerjack-0.15.
|
2
|
-
crackerjack-0.15.
|
3
|
-
crackerjack-0.15.
|
4
|
-
crackerjack-0.15.
|
1
|
+
crackerjack-0.15.3.dist-info/METADATA,sha256=5TaJ6Wfk2c8Sm8uru7BrvlhjjR_MOyKeBvHfH31Sk74,12863
|
2
|
+
crackerjack-0.15.3.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
crackerjack-0.15.3.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.15.3.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
5
|
crackerjack/.coverage,sha256=dLzPzp72qZEXohNfxnOAlRwvM9dqF06-HoFqfvXZd1U,53248
|
6
6
|
crackerjack/.gitignore,sha256=ts3GBu94chiwTyOCNCMHau9M8XGrd1yajyHPAMo_Z84,219
|
7
7
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
8
8
|
crackerjack/.pdm.toml,sha256=dZe44HRcuxxCFESGG8SZIjmc-cGzSoyK3Hs6t4NYA8w,23
|
9
|
-
crackerjack/.pre-commit-config.yaml,sha256=
|
9
|
+
crackerjack/.pre-commit-config.yaml,sha256=e6XmIrzRP_dJNnqKYv34iQ58nC9lPcVQvXUlsClRQgo,2456
|
10
10
|
crackerjack/.pytest_cache/.gitignore,sha256=Ptcxtl0GFQwTji2tsL4Gl1UIiKa0frjEXsya26i46b0,37
|
11
11
|
crackerjack/.pytest_cache/CACHEDIR.TAG,sha256=N9yI75oKvt2-gQU6bdj9-xOvthMEXqHrSlyBWnSjveQ,191
|
12
12
|
crackerjack/.pytest_cache/README.md,sha256=c_1vzN2ALEGaay2YPWwxc7fal1WKxLWJ7ewt_kQ9ua0,302
|
@@ -19,7 +19,8 @@ crackerjack/.ruff_cache/0.1.4/10355199064880463147,sha256=kmqNg5WySQYPeAqa5elfaV
|
|
19
19
|
crackerjack/.ruff_cache/0.1.6/15140459877605758699,sha256=oQy5boAXeskdm5M0Abh_nyBtitWj5N5wtx_4gsDgu7c,248
|
20
20
|
crackerjack/.ruff_cache/0.1.7/1790508110482614856,sha256=De7Puq32XF0925xrGehWSKX6cw5Wi2bpt1cnqh__f54,248
|
21
21
|
crackerjack/.ruff_cache/0.1.9/17041001205004563469,sha256=tKP_k8HaHhQJyrHbDfJ93kM7vahjrU8cKQ1f_-OUzZY,248
|
22
|
-
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=
|
22
|
+
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=FTRTUmvj6nZw_QQBp_WHI-h3_iqRejzL39api-9wTvs,224
|
23
|
+
crackerjack/.ruff_cache/0.11.3/9818742842212983150,sha256=VBtWcWKbz-7oUsUqHXN4NvDTUkag1E5dHR8npjmnMFM,224
|
23
24
|
crackerjack/.ruff_cache/0.2.0/10047773857155985907,sha256=j9LNa_RQ4Plor7go1uTYgz17cEENKvZQ-dP6b9MX0ik,248
|
24
25
|
crackerjack/.ruff_cache/0.2.1/8522267973936635051,sha256=u_aPBMibtAp_iYvLwR88GMAECMcIgHezxMyuapmU2P4,248
|
25
26
|
crackerjack/.ruff_cache/0.2.2/18053836298936336950,sha256=Xb_ebP0pVuUfSqPEZKlhQ70so_vqkEfMYpuHQ06iR5U,248
|
@@ -49,6 +50,6 @@ crackerjack/.ruff_cache/0.9.9/8843823720003377982,sha256=e4ymkXfQsUg5e_mtO34xTsa
|
|
49
50
|
crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
50
51
|
crackerjack/__init__.py,sha256=r9SuEjHUrW99hFWifRk4ofmYPSgf9rblcnzqhdV5bP0,157
|
51
52
|
crackerjack/__main__.py,sha256=iwoUyUB9j3e5lC5ViNAqW00eeoIx0xljNmWC04AiPaw,3707
|
52
|
-
crackerjack/crackerjack.py,sha256=
|
53
|
-
crackerjack/pyproject.toml,sha256=
|
54
|
-
crackerjack-0.15.
|
53
|
+
crackerjack/crackerjack.py,sha256=t8aZThm8-41YkiS2UzG3RRLhNdW4DSAoHJFZo5KL-eM,22356
|
54
|
+
crackerjack/pyproject.toml,sha256=z0GvdgSmb2kSPXXNH0nEKsbL6YRPy9v4mJRsM258iuU,4089
|
55
|
+
crackerjack-0.15.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|