Robert Schütz
c80f36df99
Merge pull request #40498 from andreabedini/fix/pythonPackages-docker-pycreds-update
...
pythonPackages.docker-pycreds: 0.2.2 -> 0.2.3
2018-05-18 11:51:46 +02:00
Tuomas Tynkkynen
003473613a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/top-level/all-packages.nix
2018-05-18 03:54:38 +03:00
Jörg Thalheim
9bca8edce0
python.pkgs.cx_oracle: add missing quote
2018-05-17 20:22:09 +01:00
Florian Klink
639f7952be
pythonPackages.cx_oracle: fix dlopen
...
previously, $ORACLE_HOME had to be set for each python script using this
library.
We now patch odpi to load libclntsh.so from oracle-instantclient if
$ORACLE_HOME was not provided.
2018-05-17 19:15:57 +02:00
Florian Klink
a88354d99f
pythonPackages.cx_oracle: 6.2.1 -> 6.3.1
2018-05-17 18:56:51 +02:00
Robert Schütz
2c91ab54c9
Merge pull request #40353 from Assassinkin/mail-parser
...
pythonPackages.mail-parser: init at 3.3.1
2018-05-17 12:24:30 +02:00
Assassinkin
fb7340d3e5
pythonPackages.mail-parser: init at 3.3.1
2018-05-17 12:22:22 +02:00
Andrea Bedini
d38852ce2a
pythonPackages.docker_pycreds: 0.2.2 -> 0.2.3
2018-05-17 16:30:29 +08:00
Robert Schütz
d20354c234
Merge pull request #40633 from r-ryantm/auto-update/uranium
...
python36Packages.uranium: 3.2.1 -> 3.3.0
2018-05-17 08:54:03 +02:00
Frederik Rietdijk
de55b71e0b
Merge pull request #30833 from nyarly/jira_cli
...
(jira-cli) init at 2.2
2018-05-17 08:53:03 +02:00
R. RyanTM
1ec3c94a21
python36Packages.uranium: 3.2.1 -> 3.3.0
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/uranium/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.3.0 with grep in /nix/store/s5bmfykrkc953i0qhfkmwj6fj1yv3i56-uranium-3.3.0
- directory tree listing: https://gist.github.com/0c76704986608d25a9223af819e0a259
- du listing: https://gist.github.com/242655ce87890bfe9b511e44306303de
2018-05-16 23:31:23 -07:00
John Ericson
ddbe9191ef
Merge remote-tracking branch 'upstream/master' into staging
...
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Robert Schütz
40edf5eeed
Merge pull request #39120 from ktf/add-uproot
...
pythonPackages.uproot: init at 2.8.23.
2018-05-16 10:19:28 +02:00
Giulio Eulisse
54cf5d9358
pythonPackages.uproot: init at 2.8.23
2018-05-16 09:36:52 +02:00
Tuomas Tynkkynen
6b6a575748
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/tools/networking/telnet/default.nix
pkgs/top-level/aliases.nix
2018-05-16 03:09:33 +03:00
Daiderd Jordan
90cfd65b3b
python-ipython: 5.6.0 -> 5.7.0
2018-05-16 00:29:57 +02:00
Moritz Ulrich
977c207f22
pythonPackages.podcats: Init at 0.5.0
2018-05-15 23:23:57 +02:00
Sebastian Jordan
101d1d118d
pythonPackages.effect: init -> 0.11.0
2018-05-15 14:35:10 +02:00
lewo
640b6359ae
Merge pull request #40453 from andersk/pytorch
...
pytorch: 0.3.1 -> 0.4.0
2018-05-15 08:40:51 +02:00
John Ericson
f2017c40ae
Merge remote-tracking branch 'upstream/master' into staging
2018-05-14 22:53:10 -04:00
Matthew Justin Bauer
e5274eb60e
Merge pull request #40391 from bhipple/truffleHog-gitpython-gitdb2-smmap2
...
truffleHog: init at 2.0.91
2018-05-14 18:10:07 -05:00
Robert Schütz
3189704549
Merge pull request #36426 from couchemar/isort-4.3.4
...
pythonPackages.isort: 4.2.5 -> 4.3.4
2018-05-14 22:05:49 +02:00
John Ericson
8e891e6ed4
Merge remote-tracking branch 'upstream/master' into staging
2018-05-14 10:57:33 -04:00
Judson
42d0ce8a28
keyrings.alt: init at 2.3
2018-05-13 14:20:59 -07:00
Judson
f252c72669
hiro: init at 0.1.4
2018-05-13 14:19:35 -07:00
Anders Kaseorg
d2f7acf30c
pytorch: 0.3.1 -> 0.4.0
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-05-13 14:02:08 -04:00
Benjamin Hipple
5efce7c43d
GitPython: 2.0.8 -> 2.1.9
...
Also moves GitPython into the newer python module folder structure.
2018-05-13 11:33:42 -04:00
Benjamin Hipple
318ce72a05
gitdb2: init at 2.0.3
...
Also move gitdb and gitdb2 to the new python module structure.
2018-05-13 11:33:41 -04:00
Benjamin Hipple
68573a61a9
smmap2: init at 2.0.3
...
This commit adds smmap2, which is a separate pypi package from the existing
smmap 0.9.0, though they both come from the same repo. It also moves smmap into
the new python modules location.
2018-05-13 11:33:41 -04:00
Stefan Matting
e0cf582493
Theano: fix broken compiler; Add nvidia_x11 as dependency when cudaSupport
2018-05-13 14:23:12 +02:00
Stefan Matting
6d8bf113bd
libgpuarray: add nvidia_x11 as dependency when cudaSupport
2018-05-13 14:19:16 +02:00
Frederik Rietdijk
658b7c3f2e
Merge master into staging
2018-05-13 12:13:25 +02:00
John Ericson
2c5d915200
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
2018-05-13 01:02:09 -04:00
Maximilian Bosch
ea8a62add9
pythonPackages.sasmodels: fix build ( #40381 )
...
* The revision checksum changed, so it's safer to pin the package
against an explicit `git` tag (https://github.com/NixOS/nixpkgs/pull/40381#issuecomment-388484695 )
* Repaired `checkPhase` to run `py.test` properly on Python {2,3}
* Bumped to latest revision (unstable-2018-04-27) as it supports the entire test suite
properly.
2018-05-12 23:17:03 +02:00
Robin Gloster
ca90a18863
Merge pull request #40375 from dotlambda/home-assistant-0.69.0
...
home-assistant: 0.68.1 -> 0.69.0
2018-05-12 12:41:01 +02:00
Frederik Rietdijk
1d43798d25
python.pkgs.ply: 3.8 -> 3.11
2018-05-12 10:32:53 +02:00
Frederik Rietdijk
4ee37b7421
python.pkgs.ply: move expression
2018-05-12 10:30:48 +02:00
Robert Schütz
a707c1365c
python: deluge-client: 1.3.0 -> 1.4.0
2018-05-12 08:53:16 +02:00
John Ericson
81387c2e78
Merge remote-tracking branch 'upstream/master' into staging
2018-05-11 17:12:04 -04:00
John Ericson
ee4b56edd3
Merge remote-tracking branch 'upstream/master' into staging
2018-05-11 14:36:08 -04:00
Spencer Baugh
f78c25239e
pythonPackages.trio: init at 0.4.0
2018-05-11 17:00:42 +00:00
Spencer Baugh
c983bbb557
pythonPackages.trustme: init at 0.4.0
2018-05-11 16:39:15 +00:00
Spencer Baugh
46fa7ab686
pythonPackages.outcome: init at 0.1.0a0
2018-05-11 16:38:04 +00:00
Franz Pletz
59a6f939f8
pythonPackages.prometheus_client: init at 0.2.0
2018-05-11 18:31:48 +02:00
Robert Schütz
188fdf5bd0
Merge pull request #40189 from catern/contextvars
...
Add pythonPackages.immutables, pythonPackages.contextvars
2018-05-11 16:40:17 +02:00
Spencer Baugh
1bfa8c294c
pythonPackages.contextvars: init at 2.2
2018-05-11 13:19:17 +00:00
Spencer Baugh
5862c6835a
pythonPackages.immutables: init at 0.5
2018-05-11 13:19:12 +00:00
adisbladis
c361d5a386
Merge pull request #40231 from teto/configobj_tests
...
[RDY] pythonPackages.configobj: enable tests
2018-05-11 12:17:43 +08:00
Matthieu Coudron
eb2ba8ac0d
pythonPackages.configobj: enable tests
...
I found a bug in configobj and wanted to run the testsuite to confirm it
was a bugs rather than a nixos oddity. Now that tests work let's upstream it.
2018-05-11 12:10:12 +09:00
John Ericson
67db915a43
Merge remote-tracking branch 'upstream/master' into staging
2018-05-10 16:35:04 -04:00
Robert Schütz
71a561fc60
Merge pull request #38957 from guibou/guibou_pysensors
...
pysensors: init at 2017-07-13
2018-05-10 19:42:30 +02:00
Frederik Rietdijk
c248aa40b1
python.pkgs.Keras: fix build
2018-05-10 10:13:30 +02:00
Frederik Rietdijk
292eb914a4
python: zxcvbn-python: 4.4.22 -> 4.4.24
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
53446a74ab
python: zetup: 0.2.42 -> 0.2.43
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
bef6bac929
python: xarray: 0.10.2 -> 0.10.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
56537d6b77
python: widgetsnbextension: 3.2.0 -> 3.2.1
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
7a428dc4cd
python: transitions: 0.6.4 -> 0.6.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
081a805d15
python: textacy: 0.6.0 -> 0.6.1
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
588a305714
python: testfixtures: 6.0.0 -> 6.0.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
74a5c32dbe
python: tables: 3.4.2 -> 3.4.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
072f4f83c1
python: sqlmap: 1.2.4 -> 1.2.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
eaccf2b384
python: SQLAlchemy: 1.2.6 -> 1.2.7
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
ea6e06a2d6
python: Sphinx: 1.7.2 -> 1.7.4
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
f1cb0e57d9
python: s3fs: 0.1.4 -> 0.1.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
7907ae6b1e
python: rpy2: 2.8.2 -> 2.8.6
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
d3e682ef0f
python: robotframework: 3.0.3 -> 3.0.4
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
ce1d9f768a
python: QtPy: 1.4.0 -> 1.4.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
2c3e3b8af1
python: pytest: 3.5.0 -> 3.5.1
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
8a9dd7b871
python: pypcap: 1.2.0 -> 1.2.1
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
f875632ca2
python: pyglet: 1.3.1 -> 1.3.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
75ab17b2b9
python: pygit2: 0.26.3 -> 0.26.4
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
7e450b65f6
python: pyblake2: 1.1.1 -> 1.1.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
5287f27a8f
python: psutil: 5.4.3 -> 5.4.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
adf9c673b8
python: pretend: 1.0.8 -> 1.0.9
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
a2402da7fb
python: pip-tools: 2.0.1 -> 2.0.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
0b90e884d9
python: pbr: 4.0.1 -> 4.0.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
22931cec66
python: pathlib2: 2.3.0 -> 2.3.2
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
7e92492631
python: openpyxl: 2.5.2 -> 2.5.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
5d938387cc
python: onkyo-eiscp: 1.2.4 -> 1.2.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
18b323b074
python: numpy: 1.14.2 -> 1.14.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
572c697281
python: numexpr: 2.6.4 -> 2.6.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
82333e0e23
python: nipype: 1.0.2 -> 1.0.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
0144105da2
python: moto: 1.3.1 -> 1.3.3
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
a2ed092ea2
python: marshmallow: 2.15.0 -> 2.15.1
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
d7898e1a7f
python: marisa-trie: 0.7.4 -> 0.7.5
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
29490c8029
python: llfuse: 1.3.3 -> 1.3.4
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
c29398faa4
python: keyring: 12.0.1 -> 12.0.2
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
dac15220fd
python: Keras: 2.1.5 -> 2.1.6
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
5a014fdfa6
python: Jug: 1.6.6 -> 1.6.7
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
7a6bf668fb
python: jira: 1.0.14 -> 1.0.15
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
4dd0f741a2
python: ipywidgets: 7.2.0 -> 7.2.1
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
8fbbd261d8
python: hdbscan: 0.8.12 -> 0.8.13
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
228900dc85
python: google-api-core: 1.1.0 -> 1.1.2
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
7450cccaa7
python: google-api-python-client: 1.6.6 -> 1.6.7
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
af6be7b0c7
python: Flask: 0.12.2 -> 0.12.4
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
07cec56a04
python: Flask-Cors: 3.0.3 -> 3.0.4
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
60f26a166f
python: Fiona: 1.7.11.post1 -> 1.7.11.post2
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
ecd18e40b4
python: fastimport: 0.9.6 -> 0.9.8
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
6c60f396fa
python: Faker: 0.8.12 -> 0.8.13
2018-05-10 10:09:13 +02:00
Frederik Rietdijk
26f175e44a
python: Django: 2.0.4 -> 2.0.5
2018-05-10 10:09:13 +02:00