##// END OF EJS Templates
release: updated pip2nix output for 4.1.1
marcink -
r177:30532f83 stable
parent child Browse files
Show More
@@ -5,16 +5,21 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 [task:generate_js_routes]
21 [task:generate_js_routes]
22 done = true
18
23
19 [release]
24 [release]
20 state = in_progress
25 state = in_progress
@@ -950,13 +950,13 b''
950 };
950 };
951 };
951 };
952 python-editor = super.buildPythonPackage {
952 python-editor = super.buildPythonPackage {
953 name = "python-editor-1.0";
953 name = "python-editor-1.0.1";
954 buildInputs = with self; [];
954 buildInputs = with self; [];
955 doCheck = false;
955 doCheck = false;
956 propagatedBuildInputs = with self; [];
956 propagatedBuildInputs = with self; [];
957 src = fetchurl {
957 src = fetchurl {
958 url = "https://pypi.python.org/packages/f5/d9/01eb441489c8bd2adb33ee4f3aea299a3db531a584cb39c57a0ecf516d9c/python-editor-1.0.tar.gz";
958 url = "https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz";
959 md5 = "a5ead611360b17b52507297d8590b4e8";
959 md5 = "e1fa63535b40e022fa4fd646fd8b511a";
960 };
960 };
961 };
961 };
962 python-ldap = super.buildPythonPackage {
962 python-ldap = super.buildPythonPackage {
@@ -1040,7 +1040,7 b''
1040 };
1040 };
1041 };
1041 };
1042 rhodecode-enterprise-ce = super.buildPythonPackage {
1042 rhodecode-enterprise-ce = super.buildPythonPackage {
1043 name = "rhodecode-enterprise-ce-4.1.0";
1043 name = "rhodecode-enterprise-ce-4.1.1";
1044 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
1044 buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
1045 doCheck = true;
1045 doCheck = true;
1046 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery colander decorator docutils gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors psutil py-bcrypt];
1046 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery colander decorator docutils gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson waitress zope.cachedescriptors psutil py-bcrypt];
@@ -1177,13 +1177,13 b''
1177 };
1177 };
1178 };
1178 };
1179 urllib3 = super.buildPythonPackage {
1179 urllib3 = super.buildPythonPackage {
1180 name = "urllib3-1.15.1";
1180 name = "urllib3-1.16";
1181 buildInputs = with self; [];
1181 buildInputs = with self; [];
1182 doCheck = false;
1182 doCheck = false;
1183 propagatedBuildInputs = with self; [];
1183 propagatedBuildInputs = with self; [];
1184 src = fetchurl {
1184 src = fetchurl {
1185 url = "https://pypi.python.org/packages/49/26/a7d12ea00cb4b9fa1e13b5980e5a04a1fe7c477eb8f657ce0b757a7a497d/urllib3-1.15.1.tar.gz";
1185 url = "https://pypi.python.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
1186 md5 = "5be254b0dbb55d1307ede99e1895c8dd";
1186 md5 = "fcaab1c5385c57deeb7053d3d7d81d59";
1187 };
1187 };
1188 };
1188 };
1189 venusian = super.buildPythonPackage {
1189 venusian = super.buildPythonPackage {
General Comments 0
You need to be logged in to leave comments. Login now