Commit Graph

101800 Commits

Author SHA1 Message Date
Robert T. McGibbon
c0406d8c93 python3Packages.rdkit: 2020.09.3 -> 2020.09.5 2021-03-19 16:43:28 -04:00
Robert T. McGibbon
a6c50aff9d python3Packages.imbalanced-learn: 0.7.0 -> 0.8.0 2021-03-19 16:30:04 -04:00
Peter Simons
a839c811a5
Merge pull request #116096 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-03-17 (plus other fixes)
2021-03-19 21:24:10 +01:00
Andrew Childs
2a588dad4e llvmPackages_{10,11}.compiler-rt: restrict build to current arch
Workaround for build failure after adding mandatory -arch
argument. Nixpkgs targets a single architecture, so this saves a small
amount of wasted build effort.

See https://github.com/NixOS/nixpkgs/pull/114817#issuecomment-802709527
2021-03-19 20:23:24 +00:00
Andrew Childs
8cc0010f0c llvmPackages_*.compiler-rt: use darwinArch 2021-03-19 20:23:23 +00:00
Peter Simons
895b59a39c hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
15683ff62a.
2021-03-19 20:59:22 +01:00
Peter Simons
8377f503f1 cabal-install: fix the build with ghc-9.0.x 2021-03-19 20:57:01 +01:00
Peter Simons
1c16f8cf4f cabal-install: fix the build with ghc-8.8.x 2021-03-19 20:51:56 +01:00
Peter Simons
f17596c260 pandoc: disable the test suite to fix the build
It seems like a recent update of a dependency has broken ~7 tests in Pandoc.
Upstream is aware of the issue.
2021-03-19 20:45:51 +01:00
Peter Simons
27abb2ef12 hackage2nix: disable Windows-only builds an aarch64-linux and armv7l-linux 2021-03-19 20:38:16 +01:00
Peter Simons
d8333b3ab7 haskell-aws: add jailbreak to fix the build with base16-bytestring version 1.x 2021-03-19 20:38:15 +01:00
Daniël de Kok
29a4b21c35 python3Packages.transformers: 4.3.3 -> 4.4.2
Changelog:

