forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cssutils.googlecode.com is gone, keep pypi. 0.9.10 130331 * BUGFIX: False HASH color values like #xyz were not being handled properly (thanks to Teruaki Koizumi) * Fixed issue #23: Tests do work properly in newer Python (>2.7.1?) version now, old versions will report error. Before this was the other way round but this makes more sense probably * Fixed issue #24: rgba color values did not validate properly * (Jason R. Coombs) Fixed issue #25: Cssutils installs “tests” package * Fixed issue #27: Small magnitude float values serialized incorrectly * Fixed issue #28: Standalone semicolons in CSSStyleDeclaration is now simply stripped and does not remove directly following property too 0.9.10b1 120428 * REGRESSION: Valid profiles reported by validation may not be right but as these hardly say anything in the real world anyway the advancements in the following bugfixes are probably worth this. Profiles.validateWithProfile currently not working but should be hardly used anyway. As a workaround remove all profiles and add just the ones you want to use for your application * BUGFIX: Profiles have been updated. Multiple profiles can be added via addProfiles and this is preferred to adding separate profiles with addProfile. Profiles do check for updated macros now so that e.g. CSS3 Colors defined in a different profile are valid for all properties defined before. This may lead to a reset of all properties and so may be an extremely expensive operation. * BUGFIX: font-family names in profile CSS3_FONTS seem to have been defined wrongly. Family names containing spaces are valid now, even without quotes. * BUGFIX: for Python 2.5 compatibility (thanks @jason) * IMPROVEMENT: Added all X11 color names and corresponding RGBA values
- Loading branch information
kleink
committed
Jul 28, 2013
1 parent
e3c34f3
commit 268b5f1
Showing
3 changed files
with
143 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:48 asau Exp $ | ||
# $NetBSD: Makefile,v 1.9 2013/07/28 17:26:08 kleink Exp $ | ||
# | ||
|
||
DISTNAME= cssutils-0.9.9 | ||
DISTNAME= cssutils-0.9.10 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
CATEGORIES= textproc python | ||
MASTER_SITES= http://cssutils.googlecode.com/files/ \ | ||
http://pypi.python.org/packages/source/c/cssutils/ | ||
MASTER_SITES= http://pypi.python.org/packages/source/c/cssutils/ | ||
EXTRACT_SUFX= .zip | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2012/05/05 15:20:07 gls Exp $ | ||
$NetBSD: distinfo,v 1.3 2013/07/28 17:26:08 kleink Exp $ | ||
|
||
SHA1 (cssutils-0.9.9.zip) = ac8d4ff2e56d7e4d4a37c6c1944cbdd5fdffabaa | ||
RMD160 (cssutils-0.9.9.zip) = 0affdb2edc523e4f22d54d7a92ce81bccbeb76a6 | ||
Size (cssutils-0.9.9.zip) = 426449 bytes | ||
SHA1 (cssutils-0.9.10.zip) = 6a6ed017c5bd492edeaf5d64d39231d510aeb85d | ||
RMD160 (cssutils-0.9.10.zip) = df0341b1f692d7d3b9bcfe079b19f1833eb21a6b | ||
Size (cssutils-0.9.10.zip) = 430718 bytes |