peek-python 25.0.4.post2__tar.gz → 25.0.4.post4__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.post2
3
+ Version: 25.0.4.post4
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
@@ -13,7 +13,7 @@ Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
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.post2
3
+ Version: 25.0.4.post4
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
@@ -13,7 +13,7 @@ Description-Content-Type: text/markdown
13
13
  License-File: license.txt
14
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
  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.post2"
13
+ version = "25.0.4.post4"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.6"
16
16
  dependencies = [
17
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",