# HG changeset patch # User Julien Cristau # Date 1451926634 -3600 # Node ID de472896fc0a18d6b831e6fed0eeda5921ec522c # Parent b356acb36e152d3fd8d0561f93222aa158dd0ed0 [pkg] 3.22.0 diff -r b356acb36e15 -r de472896fc0a __pkginfo__.py --- a/__pkginfo__.py Mon Jan 04 17:23:36 2016 +0100 +++ b/__pkginfo__.py Mon Jan 04 17:57:14 2016 +0100 @@ -22,8 +22,8 @@ modname = distname = "cubicweb" -numversion = (3, 21, 99) -version = '.'.join(str(num) for num in numversion) + '.dev0' +numversion = (3, 22, 0) +version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" author = "Logilab" @@ -42,8 +42,8 @@ 'six': '>= 1.4.0', 'logilab-common': '>= 0.63.1', 'logilab-mtconverter': '>= 0.8.0', - 'rql': '>= 0.31.2', - 'yams': '>= 0.41.1', + 'rql': '>= 0.34.0', + 'yams': '>= 0.42.0', #gettext # for xgettext, msgcat, etc... # web dependencies 'lxml': '', diff -r b356acb36e15 -r de472896fc0a cubicweb.spec --- a/cubicweb.spec Mon Jan 04 17:23:36 2016 +0100 +++ b/cubicweb.spec Mon Jan 04 17:57:14 2016 +0100 @@ -7,7 +7,7 @@ %endif Name: cubicweb -Version: 3.21.5 +Version: 3.22.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}-six >= 1.4.0 Requires: %{python}-logilab-common >= 0.63.1 Requires: %{python}-logilab-mtconverter >= 0.8.0 -Requires: %{python}-rql >= 0.31.2 -Requires: %{python}-yams >= 0.41.1 +Requires: %{python}-rql >= 0.34.0 +Requires: %{python}-yams >= 0.42.0 Requires: %{python}-logilab-database >= 1.15.0 Requires: %{python}-passlib Requires: %{python}-lxml diff -r b356acb36e15 -r de472896fc0a debian/changelog --- a/debian/changelog Mon Jan 04 17:23:36 2016 +0100 +++ b/debian/changelog Mon Jan 04 17:57:14 2016 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.22.0-1) unstable; urgency=medium + + * new upstream release + + -- Julien Cristau Mon, 04 Jan 2016 17:53:55 +0100 + cubicweb (3.21.5-2) unstable; urgency=medium * Fix conflict between cubicweb-server and cubicweb-dev. diff -r b356acb36e15 -r de472896fc0a debian/control --- a/debian/control Mon Jan 04 17:23:36 2016 +0100 +++ b/debian/control Mon Jan 04 17:57:14 2016 +0100 @@ -15,8 +15,8 @@ python-logilab-mtconverter, python-markdown, python-tz, - python-rql, - python-yams (>= 0.41.1), + python-rql (>= 0.34.0), + python-yams (>= 0.42.0), python-lxml, Standards-Version: 3.9.1 Homepage: http://www.cubicweb.org @@ -159,8 +159,8 @@ python-logilab-mtconverter (>= 0.8.0), python-logilab-common (>= 0.63.1), python-markdown, - python-yams (>= 0.41.1), - python-rql (>= 0.31.2), + python-yams (>= 0.42.0), + python-rql (>= 0.34.0), python-lxml Recommends: python-simpletal (>= 4.0), diff -r b356acb36e15 -r de472896fc0a doc/changes/3.22.rst --- a/doc/changes/3.22.rst Mon Jan 04 17:23:36 2016 +0100 +++ b/doc/changes/3.22.rst Mon Jan 04 17:57:14 2016 +0100 @@ -1,5 +1,5 @@ -3.22 -==== +3.22 (4 January 2016) +===================== New features ------------