passmaker 0.2__tar.gz → 0.3__tar.gz

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.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: passmaker
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: Generate strong passwords with ease and peace.
5
5
  Author-email: Soucelover <mr.ktotov@gmail.com>
6
6
  Requires-Python: >=3.14
7
- Requires-Dist: randpal>=0.5
7
+ Requires-Dist: randpal>=0.6
8
8
  Provides-Extra: cli
9
9
  Requires-Dist: click-option-group>=0.5.9; extra == 'cli'
10
10
  Requires-Dist: click>=8.3.1; extra == 'cli'
@@ -12,7 +12,7 @@ dynamic = ["version"]
12
12
  # ===================
13
13
  requires-python = ">=3.14"
14
14
  dependencies = [
15
- "randpal>=0.5",
15
+ "randpal>=0.6",
16
16
  ]
17
17
 
18
18
  [project.optional-dependencies]
@@ -105,7 +105,7 @@ dev = [
105
105
  requires-dist = [
106
106
  { name = "click", marker = "extra == 'cli'", specifier = ">=8.3.1" },
107
107
  { name = "click-option-group", marker = "extra == 'cli'", specifier = ">=0.5.9" },
108
- { name = "randpal", specifier = ">=0.5" },
108
+ { name = "randpal", specifier = ">=0.6" },
109
109
  ]
110
110
  provides-extras = ["cli"]
111
111
 
@@ -215,11 +215,14 @@ wheels = [
215
215
 
216
216
  [[package]]
217
217
  name = "randpal"
218
- version = "0.5"
218
+ version = "0.6"
219
219
  source = { registry = "https://pypi.org/simple" }
220
- sdist = { url = "https://files.pythonhosted.org/packages/02/10/41011d552baa59a6990424a6bf2d00b3fbbe881b98a301263967d0467fa2/randpal-0.5.tar.gz", hash = "sha256:178e85ef26ea3e322d86cf9b44ad0d2210e6cb871444548d14e896d6d1e6c395", size = 30281, upload-time = "2026-09-04T14:43:57.251Z" }
220
+ dependencies = [
221
+ { name = "typing-extensions" },
222
+ ]
223
+ sdist = { url = "https://files.pythonhosted.org/packages/7b/43/f3a8425a5ffe433f0965db41843651eac608b2494768fd1437df83dcb518/randpal-0.6.tar.gz", hash = "sha256:b688459948f479b831a62f761325422d39d3696a384501fa0909ffd11cf57723", size = 30312, upload-time = "2026-09-04T16:43:14.166Z" }
221
224
  wheels = [
222
- { url = "https://files.pythonhosted.org/packages/03/62/22326f19d18c34a6064ac29bf662950a06ff3e0c3cd6f667531ee08df931/randpal-0.5-py3-none-any.whl", hash = "sha256:2718ae64d05b51af2e01408e54c15171a3d467ab4655f3794976032a8705b574", size = 9099, upload-time = "2026-09-04T14:43:56.325Z" },
225
+ { url = "https://files.pythonhosted.org/packages/e9/41/795da5d1206826a6b9aa1f9787217332adad37c1041143c66067dff69f2d/randpal-0.6-py3-none-any.whl", hash = "sha256:7a7532a12be5664467013770db92eb41b2ac4006656aa83cea6ababcb550fda0", size = 9122, upload-time = "2026-09-04T16:43:13.315Z" },
223
226
  ]
224
227
 
225
228
  [[package]]
File without changes
File without changes
File without changes
File without changes
File without changes