3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

349360 commits

Author SHA1 Message Date
Simeon Carstens ecc46f194c python3Packages.arviz: patch requirements.txt and add zarr tests
arviz v0.11.4 has, according to its requirements.txt, a dependency on
typing-extensions < 4. Currently, only typing-extensions v.4.0.1 are
available in nixpkgs, while the above version constraint seems
unnecessary, see this arviz PR: https://github.com/arviz-devs/arviz/pull/1948/files.
This also activates tests that use zarr and to which changes are made
in above PR. I thought those changes might be related to
unconstraining the typing-extensions version, but looks like they are not.
2022-01-29 16:09:21 +01:00
Simeon Carstens 823b1ec53f python3Packages.arviz: enable numba tests 2022-01-26 15:13:44 +01:00
Simeon Carstens 61642e8b06 python3Packages.pymc3: mark as broken
Several dependencies are missing and finally, this version requires
the theano-pymc3 Python package, which is currently not packaged.
2022-01-26 15:13:43 +01:00
Simeon Carstens 7ad9c13163 python3Packages.dm-sonnet: mark as broken
This version of dm-sonnet depends on an older TensorFlow version than
currently packaged.
2022-01-26 15:13:43 +01:00
Simeon Carstens c7fa945596 python3Packages.arviz: disable tests requiring TensorFlow Probability
The tests in this version of arviz require an older version of
TensorFlow Probability than the one packaged in this PR.
This also fixes a few missing dependencies.
2022-01-26 15:13:43 +01:00
Simeon Carstens a43876176f python3Packages.tensorflow-tensorboard: disable for Python 3.10
tensorboard is currently not compatible with Python 3.10, but will be
in the next release (https://github.com/tensorflow/tensorboard/issues/5478).
2022-01-26 15:13:43 +01:00
Simeon Carstens 38aba237ad python3Packages.tensorflow-probability: 0.8 -> 0.15.0
tensorflow-probability 0.8 was broken and marked as such (in #108977)
because of a dependency on dm-tree, which seems not to have been
available.
Since dm-tree is now available in nixpkgs (#152971),
tensorflow-probability is easy to fix and to upgrade.
2022-01-26 15:13:42 +01:00
legendofmiracles f304633689
Merge pull request #156589 from r-ryantm/auto-update/minify
minify: 2.9.24 -> 2.9.29
2022-01-26 08:08:25 -06:00
Sandro 18891e051f
Merge pull request #154732 from frogamic/master 2022-01-26 14:49:53 +01:00
Bobby Rong acc4dbdfb1
Merge pull request #156369 from r-ryantm/auto-update/amber-secret
amber-secret: 0.1.1 -> 0.1.2
2022-01-26 21:47:19 +08:00
Sandro 7d739f013f
Merge pull request #151432 from Atemu/update/linux_lqx 2022-01-26 14:45:41 +01:00
Bobby Rong e722007bf0
Merge pull request #156801 from bobby285271/pantheon
pantheon.elementary-files: 6.1.1 -> 6.1.2
2022-01-26 21:01:16 +08:00
Bobby Rong 555ff75b3e
Merge pull request #155988 from r-ryantm/auto-update/qbe
qbe: unstable-2021-11-22 -> unstable-2021-12-05
2022-01-26 20:43:11 +08:00
Sandro 5a9046ca59
Merge pull request #156824 from iAmMrinal0/update/google-cloud-sdk 2022-01-26 13:32:52 +01:00
Pascal Bach 5374a4a005
Merge pull request #156220 from B4dM4n/nixos-tests-geth
nixos/tests/geth: fix api check
2022-01-26 13:31:17 +01:00
Bobby Rong a10f2feb8c
Merge pull request #156428 from klDen/feat/update-beyond-identity-2.49
beyond-identity: 2.45.0-0 -> 2.49.0-0
2022-01-26 20:27:45 +08:00
Sandro ee5339c601
Merge pull request #156844 from trofi/fix-diffoscope-and-black 2022-01-26 13:26:58 +01:00
José Romildo Malaquias a01cad0d0f
ocamlPackages.ppx_import: 1.8.0 -> 1.9.1 (#156399)
* ocamlPackages.ppx_import: 1.8.0 -> 1.9.1

* coqPackages.serapi: fix compilation with ppx_import-1.9.1
2022-01-26 13:16:24 +01:00
Sandro aebb99a823
Merge pull request #156838 from SuperSandro2000/python39Packages.bandit 2022-01-26 13:06:59 +01:00
Anderson Torres 120a601084
Merge pull request #156837 from AndersonTorres/new-misc
live555: adding myself as maintainer
2022-01-26 08:53:33 -03:00
Sergei Trofimovich 8470f87cb9 diffoscope: fix nixpkgs patch to be black-compliant
Otherwise diffocsope's tests fail as:

    diffoscope> -        LINKS_RE = re.compile(r'Links: [0-9]+\s+')
    diffoscope> +        LINKS_RE = re.compile(r"Links: [0-9]+\s+")
    diffoscope> FAILED tests/test_source.py::test_code_is_black_clean
2022-01-26 11:51:56 +00:00
Bobby Rong 8c5075ac24
Merge pull request #156711 from Luflosi/nitrokey-app-fix-typo
nitrokey-app: fix typo in longDescription
2022-01-26 19:49:19 +08:00
Sandro 0ee3fb5210
Merge pull request #156345 from MoritzBoehme/antfu-ni 2022-01-26 12:31:16 +01:00
Sandro Jäckel a1d5f47ec6
python39Packages.bandit: 1.7.1 -> 1.7.2 2022-01-26 12:30:00 +01:00
Márk Sági-Kazár 91fb19973e
kubernetes-helm: 3.7.2 ->3.8.0 (#156736) 2022-01-26 19:29:56 +08:00
Bobby Rong 6eb7287912
Merge pull request #156760 from r-ryantm/auto-update/sonobuoy
sonobuoy: 0.55.1 -> 0.56.0
2022-01-26 19:28:34 +08:00
AndersonTorres 75adc68b57 live555: adding myself as maintainer 2022-01-26 08:25:26 -03:00
R. Ryantm cec66bea3b
sonobuoy: 0.55.1 -> 0.56.0 2022-01-26 19:19:37 +08:00
Bobby Rong 193906fe7c
Merge pull request #156811 from StephenWithPH/go-swag-enable-auto-update
go-swag: enable automatic updating by r-ryantm
2022-01-26 19:15:52 +08:00
Sandro 188fd378d3
Merge pull request #134332 from fufexan/auth-a2aclr 2022-01-26 12:12:47 +01:00
Anderson Torres 3a12b3a64a
Merge pull request #155725 from FliegendeWurst/live555-2022
live555: 2019.11.22 -> 2022.01.21
2022-01-26 08:07:24 -03:00
Anderson Torres 93aa8b3207
Merge pull request #156832 from AndersonTorres/new-misc
fme: remove
2022-01-26 08:07:01 -03:00
Sergei Trofimovich 1526d916ab ocamlPackages.ocaml_libvirt: fix build by bringing pre/post phases in
9a778368f2 "move destdir creation to installPhase" moved directory
creation to preInstallHooks and exposed a bug in ocaml_libvirt:

```
ocaml-libvirt> ocamlfind install  -ldconf ignore libvirt \
ocaml-libvirt>   ../META *.so *.a *.cma *.cmx *.cmxa *.cmi *.mli
ocaml-libvirt> ocamlfind: Bad configuration: Cannot mkdir
  /nix/store/...aml-libvirt-0.6.1.5/lib/ocaml/4.12.0/site-lib/libvirt
    because a path component does not exist or is not a directory
ocaml-libvirt> make[1]: *** [Makefile:134: install-opt] Error 2
```

The change restore pre/post phases by overriding build targets instead
of overriding full phases.
2022-01-26 12:06:32 +01:00
AndersonTorres 0cf3393cdd fme: remove 2022-01-26 08:02:53 -03:00
Jörg Thalheim 004c641ed1
Merge pull request #156694 from flokli/talosctl
talosctl: init at 0.14.1
2022-01-26 11:44:06 +01:00
Bobby Rong c205195d02
Merge pull request #156673 from vs49688/cyanrip
cyanrip: 0.7.0 -> 0.8.0
2022-01-26 17:59:00 +08:00
Fabian Affolter 71d3fa0f38
Merge pull request #156803 from r-ryantm/auto-update/python3.10-dropbox
python310Packages.dropbox: 11.25.0 -> 11.26.0
2022-01-26 10:57:55 +01:00
Jonathan Fishbein c94eb27aeb
vscode-extensions.elmtooling.elm-ls-vscode: 2.0.1 -> 2.4.0 (#156361) 2022-01-26 04:26:30 -05:00
Dmitry Kalinkin f66b63a7cb
Merge pull request #156217 from smancill/shogun-fixes
Shogun: use Python 3 and fix CMake targets
2022-01-26 04:25:27 -05:00
Binary-Eater ebc3be413c
nvidia-x11: add GNU which to buildInputs (#156203)
This enables the runfile to successfully uncompress and extract without
having to fallback to "unpackManually" in "builder.sh"
2022-01-26 04:23:20 -05:00
Joerie de Gram 8ccbba4f55 aws-c-common: emit unwind information for RISC-V
Pass -fasynchronous-unwind-tables in CFLAGS for RISC-V.

This fixes functionality which depends on backtrace() and enables
running the test suite without error.
2022-01-26 04:17:35 -05:00
Bobby Rong ebddede8da
Merge pull request #156708 from kraem/kraem/rivercarro_0_1_2
rivercarro: 0.1.1 -> 0.1.2
2022-01-26 17:16:10 +08:00
Fabian Affolter 90f1826b4a
Merge pull request #156253 from r-ryantm/auto-update/python3.10-databricks-connect
python310Packages.databricks-connect: 9.1.5 -> 9.1.7
2022-01-26 10:14:44 +01:00
Jacek Galowicz ab4e5af009
Merge pull request #153854 from marijanp/test-driver-out-dir
nixos/test-driver: use an argument instead of the out env-var
2022-01-26 10:13:39 +01:00
Fabian Affolter 3b55df970b
Merge pull request #156404 from r-ryantm/auto-update/cherrytree
cherrytree: 0.99.44 -> 0.99.45
2022-01-26 10:13:07 +01:00
Fabian Affolter c96982ef41
Merge pull request #156444 from r-ryantm/auto-update/dnspeep
dnspeep: 0.1.2 -> 0.1.3
2022-01-26 10:12:17 +01:00
Mrinal Purohit 514d0f3407 google-cloud-sdk: 367.0.0 -> 370.0.0 2022-01-26 14:33:55 +05:30
Bernardo Meurer 4c00a5cd93
Merge pull request #156820 from lovesegfault/commitizen-2.20.4
commitizen: 2.20.3 -> 2.20.4
2022-01-26 00:42:34 -08:00
Fabian Affolter 2a371bbb2d
Merge pull request #156770 from fabaff/bump-angr
python3Packages.angr: 9.1.11508 -> 9.1.11611
2022-01-26 09:36:30 +01:00
Fabian Affolter ef98f410bc
Merge pull request #156772 from fabaff/bump-schiene
python3Packages.schiene: 0.23 -> 0.24
2022-01-26 09:36:14 +01:00