Wisut Hantanong
5dc63e69db
pythonPackages.django_extensions : init at 1.8.1 ( #27378 )
...
* add django-extensions 1.8.1
* enable testing
* use propagatedBuildInputs
2017-08-13 22:58:35 +02:00
Sasha Delly
96dc15f2c9
spacy: init at 1.8.2
2017-08-13 22:41:30 +02:00
Sasha Delly
ea418720d7
thinc: init at 1.0.1
2017-08-13 22:41:30 +02:00
Sasha Delly
f1ce370b8e
preshed: init at 1.0.0
2017-08-13 22:41:30 +02:00
Sasha Delly
3fe916dd4a
plac: init at 0.9.6
2017-08-13 22:41:30 +02:00
Sasha Delly
b5b2890278
murmurhash: init at 0.26.4
2017-08-13 22:41:30 +02:00
Sasha Delly
fe17ed640a
ftfy: init at 4.4.3
2017-08-13 22:41:30 +02:00
Sasha Delly
58b28484ed
cymem: init at 1.31.2
2017-08-13 22:41:30 +02:00
Frederik Rietdijk
d0d8724261
python.pkgs.gst-python: move expression
2017-08-13 21:48:19 +02:00
Frederik Rietdijk
7ebcd39a0f
Merge commit '4c49205' into HEAD
2017-08-13 18:34:59 +02:00
Jörg Thalheim
c0fc1670f5
pythonPackages.umemcache: move expression out of python-packages.nix
2017-08-12 11:22:40 +01:00
Tristan Helmich
3292d801c0
pythonPackages.phonenumbers: 8.5.1 -> 8.7.1
2017-08-12 10:49:07 +02:00
Frederik Rietdijk
66ce84b619
python.pkgs.bottleneck: move expression
2017-08-12 09:10:32 +02:00
Frederik Rietdijk
a25e324e06
python.pkgs.audioread: move expression
2017-08-12 09:04:44 +02:00
Frederik Rietdijk
026b60e49e
python.pkgs.sphinx: move expression
2017-08-12 08:58:41 +02:00
Ben Darwin
aa7627310c
pythonPackages.paramz: fix URL
2017-08-11 23:01:10 -04:00
Jörg Thalheim
b952143a0c
Merge pull request #28167 from bcdarwin/paramz
...
pythonPackages.paramz: init at 0.7.4
2017-08-11 20:20:45 +01:00
Ben Darwin
60da71407a
pythonPackages.paramz: init at 0.7.4
2017-08-11 13:28:09 -04:00
Domen Kožar
486e1c3c16
Merge pull request #27998 from davidak/macOS
...
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Robin Gloster
84a9a80123
pythonPackages.oslo-config: fix substituteInPlace
2017-08-11 11:40:35 +02:00
Robin Gloster
d98245b256
pythonPackages.keystoneauth1: fix substituteInPlace
2017-08-11 11:40:35 +02:00
Robin Gloster
37bf3c8782
pythonPackages.distorm3: init at 3.3.4
2017-08-09 21:50:21 +02:00
adisbladis
3ba2300b2d
pythonPackages.zodb: 4.0.1 -> 5.2.4
2017-08-09 14:51:01 +02:00
adisbladis
f06a5f4935
pythonPackages.transaction: 1.4.3 -> 2.1.2
2017-08-09 14:51:01 +02:00
adisbladis
490df67562
pythonPackages.pecan: 1.0.3 -> 1.2.1
2017-08-09 14:51:01 +02:00
adisbladis
9c5f6f9528
pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release
2017-08-09 14:50:57 +02:00
Lancelot SIX
b725e40865
Merge pull request #27865 from lsix/update_django
...
pythonPackages.django: 1.11.3 -> 1.11.4
2017-08-09 09:55:42 +02:00
Frederik Rietdijk
973f740894
Merge pull request #28052 from jtojnar/fix/faker-py2
...
faker: add ipaddress dependency for Python 2
2017-08-09 08:41:47 +02:00
Jan Tojnar
bd498ebeec
faker: add ipaddress dependency for Python 2
...
Faker requires ipaddress package on Python < 3.3:
https://github.com/joke2k/faker/blob/v0.7.18/setup.py#L66-L76
2017-08-09 00:52:14 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Michael Weiss
4b0afc169d
zpl*: Fix the attribute name of the license
...
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Daiderd Jordan
4e24cc32bc
Merge pull request #27544 from cse-bristol/linode-api-python
...
linode-api: init at 4.1.1b2
2017-08-05 17:40:33 +02:00
Lancelot SIX
ce24f7f192
pythonPackages.django: 1.11.3 -> 1.11.4
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.11/releases/1.11.4/
2017-08-02 09:55:15 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Lancelot SIX
561c815ad7
pythonPackages.daphne: 1.2.0 -> 1.3.0
2017-07-31 17:55:03 +02:00
Frederik Rietdijk
70cd310712
python.pkgs.scipy: enable parallel building
2017-07-30 10:24:19 +02:00
Frederik Rietdijk
2c8960d85f
python.pkgs.numpy: enable parallel building
2017-07-30 10:24:19 +02:00
Frederik Rietdijk
b2608b8910
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-29 13:08:11 +02:00
Frederik Rietdijk
140f47eb74
Merge pull request #27733 from volth/patch-6
...
pythonPackages.amqplib: pypi->github
2017-07-29 13:05:22 +02:00
Frederik Rietdijk
08f9183d75
python.pkgs.sounddevice: 0.3.6 -> 0.3.8
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
4f296cbaeb
python.pkgs.cython: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
25fa9f2f14
python.pkgs.blaze: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
b714a38bba
python.pkgs.cycler: move expression
2017-07-29 13:04:07 +02:00
volth
fd73721aed
Update default.nix
2017-07-29 08:27:14 +00:00
Frederik Rietdijk
ac1ea28a50
python.pkgs: maintenance updates
2017-07-28 16:56:33 +02:00
Frederik Rietdijk
1e605e654f
python.pkgs.tornado: 4.4.2 -> 4.5.1
2017-07-28 16:56:33 +02:00
Frederik Rietdijk
451ac7bc3f
python.pkgs.pytest_xdist: 1.16.0 -> 1.18.2
2017-07-28 16:13:29 +02:00
Langston Barrett
f05fcb40a1
pythonPackages.FormEncode: 1.3.0 -> 1.3.1
2017-07-28 16:13:29 +02:00
Langston Barrett
8081ab6e5c
pythonPackages.pysideShiboken: patch for Python 3.6
2017-07-28 16:13:28 +02:00