R. RyanTM
2842814654
python27Packages.phonenumbers: 8.12.2 -> 8.12.4
2020-05-27 00:34:23 +00:00
Mario Rodas
56ddb0a32a
Merge pull request #88710 from r-ryantm/auto-update/python2.7-isbnlib
...
python27Packages.isbnlib: 3.10.0 -> 3.10.1
2020-05-23 18:26:45 -05:00
Mario Rodas
743e922120
Merge pull request #88695 from marsam/update-sqlparse
...
pythonPackages.sqlparse: 0.3.0 -> 0.3.1
2020-05-23 18:26:28 -05:00
Mario Rodas
4d5265b0c5
Merge pull request #88707 from r-ryantm/auto-update/python2.7-geopy
...
python27Packages.geopy: 1.21.0 -> 1.22.0
2020-05-23 15:29:59 -05:00
Mario Rodas
bd4ac1398a
Merge pull request #88696 from marsam/update-pglast
...
pythonPackages.pglast: 1.10 -> 1.11
2020-05-23 15:28:12 -05:00
R. RyanTM
ed1f6bc8f1
python27Packages.isbnlib: 3.10.0 -> 3.10.1
2020-05-23 19:57:13 +00:00
R. RyanTM
0975c064c5
python27Packages.geopy: 1.21.0 -> 1.22.0
2020-05-23 19:24:35 +00:00
Ryan Mulligan
5af1ef4b41
Merge pull request #88663 from r-ryantm/auto-update/python2.7-EasyProcess
...
python27Packages.EasyProcess: 0.2.10 -> 0.3
2020-05-23 11:49:57 -07:00
Benjamin Hipple
6b66f9c865
Merge pull request #88665 from r-ryantm/auto-update/python2.7-bitarray
...
python27Packages.bitarray: 1.2.1 -> 1.2.2
2020-05-23 14:37:35 -04:00
R. RyanTM
d5386fb019
python27Packages.bitarray: 1.2.1 -> 1.2.2
2020-05-23 12:38:31 -04:00
Christian Albrecht
dc80e0724c
pythonPackages.virtualenv: 16.7.9 -> 20.0.21 fix #66366
2020-05-23 18:15:45 +02:00
Florian Klink
30583847f1
Merge pull request #88660 from r-ryantm/auto-update/python2.7-authlib
...
python27Packages.authlib: 0.14.1 -> 0.14.3
2020-05-23 14:27:16 +02:00
Mario Rodas
dfef7b65ce
Merge pull request #88671 from r-ryantm/auto-update/python2.7-cloudflare
...
python27Packages.cloudflare: 2.6.5 -> 2.7.1
2020-05-23 06:43:41 -05:00
Mario Rodas
4735ab0eb6
Merge pull request #88662 from r-ryantm/auto-update/python2.7-braintree
...
python27Packages.braintree: 4.0.0 -> 4.1.0
2020-05-23 06:39:57 -05:00
R. RyanTM
59769e6fcb
python27Packages.cloudflare: 2.6.5 -> 2.7.1
2020-05-23 09:50:31 +00:00
Mario Rodas
f691712308
pythonPackages.sqlparse: 0.3.0 -> 0.3.1
2020-05-23 04:20:00 -05:00
Mario Rodas
a1b69c2014
pythonPackages.pglast: 1.10 -> 1.11
2020-05-23 04:20:00 -05:00
R. RyanTM
88ea9652aa
python27Packages.EasyProcess: 0.2.10 -> 0.3
2020-05-23 06:29:10 +00:00
R. RyanTM
454c8133f9
python27Packages.braintree: 4.0.0 -> 4.1.0
2020-05-23 06:18:21 +00:00
R. RyanTM
7c6a40c812
python27Packages.authlib: 0.14.1 -> 0.14.3
2020-05-23 06:00:07 +00:00
Mario Rodas
51b6e74f59
Merge pull request #88510 from seqizz/g_pysnoopdate2
...
pysnooper: 0.3.0 -> 0.4.1
2020-05-23 00:04:48 -05:00
Mario Rodas
18de70ce80
Merge pull request #88509 from seqizz/g_pysnoopdate
...
python-toolbox: 0.9.4 -> 1.0.10
2020-05-23 00:04:23 -05:00
Benjamin Hipple
531eab10a8
Merge pull request #88572 from marcus7070/marcus7070/cq-bump
...
python3Packages.cadquery: 2.0RC0 -> 2.0
2020-05-22 10:34:58 -04:00
Gürkan Gür
4e7599ac57
python-toolbox: 0.9.4 -> 1.0.10
2020-05-22 11:15:36 +02:00
Marcus Boyd
be00210050
python3Packages.cadquery: 2.0RC0 -> 2.0
2020-05-22 14:25:41 +09:30
Mario Rodas
98ac199da8
Merge pull request #88538 from r-ryantm/auto-update/jc
...
jc: 1.10.10 -> 1.10.12
2020-05-21 19:41:05 -05:00
R. RyanTM
6440948d64
jc: 1.10.10 -> 1.10.12
2020-05-21 19:40:26 +00:00
Gürkan Gür
06af79c680
pysnooper: 0.3.0 -> 0.4.1
2020-05-21 14:00:22 +02:00
Dmitry Kalinkin
4a302d1b9a
Merge pull request #87638 from veprbl/pr/arrow_cpp_0_17_0
...
arrow-cpp: 0.16.0 -> 0.17.1
2020-05-20 18:31:47 -04:00
Jean-Philippe Braun
ec46eaadbf
pre-commit: use buildPythonPackage
...
Allows to build a python env with pre_commit module:
python3.withPackages(p: [p.pre-commit])
pre-commit is already converted to an application in `git-and-tools/default.nix`:
pre-commit = pkgs.python3Packages.toPythonApplication pkgs.python3Packages.pre-commit;
So that it can still be installed as a standalone application.
2020-05-20 12:35:22 +02:00
Matthew Bauer
69232bc088
Merge pull request #87899 from bhipple/feature/tensorflow-srcs
...
tensorflow: passthru deps from bazel build
2020-05-19 21:31:34 -05:00
Kevin Amado
17812e653d
fluidasserts: 20.2.30165 -> deleted
...
- I no longer have time to maintain it and we've found another
ways to ship it (with nix too, yay!) to our users
- I'll remove it here, at least many new nice packages were added
to the community due thanks to this efforts
2020-05-19 16:41:26 -07:00
Jonathan Ringer
f86a44a42d
python3Packages.azure-servicefabric: 7.0.0.0 -> 7.1.0.45
2020-05-19 16:38:52 -07:00
Jonathan Ringer
a6d1a993bb
python3Packages.azure-multiapi-storage: 0.2.4 -> 0.3.2
2020-05-19 16:38:52 -07:00
Jonathan Ringer
478c24b007
python3Packages.azure-mgmt-storage: 9.0.0 -> 10.0.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
0744df0b8e
python3Packages.azure-mgmt-network: 10.1.0 -> 10.2.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
385e082b83
python3Packages.azure-mgmt-iothub: 0.11.0 -> 0.12.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
b181c7d514
python3Packages.azure-mgmt-eventhub: 3.0.0 -> 3.1.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
a807b5a9e6
python3Packages.azure-mgmt-cosmosdb: 0.13.0 -> 0.14.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
9a9f827872
python3Packages.azure-mgmt-core: 1.0.0 -> 1.1.0
2020-05-19 16:38:52 -07:00
Jonathan Ringer
8d6bf86dbc
python3Packages.azure-mgmt-batch: 7.0.0 -> 8.0.0
2020-05-19 16:38:52 -07:00
Vojtěch Káně
a6d8b5e007
pythonPackages.discordpy: 1.2.5 -> 1.3.3
2020-05-18 18:09:10 -07:00
geistesk
738df6f54f
pythonPackage.bleak: init at 0.6.2
2020-05-18 18:06:30 -07:00
geistesk
fe7d3db9c6
pythonPackage.txdbus: init at 1.1.0
2020-05-18 18:06:30 -07:00
Mario Rodas
b2d7397e91
Merge pull request #87971 from marsam/update-grpc
...
grpc: 1.28.1 -> 1.29.0
2020-05-18 19:33:21 -05:00
Florian Klink
33b2ebba2e
Merge pull request #88037 from mweinelt/ansible
...
ansible: v2.9.7 → v2.9.9, v2.8.11 → v2.8.12, v2.7.17 → v2.7.18, drop v2.6.x
2020-05-18 11:57:49 +02:00
Florian Klink
667bf5c167
Merge pull request #87946 from timokau/google-pasta-0.2.0
...
python.pkgs.google-pasta: 0.1.8 -> 0.2.0
2020-05-18 11:40:04 +02:00
Mario Rodas
71c33d9a35
Merge pull request #88024 from marsam/update-pdfminer
...
pythonPackages.pdfminer: 20200402 -> 20200517
2020-05-17 22:03:13 -05:00
Martin Weinelt
9f98f41854
ansible: add myself as maintainer
2020-05-18 01:45:30 +02:00
Martin Weinelt
0dea984634
ansible: v2.9.7 → v2.9.9
2020-05-18 01:25:33 +02:00