python-time-functions 2.1.3__tar.gz → 2.2.0__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: python_time_functions
3
- Version: 2.1.3
3
+ Version: 2.2.0
4
4
  Summary: Common Python functions for time handling
5
5
  Author-email: Corne Bester <corne.bester@gmail.com>
6
6
  Project-URL: Homepage, https://example.com
@@ -8,10 +8,9 @@ Project-URL: Documentation, https://readthedocs.org
8
8
  Project-URL: Repository, https://github.com/cornebester/python_time_functions
9
9
  Project-URL: Issues, https://github.com/cornebester/python_time_functions/issues
10
10
  Project-URL: Changelog, https://github.com/cornebester/python_time_functions/blob/master/CHANGELOG.md
11
+ Requires-Python: >=3.10
11
12
  Description-Content-Type: text/markdown
12
13
  License-File: LICENSE
13
- Requires-Dist: datetime
14
- Requires-Dist: timezone
15
14
  Dynamic: license-file
16
15
 
17
16
  # Readme
@@ -4,13 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python_time_functions"
7
- version = "2.1.3"
7
+ version = "2.2.0"
8
8
  description = "Common Python functions for time handling"
9
+ requires-python = ">=3.10"
9
10
  readme = "README.md"
10
11
  authors = [{name = "Corne Bester", email = "corne.bester@gmail.com"}]
11
12
  dependencies = [
12
- "datetime",
13
- "timezone"
14
13
  ]
15
14
  license-files = ["LICEN[CS]E*"]
16
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python_time_functions
3
- Version: 2.1.3
3
+ Version: 2.2.0
4
4
  Summary: Common Python functions for time handling
5
5
  Author-email: Corne Bester <corne.bester@gmail.com>
6
6
  Project-URL: Homepage, https://example.com
@@ -8,10 +8,9 @@ Project-URL: Documentation, https://readthedocs.org
8
8
  Project-URL: Repository, https://github.com/cornebester/python_time_functions
9
9
  Project-URL: Issues, https://github.com/cornebester/python_time_functions/issues
10
10
  Project-URL: Changelog, https://github.com/cornebester/python_time_functions/blob/master/CHANGELOG.md
11
+ Requires-Python: >=3.10
11
12
  Description-Content-Type: text/markdown
12
13
  License-File: LICENSE
13
- Requires-Dist: datetime
14
- Requires-Dist: timezone
15
14
  Dynamic: license-file
16
15
 
17
16
  # Readme
@@ -4,7 +4,6 @@ pyproject.toml
4
4
  src/python_time_functions.egg-info/PKG-INFO
5
5
  src/python_time_functions.egg-info/SOURCES.txt
6
6
  src/python_time_functions.egg-info/dependency_links.txt
7
- src/python_time_functions.egg-info/requires.txt
8
7
  src/python_time_functions.egg-info/top_level.txt
9
8
  src/time_functions/__init__.py
10
9
  src/time_functions/time_functions.py