Alma Cemerlic
34fd0c0968
pythonPackages.IMAPClient: 0.13 -> 2.1.0
2020-03-17 11:44:34 -07:00
Christian Lütke-Stetzkamp
93919c66a8
pythonPackages.wsgitools: init at 0.3.1
2020-03-17 11:44:17 -07:00
Jonathan Ringer
ee9362f880
pythonPackages.z3c-checkversions: disable python2 tests
...
the zope namespace will cause collisions for python2
2020-03-17 11:11:30 -07:00
Mario Rodas
db02235cfd
Merge pull request #82707 from r-ryantm/auto-update/python2.7-uamqp
...
python27Packages.uamqp: 1.2.5 -> 1.2.6
2020-03-17 08:32:04 -05:00
Timo Kaufmann
4ad4523600
Merge pull request #82773 from timokau/rpy2-pandas-1.x
...
python3.pkgs.rpy2: fix tests with pandas 1.x, 3.2.5 -> 3.2.6
2020-03-17 11:16:30 +00:00
Timo Kaufmann
b8ed075c87
python3.pkgs.rpy2: 3.2.5 -> 3.2.6
2020-03-17 11:57:10 +01:00
Timo Kaufmann
9c8068c4c4
python3.pkgs.rpy2: fix tests with pandas 1.x
2020-03-17 11:57:10 +01:00
Mario Rodas
0562d5c502
Merge pull request #82702 from r-ryantm/auto-update/python2.7-rq
...
python27Packages.rq: 1.2.2 -> 1.3.0
2020-03-16 22:25:26 -05:00
R. RyanTM
a5f7fc6160
python27Packages.zc_buildout: 2.13.2 -> 2.13.3
2020-03-16 12:58:53 -07:00
Maximilian Bosch
a2e06fc342
Merge pull request #80447 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.9.1 -> 1.11.1
2020-03-16 10:55:38 +01:00
R. RyanTM
9cadac7abd
python27Packages.uamqp: 1.2.5 -> 1.2.6
2020-03-16 03:02:47 +00:00
R. RyanTM
2275f79c27
python27Packages.rq: 1.2.2 -> 1.3.0
2020-03-16 01:45:55 +00:00
R. RyanTM
8575515002
python37Packages.elementpath: 1.4.1 -> 1.4.2
2020-03-15 15:40:28 -07:00
R. RyanTM
49ab3f87fe
python27Packages.azure-mgmt-compute: 10.0.0 -> 11.1.0
2020-03-15 15:32:14 -07:00
R. RyanTM
f942e137bb
python37Packages.asgiref: 3.2.3 -> 3.2.5
2020-03-15 15:31:34 -07:00
R. RyanTM
9520a443b6
python27Packages.braintree: 3.59.0 -> 4.0.0
2020-03-15 15:30:09 -07:00
R. RyanTM
08b801c9b3
python27Packages.azure-mgmt-rdbms: 1.9.0 -> 2.0.0
...
(cherry picked from commit 6016eec541a9cfe5faf55f7044e36bd21ccd320f)
2020-03-15 15:15:44 -07:00
R. RyanTM
1cc03ca516
python27Packages.flask_testing: 0.7.1 -> 0.8.0
2020-03-15 14:45:19 -07:00
Herman Fries
f27a51e36f
cura: 4.4.0 -> 4.5.0
2020-03-15 14:42:10 -07:00
R. RyanTM
4398ab0580
python27Packages.azure-mgmt-cosmosdb: 0.11.0 -> 0.12.0
2020-03-15 14:39:05 -07:00
R. RyanTM
3f1b579b48
python27Packages.kazoo: 2.6.1 -> 2.7.0
2020-03-15 14:38:42 -07:00
R. RyanTM
29c2d04237
python27Packages.hvac: 0.9.6 -> 0.10.0
2020-03-15 14:37:54 -07:00
Maximilian Bosch
500375e338
python3Packages.signedjson: 1.0.0 -> 1.1.0
2020-03-15 17:09:51 +01:00
Michael Weiss
7a1c9d8eb7
python3Packages.google_api_python_client: 1.7.12 -> 1.8.0
...
This version doesn't depend on
https://github.com/NixOS/nixpkgs/pull/82355 anymore.
2020-03-15 16:34:56 +01:00
Michael Weiss
069f62de77
python3Packages.google_api_python_client: 1.7.11 -> 1.7.12
2020-03-15 16:34:56 +01:00
Timo Kaufmann
6c0fa331f0
python.pkgs.smmap2: remove
...
They were recently merged back together and smmap is the canonical
version:
https://github.com/gitpython-developers/smmap/issues/44
2020-03-14 16:00:38 -07:00
Timo Kaufmann
8eacb87061
python.pkgs.GitPython: 3.0.5 -> 3.1.0
2020-03-14 16:00:38 -07:00
Timo Kaufmann
6db65f8d02
python.pkgs.gitdb2: remove
...
The two are now the same:
https://github.com/gitpython-developers/gitdb/issues/59
2020-03-14 16:00:38 -07:00
Timo Kaufmann
e789990fb6
python.pkgs.gitdb: 0.6.4 -> 4.0.2
2020-03-14 16:00:38 -07:00
Daniël de Kok
27d0c5a07e
sentencepiece: split into multiple outputs, optional gperftools
...
I am using sentencepiece in a downstream application where I want to
minimize the resulting closures. This commit makes changes to make
sentencepiece a leaner dependency:
- Split the outputs, so that the binaries/headers do not end up in the
transitive closure in a library dependency.
- Add the `withGPerfTools` option, which is enabled by default, to
make it possible to disable the gperftools dependency. According to
the sentencepiece README, this dependency gives a 10-40% performance
improvement. But in many cases this is overshadowed by the neural
networks that use piece identifiers as input anyway.
2020-03-14 15:40:29 -07:00
Jaakko Luttinen
24219f69a3
pythonPackages.sphinxcontrib-katex: init at 0.5.1
2020-03-14 15:37:47 -07:00
Jaakko Luttinen
d7ef824b7b
pythonPackages.sphinxcontrib-fulltoc: init at 1.2.0
2020-03-14 15:37:20 -07:00
Daniël de Kok
e539eb93f8
python3Packages.somajo: init at 2.0.4
2020-03-14 22:58:02 +01:00
Ben Darwin
61b61ed087
python3Packages.batchgenerators: init at 0.19.7
2020-03-14 22:56:38 +01:00
Ben Darwin
45d0109512
python3Packages.threadpoolctl: init at 2.0.0
2020-03-14 22:56:38 +01:00
Daniël de Kok
80d85b68a3
python3Packages.spacy: 2.2.3 -> 2.2.4
...
Changelog:
https://github.com/explosion/spaCy/releases/tag/v2.2.4
Also remove some unused propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
8dc3bb0af8
python3Packages.thinc: 7.3.1 -> 7.4.0
...
Remove old stale propagatedBuildInputs.
2020-03-14 22:48:02 +01:00
Daniël de Kok
b58cd1b2e9
python3Packages.srsly: 1.0.1 -> 1.0.2
2020-03-14 22:48:02 +01:00
Dylan Simon
1e769bdd2a
tensorflow: 1.15.1 -> 1.15.2
...
(cherry picked from commit 0a5ec494b574ccd3db3b234c7d6637d127bd16da)
2020-03-14 05:35:08 +00:00
Mario Rodas
b86030608b
pythonPackages.psutil: fix build on darwin
...
Disable tests because it segfaults on darwin
2020-03-13 20:20:40 -07:00
Mario Rodas
c64f415331
Merge pull request #82123 from r-ryantm/auto-update/python2.7-azure-mgmt-sql
...
python27Packages.azure-mgmt-sql: 0.16.0 -> 0.17.0
2020-03-13 19:26:28 -05:00
Klaas van Schelven
8b04f2486e
pythonPackages.bravado-core: init at 5.16.1
2020-03-13 13:12:07 -07:00
R. RyanTM
820a690748
python37Packages.jupyterlab: 1.2.6 -> 2.0.0
2020-03-13 13:07:11 -07:00
Ben Darwin
b5d0ffcab1
python3Packages.hickle: 3.4.5 -> 3.4.6
2020-03-13 19:49:18 +00:00
Pascal Wittmann
488aae4e8a
Merge pull request #82472 from r-ryantm/auto-update/klaus
...
klaus: 1.5.1 -> 1.5.2
2020-03-13 12:42:47 +01:00
R. RyanTM
e4ecf6762e
klaus: 1.5.1 -> 1.5.2
2020-03-13 09:04:32 +00:00
Jaakko Luttinen
b7cdf99f36
pythonPackages.holidays: 0.9.12 -> 0.10.1
2020-03-12 21:50:03 -07:00
Jaakko Luttinen
6f26390120
pythonPackages.convertdate: init at 2.2.0
2020-03-12 21:50:03 -07:00
Jaakko Luttinen
1501648410
pythonPackages.pymeeus: init at 0.3.7
2020-03-12 21:50:03 -07:00
Daniel Wheeler
5634ef5d47
python37Packages.fastapi: 0.45.0 -> 0.49.0
...
- Add peewee to test environment as now required.
- Remove pyproject.toml patching as no longer required.
2020-03-12 21:48:07 -07:00
Daniel Wheeler
ffebc623e9
python37Packages.starlette: 0.13.0 -> 0.12.9
...
- Reverting the version of Starlette as FastAPI can not use anything
greater than 0.12.12. FastAPI is Starlette's only dependent.
- Use fetchurl instead of fetchPypi as this is now the preferred
method. This also makes the tests pass and, thus, the build, which
was failing.
2020-03-12 21:48:07 -07:00
Silvan Mosberger
6fe3911c30
Merge pull request #78783 from simson/update/python-modules/i3ipc
...
i3ipc: 1.6.0 -> 2.1.1
2020-03-13 04:58:11 +01:00
Siméon Marijon
0e0ea456a5
i3ipc: 1.6.0 -> 2.1.1
2020-03-13 04:33:33 +01:00
Léo Gaspard
0cf5ed5cce
Merge pull request #81559 from symphorien/pantalaimon
...
pantalaimon: 0.4 -> 0.5.1
2020-03-12 22:36:35 +01:00
Léo Gaspard
4304df2942
Merge pull request #82187 from symphorien/paperwork-update
...
Paperwork update
2020-03-12 22:16:13 +01:00
Jörg Thalheim
a1bcb3a83f
Merge pull request #82315 from Mic92/home-assistant
...
homeassistant: 0.106.1 -> 0.106.6
2020-03-12 15:12:04 +00:00
Jörg Thalheim
d315674a89
python3.pkgs.pyicloud: 0.9.2 -> 0.9.4
2020-03-12 15:04:19 +00:00
Mario Rodas
baaec648c8
Merge pull request #82351 from r-ryantm/auto-update/python2.7-pony
...
python27Packages.pony: 0.7.11 -> 0.7.12
2020-03-11 18:57:01 -05:00
R. RyanTM
bf9ebc42c1
python27Packages.pony: 0.7.11 -> 0.7.12
2020-03-11 22:54:02 +00:00
Maximilian Bosch
b7cdb64ac2
treewide: remove myself from a few packages I don't use anymore
2020-03-11 22:29:30 +01:00
Maximilian Bosch
24b6b8fd46
python3Packages.tesseract: 0.3.2 -> 0.3.3
2020-03-11 22:29:29 +01:00
Johannes Schleifenbaum
e0a0263d44
pythonPackages.pywebview: init at 3.2
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
004325edce
pythonPackages.pystray: init at 0.15.0
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
fc51ceec8a
pythonPackages.jellyfin-apiclient-python: init at 1.4.0
2020-03-11 10:55:46 -07:00
Johannes Schleifenbaum
57f93c1df8
pythonPackages.python-mpv-jsonipc: 1.1.6 -> 1.1.7
2020-03-11 10:55:46 -07:00
R. RyanTM
dcd85d0023
python27Packages.gphoto2: 2.1.0 -> 2.2.1
2020-03-11 10:16:10 -07:00
Jaakko Luttinen
e1f484fe0e
pythonPackages.ipympl: init at 0.3.3
2020-03-10 10:24:42 -07:00
Jon
a9ee0b3bb8
Merge pull request #82163 from jluttine/pythonPackages.pvlib-0.7.1
...
pythonPackages.pvlib: 0.7.0 -> 0.7.1
2020-03-10 10:24:17 -07:00
Jaakko Luttinen
5b676cf48e
pythonPackages.eth-utils: 1.7.0 -> 1.8.4
2020-03-10 10:21:36 -07:00
Jaakko Luttinen
8c9f06fc14
pythonPackages.eth-typing: 2.1.0 -> 2.2.1
2020-03-10 10:21:36 -07:00
R. RyanTM
f9c4570183
python37Packages.azure-mgmt-appconfiguration: 0.3.0 -> 0.4.0
2020-03-10 09:54:00 -07:00
Mario Rodas
14ae699f05
Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server
...
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-10 08:02:54 -05:00
Peter Hoeg
228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
...
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Symphorien Gibol
bcb40a5f04
pythonPackages.pyocr: 0.5.3 -> 0.7.2
2020-03-10 12:00:00 +00:00
Mario Rodas
890440b027
Merge pull request #81991 from r-ryantm/auto-update/python2.7-quandl
...
python27Packages.Quandl: 3.4.6 -> 3.4.8
2020-03-10 06:39:11 -05:00
Mario Rodas
33f32dcced
Merge pull request #82159 from r-ryantm/auto-update/python2.7-stripe
...
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 22:07:21 -05:00
Mario Rodas
07789d9cc7
Merge pull request #82099 from pacien/alot-0.9-patch-composition
...
alot: add patch for email composition
2020-03-09 22:06:26 -05:00
Mario Rodas
9983c5ebcd
Merge pull request #82186 from r-ryantm/auto-update/python2.7-sqlmap
...
python27Packages.sqlmap: 1.4.2 -> 1.4.3
2020-03-09 20:53:18 -05:00
Jan Tojnar
6301e0af06
Merge pull request #81496 from r-ryantm/auto-update/libgit2
...
libgit2: 0.28.4 -> 0.99.0
2020-03-09 23:11:30 +01:00
Jan Tojnar
b0be93769b
python3.pkgs.pygit2: 1.0.3 → 1.1.1
...
https://github.com/libgit2/pygit2/compare/v1.0.3...v1.1.1#diff-de0a9b67ffe2874a076b5fdb15bad484
2020-03-09 23:09:57 +01:00
Lancelot SIX
dc55150bff
Merge pull request #82167 from r-ryantm/auto-update/python2.7-ua-parser
...
python27Packages.ua-parser: 0.9.0 -> 0.10.0
2020-03-09 23:02:46 +01:00
Nadrieril
99dfc57bce
python3Packages.pyinsane2: remove
...
It is only used for paperwork and is now unmaintained.
2020-03-09 22:36:55 +01:00
R. RyanTM
22f578d8c4
python27Packages.sqlmap: 1.4.2 -> 1.4.3
2020-03-09 21:32:53 +00:00
Jaakko Luttinen
53998cbc58
pythonPackages.XlsxWriter: 1.2.6 -> 1.2.8
2020-03-09 19:09:57 +01:00
Lancelot SIX
92a8bca0d1
Merge pull request #82150 from r-ryantm/auto-update/python2.7-python-jenkins
...
python27Packages.python-jenkins: 1.6.0 -> 1.7.0
2020-03-09 18:56:43 +01:00
R. RyanTM
a140160314
python27Packages.ua-parser: 0.9.0 -> 0.10.0
2020-03-09 16:49:23 +00:00
R. RyanTM
d9e86f4cea
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 16:11:26 +00:00
Jaakko Luttinen
350f83785d
pythonPackages.pvlib: 0.7.0 -> 0.7.1
2020-03-09 17:03:34 +02:00
R. RyanTM
504bfe0767
python27Packages.python-jenkins: 1.6.0 -> 1.7.0
2020-03-09 13:54:12 +00:00
Frederik Rietdijk
634ab6fc5d
python3Packages.acoustics: 0.2.3 -> 0.2.4
2020-03-09 14:08:49 +01:00
Mario Rodas
29b797468c
Merge pull request #82143 from r-ryantm/auto-update/python2.7-sphinxcontrib-plantuml
...
python27Packages.sphinxcontrib_plantuml: 0.17.1 -> 0.18
2020-03-09 07:52:13 -05:00
R. RyanTM
a615615a2d
python27Packages.sphinxcontrib_plantuml: 0.17.1 -> 0.18
2020-03-09 12:12:53 +00:00
Mario Rodas
6cf5f49b44
Merge pull request #82129 from r-ryantm/auto-update/python2.7-jenkins-job-builder
...
python27Packages.jenkins-job-builder: 3.2.0 -> 3.3.0
2020-03-09 06:13:04 -05:00
Mario Rodas
7a4cb63912
Merge pull request #82133 from r-ryantm/auto-update/python2.7-dominate
...
python27Packages.dominate: 2.4.0 -> 2.5.1
2020-03-09 06:07:31 -05:00
Mario Rodas
dcc72de706
Merge pull request #82134 from r-ryantm/auto-update/python2.7-lark-parser
...
python27Packages.lark-parser: 0.8.1 -> 0.8.2
2020-03-09 06:07:07 -05:00
R. RyanTM
5012d8a36c
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-09 11:05:00 +00:00
R. RyanTM
08341c372a
python27Packages.lark-parser: 0.8.1 -> 0.8.2
2020-03-09 09:10:43 +00:00
R. RyanTM
8e967e8b8d
python27Packages.dominate: 2.4.0 -> 2.5.1
2020-03-09 07:26:18 +00:00
R. RyanTM
d140b5f8f7
python27Packages.jenkins-job-builder: 3.2.0 -> 3.3.0
2020-03-09 06:02:02 +00:00
R. RyanTM
c7874f018f
python27Packages.azure-mgmt-sql: 0.16.0 -> 0.17.0
2020-03-09 04:35:17 +00:00