2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610) |
Log message:
Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-14 13:25:38 by Thomas Klausner | Files touched by this commit (8) |
Log message:
Remove python-2.6-only package py-ordereddict and references to it.
|
2015-03-15 18:56:16 by Hiramatsu Yoshifumi | Files touched by this commit (15) |
Log message:
Set MAINTAINER to pkgsrc-users.
|
2015-01-20 11:36:19 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update blockdiag to 1.5.0.
1.5.0 (2015-01-01)
------------------
* Refactor cleanup procedures
* Fix bugs
- Fix get_image_size() closes Image object automatically
- Fix pasting Image object failed on SVG mode
- Fix #61 images.urlopen() got PermissionError on Windows
- Fix #61 images.open() raises exception if ghostscript not found
- Fix #62 Use "sans-serif" to font-family property on SVG output \
("sansserif" is invalid)
- Fix #63 AttributeError on get_image_size(); Pillow (<= 2.4.x) does not \
have Image#close()
|
2014-12-13 07:50:23 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update blockdiag to 1.4.7.
1.4.7 (2014-10-21)
------------------
* Fix bugs
- Fix RuntimeError on unloading plugins
1.4.6 (2014-10-14)
------------------
* Show warnings on loading plugin multiple times
* Unload all plugins on shutdown
* Fix bugs
- Fix caption is wrapped by paragraph node in reST parser
1.4.5 (2014-10-04)
------------------
* Add node event: build_finished
* Take config object to plugins
* Fix bugs
- Fix utils.images.get_image_size() does not close an image descriptor
1.4.4 (2014-09-20)
------------------
* :caption: option of blockdiag directive recognizes inline markups
* Fix bugs
- Fix #58 failed to handle diagram definitions from stdin in py3
|
2014-08-26 13:44:50 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update blockdiag to 1.4.3.
History
=======
1.4.3 (2014-07-30)
------------------
* Show warnings on loading imagedrawers in debug mode
* ImageDraw#image() accepts Image objects
* Fix bugs
- PNG: could not load png imagedrawer if could not access PIL.PILLOW_VERSION
1.4.2 (2014-07-12)
------------------
* SVG: Adjust text alignment precisely
* Add plugin events: node.changing and cleanup
* ImageDraw#image() accepts image from IO objects
* Fix bugs
- PDF: Fix failure text rotating
- PDF: Fix failure pasting PNG images (256 palette/transparency)
- PNG: Fix background of node was transparent on pasting transparent images
|
2014-07-06 14:22:49 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update blockdiag to 1.4.1.
1.4.1 (2014-07-02)
------------------
* Change interface of docutils node (for sphinxcontrib module)
* Fix bugs
1.4.0 (2014-06-23)
------------------
* Support embedding SVG/EPS images as background
* Use wand to paste background images that is not supported by Pillow (if installed)
* Add options to blockdiag directive (docutils extension)
- :width:
- :height:
- :scale:
- :align:
- :name:
- :class:
- :figwidth:
- :figclass:
* actor shape supports label rendering
1.3.3 (2014-04-26)
------------------
* Add diagram attribute: default_node_style
* Fix bugs
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-12-07 13:57:54 by OBATA Akio | Files touched by this commit (1) |
Log message:
adjust path to Pillow
|