Skip to content

Commit

Permalink
v0.5.3, 13/12/2013 -- Bug fixes
Browse files Browse the repository at this point in the history
- Changed: Allowed namespaces at bundle level
- Fixed: Only check equality of ProvBundles on asserted records
- Fixed: Some string literals are wrongly converted to QNames
- Updated test cases from ProvToolbox (v4.1)
- Added text explanations for some ProvException subclasses
- Added support for langtag in prov.persistence.LiteralAttribute
- Fixed: Support for prov:InternationalizedString literals
- Fixed: Keep timezone information when parsing xsd:dateTime
  • Loading branch information
trungdong committed Dec 13, 2013
1 parent ad37ba5 commit 6609ec9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,13 @@
v0.5.3, 13/12/2013 -- Bug fixes
- Changed: Allowed namespaces at bundle level
- Fixed: Only check equality of ProvBundles on asserted records
- Fixed: Some string literals are wrongly converted to QNames
- Updated test cases from ProvToolbox (v4.1)
- Added text explanations for some ProvException subclasses
- Added support for langtag in prov.persistence.LiteralAttribute
- Fixed: Support for prov:InternationalizedString literals
- Fixed: Keep timezone information when parsing xsd:dateTime

v0.5.2, 18/10/2013 -- Bug fixes
- Added South migrations for prov.persistence
- Fixed: Support for unlimited-length record identifier
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -8,18 +8,18 @@

setup(
name='prov',
version='0.5.2',
version='0.5.3',
author='Trung Dong Huynh',
author_email='trungdong@donggiang.com',
packages=['prov', 'prov.model', 'prov.persistence', 'prov.persistence.migrations', 'prov.tracking', 'prov.model.test', 'prov.tracking.test'],
scripts=[],
url='https://github.com/trungdong/prov',
license=licence,
description='A Python implementation of PROV data model, providing simple provenance tracking and persistence using Django.',
description='A Python implementation of PROV data model, providing simple provenance tracking and persistence using Django ORM.',
long_description=long_description,
extras_require={
'graph-export': ['pydot'],
'persistence': ['Django'],
'persistence': ['Django', 'South'],
'py26-support': ['ordereddict'],
},
install_requires=['python-dateutil'],
Expand Down

0 comments on commit 6609ec9

Please sign in to comment.