]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
python3-dateutil: update to 2.8.1
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 3 May 2020 10:07:33 +0000 (12:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Oct 2020 12:12:54 +0000 (12:12 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/python3-dateutil
lfs/python3-dateutil

index aad9fe27956ccc693ac5a892e75ac4c6aa97549f..d87fc499fab5650c99247e50e1615f8d895613c0 100644 (file)
@@ -21,10 +21,10 @@ usr/lib/python3.8/site-packages/dateutil/utils.py
 usr/lib/python3.8/site-packages/dateutil/zoneinfo/__init__.py
 usr/lib/python3.8/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
 usr/lib/python3.8/site-packages/dateutil/zoneinfo/rebuild.py
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/PKG-INFO
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/SOURCES.txt
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/dependency_links.txt
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/requires.txt
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/top_level.txt
-#usr/lib/python3.8/site-packages/python_dateutil-2.7.3-py3.8.egg-info/zip-safe
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/PKG-INFO
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/SOURCES.txt
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/dependency_links.txt
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/requires.txt
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/top_level.txt
+#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/zip-safe
index 3ac80b60d9433ce4c3b24d0e8ae65e508a36fe75..1d70ac1c262f5bf9d31c3cc5b99a57189291837e 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.7.3
+VER        = 2.8.1
 
 THISAPP    = python-dateutil-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = python3-dateutil
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = python3-six
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 175b7c1a3cc0cb01151eced07c61c0b8
+$(DL_FILE)_MD5 = f2a1d4b680b297b367a974664ca3a4f6
 
 install : $(TARGET)