Commit Graph

61450 Commits

Author SHA1 Message Date
R. RyanTM 71d92f6408 flatpak-builder: 1.0.2 -> 1.0.3 (#55315)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-02-27 18:23:36 +01:00
Paul TREHIOU 64a63e5a08 pythonPackages.block-io: remove pycryptodome version freeze (#56462) 2019-02-27 15:44:44 +01:00
Franz Pletz d4e5cb81cf
Merge pull request #56444 from Infinisil/add/hueadm
hueadm: init at 1.2.0
2019-02-27 14:24:20 +00:00
Michael Raskin d389e5206c
Merge pull request #56317 from yrashk/ogre-1.11.5
ogre: 1.10.11 -> 1.11.5
2019-02-27 13:24:13 +00:00
Alyssa Ross fc4a8f63c4
openssl: 1.0.2q -> 1.0.2r
(cherry picked from commit 9c94d74836)
From PR #56414.  Forward-picking from staging to staging-next,
as minor openssl bumps tend to be fairly breakage-free.
2019-02-27 09:41:25 +01:00
Peter Simons 8913ba2a8d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
40db99045c.
2019-02-27 09:11:14 +01:00
Peter Simons 446757f8ae LTS Haskell 13.9 2019-02-27 09:11:13 +01:00
Matthew Bauer 3a4d497a6f
Merge pull request #55750 from matthewbauer/llvm-cross
Allow using LLVM for cross compilation toolchain
2019-02-26 21:53:19 -05:00
Graham Christensen 2e23d727d6
libguestfs: build on hydra
It used to be huge, but current measurements reveal a 48mb NAR
2019-02-26 20:51:09 -05:00
Matthew Bauer b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
Matthew Bauer 77d7d60d8c libpfm: use hostPlatform
(cherry picked from commit 08f5b419b9efc77db044f8c1d725632552617966)
2019-02-26 19:45:35 -05:00
Matthew Bauer ead13a3aca llvm: don’t use targetPlatform
LLVM should be target independent because it will work with all
machine types. This is different from GCC where it needs to know what
target to build ahead of time.
2019-02-26 19:45:35 -05:00
Silvan Mosberger dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01:00
John Ericson 8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Jörg Thalheim 2642e1563f
Merge pull request #56417 from mroi/patch-1
glibc: fix cross builds on Darwin
2019-02-26 19:23:46 +00:00
Michael Weiss afe0725834
wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
worldofpeace 37ca1a1743
Merge pull request #56302 from jluttine/eth-utils-1.4.1
pythonPackage.eth-utils: 1.2.1 -> 1.4.1 & pythonPackage.eth-typing: 1.3.0 -> 2.0.0
2019-02-26 12:52:53 -05:00
Jaakko Luttinen b44c0b2081 pythonPackages.eth-typing: 1.3.0 -> 2.0.0 2019-02-26 12:51:31 -05:00
Jaakko Luttinen 03f0e463c1 pythonPackages.eth-utils: 1.2.1 -> 1.4.1 2019-02-26 12:51:17 -05:00
Will Dietz b9a1a2aadc
Merge pull request #56386 from dtzWill/fix/lua-propagate-the-right-lua
lua-modules/generated-packages.nix: fix 'lua' to propagate
2019-02-26 11:40:25 -06:00
Will Dietz 953f374193
Merge pull request #56396 from dtzWill/update/cdk-20190224
cdk: 5.0-20171209 -> 5.0-20190224
2019-02-26 11:39:22 -06:00
Michael Roitzsch 00a41ebbc1
glibc: fix cross builds on Darwin
evaluate buildPackages.glibc exclusively on Linux,
evaluating it on Darwin will lead to an unsupported platform error
2019-02-26 18:17:31 +01:00
Vladimír Čunát e52396ce2c
Merge #56143: luajit, lmdb, knot-resolver: cross-fixes 2019-02-26 15:24:17 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Sébastien Maret 039087ac88 pythonPackages.spectral-cube: 0.4.3 -> 0.4.4 (#56383) 2019-02-26 09:19:39 +01:00
Pascal Bach 23846b949c gitlab-runner: 11.7.0 -> 11.8.0 (#56388) 2019-02-26 09:11:46 +01:00
Silvan Mosberger b82919cdd6
Merge pull request #56239 from terlar/master
nodePackages.tsun: init at 0.4.0
2019-02-26 06:11:13 +01:00
Will Dietz 87bd8adae1 cdk: 5.0-20171209 -> 5.0-20190224 2019-02-25 21:50:29 -06:00
Ryan Mulligan 10f0d40838
Merge pull request #55287 from vaibhavsagar/bump-smlnj
smlnj: 110.84 -> 110.85
2019-02-25 19:16:31 -08:00
Will Dietz 2a1c7b1f32 lua-modules/generated-packages.nix: fix 'lua' to propagate
Otherwise 'lua' is from the argument populated by callPackage
which means it's whatever the default is.

(instead of the lua we're generating packages for!)
2019-02-25 16:18:02 -06:00
Matthew Bauer 55fc5b54ee vagrant: only use libvirt on linux
Fixes #55751
2019-02-25 16:50:54 -05:00
Will Dietz ed60483257
llvm-polly,clang-polly: Add llvm/clang variants w/polly support (#55065)
* llvm: build w/polly in-tree, optionally

Don't enable by default yet, defer rebuilds.

* top-level: llvm-polly, clang-polly

* bit hacky re:overrides
* need to explicitly set cmake flags for clang to link in polly
2019-02-25 15:20:52 -06:00
Pascal Wittmann 81fa512bd8
Merge pull request #56351 from yrashk/pugixml-pkgconfig
pugixml: always include pkgconfig file
2019-02-25 20:03:27 +01:00
makefu 0382f5ef44
pythonPackages.pure-python-adb-homeassistant: init at 0.1.6.dev0 2019-02-25 19:33:19 +01:00
Ryan Mulligan fcc2834b80
Merge pull request #25655 from elitak/beam
buildRebar3 and buildMix depend less on hex registry
2019-02-25 10:22:51 -08:00
Robert Schütz 0dbfd0e7f9
Merge pull request #56312 from costrouc/python-unstable
Fixes several broken python packages for python-unstable
2019-02-25 17:13:11 +01:00
Michael Raskin 0f5b9577e4
Merge pull request #56319 from tohl/master
sbcl updated, tested on nixos x86_64
2019-02-25 16:05:39 +00:00
R. RyanTM d73ef83773 python37Packages.py3exiv2: 0.4.0 -> 0.5.0 (#55193)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-py3exiv2/versions
2019-02-25 17:04:39 +01:00
R. RyanTM 33636d612d python37Packages.gensim: 3.6.0 -> 3.7.0 (#54729)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gensim/versions
2019-02-25 17:01:15 +01:00
R. RyanTM 8c00d376e3 python37Packages.stripe: 2.10.1 -> 2.18.0 (#54704)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stripe/versions
2019-02-25 17:00:01 +01:00
R. RyanTM 8ca7a22739 python37Packages.Pyro4: 4.74 -> 4.75 (#54680)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyro4/versions
2019-02-25 16:58:43 +01:00
R. RyanTM 2d5c827ad6 python37Packages.txtorcon: 18.3.0 -> 19.0.0 (#54679)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-txtorcon/versions
2019-02-25 16:56:53 +01:00
R. RyanTM 5bb66b3133 python37Packages.portpicker: 1.2.0 -> 1.3.0 (#54678)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-portpicker/versions
2019-02-25 16:49:30 +01:00
Yurii Rashkovskii d2eecfc160
pugixml: always include pkgconfig file
In master, this is always enabled: https://github.com/zeux/pugixml/pull/193
2019-02-25 06:47:09 -08:00
Yurii Rashkovskii 3298c38a6d
ogre: 1.10.11 -> 1.11.5
1.10.x retained for dependencies
2019-02-25 06:28:23 -08:00
Robert Schütz 8effff1dae python.pkgs.pynacl: do not propagate libsodium 2019-02-25 15:16:21 +01:00
Chris Ostrouchov 8c0516e113 pythonPackages.pint: refactor change pypi name and 27 compatability 2019-02-25 15:11:59 +01:00
Chris Ostrouchov 1faa09be01 pythonPackages.pynacl: refactor remove deprecated hypothesis testing args 2019-02-25 15:11:52 +01:00
Robert Schütz 83ec5c102b pythonPackages.shapely: use patch to set library paths 2019-02-25 15:10:45 +01:00
Chris Ostrouchov d54485a145 pythonPackages.monty: 1.0.2 -> 1.0.4
and cleanup broken tests
2019-02-25 14:27:29 +01:00
Lev Livnev c08b7460da gem-config: add native taglib dependency to taglib-ruby gem 2019-02-25 12:20:52 +00:00
Tor Hedin Brønner 3a83ec23dc
Merge pull request #54299 from dtzWill/update/xdg-desktop-portal-1.1.1
xdg-desktop-portal{,-gtk}: 1.1.0 -> 1.2.0
flatpak: 1.1.3 -> 1.2.3
2019-02-25 13:14:01 +01:00
Robert Schütz 8dccb06516 python.pkgs.cherrypy: skip test that fails intermittently
See https://github.com/cherrypy/cherrypy/issues/1306 for the
upstream discussion.
2019-02-25 11:35:25 +01:00
Robert Schütz 865e83b80d python.pkgs.fiona: fix build 2019-02-25 11:13:46 +01:00
Peter Hoeg 6618a6fae0 crystal: init at 0.27.2 2019-02-25 12:36:42 +08:00
Chris Ostrouchov f6719efd83
pythonPackages.hvplot: init at 0.4.0 2019-02-24 18:52:43 -05:00
Chris Ostrouchov 3c3bf6450c
pythonPackages.param: init at 1.8.2 2019-02-24 18:52:42 -05:00
Chris Ostrouchov 5785c2c5ba
pythonPackages.panel: init at 0.4.0 2019-02-24 18:52:42 -05:00
Chris Ostrouchov 0bf877b23a
pythonPackages.nbsmoke: init at 0.2.7 2019-02-24 18:52:42 -05:00
Chris Ostrouchov 751fdd8ae6
pythonPackages.intake: init at 0.4.1 2019-02-24 18:52:41 -05:00
Chris Ostrouchov bbf7666674
pythonPackages.gidgethub: refactor build without flit 2019-02-24 18:20:26 -05:00
Robert Schütz 8a791f0b83 python.pkgs.isbnlib: 3.9.5 -> 3.9.6 2019-02-25 00:18:09 +01:00
Tomas Hlavaty dd713e142f sbcl: 1.4.16 -> 1.5.0 2019-02-24 22:56:00 +01:00
Orivej Desh bccab16109 xxHash: 0.6.4.20171222 -> 0.6.5 2019-02-24 19:40:29 +00:00
Léo Gaspard e2474d714c
Merge branch 'pr-53143'
* pr-53143:
  Fix nix-shell packages for lynx->curl
  Scrape directory index with curl instead of lynx
  Address review comments
  aspell: use fetchzip instead of fetchTarball to fetch u-deva files
  aspell: remove override of name in buildOfficialDict
  aspell: add all missing official dictionaries
2019-02-24 19:56:11 +01:00
Olli Helenius 098c442674 Fix nix-shell packages for lynx->curl 2019-02-24 20:06:30 +02:00
Chris Ostrouchov c0d6bd8743
pythonPackages.howdoi: refactor fix HOME requirement 2019-02-24 12:49:39 -05:00
Florian Klink e48e6ca40a
Merge pull request #55596 from flokli/vagrant-2.2.3
vagrant: 2.2.0 -> 2.2.3
2019-02-24 18:24:52 +01:00
Chris Ostrouchov 7242b9e02c
pythonPackages.holoviews: init at 1.11.2 2019-02-24 12:15:34 -05:00
Chris Ostrouchov 1a2eae5610
pythonPackages.pyct: init at 0.4.6 2019-02-24 12:15:33 -05:00
Chris Ostrouchov 19df1a4f29
pythonPackages.python-snappy: init at 0.5.3 2019-02-24 12:15:24 -05:00
Olli Helenius 291eae81ff Scrape directory index with curl instead of lynx 2019-02-24 18:46:58 +02:00
Chris Ostrouchov 5b3d8888f7
pythonPackages.pyviz-comms: init at 0.7.0 2019-02-24 11:18:45 -05:00
Chris Ostrouchov cf62881636
pythonPackages.streamz: init at 0.5.0 2019-02-24 11:18:45 -05:00
Vladimír Čunát 18fe630281
Merge #56291: cmake: fix darwin bootstrapping
... into staging-next.
2019-02-24 16:52:03 +01:00
Ryan Mulligan a13f0a1dcd
Merge pull request #53472 from borisbabic/feature/init-virtscreen
virtscreen: init at 0.3.1
2019-02-24 07:12:56 -08:00
R. RyanTM 0f43790d2c python37Packages.pytest-httpbin: 0.3.0 -> 1.0.0 (#55846) 2019-02-24 15:16:15 +01:00
Robert Schütz 6e5a66f09f
Merge pull request #56225 from dotlambda/esphome-1.11.0
esphome: 1.10.1 -> 1.11.1
2019-02-24 13:58:13 +01:00
Daiderd Jordan cb8e6f73f5
cmake: add cf-private on darwin 2019-02-24 11:32:47 +01:00
Daiderd Jordan c8aaadcc9d
cmake: disable ApplicationServices and CoreServices on darwin 2019-02-24 11:30:48 +01:00
Jörg Thalheim ff1b945851
glibc: fix cross-build
glibc's buildsystem uses its own executables to generate locales.
This does not work for cross-compilation so instead we use localedef
from buildPackages.
2019-02-24 09:43:01 +00:00
Izorkin 55fc2d6375 pythonPackages.psutil: 5.4.8 -> 5.5.1 2019-02-24 10:17:36 +01:00
Peter Simons 1f2d0a3569 haskell-base-compat-batteries: fix build with ghc 8.2.2 and 8.4.4 2019-02-24 10:14:29 +01:00
Peter Simons 10e7cf92bc haskell-ci: enable command-line completion 2019-02-24 10:14:29 +01:00
Peter Simons bbd82be63e haskell-ci: add an override that uses the latest git version
The latest Hackage release is too old to be useful, unfortunately.
2019-02-24 10:14:29 +01:00
Peter Simons c3f38ddd8b ghcjs: disable Hydra builds while the build is marked as broken 2019-02-24 10:14:29 +01:00
Peter Simons 3d596e90da hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.1-6-gd2bed2e from Hackage revision
db6cb31415.
2019-02-24 10:14:29 +01:00
Frederik Rietdijk c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
catern 917f6f987a pythonPackages.pykerberos: take krb5 as a nativeBuildInput (#56268) 2019-02-24 08:32:14 +01:00
Matthew Bauer ad2585e350 harfbuzz-icu: disable error for cast-align 2019-02-23 23:26:54 -05:00
Vincent Demeester effa949379 skaffold: 0.19.0 -> 0.21.1 (#54809)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-02-24 02:28:59 +01:00
R. RyanTM 5a4ac09f31 sundials: 4.0.2 -> 4.1.0 (#55821)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2019-02-24 02:00:34 +01:00
jacereda 36e0ed236e xavs: build on darwin (#56070) 2019-02-24 01:51:04 +01:00
R. RyanTM f471cbe931 live555: 2018.12.14 -> 2019.02.03 (#55251)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-02-24 01:33:16 +01:00
R. RyanTM 7176ed767b openfst: 1.6.9 -> 1.7.1 (#55245)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openfst/versions
2019-02-24 01:12:19 +01:00
R. RyanTM f7ce433178 pmd: 6.10.0 -> 6.11.0 (#55215)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-02-24 01:10:35 +01:00
R. RyanTM fb076f2bfe python37Packages.mysqlclient: 1.3.14 -> 1.4.1 (#54716)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mysqlclient/versions
2019-02-24 00:31:04 +01:00
R. RyanTM d56acd1e34 react-native-debugger: 0.8.1 -> 0.8.2 (#52778)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions
2019-02-24 00:26:10 +01:00
Frederik Rietdijk 1fccd25595 buildPythonPackage: always export `LANG=C.UTF-8` 2019-02-23 20:08:26 +01:00
Frederik Rietdijk e7b4608d02 buildPythonPackage: initial support for PEP 517 2019-02-23 20:05:19 +01:00
Frederik Rietdijk 073602c143 python.pkgs.rhpl: fix build 2019-02-23 20:05:19 +01:00
Frederik Rietdijk 8ce693e81b python.pkgs.bootstrapped-pip: pip 19.0.2 -> 19.0.3, wheel 0.33.0 -> 0.33.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 3f8c70a019 python: zope.i18n: 4.6.1 -> 4.6.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk d7b057941e python: wheel: 0.33.0 -> 0.33.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk faa8bbcbf0 python: virtualenv: 16.4.0 -> 16.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 21675be227 python: uproot: 3.4.5 -> 3.4.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 3431148c7a python: uproot-methods: 0.4.2 -> 0.4.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk f7c56865ba python: telethon-session-sqlalchemy: 0.2.8 -> 0.2.9.post1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk eaec54b5d7 python: spectral-cube: 0.4.3 -> 0.4.4 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 4029f3161e python: regex: 2019.02.07 -> 2019.02.21 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 4675cebd2c python: quantities: 0.12.2 -> 0.12.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 1bc8faa184 python: qiskit: 0.7.2 -> 0.7.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 139fedfba3 python: pyzmq: 17.1.2 -> 17.1.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk c6c25741a6 python: pyupdate: 0.2.26 -> 0.2.29 2019-02-23 20:05:18 +01:00
Frederik Rietdijk fbc5b45259 python: pytest-server-fixtures: 1.6.1 -> 1.6.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 41a5f392e3 python: pyrsistent: 0.14.10 -> 0.14.11 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 9cdb255a87 python: pykeepass: 3.0.2 -> 3.0.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk d6ece9f4a2 python: pyhomematic: 0.1.55 -> 0.1.56 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 882dd8592a python: PyChromecast: 2.5.1 -> 2.5.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk d54a379fb6 python: py_stringmatching: 0.4.0 -> 0.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk ae19b699d5 python: prompt_toolkit: 2.0.8 -> 2.0.9 2019-02-23 20:05:18 +01:00
Frederik Rietdijk a473b68709 python: plaid-python: 2.4.0 -> 2.4.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk efdb9b322f python: pip: 19.0.2 -> 19.0.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 8512713489 python: phonenumbers: 8.10.5 -> 8.10.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 96e372b667 python: murmurhash: 1.0.1 -> 1.0.2 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 7d663129a2 python: ledgerblue: 0.1.22 -> 0.1.23 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 2177ac101f python: google-auth: 1.6.2 -> 1.6.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk ea6e883752 python: globus-sdk: 1.7.0 -> 1.7.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 15d9442440 python: flake8: 3.7.5 -> 3.7.6 2019-02-23 20:05:18 +01:00
Frederik Rietdijk dc58cece83 python: django-contrib-comments: 1.9.0 -> 1.9.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 63176cbeda python: cx_Oracle: 7.1.0 -> 7.1.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk aea77eb7d6 python: configparser: 3.7.1 -> 3.7.3 2019-02-23 20:05:18 +01:00
Frederik Rietdijk e2d0dc3cd6 python: cmd2: 0.9.8 -> 0.9.10 2019-02-23 20:05:18 +01:00
Frederik Rietdijk f6b3fd3b29 python: cffi: 1.12.0 -> 1.12.1 2019-02-23 20:05:18 +01:00
Frederik Rietdijk f328c30cfd python: botocore: 1.12.96 -> 1.12.101 2019-02-23 20:05:18 +01:00
Frederik Rietdijk 35f4087d6b python: boto3: 1.9.96 -> 1.9.101 2019-02-23 20:05:18 +01:00
Frederik Rietdijk bf72a598fc python: atom: 0.4.2 -> 0.4.3 2019-02-23 20:05:17 +01:00
Frederik Rietdijk abb101dc42 python: androguard: 3.3.4 -> 3.3.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk eccf59f056 python: alerta-server: 6.7.4 -> 6.7.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk 118d7630a7 python: aiohue: 1.9.0 -> 1.9.1 2019-02-23 20:05:17 +01:00
Frederik Rietdijk 143d5fc729 python: XlsxWriter: 1.1.4 -> 1.1.5 2019-02-23 20:05:17 +01:00
Frederik Rietdijk 89f91cf06b python.pkgs.hypothesis: 3.79.3 -> 3.88.3 2019-02-23 20:05:17 +01:00
Frederik Rietdijk 161122ffee
Merge pull request #51151 from costrouc/costrouc/add-xnd-python-supprt
Adding xnd packages: libndtypes, ndtypes, libxnd, xnd, libgumath, gumath
2019-02-23 19:51:40 +01:00
Chris Ostrouchov 1223c8fd9d
pythonPackages.gumath: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov d9a5de3cce
pythonPackages.xnd: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov 8f0ef92ab2
pythonPackages.ndtypes: init at unstable-2018-11-27 2019-02-23 13:09:11 -05:00
Chris Ostrouchov 7b093af342
libndtypes: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov 84cbff0a00
libxnd: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov eb36c3f28c
libgumath: init at unstable-2018-11-27 2019-02-23 13:09:04 -05:00
Austin Seipp 0267483ac3
yosys: 2019.01.08 -> 2019.02.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00