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.
- {identityfunction-1.0.2/src/identityfunction.egg-info → identityfunction-1.0.3}/PKG-INFO +4 -4
- {identityfunction-1.0.2 → identityfunction-1.0.3}/pyproject.toml +3 -4
- {identityfunction-1.0.2 → identityfunction-1.0.3/src/identityfunction.egg-info}/PKG-INFO +4 -4
- identityfunction-1.0.3/src/identityfunction.egg-info/requires.txt +2 -0
- identityfunction-1.0.2/src/identityfunction.egg-info/requires.txt +0 -2
- {identityfunction-1.0.2 → identityfunction-1.0.3}/LICENSE.txt +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/MANIFEST.in +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/README.rst +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/setup.cfg +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction/__init__.py +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction/__main__.py +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction/core/__init__.py +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction/tests/__init__.py +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction/tests/test_0.py +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction.egg-info/SOURCES.txt +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction.egg-info/dependency_links.txt +0 -0
- {identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: identityfunction
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: This project provides the identity function.
|
|
5
|
-
Author-email: Johannes <johannes.programming@gmail.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
|
|
44
|
-
Requires-Dist: preparse
|
|
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
|
|
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.
|
|
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.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: This project provides the identity function.
|
|
5
|
-
Author-email: Johannes <johannes.programming@gmail.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
|
|
44
|
-
Requires-Dist: preparse
|
|
43
|
+
Requires-Dist: click<9,>=8.2
|
|
44
|
+
Requires-Dist: preparse<2,>=0.1.6
|
|
45
45
|
Dynamic: license-file
|
|
46
46
|
|
|
47
47
|
================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{identityfunction-1.0.2 → identityfunction-1.0.3}/src/identityfunction.egg-info/top_level.txt
RENAMED
|
File without changes
|