https://github.com/huggingface/transformers/releases/tag/v4.4.2
https://github.com/huggingface/transformers/releases/tag/v4.4.1
https://github.com/huggingface/transformers/releases/tag/v4.4.0
2021-03-19 20:30:56 +01:00
Petter S. Storvik
733b33a07e
libplctag: init at v2.3.5 (#116552)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-19 18:37:14 +01:00
NeverBehave
1b0385825b
fission: init at 1.12.0 2021-03-19 18:18:54 +01:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Sandro
fe7df3f3ff
Merge pull request #116847 from raboof/pytest-testmon-update-1.0.3-to-1.1.0
pytest-testmon: update 1.0.3 -> 1.1.0
2021-03-19 18:12:44 +01:00
Vincent Laporte
14edfb4cd7
ocamlPackages.psq: use Dune 2
And enable tests
2021-03-19 17:26:04 +01:00
Vladyslav M
537732b5a5
Merge pull request #116626 from r-ryantm/auto-update/janet
janet: 1.15.3 -> 1.15.4
2021-03-19 18:08:15 +02:00
Vladyslav M
6b92b911cf
Merge pull request #116713 from r-ryantm/auto-update/k6
k6: 0.31.0 -> 0.31.1
2021-03-19 17:46:09 +02:00
Malte Brandy
6488310537
haskell-language-server: Fix build 2021-03-19 15:08:45 +01:00
Arnout Engelen
83d35749ff
pytest-testmon: update 1.0.3 -> 1.1.0
This at least makes the package build again...

`nix-build -A python3Packages.pytest-testmon` failed before because of
https://github.com/tarpas/pytest-testmon/issues/158
2021-03-19 14:54:11 +01:00
Eric Dallo
a48b87fda4
omnisharp-roslyn: fix outdated built-in msbuild for unity (#98435)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-19 14:31:03 +01:00
Sandro
d00e4cd1fe
Merge pull request #115381 from rskew/master 2021-03-19 14:00:01 +01:00
sternenseemann
00cecf2731 skawarePackages: 2021-02 release
Includes the following version changes:

- skalibs: 2.10.0.1 -> 2.10.0.2
- execline: 2.7.0.0 -> 2.8.0.0
- s6-networking: 2.4.0.0 -> 2.4.1.0
- s6-linux-init: 1.0.6.0 -> 1.0.6.1
- s6: 2.10.0.0 -> 2.10.0.2

Upstream maintainer notes:

------------------------------------------------------------

Mon, 15 Feb 2021 19:50:14 +0000

Hello,

New versions of some of the skarnet.org packages are available.

skalibs-2.10.0.2: bugfixes
execline-2.8.0.0: major version bump, but few and low-impact changes
s6-2.10.0.2: bugfixes
s6-linux-init-1.0.6.1: bugfixes
s6-networking-2.4.1.0: minor version bump

Some details:

* execline-2.8.0.0
  ----------------

- The if program now propagates its child's exit code by default if it
exits.
- The backtick program's -i behaviour (exit on child failure or
presence of a null character in its output) is now the default. Other
behaviours in case of child failure can be obtained via -I, -x or -D
options; -x is the new one.
- These changes are compatible with all the common uses of if and
backtick, but break compatibility in edge cases, which is why a
major version bump is required. This has nothing in common with the
previous major version bump, which had massive changes all over the
place; this one should go smoothly, and will only impact very specific
uses of backtick.

execline now has man pages, thanks to the untiring flexibeast!
The repository can be found here:

https://github.com/flexibeast/execline-man-pages

Please allow some time for the man pages to be updated to reflect
the current HTML documentation. Currently, the man pages document
execline-2.7.0.1; they are accurate for 2.8.0.0 except for the if and
backtick changes.

* s6-linux-init-1.0.6.1
  ---------------------

- Bugfixes.
- When s6-linux-init is built with utmps, the default utmp user for
s6-linux-init-maker was set to "utmp". That was a bug: now, by default,
s6-linux-init-maker does not create the utmp services if the -U option
is not given. If you used s6-linux-init-maker without the -U option
and still need the utmps services, you should explicitly set "-U utmp".

https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init

* s6-networking-2.4.1.0
  ---------------------

- Bugfixes (nothing security-related).
- It is now possible to define a maximum amount of time spent in the
TLS handshake no matter how s6-networking has been built. (The -K
option has been implemented for the libtls backend.)
- When SNI has been required, the TLS-related binaries now export
the SSL TLS SNI SERVERNAME option to their application; the variable
contains the relevant server name.

https://skarnet.org/software/s6-networking/
git://git.skarnet.org/s6-networking

s6-networking has man pages as well:
https://github.com/flexibeast/s6-networking-man-pages

Enjoy,
Bug-reports welcome.

--
Laurent

------------------------------------------------------------

Copied from: http://skarnet.org/cgi-bin/archive.cgi?1:mss:1535:202102:lpehbljhhcpaopbnkkbf
2021-03-19 13:51:47 +01:00
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Sandro
24d3016208
Merge pull request #114016 from oxalica/fix/partition-manager 2021-03-19 13:02:40 +01:00
Vincent Laporte
b68839485d ocamlPackages.bitstring: 4.0.1 → 4.1.0 2021-03-19 11:47:03 +01:00
R. RyanTM
00a1314d69 python38Packages.limnoria: 2021.01.15 -> 2021.03.13 2021-03-19 09:56:45 +00:00
Peter Simons
f28d3b6553 haskeline: update override for the new version 2021-03-19 10:35:38 +01:00
Sandro
dac047cef4
Merge pull request #116814 from bobrik/ivan/pylint-darwin-fix
pythonPackages.pylint: fix build on darwin
2021-03-19 10:22:49 +01:00
Doron Behar
e6af44ab42
Merge pull request #110345 from r-ryantm/auto-update/cutelyst
cutelyst: 2.14.0 -> 2.14.2
2021-03-19 08:09:01 +00:00
Doron Behar
8b3f258bbc
Merge pull request #109928 from r-ryantm/auto-update/cproto
cproto: 4.7q -> 4.7r
2021-03-19 08:06:26 +00:00
Vincent Laporte
1bb03d47cd ocamlPackages.ppx_import: 1.7.1 → 1.8.0 2021-03-19 08:17:03 +01:00
R. RyanTM
dd503734f0 python38Packages.jenkins-job-builder: 3.8.0 -> 3.9.0 2021-03-18 23:29:43 -07:00
R. RyanTM
6e356dd8f7 python38Packages.databricks-cli: 0.14.2 -> 0.14.3 2021-03-18 23:29:10 -07:00
R. RyanTM
1f7bf3790d python38Packages.gradient: 1.4.2 -> 1.4.3 2021-03-18 23:28:55 -07:00
github-actions[bot]
6ffd2fe000
Merge master into staging-next 2021-03-19 06:17:55 +00:00
Dennis Gosnell
ea5623a97f
Merge pull request #116803 from sternenseemann/chatter-unbreak
haskellPackages.chatter: unbreak
2021-03-19 12:11:52 +09:00
Ivan Babrou
12238b08ef pythonPackages.pylint: fix build on darwin
The test no longer exists after #112908:

```
Disabled tests path "pylint/test/test_functional.py" does not exist. Aborting
```
2021-03-18 19:55:20 -07:00
Mario Rodas
30467aa9dd
Merge pull request #116490 from sternenseemann/luv-0.5.7
ocamlPackages.luv: init at 0.5.7
2021-03-18 21:29:18 -05:00
Peter Simons
617599ef66 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
66b650498e.
2021-03-19 02:30:29 +01:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
R. RyanTM
aea8bbde8d python38Packages.azure-mgmt-netapp: 1.0.0 -> 2.0.0 2021-03-18 17:37:12 -07:00
sternenseemann
3c3f84b637 haskellPackages.chatter: unbreak
chatter's latest hackage release still depends on regex-tdfa-text, but
we can apply a patch from master to remove that dependency and jailbreak
to relax the bounds on cereal. Both these issues are already resolved
on master, so the override should only stand until the next release
comes around.

Additionally the test suite needs disabling as it doesn't list all
required modules in other-modules and thus fails to compile. The issue
has been reported upstream.

haskellPackages.fullstop: unbreak

Unfortunately fullstop is practically unmaintained and has no issue
tracker. The build failure is fortunately only affecting the test suite,
so a dontCheck resolves the issue for now.
2021-03-19 01:02:03 +01:00
Sandro
4e415a8e06
Merge pull request #116377 from r-ryantm/auto-update/python3.8-google-cloud-bigquery-datatransfer
python38Packages.google-cloud-bigquery-datatransfer: 3.0.0 -> 3.0.1
2021-03-19 00:38:45 +01:00
Sandro
3304216c02
Merge pull request #116587 from r-ryantm/auto-update/python3.8-google-cloud-bigquery 2021-03-19 00:33:28 +01:00
Sandro
06c1672d54
Merge pull request #116791 from fabaff/bump-minidump
python3Packages.minidump: 0.0.13 -> 0.0.15
2021-03-19 00:01:44 +01:00
Sandro
5c663b24b6
Merge pull request #116508 from saschagrunert/bats
bats: 1.2.1 -> 1.3.0
2021-03-18 23:24:53 +01:00
Sandro
c507cb42a8
Merge pull request #116733 from stigtsp/package/rakudo-2021.02.1 2021-03-18 23:15:48 +01:00
Fabian Affolter
2a32b0d28b
Merge pull request #110262 from r-ryantm/auto-update/primesieve
primesieve: 7.5 -> 7.6
2021-03-18 22:59:50 +01:00
Fabian Affolter
f6d222e5bb python3Packages.minidump: 0.0.13 -> 0.0.15 2021-03-18 22:37:44 +01:00
Ivan Babrou
d4d14bd4b6
liblapack: disable select tests on all darwin platforms (#116779) 2021-03-18 16:34:50 -04:00
Sandro
72daafa2e6
Merge pull request #116720 from fabaff/bump-pymitv
python3Packages.pymitv: 1.4.3 -> 1.5.0
2021-03-18 21:05:45 +01:00
Sandro
1c7f116d1d
Merge pull request #116537 from onsails/fix/rust-analyzer 2021-03-18 20:55:58 +01:00
Ivan Babrou
06c5ea2a14 liblapack: disable failing tests on darwin
Tests were enabled in #113021 and staging is broken since then.
2021-03-18 20:27:14 +01:00
Sandro
80c7312da6
Merge pull request #116714 from fabaff/bump-pyinsteon
python3Packages.pyinsteon: 1.0.9 -> 1.0.10
2021-03-18 19:57:31 +01:00
Fabian Affolter
35d53584ff
Merge pull request #116727 from oxzi/python-ajsonrpc-1.1.0
pythonPackages.ajsonrpc: init at 1.1.0
2021-03-18 19:34:45 +01:00
Fabian Affolter
c048a53666
Merge pull request #112736 from r-ryantm/auto-update/python3.7-mergedeep
python37Packages.mergedeep: 1.3.1 -> 1.3.4
2021-03-18 19:28:56 +01:00
Fabian Affolter
39534fc4ca
Merge pull request #112993 from r-ryantm/auto-update/python3.7-ftfy
python37Packages.ftfy: 5.8 -> 5.9
2021-03-18 19:26:26 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Fabian Affolter
20f6436fd5
Merge pull request #116583 from r-ryantm/auto-update/python3.8-bx-python
python38Packages.bx-python: 0.8.10 -> 0.8.11
2021-03-18 19:12:18 +01:00
Fabian Affolter
c8bf309ca8
Merge pull request #116582 from r-ryantm/auto-update/python3.8-datashader
python38Packages.datashader: 0.12.0 -> 0.12.1
2021-03-18 19:11:55 +01:00
Fabian Affolter
4abe80b5bf
Merge pull request #115559 from r-ryantm/auto-update/rshell
rshell: 0.0.28 -> 0.0.30
2021-03-18 18:11:56 +01:00
John Ericson
417658beae
Merge pull request #116666 from obsidiansystems/cutensor
cudatensor: Init at 1.2.2
2021-03-18 13:08:16 -04:00
Maximilian Bosch
4419aeaa9c
Merge pull request #116680 from r-ryantm/auto-update/cargo-fuzz
cargo-fuzz: 0.8.0 -> 0.10.0
2021-03-18 17:49:39 +01:00
Tim Steinbach
6da5e2fdc0 python3Packages.boto3: 1.17.29 -> 1.17.30 2021-03-18 12:25:09 -04:00
Tim Steinbach
9ed0707670 python3Packages.botocore: 1.20.29 -> 1.20.30 2021-03-18 12:25:09 -04:00
Tim Steinbach
ff27e8325d python3Packages.sagemaker: 2.29.2 -> 2.30.0 2021-03-18 12:24:52 -04:00
adisbladis
b2d43c4038
Merge pull request #115265 from ThomasMader/dlang-update
Dlang update
2021-03-18 18:22:10 +02:00
Sandro
3daa8adf5b
Merge pull request #116545 from Emantor/topic/libseat
libseat: init at 0.5.0
2021-03-18 16:55:58 +01:00
Sandro
a8c262fbf4
Merge pull request #116005 from dotlambda/mat2-init 2021-03-18 16:53:53 +01:00
Thomas Mader
7e05c58069
dmd: 2.091.1 -> 2.095.1 2021-03-18 17:41:31 +02:00
Thomas Mader
6cfbedcac2
Literate: unstable-2020-09-02 -> unstable-2021-01-22
Compile with ldc instead of dmd
2021-03-18 17:41:30 +02:00
Thomas Mader
90a8698bf6
gtkd: Compile with ldc instead of dmd 2021-03-18 17:29:50 +02:00
Thomas Mader
45f3a999d0
dtools: 2.085.1 -> 2.095.1 2021-03-18 17:29:49 +02:00
Thomas Mader
4b68e4f968
dub: Add possibility to switch D compiler and compile with ldc per default instead of dmd 2021-03-18 17:29:49 +02:00
Thomas Mader
8048be48a9
ldc: 1.24.0 -> 1.25.1 2021-03-18 17:29:49 +02:00
Sandro
d17c31ac6c
Merge pull request #114857 from siraben/edit-darwin 2021-03-18 16:22:42 +01:00
Sandro
f1fe32d3fa
Merge pull request #116731 from oxzi/bleak-0.11.0
pythonPackages.bleak: 0.10.0 -> 0.11.0
2021-03-18 15:58:45 +01:00
Andrey Kuznetsov
18ff588551
rust-analyzer: fix build on darwin 2021-03-18 18:55:36 +04:00
Alvar Penning
d94723cea3 pythonPackages.bleak: 0.10.0 -> 0.11.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-18 15:23:34 +01:00
Sandro
1a48509bb0
Merge pull request #116739 from dotlambda/ytmusicapi-init
python3Packages.ytmusicapi: init at 0.14.3
2021-03-18 14:34:39 +01:00
R. RyanTM
96460c6e8f speechd: 0.10.1 -> 0.10.2 2021-03-18 14:31:57 +01:00
R. RyanTM
817d9db163 goffice: 0.10.48 -> 0.10.49 2021-03-18 14:30:35 +01:00
Michael Weiss
96cb2a4d79
python3Packages.tatsu: 5.0.0 -> 5.5.0 2021-03-18 13:54:39 +01:00
Sandro
779428586c
Merge pull request #116535 from SuperSandro2000/fix-collection27 2021-03-18 13:43:53 +01:00
Mario Rodas
87418abe2d
Merge pull request #116701 from vbgl/flow-0.146.0
flow: 0.145.0 → 0.146.0
2021-03-18 07:36:27 -05:00
Jan Tojnar
0136206b12
Merge branch 'master' into staging-next 2021-03-18 13:35:59 +01:00
sternenseemann
544b9d298f ocamlPackages.labltk: add version 8.06.10 for OCaml 4.12 2021-03-18 13:22:47 +01:00
R. RyanTM
a1f9320a01 gnome-online-accounts: 3.38.0 -> 3.38.1 2021-03-18 13:19:50 +01:00
Oleksii Filonenko
de4012ac80
Merge pull request #116612 from r-ryantm/auto-update/elixir
elixir: 1.11.3 -> 1.11.4
2021-03-18 13:46:42 +02:00
Stig Palmquist
d34c7d5148 rakudo: 2020.12 -> 2021.02.1 2021-03-18 11:43:15 +01:00
Stig Palmquist
8aea46b3d2 moarvm: 2020.12 -> 2021.02 2021-03-18 11:42:57 +01:00
Stig Palmquist
ac465e83d0 nqp: 2020.12 -> 2021.02 2021-03-18 11:42:38 +01:00
Alvar Penning
256f4e77c5 pythonPackages.ajsonrpc: init at 1.1.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-03-18 11:36:09 +01:00
Peter Simons
8d92f6cd3e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.17.0 from Hackage revision
1385c34be7.
2021-03-18 11:10:37 +01:00
Peter Simons
c6e96d4bbd cbord: jailbreak to allow building with recent versions of tasty
We also need the 0.x version of base16-bytestring to build successfully.
2021-03-18 11:09:55 +01:00
Peter Simons
6a2f6fb345 tree-diff: jailbreak to allow building with recent versions of tasty 2021-03-18 11:09:55 +01:00
Peter Simons
359671c93f Drop erroneous dontDistribute overrides. These packages should be marked broken. 2021-03-18 11:09:55 +01:00
Peter Simons
35cd0a4463 tdigest: jailbreak to allow building with recent versions of tasty 2021-03-18 10:58:10 +01:00