🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

python-dateutil

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-dateutil - pypi Package Compare versions

Comparing version
2.9.0
to
2.9.0.post0
+9
-0
NEWS

@@ -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

@@ -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