[21/48] python3-arrow:Update to version 1.2.3 and to work with python-3.10.8

Message ID 20221109185734.3920-21-adolf.belka@ipfire.org
State Accepted
Commit e18e8a70201af82743b5c495e393ad58113807eb
Headers
Series [01/48] python3: Update to version 3.10.8 |

Commit Message

Adolf Belka Nov. 9, 2022, 6:57 p.m. UTC
  - 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(-)
  

Patch

diff --git a/config/rootfiles/packages/python3-arrow b/config/rootfiles/packages/python3-arrow
index bf8b333fe..fdc0fa054 100644
--- a/config/rootfiles/packages/python3-arrow
+++ b/config/rootfiles/packages/python3-arrow
@@ -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
diff --git a/lfs/python3-arrow b/lfs/python3-arrow
index dfa6ad7f6..f84ed5cbf 100644
--- a/lfs/python3-arrow
+++ b/lfs/python3-arrow
@@ -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)