python-dateutil
Advanced tools
+9
-0
@@ -0,1 +1,10 @@ | ||
| Version 2.9.0.post0 (2024-03-01) | ||
| ================================ | ||
| Bugfixes | ||
| -------- | ||
| - Pinned ``setuptools_scm`` to ``<8``, which should make the generated ``_version.py`` file compatible with all supported versions of Python. | ||
| Version 2.9.0 (2024-02-29) | ||
@@ -2,0 +11,0 @@ ========================== |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: python-dateutil | ||
| Version: 2.9.0 | ||
| Version: 2.9.0.post0 | ||
| Summary: Extensions to the standard Python datetime module | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/dateutil/dateutil |
+1
-1
@@ -6,3 +6,3 @@ [build-system] | ||
| "wheel", | ||
| "setuptools_scm" | ||
| "setuptools_scm<8.0" | ||
| ] | ||
@@ -9,0 +9,0 @@ build-backend = "setuptools.build_meta" |
| # file generated by setuptools_scm | ||
| # don't change, don't track in version control | ||
| TYPE_CHECKING = False | ||
| if TYPE_CHECKING: | ||
| from typing import Tuple, Union | ||
| VERSION_TUPLE = Tuple[Union[int, str], ...] | ||
| else: | ||
| VERSION_TUPLE = object | ||
| version: str | ||
| __version__: str | ||
| __version_tuple__: VERSION_TUPLE | ||
| version_tuple: VERSION_TUPLE | ||
| __version__ = version = '2.9.0' | ||
| __version__ = version = '2.9.0.post0' | ||
| __version_tuple__ = version_tuple = (2, 9, 0) |
| Metadata-Version: 2.1 | ||
| Name: python-dateutil | ||
| Version: 2.9.0 | ||
| Version: 2.9.0.post0 | ||
| Summary: Extensions to the standard Python datetime module | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/dateutil/dateutil |
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1078145
015528
-0.06%