Commit graph

247852 commits

Author SHA1 Message Date
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
Tim Steinbach 3333139f4d
bash: 5.0p17 -> 5.0p18 2020-10-15 19:40:53 -04:00
Tim Steinbach d63ddacf93
bash: Use nix-shell in update script
The script assumed that `wget` was available in the environment
along with common CA certificates.
Replaced the detection of GPG, which is not necessary anymore.
Added pulling the public key bash releases and patches are signed with,
without which we cannot verify signatures.
2020-10-15 19:34:49 -04:00
Ryan Mulligan c4679aac6f
Merge pull request #96698 from KAction/snooze
snooze: init at 0.4
2020-10-15 16:29:34 -07:00
Martin Weinelt 0ee591e246 homeassistant: 0.116.3 -> 0.116.4 2020-10-16 01:21:41 +02:00
R. RyanTM 9ad89f4e32 python37Packages.distributed: 2.23.0 -> 2.30.0 2020-10-15 23:18:59 +00:00
Ben Darwin 83a1ce3d2b itk: remove -march=corei7 and -mtune=native flags from cmake build files
- probable cause of build failure on Hydra on branch release-20.09
2020-10-15 19:12:21 -04:00
Stig P fd2995dfcb
Merge pull request #56267 from catern/ssprefork
perlPackages.NetServerSSPrefork: init at 0.06pre
2020-10-15 22:48:28 +00:00
R. RyanTM 2eaf3206e9 python37Packages.entrypoint2: 0.2.1 -> 0.2.3 2020-10-15 22:44:06 +00:00
sternenseemann ef6578f44c pythonPackages.afdko: 3.5.0 → 3.5.1 2020-10-15 15:40:11 -07:00
R. RyanTM aba0b946ad python37Packages.python-igraph: 0.8.2 -> 0.8.3 2020-10-15 15:18:29 -07:00
Zak B. Elep bff6c10258 maintainers: add zakame 2020-10-16 06:15:05 +08:00
R. RyanTM e785aee75e python37Packages.islpy: 2020.2 -> 2020.2.2 2020-10-15 15:13:58 -07:00
Michele Guerini Rocco 1bfa8c120e
Merge pull request #100608 from charvp/qutebrowser-1.14.0
qutebrowser: 1.13.1 -> 1.14.0
2020-10-15 23:59:32 +02:00
Malte Brandy 8ff4da09f3
haskellPackages.pandoc: Update to 2.11 2020-10-15 23:55:29 +02:00
Timo Kaufmann 5dcc786fb5
Merge pull request #100612 from timokau/swiProlog-8.3.9
swiProlog: 8.1.15 -> 8.3.9
2020-10-15 23:46:26 +02:00
R. RyanTM 8abe47eab6 python37Packages.sharedmem: 0.3.7 -> 0.3.8 2020-10-15 14:40:28 -07:00
ajs124 70163b8b3e python3.pkgs.authlib: 0.14.3 -> 0.15.1 2020-10-15 14:37:44 -07:00
R. RyanTM bbb2a3ad1b python37Packages.cmd2: 1.3.10 -> 1.3.11 2020-10-15 14:37:31 -07:00
R. RyanTM c465d65386 python37Packages.vertica-python: 0.11.0 -> 1.0.0 2020-10-15 14:28:48 -07:00