mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
python3-idna:Update to version 3.4 and to work with python-3.10.8
- Updated from version 3.3 to 3.4
- Update of rootfile
- Changelog
3.4 (2022-09-14)
- Update to Unicode 15.0.0
- Migrate to pyproject.toml for build information (PEP 621)
- Correct another instance where generic exception was raised instead of
IDNAError for malformed input
- Source distribution uses zeroized file ownership for improved
reproducibility
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
044c371cc2
commit
3b2dec125e
@@ -1,9 +1,9 @@
|
||||
usr/lib/python3.10/site-packages/idna
|
||||
#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/idna/__init__.py
|
||||
usr/lib/python3.10/site-packages/idna/codec.py
|
||||
usr/lib/python3.10/site-packages/idna/compat.py
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 3.3
|
||||
VER = 3.4
|
||||
|
||||
THISAPP = idna-$(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-idna
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = b804759b23157ff3d81fcd37f04baf83d7e522e98e8d842e3f228a242bbd9b1f9302ca28b8989a4221512bbbe92839cd593641830a0c6b2e12061b3501b1bd45
|
||||
$(DL_FILE)_BLAKE2 = dd6c94104e17b441a7a63aec4e28f1969278996964c402865da8ad1040878539f798956e26532281cc44934544fd6fa33407949caf4a34fa2b48d7aafbb8fb5e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user