dummyfunction 1.0.3__tar.gz → 1.0.4__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.4
2
2
  Name: dummyfunction
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -37,11 +37,11 @@ Classifier: Programming Language :: Python
37
37
  Classifier: Programming Language :: Python :: 3
38
38
  Classifier: Programming Language :: Python :: 3 :: Only
39
39
  Classifier: Typing :: Typed
40
- Requires-Python: >=3.9
40
+ Requires-Python: >=3.11
41
41
  Description-Content-Type: text/x-rst
42
42
  License-File: LICENSE.txt
43
- Requires-Dist: click>=8.1.8
44
- Requires-Dist: preparse>=0.0.12
43
+ Requires-Dist: click<9,>=8.2
44
+ Requires-Dist: preparse<2,>=0.1.6
45
45
  Dynamic: license-file
46
46
 
47
47
  =============
@@ -20,15 +20,15 @@ classifiers = [
20
20
  "Typing :: Typed",
21
21
  ]
22
22
  dependencies = [
23
- "click>=8.1.8",
24
- "preparse>=0.0.12",
23
+ "click>=8.2,<9",
24
+ "preparse>=0.1.6,<2",
25
25
  ]
26
26
  description = "This project provides the dummy function."
27
27
  keywords = []
28
28
  name = "dummyfunction"
29
29
  readme = "README.rst"
30
- requires-python = ">=3.9"
31
- version = "1.0.3"
30
+ requires-python = ">=3.11"
31
+ version = "1.0.4"
32
32
 
33
33
  [project.license]
34
34
  file = "LICENSE.txt"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dummyfunction
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License: The MIT License (MIT)
@@ -37,11 +37,11 @@ Classifier: Programming Language :: Python
37
37
  Classifier: Programming Language :: Python :: 3
38
38
  Classifier: Programming Language :: Python :: 3 :: Only
39
39
  Classifier: Typing :: Typed
40
- Requires-Python: >=3.9
40
+ Requires-Python: >=3.11
41
41
  Description-Content-Type: text/x-rst
42
42
  License-File: LICENSE.txt
43
- Requires-Dist: click>=8.1.8
44
- Requires-Dist: preparse>=0.0.12
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.1.8
2
- preparse>=0.0.12
File without changes
File without changes
File without changes
File without changes