crackerjack 0.7.33__py3-none-any.whl → 0.7.35__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.

Potentially problematic release.


This version of crackerjack might be problematic. Click here for more details.

@@ -78,11 +78,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
78
78
  await dump.toml(pkg_toml_config, self.pkg_toml_path) # type: ignore
79
79
 
80
80
  async def copy_configs(self) -> None:
81
- config_files = (
82
- ".gitignore",
83
- ".pre-commit-config.yaml",
84
- ".libcst.codemod.yaml",
85
- )
81
+ config_files = (".gitignore", ".pre-commit-config.yaml", ".libcst.codemod.yaml")
86
82
  for config in config_files:
87
83
  config_path = self.our_path / config
88
84
  pkg_config_path = self.pkg_path / config
@@ -90,11 +86,6 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
90
86
  if self.pkg_path.stem == "crackerjack":
91
87
  await config_path.write_text(await pkg_config_path.read_text())
92
88
  continue
93
- config_text = await config_path.read_text()
94
- if config == ".gitignore":
95
- await pkg_config_path.write_text(
96
- config_text.replace("crackerjack", self.pkg_name)
97
- )
98
89
  run([str(self.config.git_path), "add", config])
99
90
 
100
91
  async def run_interactive(self, hook: str) -> None:
@@ -127,14 +118,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
127
118
  run([str(self.config.git_path), "add", "pyproject.toml"])
128
119
  run([str(self.config.git_path), "add", "pdm.lock"])
129
120
  run([str(self.config.pre_commit_path), "install"])
130
- run(
131
- [
132
- str(self.config.git_path),
133
- "config",
134
- "advice.addIgnoredFile",
135
- "false",
136
- ]
137
- )
121
+ run([str(self.config.git_path), "config", "advice.addIgnoredFile", "false"])
138
122
  await self.update_pyproject_configs()
139
123
 
140
124
  async def process(self, options: t.Any) -> None:
@@ -84,7 +84,7 @@ pythonPlatform = "Darwin"
84
84
 
85
85
  [project]
86
86
  name = "Crackerjack"
87
- version = "0.7.32"
87
+ version = "0.7.34"
88
88
  description = "Crackerjack code style"
89
89
  requires-python = ">=3.12"
90
90
  readme = "README.md"
@@ -111,16 +111,16 @@ classifiers = [
111
111
  ]
112
112
  dependencies = [
113
113
  "click>=8.1.7",
114
- "aioconsole>=0.7.0",
114
+ "aioconsole>=0.7.1",
115
115
  "inflection>=0.5.1",
116
- "autotyping>=23.3.0",
117
- "pre-commit>=3.6.0",
118
- "pytest>=7.4.3",
119
- "pydantic>=2.5.3",
116
+ "autotyping>=24.3.0",
117
+ "pre-commit>=3.7.1",
118
+ "pytest>=8.2.1",
119
+ "pydantic>=2.7.1",
120
120
  "aiopath>=0.7.7",
121
- "acb>=0.4.0",
122
- "pdm-bump>=0.7.3",
123
- "pdm>=2.12.3",
121
+ "acb>=0.6.0",
122
+ "pdm-bump>=0.9.0",
123
+ "pdm>=2.15.2",
124
124
  ]
125
125
  authors = [
126
126
  { name = "lesleslie", email = "les@wedgwoodwebworks.com" },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Crackerjack
3
- Version: 0.7.33
3
+ Version: 0.7.35
4
4
  Summary: Crackerjack code style
5
5
  Keywords: black,ruff,mypy,creosote,refurb
6
6
  Home-page: https://github.com/lesleslie/crackerjack
@@ -24,16 +24,16 @@ Project-URL: Documentation, https://github.com/lesleslie/crackerjack
24
24
  Project-URL: Repository, https://github.com/lesleslie/crackerjack
25
25
  Requires-Python: >=3.12
26
26
  Requires-Dist: click>=8.1.7
27
- Requires-Dist: aioconsole>=0.7.0
27
+ Requires-Dist: aioconsole>=0.7.1
28
28
  Requires-Dist: inflection>=0.5.1
29
- Requires-Dist: autotyping>=23.3.0
30
- Requires-Dist: pre-commit>=3.6.0
31
- Requires-Dist: pytest>=7.4.3
32
- Requires-Dist: pydantic>=2.5.3
29
+ Requires-Dist: autotyping>=24.3.0
30
+ Requires-Dist: pre-commit>=3.7.1
31
+ Requires-Dist: pytest>=8.2.1
32
+ Requires-Dist: pydantic>=2.7.1
33
33
  Requires-Dist: aiopath>=0.7.7
34
- Requires-Dist: acb>=0.4.0
35
- Requires-Dist: pdm-bump>=0.7.3
36
- Requires-Dist: pdm>=2.12.3
34
+ Requires-Dist: acb>=0.6.0
35
+ Requires-Dist: pdm-bump>=0.9.0
36
+ Requires-Dist: pdm>=2.15.2
37
37
  Description-Content-Type: text/markdown
38
38
 
39
39
  # Crackerjack Python
@@ -1,6 +1,6 @@
1
- crackerjack-0.7.33.dist-info/METADATA,sha256=PXakqcictGdcjiv5jxul8gI_OcH-To1c991QYCz1ez0,7742
2
- crackerjack-0.7.33.dist-info/WHEEL,sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU,90
3
- crackerjack-0.7.33.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
1
+ crackerjack-0.7.35.dist-info/METADATA,sha256=-FECv8zvklgr2FuCuipWz_7QfZSS5xytxZ2Cqfro63M,7742
2
+ crackerjack-0.7.35.dist-info/WHEEL,sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU,90
3
+ crackerjack-0.7.35.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
4
4
  crackerjack/.gitignore,sha256=aJ2x3-AcCEcaW_quI-j8RtOUcTqGNoLJGMq8mZ3lTrA,197
5
5
  crackerjack/.libcst.codemod.yaml,sha256=TLE_I07llPTYk_tm36z-hN15O3X27qztNdJ3Ev9ODMk,768
6
6
  crackerjack/.pre-commit-config.yaml,sha256=c5TLXleRMLwB1y1q8_HZ1Vil0beDhM9tcTyIKQLay9U,2396
@@ -21,6 +21,6 @@ crackerjack/.ruff_cache/0.3.5/16311176246009842383,sha256=1jdzqow8vaK7V6TGKnAFbi
21
21
  crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
22
22
  crackerjack/__init__.py,sha256=AuglbbJHkUJ2GdvyT0ca35ntexo1RkT2V6DgypoFeEk,121
23
23
  crackerjack/__main__.py,sha256=hsMAXG2BglqSaHsVd8Vsyh7Mb5dHcLjvBy4ofgo0NyY,1800
24
- crackerjack/crackerjack.py,sha256=TKNfpJSBInKrUbOba9BC6F2MM9o49QuPC-FioxEJnZo,8211
25
- crackerjack/pyproject.toml,sha256=aGkKKgP_lMa583JeMuoYmHvSJycO_tjlCTGQoEy-Bu8,2747
26
- crackerjack-0.7.33.dist-info/RECORD,,
24
+ crackerjack/crackerjack.py,sha256=Zqg0h_Dyw2X_sCLDwOdH8V3ORNb9a989lmzN2TRU85U,7802
25
+ crackerjack/pyproject.toml,sha256=v1j0QsTm17SK7_4-AY2nmnOe3PvdoBiJP-R998zeZN8,2747
26
+ crackerjack-0.7.35.dist-info/RECORD,,