Commit Graph

16625 Commits

Author SHA1 Message Date
Gabriel Ebner
53df8b1a27 python3Packages.trimesh: init at 3.6.36 2020-05-10 19:05:55 +02:00
R. RyanTM
8d66945c6e python37Packages.zeroconf: 0.24.5 -> 0.26.0 2020-05-10 09:36:32 -07:00
R. RyanTM
bd8488b774 python27Packages.treq: 18.6.0 -> 20.4.1 2020-05-10 09:30:17 -07:00
R. RyanTM
b558ad1ba7 python27Packages.pyvmomi: 6.7.1.2018.12 -> 7.0 2020-05-10 09:26:40 -07:00
Frederik Rietdijk
303adc7697 Merge master into staging-next 2020-05-10 09:43:48 +02:00
Matthew Bauer
2a8d05627b build-bazel-package: switch hash mode to “flat”
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
R. RyanTM
13e733830e python27Packages.twilio: 6.35.1 -> 6.39.0 2020-05-09 17:24:02 +00:00
Robin Gloster
f1f0e82c50 privacyidea: address reviews 2020-05-09 12:11:44 +02:00
Frederik Rietdijk
d7cca0f356 Merge master into staging-next 2020-05-09 11:12:29 +02:00
R. RyanTM
b1f802994e python27Packages.pycontracts: 1.8.12 -> 1.8.14 2020-05-09 11:11:18 +02:00
R. RyanTM
82d2736d07 python27Packages.hdbscan: 0.8.25 -> 0.8.26 2020-05-09 09:50:23 +02:00
R. RyanTM
8007a72a80 python27Packages.latexcodec: 1.0.7 -> 2.0.0 2020-05-09 07:39:20 +00:00
R. RyanTM
f3452bf2c5 python27Packages.h2: 3.1.1 -> 3.2.0 2020-05-09 07:25:08 +00:00
R. RyanTM
b6f9567bbf python37Packages.elementpath: 1.4.3 -> 1.4.4 2020-05-09 09:03:48 +02:00
R. RyanTM
0d3871cb82 python27Packages.dash-core-components: 1.9.0 -> 1.9.1 2020-05-09 08:59:37 +02:00
R. RyanTM
945eb11b02 python27Packages.hg-evolve: 9.3.0 -> 9.3.1 2020-05-09 08:51:09 +02:00
R. RyanTM
1b888841bb python27Packages.identify: 1.4.13 -> 1.4.15 2020-05-09 08:50:49 +02:00
R. RyanTM
e5457dacfa python37Packages.astropy: 4.0 -> 4.0.1.post1 2020-05-09 08:50:29 +02:00
R. RyanTM
8cab672e54 python27Packages.cvxopt: 1.2.4 -> 1.2.5 2020-05-09 08:50:13 +02:00
R. RyanTM
5c69f95fdb python27Packages.icalendar: 4.0.5 -> 4.0.6 2020-05-09 08:49:29 +02:00
R. RyanTM
67d62443d1 python27Packages.jsonrpclib-pelix: 0.4.0 -> 0.4.1 2020-05-09 08:49:09 +02:00
R. RyanTM
7eeca690a5 python37Packages.gensim: 3.8.2 -> 3.8.3 2020-05-09 08:48:47 +02:00
R. RyanTM
961be04dad python37Packages.goocalendar: 0.7.0 -> 0.7.1 2020-05-09 08:48:27 +02:00
R. RyanTM
f015ffc413 python27Packages.guessit: 3.1.0 -> 3.1.1 2020-05-09 08:48:07 +02:00
R. RyanTM
73d477bc51 python27Packages.feedgenerator: 1.9 -> 1.9.1 2020-05-09 08:47:54 +02:00
R. RyanTM
f79f493200 python27Packages.deprecated: 1.2.8 -> 1.2.9 2020-05-09 08:47:28 +02:00
R. RyanTM
4427124b09 python37Packages.immutables: 0.11 -> 0.12 2020-05-09 08:47:13 +02:00
R. RyanTM
523060e57f python27Packages.hvac: 0.10.0 -> 0.10.1 2020-05-09 08:46:59 +02:00
R. RyanTM
a4c43d9d59 python27Packages.flask-httpauth: 3.3.0 -> 4.0.0 2020-05-09 05:14:38 +00:00
R. RyanTM
65d33d6ea5 python27Packages.eve: 1.0 -> 1.1 2020-05-09 04:54:15 +00:00
Jörg Thalheim
cb95d670fb Merge pull request #87337 from r-ryantm/auto-update/python2.7-Flask-WTF 2020-05-09 20:36:33 +01:00
Benjamin Hipple
ecef2975e3 python3Packages.pytorch: reference dnnl by new name oneDNN 2020-05-09 14:46:40 -04:00
Benjamin Hipple
47105a1689 python3Packages.ignite: 0.2.1 -> 0.3.0 2020-05-09 13:58:21 -04:00
Benjamin Hipple
fb5bb25c10 python3Packages.pytorch: fixup builds with MKL
- Pass `blas.provider` into `buildInputs`, so that CMake can find the actual
  `mkl` for inspection of its cmake files and headers.

