# HG changeset patch # User Pierre-Yves David # Date 1366994267 -7200 # Node ID e01cd8a8c26b8442da6bc565b0670f39d3b51aa4 # Parent 3bbd416b09ec7298b4331359340316475a0c0b48 [pkg] prepare 3.17.0 diff -r 3bbd416b09ec -r e01cd8a8c26b __pkginfo__.py --- a/__pkginfo__.py Fri Apr 26 18:06:44 2013 +0200 +++ b/__pkginfo__.py Fri Apr 26 18:37:47 2013 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 16, 3) +numversion = (3, 17, 0) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 3bbd416b09ec -r e01cd8a8c26b cubicweb.spec --- a/cubicweb.spec Fri Apr 26 18:06:44 2013 +0200 +++ b/cubicweb.spec Fri Apr 26 18:37:47 2013 +0200 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.16.3 +Version: 3.17.0 Release: logilab.1%{?dist} Summary: CubicWeb is a semantic web application framework Source0: http://download.logilab.org/pub/cubicweb/cubicweb-%{version}.tar.gz @@ -23,8 +23,8 @@ Requires: %{python}-logilab-common >= 0.59.0 Requires: %{python}-logilab-mtconverter >= 0.8.0 Requires: %{python}-rql >= 0.31.2 -Requires: %{python}-yams >= 0.36.0 -Requires: %{python}-logilab-database >= 1.9.0 +Requires: %{python}-yams >= 0.37.0 +Requires: %{python}-logilab-database >= 1.10.0 Requires: %{python}-passlib Requires: %{python}-lxml Requires: %{python}-twisted-web