identityfunction 1.0.2__tar.gz → 1.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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: identityfunction
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: This project provides the identity function.
5
- Author-email: Johannes <johannes.programming@gmail.com>, Johannes <johannes-programming@mailfence.com>
5
+ Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
7
7
 
8
8
  Copyright (c) 2025 Johannes
@@ -40,8 +40,8 @@ Classifier: Typing :: Typed
40
40
  Requires-Python: >=3.11
41
41
  Description-Content-Type: text/x-rst
42
42
  License-File: LICENSE.txt
43
- Requires-Dist: click>=8.2.1
44
- Requires-Dist: preparse>=0.1.6
43
+ Requires-Dist: click<9,>=8.2
44
+ Requires-Dist: preparse<2,>=0.1.6
45
45
  Dynamic: license-file
46
46
 
47
47
  ================
@@ -7,7 +7,6 @@ requires = [
7
7
  [project]
8
8
  authors = [
9
9
  { email = "johannes.programming@gmail.com", name = "Johannes" },
10
- { email = "johannes-programming@mailfence.com", name = "Johannes" },
11
10
  ]
12
11
  classifiers = [
13
12
  "Development Status :: 5 - Production/Stable",
@@ -21,15 +20,15 @@ classifiers = [
21
20
  "Typing :: Typed",
22
21
  ]
23
22
  dependencies = [
24
- "click>=8.2.1",
25
- "preparse>=0.1.6",
23
+ "click>=8.2,<9",
24
+ "preparse>=0.1.6,<2",
26
25
  ]
27
26
  description = "This project provides the identity function."
28
27
  keywords = []
29
28
  name = "identityfunction"
30
29
  readme = "README.rst"
31
30
  requires-python = ">=3.11"
32
- version = "1.0.2"
31
+ version = "1.0.3"
33
32
 
34
33
  [project.license]
35
34
  file = "LICENSE.txt"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: identityfunction
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: This project provides the identity function.
5
- Author-email: Johannes <johannes.programming@gmail.com>, Johannes <johannes-programming@mailfence.com>
5
+ Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
7
7
 
8
8
  Copyright (c) 2025 Johannes
@@ -40,8 +40,8 @@ Classifier: Typing :: Typed
40
40
  Requires-Python: >=3.11
41
41
  Description-Content-Type: text/x-rst
42
42
  License-File: LICENSE.txt
43
- Requires-Dist: click>=8.2.1
44
- Requires-Dist: preparse>=0.1.6
43
+ Requires-Dist: click<9,>=8.2
44
+ Requires-Dist: preparse<2,>=0.1.6
45
45
  Dynamic: license-file
46
46
 
47
47
  ================
@@ -0,0 +1,2 @@
1
+ click<9,>=8.2
2
+ preparse<2,>=0.1.6
@@ -1,2 +0,0 @@
1
- click>=8.2.1
2
- preparse>=0.1.6