diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-10 19:32:14 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-07-10 19:32:14 +0000 |
commit | 9ed4782a91baf4caf4223956e2bce9c22d25e1d8 (patch) | |
tree | 7a295f42b4050ce5ee6e5a7ba3064da16df98cd3 /user/py3-python-dateutil/scm.patch | |
parent | 0177d909bd7e1ba3b513cf82d7e7a213fa4b5f83 (diff) | |
download | packages-9ed4782a91baf4caf4223956e2bce9c22d25e1d8.tar.gz packages-9ed4782a91baf4caf4223956e2bce9c22d25e1d8.tar.bz2 packages-9ed4782a91baf4caf4223956e2bce9c22d25e1d8.tar.xz packages-9ed4782a91baf4caf4223956e2bce9c22d25e1d8.zip |
user/py3-python-dateutil: Update to 2.8.1
Diffstat (limited to 'user/py3-python-dateutil/scm.patch')
-rw-r--r-- | user/py3-python-dateutil/scm.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/user/py3-python-dateutil/scm.patch b/user/py3-python-dateutil/scm.patch deleted file mode 100644 index 287b5269d..000000000 --- a/user/py3-python-dateutil/scm.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- python-dateutil-2.8.0/setup.py 2019-02-05 08:50:00.000000000 -0500 -+++ python-dateutil-2.8.0/setup.py 2019-07-24 15:40:41.520063790 -0400 -@@ -49,9 +49,6 @@ README = README() # NOQA - - - setup(name="python-dateutil", -- use_scm_version={ -- 'write_to': 'dateutil/_version.py', -- }, - description="Extensions to the standard Python datetime module", - author="Gustavo Niemeyer", - author_email="gustavo@niemeyer.net", -@@ -65,7 +62,7 @@ setup(name="python-dateutil", - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*", - package_data={"dateutil.zoneinfo": ["dateutil-zoneinfo.tar.gz"]}, - zip_safe=True, -- setup_requires=['setuptools_scm'], -+ setup_requires=[], - install_requires=["six >=1.5"], - classifiers=[ - 'Development Status :: 5 - Production/Stable', |