crackerjack 0.9.1__py3-none-any.whl → 0.9.2__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/.ruff_cache/0.7.1/1024065805990144819 +0 -0
- crackerjack/pyproject.toml +7 -7
- {crackerjack-0.9.1.dist-info → crackerjack-0.9.2.dist-info}/METADATA +4 -4
- {crackerjack-0.9.1.dist-info → crackerjack-0.9.2.dist-info}/RECORD +7 -6
- {crackerjack-0.9.1.dist-info → crackerjack-0.9.2.dist-info}/WHEEL +0 -0
- {crackerjack-0.9.1.dist-info → crackerjack-0.9.2.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.9.1.dist-info → crackerjack-0.9.2.dist-info}/licenses/LICENSE +0 -0
Binary file
|
crackerjack/pyproject.toml
CHANGED
@@ -5,7 +5,7 @@ ignore-words-list = "crate,uptodate"
|
|
5
5
|
|
6
6
|
[tool.ruff]
|
7
7
|
line-length = 88
|
8
|
-
target-version = "
|
8
|
+
target-version = "py313"
|
9
9
|
fix = true
|
10
10
|
show-fixes = true
|
11
11
|
output-format = "full"
|
@@ -88,7 +88,7 @@ exclude = [
|
|
88
88
|
"scratch",
|
89
89
|
]
|
90
90
|
extraPaths = [
|
91
|
-
"__pypackages__/3.
|
91
|
+
"__pypackages__/3.13/lib/",
|
92
92
|
]
|
93
93
|
typeCheckingMode = "strict"
|
94
94
|
reportMissingTypeStubs = false
|
@@ -98,15 +98,15 @@ reportUnknownMemberType = false
|
|
98
98
|
reportUnknownVariableType = false
|
99
99
|
reportUnknownArgumentType = false
|
100
100
|
reportPrivateUsage = "warning"
|
101
|
-
pythonVersion = "3.
|
101
|
+
pythonVersion = "3.13"
|
102
102
|
pythonPlatform = "Darwin"
|
103
103
|
|
104
104
|
[tool.pdm]
|
105
105
|
[project]
|
106
106
|
name = "Crackerjack"
|
107
|
-
version = "0.9.
|
107
|
+
version = "0.9.1"
|
108
108
|
description = "Crackerjack code style"
|
109
|
-
requires-python = ">=3.
|
109
|
+
requires-python = ">=3.13"
|
110
110
|
readme = "README.md"
|
111
111
|
keywords = [
|
112
112
|
"black",
|
@@ -119,7 +119,7 @@ classifiers = [
|
|
119
119
|
"Environment :: Console",
|
120
120
|
"Operating System :: POSIX",
|
121
121
|
"Programming Language :: Python",
|
122
|
-
"Programming Language :: Python :: 3.
|
122
|
+
"Programming Language :: Python :: 3.13",
|
123
123
|
"Development Status :: 4 - Beta",
|
124
124
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
125
125
|
"Topic :: Software Development :: Quality Assurance",
|
@@ -138,7 +138,7 @@ dependencies = [
|
|
138
138
|
"pytest>=8.3.3",
|
139
139
|
"pydantic>=2.9.2",
|
140
140
|
"aiopath>=0.7.7",
|
141
|
-
"acb>=0.
|
141
|
+
"acb>=0.8.0",
|
142
142
|
"pdm-bump>=0.9.8",
|
143
143
|
"pdm>=2.19.3",
|
144
144
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Crackerjack
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.2
|
4
4
|
Summary: Crackerjack code style
|
5
5
|
Keywords: black,ruff,mypy,creosote,refurb
|
6
6
|
Author-Email: lesleslie <les@wedgwoodwebworks.com>
|
@@ -9,7 +9,7 @@ License: BSD-3-Clause
|
|
9
9
|
Classifier: Environment :: Console
|
10
10
|
Classifier: Operating System :: POSIX
|
11
11
|
Classifier: Programming Language :: Python
|
12
|
-
Classifier: Programming Language :: Python :: 3.
|
12
|
+
Classifier: Programming Language :: Python :: 3.13
|
13
13
|
Classifier: Development Status :: 4 - Beta
|
14
14
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
15
15
|
Classifier: Topic :: Software Development :: Quality Assurance
|
@@ -21,7 +21,7 @@ Classifier: Typing :: Typed
|
|
21
21
|
Project-URL: homepage, https://github.com/lesleslie/crackerjack
|
22
22
|
Project-URL: documentation, https://github.com/lesleslie/crackerjack
|
23
23
|
Project-URL: repository, https://github.com/lesleslie/crackerjack
|
24
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.13
|
25
25
|
Requires-Dist: click>=8.1.7
|
26
26
|
Requires-Dist: aioconsole>=0.8.0
|
27
27
|
Requires-Dist: inflection>=0.5.1
|
@@ -30,7 +30,7 @@ Requires-Dist: pre-commit>=4.0.1
|
|
30
30
|
Requires-Dist: pytest>=8.3.3
|
31
31
|
Requires-Dist: pydantic>=2.9.2
|
32
32
|
Requires-Dist: aiopath>=0.7.7
|
33
|
-
Requires-Dist: acb>=0.
|
33
|
+
Requires-Dist: acb>=0.8.0
|
34
34
|
Requires-Dist: pdm-bump>=0.9.8
|
35
35
|
Requires-Dist: pdm>=2.19.3
|
36
36
|
Description-Content-Type: text/markdown
|
@@ -1,7 +1,7 @@
|
|
1
|
-
crackerjack-0.9.
|
2
|
-
crackerjack-0.9.
|
3
|
-
crackerjack-0.9.
|
4
|
-
crackerjack-0.9.
|
1
|
+
crackerjack-0.9.2.dist-info/METADATA,sha256=kVBabP-RulnS9GPefFAm3kztJKY5zK88WhZBXRtqQbQ,7699
|
2
|
+
crackerjack-0.9.2.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
crackerjack-0.9.2.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.9.2.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
5
|
crackerjack/.gitignore,sha256=7qePRaD8q-U6oV3gvgAcwFF8GudcRGAWf-Z-0IDqMaE,207
|
6
6
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
7
7
|
crackerjack/.pre-commit-config.yaml,sha256=xqxFHeO5qlN6-w5I3s4gWM5AuivZlR-xc6vBa_p-e7I,2266
|
@@ -29,10 +29,11 @@ crackerjack/.ruff_cache/0.6.4/1206147804896221174,sha256=R7O7kFH1eaafsVBj8Tae7By
|
|
29
29
|
crackerjack/.ruff_cache/0.6.5/1206147804896221174,sha256=nnb6nWwDVgf1ka9tDmRNyrVOa5D0jWjXGo2SdIOrwE4,224
|
30
30
|
crackerjack/.ruff_cache/0.6.7/3657366982708166874,sha256=MKU1_a_3BRoP6rKfsIyYJy3lzoXrYcsSw4y8y8ztLb8,224
|
31
31
|
crackerjack/.ruff_cache/0.6.9/285614542852677309,sha256=6FVRfczYzXuiY_uArIpjA5Tue579y7kFL7hgvebRU2I,224
|
32
|
+
crackerjack/.ruff_cache/0.7.1/1024065805990144819,sha256=LAmLzPcC0fqtPlhkTxPgyvDRNnqwV23iUUo9UMapsFA,224
|
32
33
|
crackerjack/.ruff_cache/0.7.1/285614542852677309,sha256=mOHKRzKoSvW-1sHtqI_LHWRt-mBinJ4rQRtp9Yqzv5I,224
|
33
34
|
crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
34
35
|
crackerjack/__init__.py,sha256=AuglbbJHkUJ2GdvyT0ca35ntexo1RkT2V6DgypoFeEk,121
|
35
36
|
crackerjack/__main__.py,sha256=W0KSo35_rmj_p4Zr2Q6FAvojiiPTmh5kjlggVNcOdac,1766
|
36
37
|
crackerjack/crackerjack.py,sha256=aoknG7btKND58d0Gb1Hde02NME7J64r7wvwV2TmxZDo,8440
|
37
|
-
crackerjack/pyproject.toml,sha256=
|
38
|
-
crackerjack-0.9.
|
38
|
+
crackerjack/pyproject.toml,sha256=FC7qsV5Op1b0DYo7GrFlB_d42mAgeZikiUBJhfeR00c,3005
|
39
|
+
crackerjack-0.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|