python3-arrow:Update to version 1.2.3 and to work with python-3.10.8

- 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>
This commit is contained in:
Adolf Belka
2022-11-09 19:57:07 +01:00
committed by Peter Müller
parent fa613d31c8
commit e18e8a7020
2 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
usr/lib/python3.10/site-packages/arrow 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.3-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.3-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.3-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.3-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.3-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.3-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/top_level.txt
usr/lib/python3.10/site-packages/arrow/__init__.py 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/_version.py
usr/lib/python3.10/site-packages/arrow/api.py usr/lib/python3.10/site-packages/arrow/api.py

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 1.2.2 VER = 1.2.3
THISAPP = arrow-$(VER) THISAPP = arrow-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python3-arrow PROG = python3-arrow
PAK_VER = 1 PAK_VER = 2
############################################################################### ###############################################################################
# Top-level Rules # Top-level Rules
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = b8b8d83ede0c61840ffcc75272a0275b6120cc142197c5f95f0fdb7d53981879b431f074db9606caa8d9817761cc4847a525bbc6449c05155410808960a1541e $(DL_FILE)_BLAKE2 = 35f5b694d819d80913b5938e4af71f413fd3944636c1e89a79e868c03cb423f75692c1f0e8d85dba21e640591f8cd0404cdc6d77dd59956490d268fb4c9fdc7b
install : $(TARGET) install : $(TARGET)