# HG changeset patch # User Drew Perttula # Date 2015-06-06 09:39:00 # Node ID b7c752e49355298167c82f340ff724c9a3e130e2 # Parent 6dcd6a84322a89f2df037c5fea5d3263b4b37cc5 upgrade many modules Ignore-this: 106ed7e9ec6c3a1d317eeb9e0493b7bc diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ tests_watch: # needed packages: python-gtk2 python-imaging install_python_deps: link_to_sys_packages - env/bin/pip install -r pydeps + env/bin/pip install -U -r pydeps DP=/usr/lib/python2.7/dist-packages SP=env/lib/python2.7/site-packages @@ -35,6 +35,7 @@ PYTHON=/usr/bin/python create_virtualenv: mkdir -p env virtualenv -p $(PYTHON) env + env/bin/pip install -U pip ln -sf ../env/bin/python bin/python tkdnd_build: diff --git a/pydeps b/pydeps --- a/pydeps +++ b/pydeps @@ -1,28 +1,28 @@ -rdflib==4.1.2 -Twisted==14.0.0 +rdflib==4.2.0 +Twisted==15.2.1 webcolors==1.4 Louie==1.1 cyclone==1.1 web.py==0.37 restkit==4.2.2 -ipython==2.1.0 -nose==1.3.3 -nose-watcher==0.1.2 -watchdog==0.7.1 -ipdb==0.8 -coloredlogs==0.5 +ipython==3.1.0 +nose==1.3.7 +nose-watcher==0.1.3 +watchdog==0.8.3 +ipdb==0.8.1 +coloredlogs==1.0.1 genshi==0.7 -pyjade==2.2.0 -python-dateutil==2.2 +pyjade==3.0.0 +python-dateutil==2.4.2 txosc==0.2.0 service_identity==0.2 -Pillow==2.4.0 +Pillow==2.8.1 faulthandler==2.3 treq==0.2.1 mock==1.0.1 toposort==1.0 pyserial==2.7 -scales==1.0.6 +scales==1.0.9 statprof==0.1.2