Path to this page:
./
textproc/py-tinycss2,
Low-level CSS parser for Python
Branch: CURRENT,
Version: 1.1.1,
Package name: py39-tinycss2-1.1.1,
Maintainer: kleinktinycss2 is a rewrite of tinycss with a simpler API, based on the
more recent CSS Syntax Level 3 specification.
Required to run:[
devel/py-setuptools] [
textproc/py-webencodings] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 64.163 KB
Version history: (Expand)
- (2022-05-09) Updated to version: py39-tinycss2-1.1.1
- (2022-01-05) Updated to version: py39-tinycss2-1.1.0nb1
- (2021-10-07) Updated to version: py39-tinycss2-1.1.0
- (2021-04-28) Updated to version: py38-tinycss2-1.1.0
- (2019-07-09) Updated to version: py37-tinycss2-0.6.1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-05-09 10:09:19 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-tinycss2: updated to 1.1.1
Version 1.1.1
-------------
* Add support of Python 3.10.
* Include tests in source package.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-04-28 10:45:53 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-tinycss2: updated to 1.1.0
Version 1.1.0
Drop support of Python 3.5, add support of Python 3.9.
Fix ResourceWarning in tests.
Use Python standard library’s HSL to RGB converter.
Use GitHub Actions for tests.
New code structure, new packaging, new documentation.
Version 1.0.2
Don’t crash when indent tokens have no lowercase equivalent name.
Version 1.0.1
Fix tests launched by CI.
Parse “–” ident tokens correctly.
Version 1.0.0
Drop Python 2.7, 3.3 and 3.4 support.
Allow leading double dash syntax for ident tokens, allowing CSS variables to be \
parsed correctly.
Test with PyPy3.
Force tests to parse JSON files as UTF-8.
Clean packaging.
|
2019-07-09 13:29:30 by Nia Alarie | Files touched by this commit (6) |
Log message:
Use https for pythonhosted.org.
|
2018-03-25 22:30:38 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Convert test dependencies to TEST_DEPENDS.
|
2017-10-12 08:43:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-tinycss2: update to 0.6.1
Version 0.6.1
* Update documentation.
|