Skip to content

Commit

Permalink
V 1.7.0
Browse files Browse the repository at this point in the history
Remove DateY and replace it by real XY datetime, date, time and timedelta support. (#188)
Introduce new XY configuration options: `xrange`, `x_value_formatter`.
Add show_x_labels option to remove them and the x axis.
Set print_values to False by default.
Fix secondary serie text values when None in data. (#192)

V 1.6.2
Add margin_top, margin_right, margin_bottom, margin_left options which defaults to margin. (thanks djt)
Update django mime parameter from mimetype to content_type. (thanks kswiat)
Allow a color and a style parameter to value metadata.

V 1.6.1
Fix Decimal incompatibility

V 1.6.0
Adds config option missing_value_fill_truncation. (thanks sirlark)
Avoid HTTP 301 Moved Permanently (thanks jean)
Add a Django response method (thanks inlanger)
Fix setup.py (#170)
Fix format error on list like in table
Add legend_at_bottom_columns option to specify number of columns in legend when at bottom. (#157)
Fix secondary interpolation (#165)
Adds an extra class (axis) to horizontal guides if the label is "0" (#147) (thanks sirlark)
Add line stroke customization parameters to style.py (#154) (thanks blakev)
  • Loading branch information
rodent committed Apr 1, 2015
1 parent 74f709a commit b34e980
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pygal/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2014/10/05 20:34:20 rodent Exp $
# $NetBSD: Makefile,v 1.3 2015/04/01 03:55:34 rodent Exp $

DISTNAME= pygal-1.5.1
DISTNAME= pygal-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= https://pypi.python.org/packages/source/p/pygal/
Expand Down
11 changes: 6 additions & 5 deletions graphics/py-pygal/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@comment $NetBSD: PLIST,v 1.2 2014/10/05 20:34:20 rodent Exp $
bin/pygal_gen${PYVERSSUFFIX}.py
@comment $NetBSD: PLIST,v 1.3 2015/04/01 03:55:34 rodent Exp $
bin/pygal_gen2.7.py
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pygal/__init__.py
${PYSITELIB}/pygal/__init__.pyc
Expand Down Expand Up @@ -40,9 +41,6 @@ ${PYSITELIB}/pygal/graph/base.pyo
${PYSITELIB}/pygal/graph/box.py
${PYSITELIB}/pygal/graph/box.pyc
${PYSITELIB}/pygal/graph/box.pyo
${PYSITELIB}/pygal/graph/datey.py
${PYSITELIB}/pygal/graph/datey.pyc
${PYSITELIB}/pygal/graph/datey.pyo
${PYSITELIB}/pygal/graph/dot.py
${PYSITELIB}/pygal/graph/dot.pyc
${PYSITELIB}/pygal/graph/dot.pyo
Expand Down Expand Up @@ -93,6 +91,9 @@ ${PYSITELIB}/pygal/graph/stackedline.pyo
${PYSITELIB}/pygal/graph/supranationalworldmap.py
${PYSITELIB}/pygal/graph/supranationalworldmap.pyc
${PYSITELIB}/pygal/graph/supranationalworldmap.pyo
${PYSITELIB}/pygal/graph/time.py
${PYSITELIB}/pygal/graph/time.pyc
${PYSITELIB}/pygal/graph/time.pyo
${PYSITELIB}/pygal/graph/treemap.py
${PYSITELIB}/pygal/graph/treemap.pyc
${PYSITELIB}/pygal/graph/treemap.pyo
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-pygal/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2014/10/05 20:34:20 rodent Exp $
$NetBSD: distinfo,v 1.3 2015/04/01 03:55:34 rodent Exp $

SHA1 (pygal-1.5.1.tar.gz) = 47a1c40aaf387bfd0f29ccec1fd8acf29ccf3274
RMD160 (pygal-1.5.1.tar.gz) = 5d016e06ee0190eb5ffe5c063961efa6494de7ae
Size (pygal-1.5.1.tar.gz) = 735659 bytes
SHA1 (pygal-1.7.0.tar.gz) = aec174672771318b85df03215636c011b8ca36b4
RMD160 (pygal-1.7.0.tar.gz) = ace3d09b7136c19706ab668c4f039c46edfe2cac
Size (pygal-1.7.0.tar.gz) = 737013 bytes

0 comments on commit b34e980

Please sign in to comment.