python-time-functions 2.1.3__tar.gz → 2.1.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: python_time_functions
3
- Version: 2.1.3
3
+ Version: 2.1.4
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,6 +8,7 @@ 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
14
  Requires-Dist: datetime
@@ -4,8 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python_time_functions"
7
- version = "2.1.3"
7
+ version = "2.1.4"
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 = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python_time_functions
3
- Version: 2.1.3
3
+ Version: 2.1.4
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,6 +8,7 @@ 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
14
  Requires-Dist: datetime