- Add `USE_MKL` correctly when the blas provider is `mkl`.

- Use the MKLDNN and MKLDNN_CBLAS flags by default, since `mkldnn` is FOSS and
  always available..

- Remove a patch for MKL 2019, since we've moved to 2020.

- Add a pythonImportsCheck for "torch" as a basic sanity-check

- Removed some unused variables at the top of the file
2020-05-09 13:30:54 -04:00
Sam Stites
cc245fdcd5 pytorch: 1.2.0 -> 1.4.1
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>
2020-05-09 13:30:54 -04:00
Jörg Thalheim
c979f814d2 Merge pull request #87384 from r-ryantm/auto-update/python2.7-pyroute2
python27Packages.pyroute2: 0.5.11 -> 0.5.12
2020-05-09 14:16:10 +01:00
R. RyanTM
9e0ab6dcb3 python27Packages.pyroute2: 0.5.11 -> 0.5.12 2020-05-09 12:46:09 +00:00
Jörg Thalheim
887295fd2d treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM
bab9c16aa2 python27Packages.flask_wtf: 0.14.2 -> 0.14.3 2020-05-09 06:08:58 +00:00
R. RyanTM
dfc492da92 python27Packages.ConfigArgParse: 1.0 -> 1.2.3 2020-05-08 18:11:47 -07:00
R. RyanTM
90af984328 python27Packages.ajpy: 0.0.4 -> 0.0.5 2020-05-08 18:11:31 -07:00
Jon
b7f0e6d9b9 Merge pull request #87307 from r-ryantm/auto-update/python3.7-hstspreload
python37Packages.hstspreload: 2020.3.31 -> 2020.5.5
2020-05-08 18:09:36 -07:00
R. RyanTM
43ae1a86ab python27Packages.grequests: 0.4.0 -> 0.6.0 2020-05-08 18:09:26 -07:00
R. RyanTM
7f09f82c40 python27Packages.javaproperties: 0.5.2 -> 0.7.0 2020-05-08 18:08:54 -07:00
R. RyanTM
9f2ff031d3 python37Packages.hstspreload: 2020.3.31 -> 2020.5.5 2020-05-08 23:15:41 +00:00
Thomas Desrosiers
05bcfa1820 safety-cli: init at 0.5.1 2020-05-08 09:23:18 -07:00
Thomas Desrosiers
b6b2b3c979 python3Packages.dparse: init at 0.5.1 2020-05-08 09:23:18 -07:00
Yury G. Kudryashov
92b43be92a python3Packages.qtconsole: fix compile
It now depends on `qtpy`.
2020-05-08 09:22:44 -07:00
Mario Rodas
c831d1afc5 pythonPackages.internetarchive: add marsam to maintainers 2020-05-08 09:19:35 -07:00
Mario Rodas
8c1a2c154d pythonPackages.internetarchive: 1.9.0 -> 1.9.3 2020-05-08 09:19:35 -07:00