]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
python3-arrow:Update to version 1.2.3 and to work with python-3.10.8
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 9 Nov 2022 18:57:07 +0000 (19:57 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 10 Nov 2022 15:13:53 +0000 (15:13 +0000)
- Updated from version 1.2.2 to 1.2.3
- Update of rootfile
- Changelog
   1.2.3 (2022-06-25)
- [NEW] Added Amharic, Armenian, Georgian, Laotian and Uzbek locales.
- [FIX] Updated Danish locale and associated tests.
- [INTERNAl] Small fixes to CI.

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

index bf8b333fec42f96c870fce585300a7155b272dca..fdc0fa05406e81550ed161693d55a2b3fbfd30fc 100644 (file)
@@ -1,11 +1,11 @@
 usr/lib/python3.10/site-packages/arrow
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/PKG-INFO
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/SOURCES.txt
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/dependency_links.txt
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/not-zip-safe
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/requires.txt
-#usr/lib/python3.10/site-packages/arrow-1.2.2-py3.10.egg-info/top_level.txt
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/PKG-INFO
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/SOURCES.txt
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/dependency_links.txt
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/not-zip-safe
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/requires.txt
+#usr/lib/python3.10/site-packages/arrow-1.2.3-py3.10.egg-info/top_level.txt
 usr/lib/python3.10/site-packages/arrow/__init__.py
 usr/lib/python3.10/site-packages/arrow/_version.py
 usr/lib/python3.10/site-packages/arrow/api.py
index dfa6ad7f663fdb0721a27e51ea3a282951712e2e..f84ed5cbff0249d06feb0f8dbd4db9cc0c0c4ea6 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.2.2
+VER        = 1.2.3
 
 THISAPP    = arrow-$(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-arrow
-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 = b8b8d83ede0c61840ffcc75272a0275b6120cc142197c5f95f0fdb7d53981879b431f074db9606caa8d9817761cc4847a525bbc6449c05155410808960a1541e
+$(DL_FILE)_BLAKE2 = 35f5b694d819d80913b5938e4af71f413fd3944636c1e89a79e868c03cb423f75692c1f0e8d85dba21e640591f8cd0404cdc6d77dd59956490d268fb4c9fdc7b
 
 install : $(TARGET)