mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 10:35:53 +02:00
python3-click:Update to version 8.1.3 and to work with python-3.10.8
- Updated from version 8.1.2 to 8.1.3
- Update of rootfile
- Changelog
Version 8.1.3
- Use verbose form of ``typing.Callable`` for ``@command`` and
``@group``. :issue:`2255`
- Show error when attempting to create an option with
``multiple=True, is_flag=True``. Use ``count`` instead.
:issue:`2246`
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
8815cdbe5a
commit
f42da6c8c1
@@ -1,10 +1,10 @@
|
||||
usr/lib/python3.10/site-packages/click
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.2-py3.10.egg-info/top_level.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info/PKG-INFO
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info/requires.txt
|
||||
#usr/lib/python3.10/site-packages/click-8.1.3-py3.10.egg-info/top_level.txt
|
||||
usr/lib/python3.10/site-packages/click/__init__.py
|
||||
usr/lib/python3.10/site-packages/click/_compat.py
|
||||
usr/lib/python3.10/site-packages/click/_termui_impl.py
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.1.2
|
||||
VER = 8.1.3
|
||||
|
||||
THISAPP = click-$(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-click
|
||||
PAK_VER = 2
|
||||
PAK_VER = 3
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = e0ac04e4583dadba61ca42640f6d75ade30c62bd46b5fd0d15378e00f102f29160190c8ebb01de637c5446d9d06b687bddba4b78b3b3c80bb6e64ba46df866fa
|
||||
$(DL_FILE)_BLAKE2 = afd4f20890b5c0efaee264c9168448ed46256e5230b044595d9714a21c7c6d183005bf44ae5e094b568c189acb5bb4abe2ff8bc6e29f98cdfaa2e392f0733c7a
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user