expit 1.0.12__tar.gz → 1.0.14__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: expit
3
- Version: 1.0.12
3
+ Version: 1.0.14
4
4
  Summary: This project provides an implementation of the expit function.
5
- Author-email: 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) 2023 Johannes Programming
@@ -39,8 +39,8 @@ Classifier: Typing :: Typed
39
39
  Requires-Python: >=3.11
40
40
  Description-Content-Type: text/x-rst
41
41
  License-File: LICENSE.txt
42
- Requires-Dist: click>=8.1.7
43
- Requires-Dist: preparse>=0.1.0.dev0
42
+ Requires-Dist: click<9,>=8.2
43
+ Requires-Dist: preparse<2,>=0.1.6
44
44
  Dynamic: license-file
45
45
 
46
46
  =====
@@ -1,12 +1,12 @@
1
1
  [build-system]
2
2
  build-backend = "setuptools.build_meta"
3
3
  requires = [
4
- "setuptools>=61.0.0",
4
+ "setuptools>=61.0",
5
5
  ]
6
6
 
7
7
  [project]
8
8
  authors = [
9
- { email = "johannes-programming@mailfence.com", name = "Johannes" },
9
+ { email = "johannes.programming@gmail.com", name = "Johannes" },
10
10
  ]
11
11
  classifiers = [
12
12
  "Development Status :: 5 - Production/Stable",
@@ -19,15 +19,15 @@ classifiers = [
19
19
  "Typing :: Typed",
20
20
  ]
21
21
  dependencies = [
22
- "click>=8.1.7",
23
- "preparse>=0.1.0.dev0",
22
+ "click>=8.2,<9",
23
+ "preparse>=0.1.6,<2",
24
24
  ]
25
25
  description = "This project provides an implementation of the expit function."
26
26
  keywords = []
27
27
  name = "expit"
28
28
  readme = "README.rst"
29
29
  requires-python = ">=3.11"
30
- version = "1.0.12"
30
+ version = "1.0.14"
31
31
 
32
32
  [project.license]
33
33
  file = "LICENSE.txt"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: expit
3
- Version: 1.0.12
3
+ Version: 1.0.14
4
4
  Summary: This project provides an implementation of the expit function.
5
- Author-email: 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) 2023 Johannes Programming
@@ -39,8 +39,8 @@ Classifier: Typing :: Typed
39
39
  Requires-Python: >=3.11
40
40
  Description-Content-Type: text/x-rst
41
41
  License-File: LICENSE.txt
42
- Requires-Dist: click>=8.1.7
43
- Requires-Dist: preparse>=0.1.0.dev0
42
+ Requires-Dist: click<9,>=8.2
43
+ Requires-Dist: preparse<2,>=0.1.6
44
44
  Dynamic: license-file
45
45
 
46
46
  =====
@@ -0,0 +1,2 @@
1
+ click<9,>=8.2
2
+ preparse<2,>=0.1.6
@@ -1,2 +0,0 @@
1
- click>=8.1.7
2
- preparse>=0.1.0.dev0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes