Skip to content

Commit 43cd00c

Browse files
committed
Adjust dateutil name
This commit renames library "dateutil" to its original pypi name "python-dateutil". Note: PC 4.2.2 already provides required name translation map.
1 parent a911356 commit 43cd00c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

repository.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -493,20 +493,6 @@
493493
}
494494
]
495495
},
496-
{
497-
"name": "dateutil",
498-
"description": "The dateutil module provides powerful extensions to the datetime module available in the Python standard library",
499-
"author": "Paul Ganssle",
500-
"issues": "https://github.com/dateutil/dateutil/issues",
501-
"releases": [
502-
{
503-
"base": "https://pypi.org/project/python-dateutil",
504-
"asset": "python_dateutil-*-py2.py3-none-any.whl",
505-
"python_versions": ["3.3", "3.8", "3.13", "3.14"],
506-
"tags": true
507-
}
508-
]
509-
},
510496
{
511497
"name": "debugtools",
512498
"description": "Alternate simplified logging support and general utilities functions",
@@ -1551,6 +1537,20 @@
15511537
}
15521538
]
15531539
},
1540+
{
1541+
"name": "python-dateutil",
1542+
"description": "The dateutil module provides powerful extensions to the datetime module available in the Python standard library",
1543+
"author": "Paul Ganssle",
1544+
"issues": "https://github.com/dateutil/dateutil/issues",
1545+
"releases": [
1546+
{
1547+
"base": "https://pypi.org/project/python-dateutil",
1548+
"asset": "python_dateutil-*-py2.py3-none-any.whl",
1549+
"python_versions": ["3.3", "3.8", "3.13", "3.14"],
1550+
"tags": true
1551+
}
1552+
]
1553+
},
15541554
{
15551555
"name": "python-docx",
15561556
"description": "Create, read, and update Microsoft Word .docx files.",

0 commit comments

Comments
 (0)