diff --git a/devel/py-fastprogress/Makefile b/devel/py-fastprogress/Makefile index 484ccd66e194..b429bbcf22e7 100644 --- a/devel/py-fastprogress/Makefile +++ b/devel/py-fastprogress/Makefile @@ -1,20 +1,19 @@ PORTNAME= fastprogress -DISTVERSION= 1.0.3 -PORTREVISION= 1 +DISTVERSION= 1.0.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Nested progress with plotting options WWW= https://github.com/fastai/fastprogress LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/devel/py-fastprogress/distinfo b/devel/py-fastprogress/distinfo index 15279db3caa9..daf1e0427bd7 100644 --- a/devel/py-fastprogress/distinfo +++ b/devel/py-fastprogress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658535484 -SHA256 (fastprogress-1.0.3.tar.gz) = 7a17d2b438890f838c048eefce32c4ded47197ecc8ea042cecc33d3deb8022f5 -SIZE (fastprogress-1.0.3.tar.gz) = 14920 +TIMESTAMP = 1777560226 +SHA256 (fastprogress-1.0.5.tar.gz) = 58ca16a981f0292804d905f2e0042ad608d788bf6cbe6ab96b71ec4b20453aef +SIZE (fastprogress-1.0.5.tar.gz) = 16385 diff --git a/devel/py-fastprogress/pkg-descr b/devel/py-fastprogress/pkg-descr index c4b4138e1a9c..d17c37735516 100644 --- a/devel/py-fastprogress/pkg-descr +++ b/devel/py-fastprogress/pkg-descr @@ -1 +1,5 @@ A fast and simple progress bar for Jupyter Notebook and console. + +The fastprogress library provides nested progress bars with customizable display +options, support for plotting during training loops, and integration with +Jupyter notebooks.