Commit Graph

9654 Commits

Author SHA1 Message Date
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
montag451
b18719fabb pythonPackages.humanfriendly: init at 4.18 (#59466) 2019-04-15 08:38:30 +02:00
worldofpeace
afdec9004e
Merge pull request #59541 from costrouc/python-pyschedule-init
pythonPackages.pyschedule: init at 0.2.34
2019-04-14 22:35:23 -04:00
Chris Ostrouchov
b7475accf6
pythonPackages.pyschedule: init at 0.2.34
closes PR #37371. That PR was inactive
2019-04-14 21:33:52 -04:00
worldofpeace
ef54604ce4
Merge pull request #59425 from eadwu/pythonPackages.tinycss2/1.0.2
pythonPackages.tinycss2: 0.6.1 -> 1.0.2
2019-04-14 20:43:39 -04:00
xeji
61327db231
Merge pull request #59353 from costrouc/python-lektor-upgrade
pythonPackages.lektor: 2.3 -> 3.1.3
2019-04-14 22:20:33 +02:00
Timo Kaufmann
62c288ec20
python.pkgs.sympy: 1.3 -> 1.4 (#59482) 2019-04-14 17:52:03 +02:00
Michael Raskin
26ac11021c
Merge pull request #59441 from teto/pandas_0242
python: pandas: 0.24.1 -> 0.24.2
2019-04-14 15:32:37 +00:00
montag451
c82ebc197e pythonPackages.annexremote: init at 1.3.1 (#59463) 2019-04-14 15:17:41 +02:00
Robert Schütz
90d166dc7d
Merge pull request #57181 from FlorianFranzen/protobuf
protobuf: 3.6 -> 3.7
2019-04-14 14:44:55 +02:00
Edmund Wu
08ba4b4cb6
pythonPackages.tinycss2: 0.6.1 -> 1.0.2 2019-04-14 08:19:11 -04:00
Robert Schütz
905cdeecac python.pkgs.protobuf: use python.interpreter 2019-04-14 13:21:10 +02:00
Florian Franzen
d1feec73e4 protobuf3_6: 3.6.1 -> 3.6.1.3 2019-04-14 13:19:38 +02:00
Andrey Pavlov
2e9e63195b pythonPackages.nltk: 3.2.5 -> 3.4 (#59204)
Add optional dependency "singledispatch" for python 2.7.
Remove "disabled" attribute from derivation.
2019-04-14 12:38:29 +02:00
Matthieu Coudron
9cd3fba059 python: pandas: 0.24.1 -> 0.24.2 2019-04-14 16:01:12 +09:00
Timo Kaufmann
05a53ecd82
Merge pull request #59363 from timokau/graph_nets-init
python.pkgs.{tensorflow-probability,dm-sonnet,graph_nets}: init
2019-04-13 23:12:26 +02:00
Robert Schütz
bc14eedcb1 python.pkgs.cairosvg: fix isort-check 2019-04-13 21:40:47 +02:00
Timo Kaufmann
d88406a43f python.pkgs.graph_nets: init at 1.0.3 2019-04-13 20:12:18 +02:00
Timo Kaufmann
11801a4d47 python.pkgs.dm-sonnet: init at 1.30
Needed as a dependency of graph_nets.
2019-04-13 20:12:18 +02:00
Timo Kaufmann
1d00bb1375 python.pkgs.tensorflow-probability: init at 0.6.0
Needed as a dependency for dm-sonnet.
2019-04-13 20:12:15 +02:00
Chris Ostrouchov
dec2bae7e8
pythonPackages.lektor: 2.3 -> 3.1.3 2019-04-12 10:02:27 -04:00
Chris Ostrouchov
9e2ff240da
pythonPackages.pytest-click: init at 0.3 2019-04-12 10:02:22 -04:00
Chris Ostrouchov
3268907410
pythonPackages.pytest-pylint: init at 0.14.0 2019-04-12 09:43:53 -04:00
Robert Schütz
7cdb9dd470 python.pkgs.pylama: 7.6.6 -> 7.7.1 2019-04-11 19:27:19 +02:00
Christopher Ostrouchov
d27643bc0a python3Packages.nixpkgs-pytools: init at 1.0.0 (#59279) 2019-04-11 18:31:00 +02:00
Robert Schütz
5908a0244f
Merge pull request #57469 from r-ryantm/auto-update/python3.7-zeep
python37Packages.zeep: 3.2.0 -> 3.3.0
2019-04-11 18:23:33 +02:00
Frederik Rietdijk
993e2b4ec2
Merge pull request #59098 from NixOS/staging-next
Staging next
2019-04-11 18:23:14 +02:00
Robert Schütz
b716b4d732 python.pkgs.zeep: enable tests for python3 2019-04-11 18:18:45 +02:00
Rodney Lorrimar
8b4269bc1e pythonPackages.aioresponses: init at 0.6.0 2019-04-11 18:05:41 +02:00
AmineChikhaoui
02bb5e35ea pythonPackages.azure-mgmt-storage: remove patch.
as suggested in the comment.
2019-04-11 16:41:48 +02:00
Pascal Wittmann
391e474062
Merge pull request #59273 from veprbl/pr/snakemake_5.4.4
snakemake: 5.2.2 -> 5.4.4
2019-04-11 14:41:26 +02:00
Matthieu Coudron
a4c15f1b35 python3Packages.papis: provide as a library too (#59070)
* python3Packages.papis: provides as a library too

The project is turning into a dependency for several scripts and possibly UIs
(see the different repositories at https://github.com/papis/) so it makes sense
to have it as a library.

* moved papis to python-modules

* add myself as maintainer
2019-04-11 12:55:08 +02:00
Alexander Sosedkin
5d81445797 python3Packages.nixpkgs: 0.2.2 -> 0.2.3 2019-04-11 12:53:17 +02:00
worldofpeace
bbe83c0520
Merge pull request #58969 from veprbl/pr/awkward_0_8_14
pythonPackages.awkward: 0.8.7 -> 0.8.14, enable more tests
2019-04-11 04:55:17 -04:00
worldofpeace
f8062cb500
Merge pull request #58798 from r-ryantm/auto-update/python3.7-ldap3
python37Packages.ldap3: 2.5.2 -> 2.6
2019-04-11 04:46:11 -04:00
worldofpeace
6542a4cb8e python37Packages.ldap3: 2.5.2 -> 2.6 2019-04-11 04:45:33 -04:00
Robert Schütz
84029e2646
Merge pull request #59265 from peterhoeg/f/repology
repology: fix homepage for a few packages - nothing else
2019-04-11 10:36:31 +02:00
Frederik Rietdijk
230c67f43b Merge master into staging-next 2019-04-11 07:50:23 +02:00
Dmitry Kalinkin
0854ae6571
pythonPackages.datrie: fix build 2019-04-10 14:16:23 -04:00
Markus Kowalewski
d5cc30b721 pythonPackages.h5py: add patch to fix broken test 2019-04-10 18:53:51 +02:00
adisbladis
7bd2c5a604
python3Packages.nixpkgs: Fix ImportError with recent pythonix versions 2019-04-10 17:46:15 +01:00
adisbladis
f15bd3cca3
pythonPackages.pythonix: 0.1.4 -> 0.1.6 2019-04-10 17:27:55 +01:00
Peter Hoeg
c7b743d9ed pythonPackages.broadlink: fix homepage 2019-04-10 22:47:33 +08:00
Robert Schütz
6e36083c4b
Merge pull request #59255 from peterhoeg/u/waze
python3Packages.WazeRouteCalculator: 0.7.2 -> 0.9.0 and pyupdate: 1.3.5 -> 1.3.6
2019-04-10 10:37:26 +02:00
Robert Schütz
fd8ff4618c
Merge pull request #59178 from markuskowa/fix-cntk
pythonPackages.cntk: mark as broken with python 3.7
2019-04-10 10:36:23 +02:00
Peter Hoeg
7541cbb905 python3Packages.pyupdate: 1.3.5 -> 1.3.6 2019-04-10 14:49:33 +08:00
Peter Hoeg
ee4f83c031 python3Packages.WazeRouteCalculator: 0.7.2 -> 0.9.0 2019-04-10 13:10:36 +08:00
Tom Hunger
efc0fc165f python3Packages.xxhash: init at 1.3.0 2019-04-09 22:19:59 +01:00
xeji
d6afe8ce5c
pythonPackages.zerorpc: init at 0.6.1 (#59102) 2019-04-09 22:20:37 +02:00