3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

247819 commits

Author SHA1 Message Date
Florian Beeres b1b63b66c9 nodePackages: init multiple packages
This commit combines several individual PRs which would have resulted in
merge conflicts in the generated JSON files. Instead, the "generate.sh"
script is only ran once.

Due to "makam" not building on MacOS in the form it was originally added
in the PR I made some adjustments to this diff.

List of added packages:

- nodePackages.clubhouse-cli: init at 2.1.0
- nodePackages.makam: init at 0.7.17
- nodePackages.inliner: init at 1.13.1
- nodePackages.sass: init at 1.27.0
- nodePackages.undollar: init at 1.0.0

Co-authoring is used to preserve contributions.

Co-authored-by: Changlin Li <mail@changlinli.com>
Co-authored-by: Pasquale <p3dimaria@hotmail.it>
Co-authored-by: Teodoro Freund <teodoro.freund@tweag.io>
Co-authored-by: Tobias Mayer <tobim@fastmail.fm>
Co-authored-by: vladki <vlad@kirillov.im>
2020-10-16 10:55:26 +02:00
Daniël de Kok e7add4afc1
Merge pull request #99374 from siraben/mktiupgrade-init
knightos-mktiupgrade: init at 1.1.6
2020-10-16 10:34:30 +02:00
Raymond Gauthier 8b4db57358
vscx/ms-vsliveshare-vsliveshare: Init at 1.0.2902 (#100583) 2020-10-16 10:13:12 +02:00
R. RyanTM b8fdd08e26 python27Packages.qtconsole: 4.7.6 -> 4.7.7 2020-10-16 00:43:00 -07:00
R. RyanTM a3dca9576b deeptools: 3.4.1 -> 3.5.0 2020-10-16 00:42:47 -07:00
R. RyanTM 2d405382cc rdbtools: 0.1.14 -> 0.1.15 2020-10-16 00:42:34 -07:00
R. RyanTM 00f0b1d721 nbstripout: 0.3.7 -> 0.3.9 2020-10-16 00:40:08 -07:00
R. RyanTM 5be21fe5e9 python37Packages.pybullet: 2.8.7 -> 3.0.6 2020-10-16 00:28:40 -07:00
R. RyanTM 3205223f3b python37Packages.pysmb: 1.2.2 -> 1.2.4 2020-10-16 00:26:18 -07:00
Raphael Borun Das Gupta 40252390a9 python3.pkgs.osmpythontools: 0.2.6 -> 0.2.8 2020-10-16 00:25:36 -07:00
R. RyanTM d9254eec91 python37Packages.bellows: 0.18.1 -> 0.20.3 2020-10-16 00:23:36 -07:00
R. RyanTM 726d6eda4a python37Packages.django-cleanup: 5.0.0 -> 5.1.0 2020-10-16 00:23:12 -07:00
R. RyanTM 2676ec199f python37Packages.azure-mgmt-keyvault: 7.0.0 -> 8.0.0 2020-10-16 00:20:18 -07:00
R. RyanTM 1de639c4ca python37Packages.eve: 1.1.2 -> 1.1.3 2020-10-16 00:19:43 -07:00
Jonathan Ringer 20191e3f6b python2Packages.numcodes: disable for python2
setup.py no longer compatible with python2
```
    File "setup.py", line 48
      print('[numcodecs]', *msg, **kwargs)
                           ^
  SyntaxError: invalid syntax
```
2020-10-16 00:15:20 -07:00
R. RyanTM 0c32389662 python37Packages.numcodecs: 0.6.4 -> 0.7.2 2020-10-16 00:15:20 -07:00
Jean-François Roche 3a57ec4744 devpi-server: fix tests
Tests relied on a function that has no order guarantee. A fix was merged
to devpi master [1]. We point the package to this commit which should fix
the failing tests on hydra.

[1] https://github.com/devpi/devpi/pull/821
2020-10-16 00:09:07 -07:00
R. RyanTM dbceedca96 python37Packages.pylast: 3.3.0 -> 4.0.0 2020-10-16 00:07:42 -07:00
Nikita Uvarov 105d500c12 pythonPackages.umap-learn: 0.3.10 -> 0.4.5 2020-10-16 00:05:38 -07:00
Jonathan Ringer ee8db0e84f python2Packages.cytoolz: disable
no longer compatibled with python2

```
    File "cytoolz/itertoolz.pyx", line 15, in init cytoolz.itertoolz
      from itertools import chain, islice, zip_longest
  ImportError: cannot import name zip_longest
```
2020-10-16 00:01:17 -07:00
R. RyanTM 7d63ed3f47 python37Packages.cytoolz: 0.10.1 -> 0.11.0 2020-10-16 00:01:17 -07:00
R. RyanTM 2ccf974028 python37Packages.cheetah3: 3.2.5 -> 3.2.6 2020-10-15 23:51:30 -07:00
R. RyanTM 324bce22a7 python37Packages.pq: 1.8.2 -> 1.9.0 2020-10-15 23:51:01 -07:00
R. RyanTM 41ba16ba71 python37Packages.google_cloud_storage: 1.30.0 -> 1.31.2 2020-10-15 23:49:41 -07:00
Martin Weinelt c7129fbe8e pythonPackages.flake8-future-import: fix build
Was broken after python3.8 upgraded to 3.8.6 due to this change:

    bpo-41314: Changed the release when from future import annotations becomes the default from 4.0 to 3.10 (following a change in PEP 563).
2020-10-15 23:48:12 -07:00
R. RyanTM a26c846095 python37Packages.chalice: 1.18.1 -> 1.21.1 2020-10-15 23:47:03 -07:00
R. RyanTM 9f85407864 python37Packages.can: 3.3.3 -> 3.3.4 2020-10-15 23:38:32 -07:00
R. RyanTM 194ced81e9 python37Packages.oyaml: 0.9 -> 1.0 2020-10-15 23:36:46 -07:00
R. RyanTM 6b7221fbb4 python37Packages.pyowm: 3.0.0 -> 3.1.1 2020-10-15 23:34:22 -07:00
R. RyanTM 2db0f4a24b python37Packages.mac_alias: 2.0.7 -> 2.1.0 2020-10-15 23:32:32 -07:00
R. RyanTM 7e274c9b10 python37Packages.pymavlink: 2.4.9 -> 2.4.11 2020-10-15 23:32:09 -07:00
R. RyanTM 0fb7e3ff29 python37Packages.dropbox: 10.4.1 -> 10.6.0 2020-10-15 23:31:27 -07:00
R. RyanTM c3b21da82d python37Packages.azure-mgmt-web: 0.47.0 -> 0.48.0 2020-10-15 23:30:28 -07:00
R. RyanTM c2a380e251 python37Packages.accupy: 0.3.2 -> 0.3.3 2020-10-15 23:00:14 -07:00
R. RyanTM f02c250138 python37Packages.smart_open: 2.1.1 -> 3.0.0 2020-10-15 22:58:13 -07:00
R. RyanTM eb9697691d python37Packages.pycuda: 2019.1.2 -> 2020.1 2020-10-15 22:57:49 -07:00
Ben Siraphob f8ca1bebdf knightos-mktiupgrade: init at 1.1.6 2020-10-16 07:48:16 +02:00
R. RyanTM 4d7af8c638 python37Packages.trytond: 5.6.5 -> 5.6.7 2020-10-15 22:44:54 -07:00
Mario Rodas cc97eda387
Merge pull request #100673 from r-ryantm/auto-update/python3.7-blessed
python37Packages.blessed: 1.17.10 -> 1.17.11
2020-10-16 00:44:19 -05:00
R. RyanTM 9c5dc71801 python37Packages.bayesian-optimization: 1.1.0 -> 1.2.0 2020-10-16 05:41:18 +00:00
R. RyanTM 5e5700c9ae python37Packages.bacpypes: 0.18.0 -> 0.18.1 2020-10-15 22:35:09 -07:00
R. RyanTM 6156a92857 python37Packages.genanki: 0.8.0 -> 0.8.1 2020-10-15 22:34:52 -07:00
R. RyanTM 5cfbcb4507 python37Packages.pyshp: 2.1.0 -> 2.1.2 2020-10-15 22:28:13 -07:00
Jonathan Ringer cc54d5332e hdf4: 4.2.14 -> 4.2.15, fix build 2020-10-15 22:27:03 -07:00
R. RyanTM 400d1c9e28 python37Packages.auth0-python: 3.12.0 -> 3.13.0 2020-10-15 22:21:11 -07:00
R. RyanTM 917b1a2775 python37Packages.limnoria: 2020.08.30 -> 2020.10.10 2020-10-15 22:20:09 -07:00
R. RyanTM 0339b205e1 python37Packages.blessed: 1.17.10 -> 1.17.11 2020-10-16 03:07:53 +00:00
Ryan Mulligan dfd0a64c1a
Merge pull request #100656 from r-ryantm/auto-update/python3.7-entrypoint2
python37Packages.entrypoint2: 0.2.1 -> 0.2.3
2020-10-15 18:45:31 -07:00
Mario Rodas 90befeaf49 nodejs-14_x: 14.13.1 -> 14.14.0
https://github.com/nodejs/node/releases/tag/v14.14.0
2020-10-15 19:50:00 -05:00
Peter Simons c6843cc858 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
bf92981c5a.
2020-10-16 02:30:27 +02:00