peek-python 25.0.4.post1__tar.gz → 25.0.4.post3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: peek-python
3
- Version: 25.0.4.post1
3
+ Version: 25.0.4.post3
4
4
  Summary: peek - debugging and benchmarking made easy
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/peek
@@ -11,9 +11,9 @@ Classifier: Programming Language :: Python :: 3 :: Only
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: asttokens>=3.0.0
14
+ Requires-Dist: asttokens>=2.4.1
15
15
  Requires-Dist: colorama>=0.4.6
16
- Requires-Dist: executing>=2.1.0
16
+ Requires-Dist: executing>=2.0.1
17
17
  Requires-Dist: pyperclip>=1.9.0
18
18
  Requires-Dist: six>=1.17.0
19
19
  Requires-Dist: tomli>=2.2.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: peek-python
3
- Version: 25.0.4.post1
3
+ Version: 25.0.4.post3
4
4
  Summary: peek - debugging and benchmarking made easy
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/peek
@@ -11,9 +11,9 @@ Classifier: Programming Language :: Python :: 3 :: Only
11
11
  Requires-Python: >=3.6
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
- Requires-Dist: asttokens>=3.0.0
14
+ Requires-Dist: asttokens>=2.4.1
15
15
  Requires-Dist: colorama>=0.4.6
16
- Requires-Dist: executing>=2.1.0
16
+ Requires-Dist: executing>=2.0.1
17
17
  Requires-Dist: pyperclip>=1.9.0
18
18
  Requires-Dist: six>=1.17.0
19
19
  Requires-Dist: tomli>=2.2.1
@@ -1,6 +1,6 @@
1
- asttokens>=3.0.0
1
+ asttokens>=2.4.1
2
2
  colorama>=0.4.6
3
- executing>=2.1.0
3
+ executing>=2.0.1
4
4
  pyperclip>=1.9.0
5
5
  six>=1.17.0
6
6
  tomli>=2.2.1
@@ -10,13 +10,13 @@ authors = [
10
10
  { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
11
  ]
12
12
  description = "peek - debugging and benchmarking made easy"
13
- version = "25.0.4.post1"
13
+ version = "25.0.4.post3"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.6"
16
16
  dependencies = [
17
- "asttokens>=3.0.0",
17
+ "asttokens>=2.4.1",
18
18
  "colorama>=0.4.6",
19
- "executing>=2.1.0",
19
+ "executing>=2.0.1",
20
20
  "pyperclip>=1.9.0",
21
21
  "six>=1.17.0",
22
22
  "tomli>=2.2.1",