pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Here you can find the recent changes to Python Progressbar..



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Jan 30 16:45:27 2016 +0000
Changeset:	605592bdfd980649538898b408a8826371487dbd

Modified Files:
	py-progressbar/DESCR
	py-progressbar/Makefile
	py-progressbar/PLIST
	py-progressbar/distinfo

Log Message:
Here you can find the recent changes to Python Progressbar..

2011-05-15:
Removed parse errors for Python2.4 (no, people should not be using it but it is only 3 years old and it does not have that many differences)
split up progressbar.py into logical units while maintaining backwards compatability
Removed MANIFEST.in because it is no longer needed and it was causing distribute to show warnings
2011-05-14:
Changes to directory structure so pip can install from Google Code
Python 3.x related fixes (all examples work on Python 3.1.3)
Added counters, timers, and action bars for iterators with unknown length
2010-08-29:
Refactored some code and made it possible to use a ProgressBar as an iterator (actually as an iterator that is a proxy to another iterator). This simplifies showing a progress bar in a number of cases.
2010-08-15:
Did some minor changes to make it compatible with python 3.
2009-05-31:
Included check for calling start before update.
2009-03-21:
Improved FileTransferSpeed widget, which now supports an unit parameter, defaulting to 'B' for bytes. It will also show B/s, MB/s, etc instead of B/s, M/s, etc.
2009-02-24:
Updated licensing.
Moved examples to separated file.
Improved _need_update() method, which is now as fast as it can be. IOW, no wasted cycles when an update is not needed.
2008-12-22:
Added SimpleProgress widget contributed by Sando Tosi <matrixhasu at gmail.com>.
2006-05-07:
Fixed bug with terminal width in Windows.
Released version 2.2.
2005-12-04:
Autodetection of terminal width.
Added start method.
Released version 2.1.
2005-12-04:
Everything is a widget now!
Released version 2.0.
2005-12-03:
Rewrite using widgets.
Released version 1.0.
2005-06-02:
Rewrite.
Released version 0.5.
2004-06-15:
First version.
Released version 0.1.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=605592bdfd980649538898b408a8826371487dbd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-progressbar/DESCR    | 22 ++--------------------
 py-progressbar/Makefile |  6 +++---
 py-progressbar/PLIST    | 11 -----------
 py-progressbar/distinfo |  7 ++++---
 4 files changed, 9 insertions(+), 37 deletions(-)

diffs:
diff --git a/py-progressbar/DESCR b/py-progressbar/DESCR
index 6220856..0d9426c 100644
--- a/py-progressbar/DESCR
+++ b/py-progressbar/DESCR
@@ -1,20 +1,2 @@
-Text progress bar library for Python.
-
-A text progress bar is typically used to display the progress of a long
-running operation, providing a visual cue that processing is underway.
-
-The ProgressBar class manages the current progress, and the format of the line
-is given by a number of widgets. A widget is an object that may display
-differently depending on the state of the progress bar. There are three types
-of widgets:
-
- - a string, which always shows itself
-
- - a ProgressBarWidget, which may return a different value every time its
-   update method is called
-
- - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
-   expands to fill the remaining width of the line.
-
-The progressbar module is very easy to use, yet very powerful. It will also
-automatically enable features like auto-resizing when the system supports it
+Python Progressbar library to provide visual (yet text based) progress
+to long running operations
diff --git a/py-progressbar/Makefile b/py-progressbar/Makefile
index 9bdf128..cb12980 100644
--- a/py-progressbar/Makefile
+++ b/py-progressbar/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/06/09 23:15:39 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	progressbar2-2.6.2
+DISTNAME=	progressbar2-3.6.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	misc python
-MASTER_SITES=	https://pypi.python.org/packages/source/p/progressbar2/
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/progressbar2/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/WoLpH/python-progressbar
diff --git a/py-progressbar/PLIST b/py-progressbar/PLIST
index 0553516..e69de29 100644
--- a/py-progressbar/PLIST
+++ b/py-progressbar/PLIST
@@ -1,11 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/09 23:15:39 jihbed Exp $
-${PYSITELIB}/progressbar/__init__.py
-${PYSITELIB}/progressbar/__init__.pyc
-${PYSITELIB}/progressbar/__init__.pyo
-${PYSITELIB}/progressbar/widgets.py
-${PYSITELIB}/progressbar/widgets.pyc
-${PYSITELIB}/progressbar/widgets.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-progressbar/distinfo b/py-progressbar/distinfo
index 41e0d4e..88dae32 100644
--- a/py-progressbar/distinfo
+++ b/py-progressbar/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/06/09 23:15:39 jihbed Exp $
 
-SHA1 (progressbar2-2.6.2.tar.gz) = 0fe0e5875872bc6579a25672cf18d645e7762534
-RMD160 (progressbar2-2.6.2.tar.gz) = 5486ee01f9b591992838ed100b69f233543eee9d
-Size (progressbar2-2.6.2.tar.gz) = 10841 bytes
+SHA1 (progressbar2-3.6.0.tar.gz) = 8e515d06f1d23d1f67cb999e9b411dbf64b767dc
+RMD160 (progressbar2-3.6.0.tar.gz) = fb60c36bae7b2eea9696ae5ebee65fcc144be426
+SHA512 (progressbar2-3.6.0.tar.gz) = 96575ca1f08c2d5c82ed03f39e46d3e66187b7c9f34dda2470d6a8c869ba2bf8ecca82ba5d1dd98408d09fa1402977f2f50e35d49a08998a3814b57092b10666
+Size (progressbar2-3.6.0.tar.gz) = 20439 bytes


Home | Main Index | Thread Index | Old Index