]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python3-tomli: Update to version 2.0.1
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 10 Apr 2022 11:18:18 +0000 (13:18 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 18 Apr 2022 21:10:09 +0000 (21:10 +0000)
- Update from 2.0.0 to 2.0.1
- Update of rootfile
- Changelog
     2.0.1
    Improve
        Make bundling easier by using relative imports internally and adding
                 license and copyright notice to source files.
        Make error messages more uniform
        Raise a friendly TypeError for wrong file mode
        Allow parse_float to return objects having the append attr
        Eagerly raise an error if parse_float returns an illegal type
    Packaging
        Move from pytest testing framework to unittest and remove python-dateutil
                 test dependency. Tests now only require Python interpreter.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/python3-tomli
lfs/python3-tomli

index 5c24ff0ead664c65db51e304269bb1f9bf20ba96..30605a46ac10c8d38fc5464b350229531137145d 100644 (file)
@@ -1,9 +1,9 @@
 #usr/lib/python3.10/site-packages/tomli
-#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info
-#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/tomli-2.0.0-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info
+#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/tomli-2.0.1-py3.10.egg-info/top_level.txt
 #usr/lib/python3.10/site-packages/tomli/__init__.py
 #usr/lib/python3.10/site-packages/tomli/_parser.py
 #usr/lib/python3.10/site-packages/tomli/_re.py
index bfa6e0a3a4cc94da58481c02a419a20ec9fcb2d5..d543b69b96d86fe3351292b5ef9666cd94521460 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.0
+VER        = 2.0.1
 
 THISAPP    = tomli-$(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-tomli
-PAK_VER    = 1
+PAK_VER    = 2
 
 ###############################################################################
 # Top-level Rules
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b3b17674ed08250e85b3b3b4e57364f201f3c795b6792155a220af5c682eede584aaac02159b5829b70ad7c196036e94d0db1983c7c581b67c574d392026234f
+$(DL_FILE)_BLAKE2 = e0e8b6e73ab39fcc6ec7a29cd4368d66b997e4c48b98a38d43ba813e841f33fef305028425474f67aee931118bbf2f05c147b65af729c34d67834802b6a42ad8
 
 install : $(TARGET)