mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
python3-colorama:Update to version 0.4.5 and to work with python-3.10.8
- Updated from version 0.4.4 to 0.4.5 - Update of rootfile - Changelog 0.4.5 * Catch a racy ValueError that could occur on exit. * Create README-hacking.md, for Colorama contributors. * Tweak some README unicode characters that don't render correctly on PyPI. * Fix some tests that were failing on some operating systems. * Add support for Python 3.9. * Add support for PyPy3. * Add support for pickling with the ``dill`` module. 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
f42da6c8c1
commit
5de4197685
@@ -1,9 +1,9 @@
|
||||
#usr/lib/python3.10/site-packages/colorama
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/colorama-0.4.5-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/colorama/__init__.py
|
||||
usr/lib/python3.10/site-packages/colorama/ansi.py
|
||||
usr/lib/python3.10/site-packages/colorama/ansitowin32.py
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.4.4
|
||||
VER = 0.4.5
|
||||
SUMMARY = Cross-platform colored terminal text
|
||||
|
||||
THISAPP = colorama-$(VER)
|
||||
@@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = python3-colorama
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 12506a360adaa4d5df6c32a75333d3fa26ab8b9bfe83c292d60e53301ce8d07f9aafac2da33ec5fbfe70221808b281cadc856d008f409670316827133bc89e10
|
||||
$(DL_FILE)_BLAKE2 = 373e080e45092a106e1c9c58961a1742ceb3a409f8f40c9ea313cb6be1a36878c1000c0b7b6d7a3eb67a842f558d395f343938de2a98bb3fab3fc16c62fa80f6
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user