[21/48] python3-arrow:Update to version 1.2.3 and to work with python-3.10.8
Commit Message
- 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 | 14 +++++++-------
lfs/python3-arrow | 6 +++---
2 files changed, 10 insertions(+), 10 deletions(-)
@@ -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
@@ -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)