- Update to version 1.0.0

- Add entry in UPDATING about API change

PR:             ports/161933
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:    maintainer
This commit is contained in:
Pawel Pekala 2011-10-31 18:02:14 +00:00
parent 7966832284
commit 8e82b5aa82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284797
3 changed files with 11 additions and 3 deletions

View file

@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20111031:
AFFECTS: users of textproc/py-creole
AUTHOR: Stanislav Svirid <count@211.ru>
Some API is changed: replace 'parser_kwargs' and 'emitter_kwargs'
with separate arguments. More information on new API:
http://code.google.com/p/python-creole/wiki/API
20111025:
AFFECTS: users of print/flpsed or www/dillo2
AUTHOR: bf@FreeBSD.org

View file

@ -6,7 +6,7 @@
#
PORTNAME= creole
PORTVERSION= 0.8.5
PORTVERSION= 1.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,2 +1,2 @@
SHA256 (python-creole-0.8.5.tar.gz) = f036e258295c846862e6bb849f68e260d9ea140b1a94ba2ea0e5a530388c60bc
SIZE (python-creole-0.8.5.tar.gz) = 48473
SHA256 (python-creole-1.0.0.tar.gz) = 601cdb344c09859d5104ffb47debb5b9c116d43ae28acdbed8870a71ebafaf1b
SIZE (python-creole-1.0.0.tar.gz) = 56977