Show More
@@ -5,14 +5,18 b' done = false' | |||||
5 | done = true |
|
5 | done = true | |
6 |
|
6 | |||
7 | [task:rc_tools_pinned] |
|
7 | [task:rc_tools_pinned] | |
|
8 | done = true | |||
8 |
|
9 | |||
9 | [task:fixes_on_stable] |
|
10 | [task:fixes_on_stable] | |
|
11 | done = true | |||
10 |
|
12 | |||
11 | [task:pip2nix_generated] |
|
13 | [task:pip2nix_generated] | |
12 |
|
14 | |||
13 | [task:changelog_updated] |
|
15 | [task:changelog_updated] | |
|
16 | done = true | |||
14 |
|
17 | |||
15 | [task:generate_api_docs] |
|
18 | [task:generate_api_docs] | |
|
19 | done = true | |||
16 |
|
20 | |||
17 | [release] |
|
21 | [release] | |
18 | state = in_progress |
|
22 | state = in_progress |
@@ -1719,7 +1719,7 b'' | |||||
1719 | }; |
|
1719 | }; | |
1720 | }; |
|
1720 | }; | |
1721 | rhodecode-enterprise-ce = super.buildPythonPackage { |
|
1721 | rhodecode-enterprise-ce = super.buildPythonPackage { | |
1722 |
name = "rhodecode-enterprise-ce-4.10. |
|
1722 | name = "rhodecode-enterprise-ce-4.10.2"; | |
1723 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
1723 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; | |
1724 | doCheck = true; |
|
1724 | doCheck = true; | |
1725 | propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic cssselect celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu lxml msgpack-python nbconvert packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client redis repoze.lru requests simplejson sshpubkeys subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt]; |
|
1725 | propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic cssselect celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu lxml msgpack-python nbconvert packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client redis repoze.lru requests simplejson sshpubkeys subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt]; |
General Comments 0
You need to be logged in to leave comments.
Login now