Frederik Rietdijk
434f8e4e86
pythonPackages.sphinx-jinja: missing dependency pbr
2016-09-03 11:42:55 +02:00
Frederik Rietdijk
f6a01b9304
pythonPackages.sphinxcontrib-spelling: missing dependency pbr
2016-09-03 11:42:55 +02:00
Frederik Rietdijk
a09601fcb4
pythonPackages.pysqlite: 2.6.3 -> 2.8.3
2016-09-03 11:42:55 +02:00
Frederik Rietdijk
d7e49ed4e3
pythonPackages.pyinotify: no tests
2016-09-03 11:42:55 +02:00
Frederik Rietdijk
ea90815ae8
pythonPackages.pyparser: fix tests
2016-09-03 11:42:55 +02:00
Lancelot SIX
d77e00348c
pythonPackages.django: 1.10 -> 1.10.1
...
This is a bugfix release in the 1.10 branch.
See https://docs.djangoproject.com/en/1.10/releases/1.10.1/
2016-09-02 11:20:44 +02:00
Frederik Rietdijk
150341bfd1
pythonPackages.jinja2: no tests
2016-09-01 21:04:16 +02:00
Frederik Rietdijk
81191b707d
pythonPackages.hypothesis1: remove it
...
and let dependents use the latest version
2016-09-01 21:02:32 +02:00
Frederik Rietdijk
f3e76de800
Merge pull request #18197 from nand0p/sphinx-1-3-6-test-fix
...
sphinx: sphinx-1.3.6 test fixup
2016-09-01 21:00:54 +02:00
Frederik Rietdijk
014b6e0627
pythonPackages.natsort: broken
2016-09-01 20:26:04 +02:00
Frederik Rietdijk
4d2420e3f8
pythonPackages.pathlib: fix tests
2016-09-01 20:25:12 +02:00
Frederik Rietdijk
7b534d4794
pythonPackages.attrs: fix tests
2016-09-01 20:13:16 +02:00
Frederik Rietdijk
c319c842b7
pythonPackages.hypothesis: remove optional dependencies
2016-09-01 20:10:29 +02:00
Frederik Rietdijk
d2608c63fd
pythonPackages.cryptography: add missing dependency
2016-09-01 19:56:16 +02:00
Tuomas Tynkkynen
255c9de6ef
pythonPackages.keystoneclient: Fix bogus 'doCheck' value
2016-09-01 20:21:26 +03:00
Fernando J Pando
e487772722
sphinx: sphinx-1.3.6 test fixup
...
Fixes this error:
```
FAIL: test_setup_command.test_build_sphinx_return_nonzero_status
----------------------------------------------------------------------
Traceback (most recent call last):
File "/nix/store/zfmk6mqmr1046bh0cnh06frd0bb0nr20-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py", line 55, in deco
func(pkgrootdir, proc)
File "/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py", line 110, in test_build_sphinx_return_nonzero_status
assert proc.returncode != 0, 'expect non-zero status for setup.py'
AssertionError: expect non-zero status for setup.py
```
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 13:11:27 -04:00
Frederik Rietdijk
b96ba3fc93
pythonPackages.isodate: fix tests
2016-09-01 18:12:26 +02:00
Frederik Rietdijk
65d983678b
Remove sqlalchemy7
2016-09-01 17:46:27 +02:00
Frederik Rietdijk
69b676978c
Remove sqlalchemy_migrate_0_7
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
4f302223a1
pythonPackages.sqlalchemy7: mark as broken
...
We need an older version of sqlite.
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
9a8d4055a5
pythonPackages.tqdm: 3.8.4 -> 4.8.4
...
Last commit was wrong, the goal was to update to 4.8.4.
2016-09-01 16:20:01 +02:00
Frederik Rietdijk
4f6b6f1472
pythonPackages: use mkPythonDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
e9c4d00cac
pythonPackages.fedora_cert: use mkPythonDerivation, fix build
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
3e05cce97c
Python: separate buildPythonPackage into two functions
...
1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
725c37b4d3
Python: move wrapPython into own file
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
b080748d42
Python: move python-modules/generic to interpreter folder
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
684f08166c
fixup
2016-09-01 12:03:10 +02:00
Adrien Devresse
ae2800378f
neuron: fix issue #17914 -> Add python bindings to neuron derivation and minor fixes
...
- Add support for python bindings
- make neuron respect standard pythonpath prefix
- force exec_prefix == prefix to respect standard nix file hierarchy
- normalize indentation
- propagate dependencies necessary for nrniv_makefile usage
- Add support for darwin
2016-09-01 12:03:10 +02:00
Fernando J Pando
202d9e29c3
pythonPackages.setuptoolsTrial: 0.5.12 -> 0.6.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 11:02:57 +02:00
Fernando J Pando
e800ba8df7
pytest-virtualenv: init pytest-virtualenv-1.1.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Fernando J Pando
bea6b4b36f
pythonPackages.isort: 4.2.2 -> 4.2.5
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Frederik Rietdijk
47a2a15013
pythonPackages.apipkg: fix tests
2016-09-01 10:56:29 +02:00
Fernando J Pando
3d09c34184
pythonPackages.execnet: 1.1 -> 1.4.1
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 10:56:29 +02:00
Fernando J Pando
85546fb342
pythonPackages.txgithub: init at 15.0.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:53:04 +02:00
Fernando J Pando
28b60b1924
pythonPackages.pyjade: init at 4.0.0
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:50:31 +02:00
Fernando J Pando
96a0fbb587
pythonPackages.whoosh: init at 2.7.4
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:42:10 +02:00
Fernando J Pando
42d8dd14b9
pythonPackages.txrequests: init at 0.9.2
...
Tested on Linux
- python 2.7
- python 3.5
2016-09-01 09:42:02 +02:00
Kovacsics Robert (NixOS)
657724d576
python-plover: fix broken install
2016-08-31 23:59:53 +02:00
roconnor
f5c6b160c9
trezor-agent: 0.6.1 -> 0.6.5 ( #18163 )
...
cc @np
2016-08-31 17:01:43 +00:00
Rushmore Mushambi
087f4b37e2
Merge pull request #18155 from rushmorem/update-rethinkdb
...
rethinkdb: 2.3.4 -> 2.3.5
2016-08-31 17:14:34 +02:00
rushmorem
ac26d8ff43
rethinkdb: 2.3.4 -> 2.3.5
2016-08-31 15:15:08 +02:00
Frederik Rietdijk
1d08316220
pythonPackages.rpy2: mark as broken
2016-08-31 14:33:11 +02:00
Frederik Rietdijk
514208cfb5
pythonPackages.cryptography: fix missing dependency
2016-08-30 21:36:33 +02:00
Eric Sagnes
5af8e4b001
rainbowstream: 1.3.3 -> 1.3.5
2016-08-31 03:02:53 +09:00
Frederik Rietdijk
fcdee04c9e
pythonPackages.cytoolz: 0.7.4 -> 0.8.0
2016-08-30 19:02:06 +02:00
Frederik Rietdijk
dc04f8a2f0
pythonPackages.toolz: 0.7.4 -> 0.8.0
2016-08-30 19:01:55 +02:00
Frederik Rietdijk
5e59a4b610
pythonPackages.traitlets: 4.2.1 -> 4.2.2
2016-08-30 18:58:11 +02:00
Frederik Rietdijk
704d413f82
pythonPackages.sounddevice: 0.3.1 -> 0.3.4
2016-08-30 18:56:48 +02:00
Frederik Rietdijk
0d8ccc9d29
pythonPackages.dask: 0.9.0 -> 0.11.0
2016-08-30 18:40:41 +02:00
Frederik Rietdijk
ec97b83851
pythonPackages.xarray: 0.7.2 -> 0.8.2
2016-08-30 18:38:56 +02:00
Frederik Rietdijk
4f5a349430
pythonPackages.tqdm: 3.7.1 -> 3.8.4
2016-08-30 18:38:42 +02:00
Frederik Rietdijk
31229ab3eb
pythonPackages.llvmlite: 0.12.1 -> 0.13.0
2016-08-30 18:38:27 +02:00
Frederik Rietdijk
433681b1fc
pythonPackages.jupyter_core: 4.1.0 -> 4.1.1
2016-08-30 18:38:12 +02:00
Frederik Rietdijk
27ed131128
pythonPackages.jupyter_client: 4.2.2 -> 4.3.0
2016-08-30 18:37:52 +02:00
Frederik Rietdijk
354f148ba5
pythonPackages.jupyter: no tests
2016-08-30 18:37:36 +02:00
Frederik Rietdijk
3b09cf7fc1
pythonPackages.requests2: 2.11.0 -> 2.11.1
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
aedb9a8490
pythonPackages.pillow: 3.3.0 -> 3.3.1
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
7adaf9868d
pythonPackages.bcrypt: 2.0.0 -> 3.1.0
2016-08-30 17:59:35 +02:00
Frederik Rietdijk
29b5c72cbc
pythonPackages.pytz: 2016.3 -> 2016.6.1
2016-08-30 16:08:12 +02:00
Fernando J Pando
cd838654ea
sphinx-jinja: init 0.2.1
...
Tested on Linux
2016-08-30 14:45:54 +02:00
Profpatsch
e1e96a8210
youtube-dl: wrap with atomicparsley ( #18066 )
...
Otherwise --embed-thumbnail will crash youtube-dl while running.
Rewrite the module arguments to be semantic and not fail with null
pointer errors.
2016-08-30 14:36:16 +02:00
Frederik Rietdijk
efd175699f
pythonPackages.sphinxcontrib-spelling: fix maintainer and license
2016-08-30 13:44:49 +02:00
Frederik Rietdijk
bed7263503
pythonPackages.sphinxcontrib-blockdiag: fix maintainer and license
2016-08-30 13:44:33 +02:00
Frederik Rietdijk
dfe2b9e6ea
pythonPackages.cryptography_vectors: 1.4 -> 1.5
2016-08-30 12:23:57 +02:00
Frederik Rietdijk
8651fa9969
pythonPackages.cryptography: 1.4 -> 1.5
2016-08-30 12:23:47 +02:00
Frederik Rietdijk
6f1d7d67c0
pythonPackages.cmdline: init at 0.1.6
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
f5ce76c6d8
pythonPackages.process-tests: init at 1.2.1
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
53e9993f4e
pythonPackages.helper: init at 2.4.1
2016-08-30 12:06:19 +02:00
Frederik Rietdijk
ad633d39dd
pythonPackages.pytestcov: 2.2.0 -> 2.3.1
2016-08-30 12:06:18 +02:00
Fernando J Pando
4b820b842b
pythonPackages.pytest-fixture-config: init at 1.0.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
dcd21c775f
pythonPackages.pytest-shutil: init at 1.1.1
...
Tested on Linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
184cef18d9
pythonPackages.pytest-server-fixtures: init at 1.1.0
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
f3f975a0dd
pythonPackages.pytest-mock: init at 1.2
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
251e67af5c
pythonPackages.jsonref: init at 0.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
e8d326a438
pythonPackages.ramlfications: init at 0.1.9
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Fernando J Pando
f3a9980e19
pythonPackages.sphinxcontrib-spelling: init at 2.2.0
...
Tested on Linux
2016-08-30 12:06:18 +02:00
Frederik Rietdijk
21eb4972be
pythonPackages.funcparserlib: build on Python 3.x
2016-08-30 12:06:18 +02:00
Frederik Rietdijk
e9dea3c02a
pythonPackages.sphinx-testing: init at 0.7.1
2016-08-30 12:06:18 +02:00
Fernando J Pando
bb06f95cc8
pythonPackages.sphinxcontrib-blockdiag: init at 1.5.5
...
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
f59448add0
pythonPackages.autobahn: init at 0.16.0
...
Tested on linux
2016-08-30 12:06:18 +02:00
Fernando J Pando
17278243d8
pythonPackages.txaio: init at 2.5.1
...
Tested on Linux
Tested on Darwin
2016-08-30 12:06:18 +02:00
Robin Gloster
2958ec7d6f
pythonPackages.fake_factory: 0.5.7 -> 0.6.0
...
fixes build
2016-08-28 23:35:49 +00:00
Robin Gloster
db2582de81
pythonPackages.googleplaydownloader: remove
...
Source and project homepage are offline
2016-08-28 23:27:09 +00:00
Gabriel Ebner
9abbd6adc1
pythonPackages.vobject: 0.9.2 -> 0.9.3
2016-08-28 10:33:19 +02:00
Kovacsics Robert
5e76bc9c9d
python-xlib: 0.15rc1 -> 0.17 ( #18044 )
2016-08-28 08:06:06 +00:00
Frederik Rietdijk
562027e6c2
pythonPackages.twisted: 16.2.0 -> 16.4.0
2016-08-28 08:45:39 +02:00
Rok Garbas
1102352a79
Merge pull request #17906 from garbas/neovim-0.1.5-update
...
neovim: 0.1.4 -> 0.1.5 (and related dependencies)
2016-08-27 17:44:34 +02:00
Frederik Rietdijk
59f04899aa
Merge pull request #17972 from phanimahesh/deluge
...
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
2016-08-26 20:30:06 +02:00
Joachim F
0cbba7c673
Merge pull request #17941 from romildo/upd.efl
...
efl: 1.17.2 -> 1.18.0
2016-08-26 15:04:29 +02:00
Kevin Marsh
c9b29d4e5f
pythonPackages.django_1_9: 1.9.5 -> 1.9.9
2016-08-25 15:15:51 +01:00
Kevin Marsh
dfb7d6c223
pythonPackages.django_1_8: 1.8.12 -> 1.8.14
2016-08-25 15:13:09 +01:00
Frederik Rietdijk
b71d71c576
Merge pull request #17963 from lancelotsix/update_django_raster_0_3
...
django_raster: 0.2 -> 0.3
2016-08-25 15:52:35 +02:00
Lancelot SIX
6e9d8efbd1
pythonPackages.django_raster: 0.2 -> 0.3
2016-08-25 15:18:23 +02:00
Lancelot SIX
37ad0f8e6a
pythonPackages.django: always build with the GIS componnents
...
There is no reason for django derivation to contain invalid GIS
extensions. This makes sure that the gis componnents (which are always
installed) can function properly.
2016-08-25 15:18:05 +02:00
Lancelot SIX
674aa05abc
pythonPackages.gdal: aliases pkgs.gdal
...
`pkgs.gdal` ships python2 bindings. This allows to have a gdal package
for each python package set with the appropriate bindings installed.
2016-08-25 15:17:49 +02:00
Frederik Rietdijk
5b3331ed2c
pythonPackages.nxt-python: use upstream name
2016-08-25 12:38:36 +02:00
Frederik Rietdijk
24cd814dd8
Merge pull request #17875 from leenaars/nxt-python
...
Nxt-python: init at unstable-20160819 plus dependencies
2016-08-25 12:36:50 +02:00
J Phani Mahesh
f26edb5257
python-pkgs:deluge: pin dependency libtorrent-rasterbar to 1.0.9
...
See https://github.com/NixOS/nixpkgs/issues/17924 for context
2016-08-25 00:00:26 +05:30
Lancelot SIX
3614e950e4
pythonPackages.pyparsing: 2.1.4 -> 2.1.8
2016-08-24 17:47:15 +02:00
José Romildo Malaquias
b3974f9914
python-efl: 1.17.0 -> 1.18.0
2016-08-23 11:50:44 -03:00
Tuomas Tynkkynen
6d68178693
treewide: Make explicit that 'dev' output of imagemagick is used
2016-08-23 03:52:06 +03:00
Markus Hauck
95aa1eaa98
cassandra-driver: 2.6.0c2 -> 3.6.0
2016-08-22 20:11:37 +02:00
Rok Garbas
a241639bcf
pythonPackages.trollius: skip one test from tests/test_subprocess.py (only on darwin)
2016-08-22 13:18:49 +02:00
obadz
68936edfb3
Merge branch 'master' into staging
2016-08-21 12:03:41 +01:00
Rickard Nilsson
7a3260c590
libvirt and pythonPackages.libvirt: 2.0.0 -> 2.1.0
2016-08-21 09:51:24 +02:00
Michiel Leenaars
a45f203366
pythonPackages.BlinkStick: fix brokenness
2016-08-20 23:43:15 +02:00
Michiel Leenaars
53b618105d
pythonPackages.pyfantom: init at unstable-2013-12-18
2016-08-20 21:56:51 +02:00
Michiel Leenaars
c7b800a6bf
pythonPackages.pybluez: init at unstable-20160819
2016-08-20 21:52:45 +02:00
Michiel Leenaars
4d7cc55344
pythonPackages.pyusb: add propagatedBuildInput libusb
2016-08-20 21:52:45 +02:00
Michiel Leenaars
b06b865dcc
pythonPackages.nxt_python: init at unstable-20160819
2016-08-20 21:50:48 +02:00
Michiel Leenaars
52592e1132
pythonPackages.lightblue: init at 0.4
2016-08-20 21:50:48 +02:00
J Phani Mahesh
dda6c4d5f4
python:cgkit: switch sf downloads to mirror://
...
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 19:14:29 +05:30
Joachim Fasting
ba0f9cfa49
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
...
This reverts commit 217594fd1d
, reversing
changes made to 8e8a89d8a8
.
Turns out it wasn't ready afterall ...
2016-08-20 15:14:23 +02:00
J Phani Mahesh
78714df165
python:cgkit: switch sf downloads to mirror://
...
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
2016-08-20 17:19:56 +05:30
Nikolay Amiantov
826c398318
pythonPackages.scfbuild: remove workaround
2016-08-20 00:42:49 +03:00
Nikolay Amiantov
837cf416ce
wrapPythonProgram: exclude Python itself from PYTHONPATH
2016-08-20 00:42:49 +03:00
Nikolay Amiantov
adafdb88f5
wrapPythonProgram: fix magical sed expression
...
* Treat #! as all other comments;
* Treat comma at the end as a multi-line marker;
* Skip lines with a space at start (they are continuing previous lines);
* Don't allow spaces in front of quotes or the first real statement.
2016-08-20 00:42:49 +03:00
Nikolay Amiantov
01624e1ac2
wrapPythonProgram: use site.addsitedir instead of PYTHONPATH
2016-08-20 00:42:49 +03:00
Frederik Rietdijk
8c1a1a11bf
asciinema: 20160520 -> 1.3.0
...
See https://github.com/NixOS/nixpkgs/pull/17807
2016-08-19 12:32:22 +02:00
Frederik Rietdijk
e8f7c5490d
Merge pull request #17807 from KibaFox/asciinema
...
pythonPackages.asciinema: init at 1.3.0
2016-08-18 17:31:30 +02:00
Nikolay Amiantov
622b5ab72b
pythonPackages.psutil: 3.4.2 -> 4.3.0
2016-08-18 18:02:32 +03:00
Kiba Fox
834543ab6e
pythonPackages.asciinema: init at 1.3.0
2016-08-18 10:33:30 -04:00
Frederik Rietdijk
3c5594c505
pythonPackages.python-etcd: fix build
2016-08-18 12:36:42 +02:00
Frederik Rietdijk
7395c29616
pythonPackages.libtmux: fix build
2016-08-18 12:36:42 +02:00
Frederik Rietdijk
a36fc3c845
pythonPackages.Werkzeug: fix build Python 3.x
...
that was broken by 7916a16c8e
2016-08-18 11:24:09 +02:00
Frederik Rietdijk
cff0389e41
Merge pull request #17773 from RamKromberg/fix/pillow
...
pillow: 3.2 -> 3.3
2016-08-18 08:57:51 +02:00
Frederik Rietdijk
80c98d76ca
Merge pull request #17641 from matthewbauer/update-pyopenssl
...
pyopenssl: 0.15.1 -> 16.0.0
2016-08-17 22:23:14 +02:00
Nikolay Amiantov
3e5bf44aab
sip: 4.14.7 -> 4.18.1, drop unused old version
2016-08-17 20:30:51 +03:00
Nikolay Amiantov
33cabd882f
pythonPackages.pyqt5: 5.5.1 -> 5.6
2016-08-17 20:20:35 +03:00
Frederik Rietdijk
80b3a7b128
Revert "pythonPackages.psutil: 3.4.2 -> 4.3.0"
...
This reverts commit 86caec1be1
.
In this commit tests were re-enabled, but without correctly testing whether it could.
When a package builds it doesn't mean the tests are actually run. This is often seen when it says that 0 tests were run.
Typically this is because the test runner was invoked incorrectly.
By re-enabling the tests, a false impression is generated that the package is tested while in fact it isn't. Furthermore, the Python 3.5
package broke because the tests are invoked incorrectly.
cc @abbradar
2016-08-17 10:52:22 +02:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Matthew Bauer
a2937ba293
searx: force to use new pyopenssl
2016-08-16 20:47:18 +00:00
Matthew Bauer
7d3bccdd7c
service-identity: 14.0.0 -> 16.0.0
...
- adds attrs as input
2016-08-16 20:33:59 +00:00
Ram Kromberg
6edb3851f9
pillow: 3.2 -> 3.3
2016-08-16 14:33:16 +03:00
Robin Gloster
d1d9b93417
pythonPackages.urllib3: remove unnecessary substituteInPlace
...
`substituteInPlace` was operating on a non-existant file.
2016-08-14 22:55:21 +00:00
Nikolay Amiantov
70efa5aa1e
pythonPackages.flasklabel: 0.9 -> 0.11.1
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
7916a16c8e
pythonPackages.Werkzeug: 0.10.4 -> 0.11.10
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
3065f54a64
pythonPackages.rsa: 3.3 -> 3.4.2
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
a1e40f1efc
pythonPackages.requests2: 2.9.1 -> 2.11.0
2016-08-14 22:37:12 +03:00
Nikolay Amiantov
229801f7a6
pythonPackages.Babel: 2.2.0 -> 2.3.4
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
86caec1be1
pythonPackages.psutil: 3.4.2 -> 4.3.0
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
2f52628b00
pythonPackages.flask_assets: 1.2.1 -> 1.3.2
2016-08-14 22:37:11 +03:00
Nikolay Amiantov
28158b21b9
pythonPackages.pkginfo: 1.2.1 -> 1.3.2
2016-08-14 22:37:11 +03:00
Frederik Rietdijk
e4b47de694
Remove top-level pycrypto
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
6fa3ead853
Remove top-level pyopenssl
...
See #11567 .
2016-08-14 14:28:26 +02:00
Frederik Rietdijk
53c6d4827b
Merge pull request #17716 from teh/master
...
Add libdynd and dynd-python
2016-08-14 13:53:59 +02:00
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
Frederik Rietdijk
eb3e23c49e
Remove top-level setuptools
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
57b9ff06f1
Remove top-level pylint
...
See #11567 .
2016-08-14 13:07:26 +02:00
Frederik Rietdijk
6842a24b21
Remove top-level pyqt4
...
See #11567 .
2016-08-14 12:38:01 +02:00
Tom Hunger
7845ca6219
dynd-python: init at 0.7.2
2016-08-14 11:01:11 +01:00
Frederik Rietdijk
11d1fdfd8b
Remove top-level cython and cython3
...
See #11567 .
2016-08-14 12:01:09 +02:00
Frederik Rietdijk
9fc37cc89c
pythonPackages.tflearn: remove maintainer, fixes eval
2016-08-14 10:42:40 +02:00
Qingping Hou
fd0b05b483
tflearn: init at 0.2.1
2016-08-13 23:35:55 -07:00
Qingping Hou
fab072db1e
tensorflow: 0.8.0 -> 0.9.0
2016-08-13 23:35:55 -07:00
Frederik Rietdijk
79149ac12d
pythonPackages.virtualenv: 13.1.2 -> 15.0.3
2016-08-13 15:29:31 +02:00
Frederik Rietdijk
f3bf13558e
pythonPackages.ipython: 5.0.0 -> 5.1.0
2016-08-13 15:24:27 +02:00
Frederik Rietdijk
5f2b125fd1
Merge pull request #17567 from auntieNeo/pycallgraph
...
pythonPackages.pycallgraph: init at 1.0.1
2016-08-13 08:51:38 +02:00
Jonathan Glines
6a5b81ae5e
pycallgraph: init at 1.0.1
2016-08-12 09:22:16 -06:00
Frederik Rietdijk
ec4d36e8e5
pythonPackages.Nuitka: init at 0.5.20
2016-08-12 17:07:18 +02:00
Frederik Rietdijk
9a13e54cb3
pythonPackages.vmprof: init at 0.3.3
2016-08-12 16:57:31 +02:00
Frederik Rietdijk
0bec5faa92
pythonPackages.ppft: init at 1.6.4.6
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
d46a596e05
pythonPackages.pox: init at 0.2.2
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
01dca7e731
pythonPackages.pathos: init at 0.2.0
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
14f3cc170d
pythonPackages.multiprocess: 0.70.4
2016-08-12 11:00:29 +02:00
Frederik Rietdijk
e7d60c66f3
pythonPackages.dill: 0.2.4 -> 0.2.5
2016-08-12 11:00:29 +02:00
Philip Potter
d671dbe2ad
pyusb: fix hardcoding libusb1 path
...
The line that was being replaced by the `sed` command has disappeared
from the source file.
The new `sed` script will replace the default find_library function as a
parameter to the get_backend and _load_library functions. This means
that if a user wants to provide their own find_library implementation,
their chosen implementation will still be used.
2016-08-11 14:41:55 +01:00
Matthew
8684e5cb66
pyopenssl: 0.15.1 -> 16.0.0
...
This will fix the error in certbot.
http://hydra.nixos.org/build/38387037/nixlog/3
2016-08-10 18:26:47 +00:00
Frederik Rietdijk
c99621fd20
Merge pull request #17615 from lancelotsix/update_pysftp
...
Update pysftp
2016-08-10 15:59:48 +02:00
Frederik Rietdijk
b57a20b889
Merge pull request #15949 from leenaars/pygnutlsfixed
...
Python-gnutls fixed + various new python libraries
2016-08-10 10:49:52 +02:00
Lancelot SIX
6c857c9207
pythonPackages.pysftp: 0.2.8 -> 0.2.9
2016-08-09 17:38:49 +02:00
Lancelot SIX
1d96ca3a3e
pythonPackages.ansible2: Add pycrypto dependency
...
This used to be propagated by paramiko
2016-08-09 17:38:29 +02:00
Lancelot SIX
34778273b1
pythonPackages.ansible: Add pycrypto dependency
...
This used to be propagated by paramiko
2016-08-09 17:37:54 +02:00
Lancelot SIX
5d7777a288
pythonPackages.paramiko: 1.15.1 -> 2.0.2
2016-08-09 17:33:10 +02:00
Lancelot SIX
909eaf8a4f
pythonPackages.cryptography_vectors: 1.2.3 -> 1.4
2016-08-08 23:10:06 +02:00
Lancelot SIX
991a30afcc
pythonPackages.cryptography: 1.2.3 -> 1.4
2016-08-08 23:08:29 +02:00
Michiel Leenaars
b49ba8a3e3
pythonPackages.sqlobject: init at 3.0.0
2016-08-08 15:14:22 +02:00
Michiel Leenaars
f6d8566cec
pythonPackages.pympler: init at 0.4.3
2016-08-08 15:14:22 +02:00
Michiel Leenaars
fc71e1e178
pythonpackages.attrs: init -> 16.0.0
2016-08-08 15:14:22 +02:00
Michiel Leenaars
93a9643aed
pythonPackages.pydispatcher: init -> 2.0.5
2016-08-08 14:57:08 +02:00
Michiel Leenaars
19eac13f3d
pythonPackages.klein: init -> 15.3.1
2016-08-08 14:57:08 +02:00
Frederik Rietdijk
5bf77fafb7
Merge pull request #17545 from lancelotsix/add_django_guardian
...
Add django guardian
2016-08-08 10:24:35 +02:00
Lancelot SIX
8bfbc6cc85
pythonPackages.ovh: 0.3.5 -> 0.4.5 ( #17566 )
2016-08-08 09:54:44 +02:00
Lancelot SIX
8280595472
pythonPackages.netcdf4: 1.2.1 -> 1.2.4 ( #17581 )
2016-08-08 09:51:12 +02:00
Franz Pletz
7c9a0bf534
pythonPackages.searx: fix build
...
The certifi package was upgraded but searx had a hard dependency on a
specific version. It still works with the new version.
2016-08-08 05:51:25 +02:00
Michiel Leenaars
04403e4c67
python-gnutls: fix search path to gnutls
2016-08-07 19:01:10 +02:00
Rok Garbas
17e8dda597
Merge pull request #17473 from lancelotsix/add_django_1_10
...
Add django 1.10
2016-08-07 04:08:26 +02:00
Frederik Rietdijk
356509ad45
pythonPackages.notebook: 4.2.1 -> 4.2.2
2016-08-06 08:36:59 +02:00
Lancelot SIX
17b7e34269
pythonPackages.django_guardian: init at 1.4.4
2016-08-05 20:22:38 +02:00
Lancelot SIX
a02b7379bb
pythonPackages.django_environ: init at 0.4.0
2016-08-05 19:47:47 +02:00
Lancelot SIX
f9e901951b
pythonPackages.django_nose: 1.4.3 -> 1.4.4
2016-08-05 19:25:30 +02:00
Lancelot SIX
af154d1ca6
pythonPackags.django: default from 1_9 to 1_10
2016-08-03 09:20:37 +02:00
Lancelot SIX
3f093b9c9c
pythonPackages.django_compat: 1.0.8 -> 1.0.13
2016-08-03 09:18:48 +02:00
Lancelot SIX
1ef5231d3c
pythonPackages.django_1_10: init at 1.10
2016-08-03 09:18:36 +02:00
Bjørn Forsman
99f63b4ded
pythonPackages.mutagen: 1.27 -> 1.32
...
(Not updating to the latest version, 1.34, because it breaks e.g.
'beets'. See https://github.com/beetbox/beets/issues/2153 .)
The new version requires locale / i18n to be set-up for tests or else
this message is thrown:
RuntimeError: This test suite needs a unicode locale encoding. Try setting LANG=C.UTF-8
Also, remove a test that currently fails due to the python builder in
nixpkgs. PR with fix: https://github.com/NixOS/nixpkgs/pull/17430
("python: add file encoding to run_setup.py").
2016-08-02 14:41:41 +02:00
Peter Hoeg
9e91925404
git-up: 1.4.0 -> 1.4.1
2016-08-02 19:57:10 +08:00
Frederik Rietdijk
3a185d159f
fix eval
2016-08-02 11:03:11 +02:00
Lancelot SIX
0d08b7d03c
pythonPackages.django_raster: Use mirror in URL
2016-08-02 10:50:31 +02:00
Frederik Rietdijk
b1e42243f1
Merge pull request #17431 from lancelotsix/add_django_raster
...
Add django raster
2016-08-02 10:42:33 +02:00
Frederik Rietdijk
2988112a0c
pythonPackages: remove pythonName
...
because it is not used anywhere
2016-08-02 10:33:05 +02:00
Aaron Bull Schaefer
b5884b0698
pythonPackages.ansible2: 2.1.0.0 -> 2.1.1.0 ( #17437 )
2016-08-02 00:40:13 +02:00
Lancelot SIX
ab1fdce285
python35Packages.django_colorful: enable at 1.2
...
python35Packages.django_colorful was erroneously disabled for python35.
2016-08-01 21:32:35 +02:00
Lancelot SIX
20a94d9b40
pythonPackages.django_raster: init at 0.2
2016-08-01 21:32:22 +02:00
Lancelot SIX
abc85a9601
python35Packages.celery: disable
...
Few tests fail with python35 (related to OrderedDict changes).
setup.py file do not report this release as supporting python35 [1]
[1] f6aa74a0b5/setup.py (L73-L75)
2016-08-01 21:31:16 +02:00
Lancelot SIX
853209dde9
pythonPackages.kombu: Enable for python > 2.7
...
Only tests cannot run on python3* because dependencies are unavailable
(qpid-python). Kombu is announced to work fine for python3[1]
[1] a4edc670f4/setup.py (L168-L170)
2016-08-01 21:30:58 +02:00
Bjørn Forsman
5c7708e568
pythonPackages.schedule: init at 0.3.2
2016-08-01 19:51:52 +02:00
Jascha Geerds
0fb70dfbb0
pythonPackages.libtmux: init at 0.5.0
2016-08-01 16:02:45 +02:00
Jascha Geerds
053df60763
pythonPackages.kaptan: init at 0.5.8
2016-08-01 16:02:39 +02:00
Frederik Rietdijk
8f9326ffd8
Merge pull request #17323 from arpa2/hashslinger
...
Hash-slinger: init at 2.7.0
2016-08-01 09:57:12 +02:00
Michiel Leenaars
c8f2d8dae0
py-unbound: init at 1.5.9
2016-08-01 09:51:33 +02:00
Dan Peebles
7a799b94a3
awscli: 1.10.46 -> 1.10.51
...
This also required a bump of botocore from 1.4.36 to 1.4.41. I tested
boto3 with the new version and it seemed to work fine.
2016-07-31 16:42:14 -04:00
Frederik Rietdijk
5088f24ded
Merge pull request #15751 from peterhoeg/git-up
...
git-up: init at 1.4.0
2016-07-31 10:42:24 +02:00
Gabriel Ebner
4db39e8d0f
pythonPackages.vobject: 0.8.1d -> 0.9.2
2016-07-31 10:13:43 +02:00
Peter Hoeg
a6984a3965
git-up: init at 1.4.0
...
Thanks again to @fridh for feedback!
2016-07-30 18:00:54 +08:00
Frederik Rietdijk
4ab5728ec9
pythonPackages.datashape: 0.5.1 -> 0.5.2
2016-07-29 20:02:44 +02:00
Frederik Rietdijk
06f6c1426b
pythonPackages.pystache: disable tests on Python 3
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
3673454e53
pythonPackages.bokeh: 0.10.0 -> 0.12.1
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
5e663301d4
pythonPackages.tornado: 4.2.1 -> 4.4.1
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
7cdd900cb7
pythonPackages.certifi: 2015.11.20.1 -> 2016.2.28
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
250d78ca23
pythonPackages.awscli: use colorama_3_3
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
bf06024b9f
pythonPackages.colorama: 0.3.3 -> 0.3.7
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
778712e0a7
pythonPackages.colorama_3_3: init at 0.3.3
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
0868a918a3
pythonPackages.backports_abc: init at 0.4
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
67b8bd0b20
pythonPackages.numba: 0.26.0 -> 0.27.0
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
3979648fb1
pythonPackages.llvmlite: 0.11.0 -> 0.12.1
2016-07-29 19:48:11 +02:00
Frederik Rietdijk
60503897af
pythonPackages.cython: 0.24 -> 0.24.1
2016-07-29 19:02:18 +02:00
Frederik Rietdijk
6628c55986
pythonPackages.scipy: 0.17.1 -> 0.18.0
2016-07-29 17:22:20 +02:00
Frederik Rietdijk
3e5db479b7
pythonPackages.pyfftw: 0.10.1 -> 0.10.4
2016-07-29 16:57:15 +02:00
Frederik Rietdijk
9a9294d0c6
Merge pull request #17332 from lancelotsix/update_sqlalchemy
...
Update sqlalchemy and related
2016-07-28 16:47:35 +02:00
Frederik Rietdijk
e40f5e6658
Merge pull request #17338 from matthiasbeyer/update-rtv
...
Update rtv
2016-07-28 15:01:31 +02:00
Matthias Beyer
4954ac202a
pythonPackages: praw: 3.3.0 -> 3.5.0
2016-07-28 14:00:20 +02:00
Langston Barrett
f457c74ab3
yapf: init at 0.11.0
2016-07-28 13:00:13 +02:00
Lancelot SIX
c6a0d680d8
pythonPackages.sqlalchemy_1_0: 1.0.12 -> 1.0.14
2016-07-28 10:08:48 +02:00
Lancelot SIX
771a0aae49
pythonPackages.geoalchemy2: 0.3.0.dev1 -> 0.3.0
2016-07-28 10:08:35 +02:00
Lancelot SIX
4a91da6321
pythonPackages.shapely: 1.5.13 -> 1.5.15
...
Fix tests
2016-07-28 10:08:13 +02:00
Rok Garbas
d5fc2d45e8
pythonPillow.pillow: fix evaluation
2016-07-25 05:40:48 +02:00
Rok Garbas
6f0d12a5c8
pythonPackages.pillow: dont depend on _lib_include to be presnet in setup.py
2016-07-25 04:20:49 +02:00
Joachim Schiele
e9b9710e0f
selenium: 2.44 to 2.52 (2.53 tested but not working well; 2.44 fails because of firefox 36 extension signing enforcement ( #15982 )
2016-07-23 01:54:34 +02:00
obadz
44157c6da4
smugline: init at 20160106 ( #17191 )
...
(required smugpy: init at 20131218)
2016-07-23 01:38:06 +02:00
zimbatm
0384a5195d
Merge pull request #17157 from kevincox/b2-0.6.2
...
backblaze-b2: 0.4.4 -> 0.6.2
2016-07-21 20:18:00 +01:00
Kevin Cox
050733abb0
backblaze-b2: 0.4.4 -> 0.6.2
2016-07-21 14:45:35 -04:00
Rok Garbas
99180fed1f
pythonPackages.py3status: 2.9 -> 3.0
2016-07-21 01:01:34 +02:00
Daiderd Jordan
15b2709365
Merge pull request #17118 from drets/master
...
pythonPackages.jenkinsapi: init at 0.2.32
2016-07-20 23:55:04 +02:00
Graham Christensen
fdd84fd86d
Merge pull request #17117 from cransom/aws-shell-0.1.1
...
aws_shell: 0.1.0 -> 0.1.1
2016-07-20 03:19:01 +00:00
Dmytro Rets
2311673aa9
pythonPackages.jenkinsapi: init at 0.2.32
2016-07-20 01:33:04 +02:00
Dan Peebles
b3adffcd56
pythonPackages.pychef: init at 0.3.0
2016-07-19 18:17:50 -04:00
Dan Peebles
cfa10cd20b
pythonPackages.timeout-decorator: init at 0.3.2
2016-07-19 18:16:51 -04:00
Dan Peebles
7ac4d7702e
pythonPackages.credstash: init at 1.11.0
2016-07-19 18:15:38 -04:00
Dan Peebles
b5f22e070a
pythonPackages.hvac: init at 0.2.15
2016-07-19 18:13:33 -04:00
Casey Ransom
db8e69dea9
aws_shell: 0.1.0 -> 0.1.1
...
This also fixes https://github.com/awslabs/aws-shell/issues/118
2016-07-19 16:57:02 -04:00