release: updated pip2nix output for 4.4.2

This commit is contained in:
Marcin Kuzminski 2016-10-17 10:34:23 +00:00
parent 7fad76a2cc
commit 52879d9658
2 changed files with 14 additions and 7 deletions

View file

@ -5,14 +5,18 @@ done = false
done = true
[task:rc_tools_pinned]
done = true
[task:fixes_on_stable]
done = true
[task:pip2nix_generated]
[task:changelog_updated]
done = true
[task:generate_api_docs]
done = true
[release]
state = in_progress

View file

@ -1,3 +1,6 @@
# Generated by pip2nix 0.4.0.dev1
# See https://github.com/johbo/pip2nix
{
Babel = super.buildPythonPackage {
name = "Babel-1.3";
@ -1309,7 +1312,7 @@
md5 = "e1fa63535b40e022fa4fd646fd8b511a";
};
meta = {
license = [ pkgs.lib.licenses.asl20 ];
license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
};
};
python-ldap = super.buildPythonPackage {
@ -1417,7 +1420,7 @@
};
};
rhodecode-enterprise-ce = super.buildPythonPackage {
name = "rhodecode-enterprise-ce-4.4.1";
name = "rhodecode-enterprise-ce-4.4.2";
buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner];
doCheck = true;
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 channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python 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 repoze.lru requests simplejson waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
@ -1427,13 +1430,13 @@
};
};
rhodecode-tools = super.buildPythonPackage {
name = "rhodecode-tools-0.10.0";
name = "rhodecode-tools-0.10.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl];
propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl urllib3];
src = fetchurl {
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.0.zip";
md5 = "8b74bc075ae7dd55fbd480a2406630c8";
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip";
md5 = "d2af3985a1a32a678944d4d48870cb04";
};
meta = {
license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@ -1501,7 +1504,7 @@
md5 = "a5fc7d05d4cb38492285553def5d4b46";
};
meta = {
license = [ pkgs.lib.licenses.mit pkgs.lib.licenses.afl21 ];
license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
};
};
six = super.buildPythonPackage {