Commit Graph

79439 Commits

Author SHA1 Message Date
Dmitry Kalinkin
272cdfcd6c
pythonPackages.docker: use dontUseSetuptoolsCheck 2020-03-30 00:29:31 -04:00
R. RyanTM
f3028ec1a6 liquibase: 3.8.7 -> 3.8.8 2020-03-30 03:42:43 +00:00
Dennis Gosnell
570e3edc85
Merge pull request #83697 from nomeata/no-git.haskell.org
ghc-8.4.4.nix: Do not use git.haskell.org
2020-03-30 10:13:05 +09:00
R. RyanTM
2cede30d74 kotlin: 1.3.70 -> 1.3.71 2020-03-30 00:37:40 +00:00
Mario Rodas
c0a8c81cf2
Merge pull request #83634 from r-ryantm/auto-update/ameba
ameba: 0.11.0 -> 0.12.0
2020-03-29 19:31:28 -05:00
Profpatsch
49be064fa5 skawarePackages: release 2020-03
Hello,

  New versions of all the skarnet.org packages are available.
This is mostly a bugfix release (there was an installation bug in
some circumstances with shared libraries) but some packages, notably
execline and s6, have new, useful features.

  The new versions are the following:

skalibs-2.9.2.0
nsss-0.0.2.2
utmps-0.0.3.2
execline-2.6.0.0
s6-2.9.1.0
s6-rc-0.5.1.2
s6-linux-init-1.0.4.0
s6-dns-2.3.2.0
s6-networking-2.3.1.2
s6-portable-utils-2.2.2.2
s6-linux-utils-2.5.1.2
mdevd-0.1.1.2
bcnm-0.0.1.0

  Here are details for the packages that have more than bugfixes:

* skalibs-2.9.2.0
   ---------------

  - New header: skalibs/bigkv.h. It's a set of functions allowing
efficient lookups in a large set of strings (typically read from the
command line or the environment).

  https://skarnet.org/software/skalibs/
  git://git.skarnet.org/skalibs

  * execline-2.6.0.0
    ----------------

  - It's a major release because an API has been modified: dollarat.
Beforehand, dollarat's -0 option would always prevail over any -d
option. Now, dollarat has its conflicting -0 and -d options handled
in the conventional way, with rightmost priority.

  - The runblock program now accepts a command line prefix, which is
given as runblock's own command line. This allows blocks to serve as
arguments to a new command, instead of having to be full command lines
by themselves.

  - New binary: posix-umask.

  - The former "cd" program is now named "execline-cd" and the former
"umask" program is named "execline-umask". When the=20
--enable-pedantic-posix
option is not given at configure time, "cd" and "umask" are symbolic
links created at installation time and pointing to execline-cd and
execline-umask respectively. When the --enable-pedantic-posix option is
given, the symbolic links point to posix-cd and posix-umask instead.

  - With posix-cd and posix-umask (and the changes to wait done in the
previous version), execline is now fully POSIX-compliant when built with
the --enable-pedantic-posix option. This will certainly, without the
slightest hint of a doubt, change distributions' attitudes about it.

  https://skarnet.org/software/execline/
  git://git.skarnet.org/execline

  * s6-2.9.1.0
    ----------

  - A new '?' directive has been added to s6-log. It behaves exactly like
'!', except that it spawns the given processor with /bin/sh as an
interpreter instead of execlineb.

  - execline support is now optional: it can be disabled by specifying
--disable-execline at configure time. Some functionality is unavailable
when execline support is disabled:
    * s6-log's '!' directive
    * s6-notifyoncheck's -c option
    * s6-ipcserver-access's support for 'exec' directives in a ruleset

  - A new -X option has been added to s6-svscan, to specify a descriptor
that will be passed as stderr to a service spawned by this s6-svscan and
named s6-svscan-log. This is used in the new s6-linux-init, to avoid
needing to hardcode the /dev/console name for the catch-all logger's
standard error.

  - On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts
those signals. This allows powerfail and kbrequest events to be handled
when s6-svscan runs as process 1.

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

  * s6-linux-init-1.0.4.0
    ---------------------

  - New options have been added to s6-linux-init-maker: to support
running s6-linux-init without a catch-all logger, and to support running
it in a container.

  - s6-linux-init-maker now adds a SIGPWR handler to the default image:
on receipt of a SIGPWR, the system's shutdown procedure is triggered.

  - s6-linux-init now handles kbrequest, which triggers a SIGWINCH in
init when a special, configurable set of keys is pressed. By default,
no SIGWINCH handler is declared in the image, and no set of keys is
bound to kbrequest.

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

  * s6-dns-2.3.2.0
    --------------

  - New library: libdcache, implementing a clean cache structure
to contain DNS data. It's still not used at the moment.

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

  * bcnm-0.0.1.0
    ------------

  - First numbered release, because the Ad=C3=A9lie Linux distribution,
which uses libwpactrl, needs an official release instead of pulling
from git.

  - libwpactrl is a set of C functions helping control a wpa_supplicant
process.

  - bcnm-waitif is a binary that waits for network interface state
events such as appearance/disappearance, up/down, running/not-running.
It is useful to avoid race conditions during a boot sequence, for
instance.

  https://skarnet.org/software/bcnm/
  git://git.skarnet.org/bcnm

  Enjoy,
  Bug-reports welcome.

--
  Laurent
2020-03-30 01:23:46 +02:00
Benjamin Hipple
c77bd38764 python27Packages.python-otr: mark as broken
See inline comment for details.

https://hydra.nixos.org/build/115510612

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-29 18:51:54 -04:00
Benjamin Hipple
2c5fe63fbe python27Packages.application: 2.7.0 -> 2.8.0 and fix build
The build is currently broken due to failure to build `darcs` to fetch the src
package. The homepage is already their GitHub repo, and it appears to be the
active src of development anyways. See #83718

I came across this while debugging this failure:
https://hydra.nixos.org/build/115510612

Note that the `application` dependency *does* succeed on Hydra, because it's
already on local disk in Hydra's store, but I cannot rebuild locally because it
has prefer local builds.
https://hydra.nixos.org/build/115512559

This package is not reproducible on 20.03 or buildable outside of Hydra, so I
intend to backport the fix.

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-29 18:18:04 -04:00
Robert Scott
959e9244d9 nghttp2: add python bindings as pythonPackages.nghttp2
it's tricky to enable in nghttp2's default build, however, because it needs
to be usable by curl, a very core nix package, and we get cyclical
dependencies if we add python to its requirements. having it available as
a separate build is better than nothing, though.
2020-03-29 22:32:26 +01:00
Florian Klink
0856220810
Merge pull request #83662 from r-ryantm/auto-update/utf8proc
utf8proc: 2.4.0 -> 2.5.0
2020-03-29 21:15:01 +02:00
Joachim Breitner
29ca177c68 Use .diff, not .patch, and fix sha hashes 2020-03-29 21:07:48 +02:00
Florian Klink
237bf9e7bc
Merge pull request #83289 from r-ryantm/auto-update/libbluray
libbluray: 1.1.2 -> 1.2.0
2020-03-29 20:31:40 +02:00
Michael Weiss
0dd5ccc742
mesos,swiften,pingus: Mark as broken
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
2020-03-29 20:06:41 +02:00
Florian Klink
4daf8ba17b
Merge pull request #83295 from r-ryantm/auto-update/libdvdnav
libdvdnav: 6.0.1 -> 6.1.0
2020-03-29 20:02:16 +02:00
Florian Klink
4c10045221
Merge pull request #83297 from r-ryantm/auto-update/libdvdread
libdvdread: 6.0.2 -> 6.1.0
2020-03-29 20:01:49 +02:00
Tobias Mayer
56ec5a2577 pythonPackages.pyarrow: fix test 2020-03-29 10:43:42 -07:00
Joachim Breitner
b872b8a200 ghc-8.4.4.nix: Do not use git.haskell.org
which was deprecated in 2018 and is now gone for good. I guess many
won’t notice because the nix-cache kept the files around?

This fetches the patches from github. Unfortunately it seems that the
sha256 hashes (calculated with `nix-prefetch-url`) have been modified.

Alternatively, if someone has the old patches around they could arguably
be added to `tarballs.nixos.org` (it seems they are not there right
now).
2020-03-29 18:52:41 +02:00
Jan Tojnar
22ada10aed
Merge pull request #82509 from Izorkin/samba4
samba: build with profiling enabled
2020-03-29 18:30:41 +02:00
Jörg Thalheim
62aa36720c
Merge pull request #76420 from babariviere/flutter-init
flutter: init 1.12.13+hotfix.8
2020-03-29 14:21:40 +01:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
R. RyanTM
e54a9c85df http-parser: 2.9.3 -> 2.9.4 2020-03-29 14:43:10 +02:00
Konrad Borowski
cfb435732a pythonPackages.ftputil: fix build
Some tests assume execution before 2020.
2020-03-29 14:39:48 +02:00
Bastien Rivière
4e0d07f6d7
flutter: symlink common patches 2020-03-29 14:25:16 +02:00
Rakesh Gupta
95e15a991a pythonPackages.variants: init at 0.2.0 2020-03-29 14:24:08 +02:00
Daniel Wheeler
773c84d944 pythonPackages.sfepy: 2019.2 -> 2019.4
- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
2020-03-29 14:17:31 +02:00
Daniel Wheeler
f77e60466f pythonPackages.fipy: 3.3 -> 3.4.1 2020-03-29 14:14:52 +02:00
Daniël de Kok
d4152d0205 cargo-asm: 0.1.17 -> 2019-12-24
cargo-asm hasn't seen any new releases since 2018 (and even then
it was spotty). But there have been improvements since then, so
switch to dated releases that use a working git commit.
2020-03-29 14:11:07 +02:00
Jörg Thalheim
432442eb8c
parinfer-rust: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim
756a16e733
panopticon: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim
0322dc52b8
hydra-cli: fix strict deps build 2020-03-29 12:37:24 +01:00
Frederik Rietdijk
036abcf58d pythonPackages.py2to3: fix pname
Applying parseDrvName results in incorrect name and version otherwise.
https://github.com/NixOS/nixos-homepage/issues/306#issuecomment-531187598
2020-03-29 12:25:12 +02:00
Marek Mahut
9344204b92
Merge pull request #83399 from r-ryantm/auto-update/subunit
subunit: 1.1.0 -> 1.4.0
2020-03-29 11:28:43 +02:00
Frederik Rietdijk
68058c66ac pkgsStatic.libunwind: fix build, fixes #81198 2020-03-29 11:26:41 +02:00
R. RyanTM
ac831ca88a utf8proc: 2.4.0 -> 2.5.0 2020-03-29 09:25:02 +00:00
Mario Rodas
0c86ab1406
pgformatter: 4.2 -> 4.3
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.3
2020-03-29 04:20:00 -05:00
Elis Hirwing
9404daf91c
php: Make a slimmer php as default 2020-03-29 11:06:58 +02:00
Daiderd Jordan
f4da410f0c
Merge pull request #83532 from LnL7/darwin-neovim
Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"
2020-03-29 10:39:19 +02:00
Vladimír Čunát
6d28c1893d
Merge #83013: exiv2: patch CVE-2019-20421 2020-03-29 09:40:53 +02:00
Vladimír Čunát
0ebeec9183
exiv2: name the patch as usual
That allows automatic detection of CVEs being fixed (e.g. by vulnix)
2020-03-29 09:39:31 +02:00
Vladimír Čunát
804477b875
Merge #75430: erlangR22: 22.1.7 -> 22.3 2020-03-29 08:41:36 +02:00
Aneesh Agrawal
ce9bec83da
rustc: remove test-only git dependency
The tests have been disabled for over a year,
and AFAIK `git` was added and is only used for the rustc tests.
2020-03-29 06:36:06 +01:00
Benjamin Hipple
ef2995988a
Merge pull request #83343 from vbgl/coq-coqhammer-1.1.1
coqPackages.coqhammer: 1.1 → 1.1.1
2020-03-28 23:20:37 -04:00
Benjamin Hipple
eb2f8d2a8b
Merge pull request #83414 from dasj19/qbittorrent-update
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-28 23:02:56 -04:00
Benjamin Hipple
f5a65df77c
Merge pull request #83546 from r-ryantm/auto-update/python2.7-mayavi
python27Packages.mayavi: 4.7.0 -> 4.7.1
2020-03-28 22:10:20 -04:00
Benjamin Hipple
aa79e45fad
Merge pull request #83512 from vbgl/coq-paramcoq-1.1.2
coqPackages.paramcoq: 1.1.1 → 1.1.2
2020-03-28 22:06:05 -04:00
Maximilian Bosch
604b4ddcb2
Merge pull request #83635 from jtojnar/hydra-fix-eval
hydra-unstable: Fix eval with allowAliases = false
2020-03-29 03:00:30 +02:00
R. RyanTM
9aba9a3e74 ameba: 0.11.0 -> 0.12.0 2020-03-29 00:34:11 +00:00
Maximilian Bosch
fd99cb9edd
Merge pull request #82900 from notbandali/master
maintainers: update entry for notbandali (previously aminb)
2020-03-29 00:54:54 +01:00
Jan Tojnar
dc88e94ff1
hydra-unstable: Fix eval with allowAliases = false
* Catalyst::Plugin::Unicode::Encoding has been merged into Catalyst::Runtime
* Test::More is apparently part of Perl core modules since 5.6.2
2020-03-29 00:50:16 +01:00
Jan Tojnar
fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
R. RyanTM
a15897c0cd python27Packages.qdarkstyle: 2.8 -> 2.8.1 2020-03-28 16:23:32 -07:00
R. RyanTM
d5b7f97098 python27Packages.globus-sdk: 1.8.0 -> 1.9.0 2020-03-28 16:23:09 -07:00
Graham Christensen
4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
R. RyanTM
de4b549f65 xml2rfc: 2.37.3 -> 2.41.0 2020-03-28 16:11:02 -07:00
Maximilian Bosch
bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].

The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.

Basically, the following steps are needed:

* Upgrade to a non-breaking version of Hydra with the db-changes
  (columns are still nullable here). If `system.stateVersion` is set to
  something older than 20.03, the package will be selected
  automatically, otherwise `pkgs.hydra-migration` needs to be used.

* Run `hydra-backfill-ids` on the server.

* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
  `pkgs.hydra-flakes` (for flakes-support) to activate the optimization.

The steps are also documented in the release-notes and in the module
using `warnings`.

`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.

To verify the approach, a simple vm-test has been added which verifies
the migration steps.

[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
worldofpeace
68d45cb681
Merge pull request #83560 from bhipple/u/ntlm-auth
pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
2020-03-28 17:39:48 -04:00
Frederik Rietdijk
a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Andreas Stührk
f074dcf43b skaffold: 1.4.0 -> 1.6.0 2020-03-28 20:29:33 +01:00
Doron Behar
88508a7243 cpp-utilities: 5.2.0 -> 5.3.0 2020-03-28 20:46:34 +03:00
Izorkin
d66bab32f8 tdb: 1.3.18 -> 1.4.3 2020-03-28 19:16:05 +03:00
Maximilian Bosch
5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
Benjamin Hipple
97f09ff09f pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
On master and 20.03, this is failing to build on `python 3.8`.

https://hydra.nixos.org/build/115517329
https://hydra.nixos.org/build/114714922

CC @NixOS/nixos-release-managers
ZHF: #80379

Co-Authored-By: Niklas Hambüchen <mail@nh2.me>
2020-03-28 11:44:59 -04:00
Benjamin Hipple
c7ec025888
Merge pull request #83577 from jollheef/codeql-2.1.0
codeql: 2.0.4 -> 2.1.0
2020-03-28 11:24:14 -04:00
adisbladis
48a137da73
mesa: 20.0.1 -> 20.0.2 2020-03-28 14:26:09 +00:00
Elis Hirwing
d0abce68ba
Merge pull request #82303 from sjmackenzie/seabreeze
seabreeze: udev rules not installed
2020-03-28 14:32:33 +01:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Robin Gloster
11b2136565
Merge pull request #83559 from r-ryantm/auto-update/python2.7-plumbum
python27Packages.plumbum: 1.6.8 -> 1.6.9
2020-03-28 11:52:15 +00:00
Jörg Thalheim
ff2ea911b3
buildGoPackage: enable strictDeps
In order to improve cross-compilation let's enable strictDeps
and fix what breaks.
2020-03-28 11:46:38 +00:00
Jaakko Luttinen
70e538893c
mediastreamer-openh264: 1.2.1 -> unstable-2020-03-03 2020-03-28 12:49:50 +02:00
Jaakko Luttinen
1e51592037
liblinphone: init at unstable-2020-03-20 2020-03-28 12:49:49 +02:00
Jaakko Luttinen
d4988c7c31
mediastreamer: 2.16.1 -> unstable-2020-03-20 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
7c5bff5428
bzrtp: 1.0.6 -> 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
187ae7c30e
belcard: 1.0.2 -> 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
dcf2f1186a
lime: init at 4.3.1 2020-03-28 11:25:30 +02:00
Jaakko Luttinen
810dac320a
belle-sip: 1.6.3 -> unstable-2020-02-18 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
1e9f771055
ortp: 1.0.2 -> unstable-2020-03-17 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
8a236c60a9
belr: 0.1.3 -> unstable-2020-03-09 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
9bd261213b
bctoolbox: 0.6.0 -> 4.3.1 2020-03-28 11:25:29 +02:00
Jaakko Luttinen
3125cc6707
soci: init at 4.0.0 2020-03-28 11:25:28 +02:00
Mikhail Klementev
679fc685c8
codeql: 2.0.4 -> 2.1.0 2020-03-28 09:05:48 +00:00
Cole Mickens
4366b198d7 pythonPackages.bravia-tv: init at 1.0.1 2020-03-28 08:08:36 +00:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Jörg Thalheim
dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
Jörg Thalheim
375d1fa5df
Merge pull request #83475 from Mic92/node2nix
nodePackages: use node2nix from git
2020-03-28 06:49:51 +00:00
Jörg Thalheim
b2cfb3131d
nodePackages: use node2nix from git 2020-03-28 06:48:56 +00:00
Imran Hossain
aa2cd3e24b python3Packages.ptpython: 2.0.6 -> 3.0.1 2020-03-28 07:33:11 +01:00
Imran Hossain
d2377446f4 python3Packages.prompt_toolkit: 2.0.10 -> 3.0.4 2020-03-28 07:33:11 +01:00
worldofpeace
1495eb3bab
Merge pull request #83570 from bhipple/fix/zetup
python38Packages.zetup: fix build
2020-03-28 02:12:05 -04:00
worldofpeace
2b1f4f314e
Merge pull request #83568 from bhipple/rm/torch
treewide: remove torch and related packages
2020-03-28 01:40:35 -04:00
worldofpeace
55c5aa5ed3
Merge pull request #83555 from bhipple/clean/airflow
python3Packages.apache-airflow: no-op cleanups to drv file
2020-03-28 01:24:59 -04:00
worldofpeace
702b89f952
Merge pull request #83573 from bhipple/f/effect
pythonPackages.effect: fix build by marking py3 only
2020-03-28 01:22:02 -04:00
Mario Rodas
f856191f21
Merge pull request #83538 from r-ryantm/auto-update/python2.7-fire
python27Packages.fire: 0.2.1 -> 0.3.0
2020-03-27 22:23:29 -05:00
Mario Rodas
9b315680d2
Merge pull request #83539 from r-ryantm/auto-update/python3.7-minidb
python37Packages.minidb: 2.0.2 -> 2.0.3
2020-03-27 22:23:07 -05:00
Mario Rodas
5dbb356a8d
Merge pull request #83547 from lopsided98/patch-1
proj: use pname instead of name
2020-03-27 22:16:50 -05:00
Benjamin Hipple
3b7b98ce1e pythonPackages.effect: fix build by marking py3 only
Upstream only supports python >= 3.6:
https://github.com/python-effect/effect/#effect

CC @NixOS/nixos-release-managers

ZHF: #80379
2020-03-27 23:10:36 -04:00
Andreas Rammhold
6c7b2ac58e pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1
TF 1.15 still needs an older version of the tensorflow-estimator
package.

(cherry picked from commit c539f937c5)
2020-03-28 03:05:54 +00:00
(cdep)illabout
9939bd67f0 python3Packages.tensorflow-estimator: 1.15.1 -> 2.1.0
(cherry picked from commit c186f5ec4d)
2020-03-28 03:05:54 +00:00
Jonathan Ringer
d0f556a2ff onnxruntime: 1.1.2 -> 1.2.0 2020-03-27 19:59:51 -07:00
Benjamin Hipple
a65e052e4c python38Packages.zetup: fix build
Currently fails to build on python 3.8 due to an overly restrictive version bound.

ZHF: #80379

CC @NixOS/nixos-release-managers
2020-03-27 22:59:43 -04:00
Jonathan Ringer
da41b78db8 acme: fix darwin build 2020-03-27 19:59:43 -07:00
Mario Rodas
2c76b8f575
Merge pull request #83536 from zowoq/buildah
buildah: 1.14.4 -> 1.14.5
2020-03-27 21:52:23 -05:00
Benjamin Hipple
698ec44e74 treewide: remove torch and related packages
See #71888 for details.
2020-03-27 22:32:35 -04:00
Jörg Thalheim
808909d0db
hass-nabucasa: 0.31 -> 0.32.2 2020-03-28 02:29:59 +00:00
Jörg Thalheim
0d0a9776a2
python3.pkgs.pycognito: init at 0.1.2 2020-03-28 02:29:59 +00:00
Jörg Thalheim
c646a56802
python-jose: 3.0.1 -> 3.1.0 2020-03-28 02:29:59 +00:00
Jörg Thalheim
63749d8a18
python3.pkgs.pyicloud: 0.9.4 -> 0.9.5 2020-03-28 02:29:59 +00:00
Jörg Thalheim
3c85ed263d
python3.pkgs.zeroconf: 0.24.4 -> 0.24.5 2020-03-28 02:29:58 +00:00
Jörg Thalheim
49e252a46c
python3.pkgs.ciso8601: init at 2.1.3 2020-03-28 02:29:58 +00:00
R. RyanTM
0174009059 python27Packages.plumbum: 1.6.8 -> 1.6.9 2020-03-28 01:55:51 +00:00
Benjamin Hipple
a4a00ca3cc python3Packages.apache-airflow: no-op cleanups to drv file
Consistently indent with 2 spaces and cleanup the meta by quoting it for
https://github.com/NixOS/rfcs/pull/45
2020-03-27 21:05:53 -04:00
Drew Risinger
c8dd834189 pythonPackages.scikit-build: fix python3.8 bug
Python3.8 removes ``platform.linux_distribution()`` call,
must use ``pythonPackages.distro`` to get same information.
Closes #83305
Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458
Also formatting.
2020-03-27 20:38:05 -04:00
Ben Wolsieffer
f76890fda4
proj: use pname instead of name 2020-03-27 19:49:34 -04:00
adisbladis
aa2552c6ce
poetry2nix: 1.7.0 -> 1.7.1 2020-03-27 23:47:40 +00:00
R. RyanTM
0b1e4118b4 python27Packages.mayavi: 4.7.0 -> 4.7.1 2020-03-27 23:45:02 +00:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
R. RyanTM
181ab9ec0e python37Packages.minidb: 2.0.2 -> 2.0.3 2020-03-27 22:56:48 +00:00
adisbladis
dda52a4571
poetry2nix: 1.6.1 -> 1.7.0 2020-03-27 22:54:34 +00:00
R. RyanTM
2a491a53c3 python27Packages.fire: 0.2.1 -> 0.3.0 2020-03-27 22:35:13 +00:00
Bastien Rivière
d037e64ef6
flutter: init 1.12.13+hotfix.8
flutter: add beta and dev channels

flutter: artifacts are now downloaded in $HOME/.cache/flutter

flutter: remove all artifacts from flutter

flutter: fix lockfile path

flutter: fix pub_cache

flutter: fix flutter_tools/.packages pointing to /build

flutter: clean patches

flutter: fix write error on .cache/flutter/lockfile

flutter: add zlib as a dependency

flutter: add missing dependencies

flutter: fix flutter version

flutter: update versions + dependencies
2020-03-27 23:21:06 +01:00
zowoq
9a5c27a513 buildah: 1.14.4 -> 1.14.5
https://github.com/containers/buildah/releases/tag/v1.14.5
2020-03-28 07:55:51 +10:00
Ben Darwin
17611f14c2 python3Packages.dipy: init at 1.1.1 2020-03-27 14:43:56 -07:00
Benjamin Hipple
feb39bd6df
Merge pull request #83277 from robertodr/update-mkl
mkl: 2019.5.281 -> 2020.0.166 (Linux only)
2020-03-27 17:37:52 -04:00
Daiderd Jordan
220636999b
Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"
This reverts commit eaa4728411.

With 81461cff5f luv also needs to be
downgraded until luarocks can be updated to 3.3.1 again.

Fixes #82727
2020-03-27 22:19:25 +01:00
Peter Simons
1d963cde66
Merge pull request #83164 from NixOS/haskell-updates
Update Haskell package set to LTS 15.5 (plus other fixes)
2020-03-27 21:31:27 +01:00
Drew Risinger
1b87322620 pythonPackages.qiskit-aer: init at 0.4.1
Qiskit Aer - High performance simulators for Qiskit.

This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-03-27 13:15:54 -07:00
Douglas Soares de Andrade
dc4a0da5ff solargraph: 0.38.0 -> 0.38.6 2020-03-27 13:12:16 -07:00
Oleksii Filonenko
8ebb32b38b lazygit: 0.16.2 -> 0.18 2020-03-27 13:03:26 -07:00
Peter Simons
a25c3fa290 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.1 from Hackage revision
e0bc864e0b.
2020-03-27 20:58:22 +01:00
Peter Simons
739f12ee3c hackage2nix: update list of broken packages 2020-03-27 20:56:53 +01:00
Mike Sperber
4e7639afa6 ghc-tcplugins-extra: include version 0.3.2
This is slightly outdated, required by polysemy-plugin, the actual fix
for this will be forthcoming as soon as hackage-packages.nix is
updated.
2020-03-27 20:56:53 +01:00
Robert Hensing
9a8d3ca542 hackage2nix: Restore arion-compose 2020-03-27 20:56:53 +01:00
Peter Simons
721b2929d7 LTS Haskell 15.5 2020-03-27 20:56:52 +01:00
Andrew Childs
5180ec3506 ghc865Binary: aarch64 support 2020-03-27 20:56:52 +01:00
Gabor Greif
f6d2dce2bf ghc-8.10.1: reformat to minimize diff with 8.8.3.nix 2020-03-27 20:56:41 +01:00
Andrew Childs
3c7ef6bcd8 ghc: 8.6.3-binary -> 8.6.5-binary 2020-03-27 20:54:27 +01:00
R. RyanTM
368cc58db3 python37Packages.PyChromecast: 4.1.1 -> 4.2.0 2020-03-27 10:58:14 -07:00
Ben Darwin
6f9f91d331 python3Packages.cufflinks: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin
93c9cb09bd python3Packages.deap: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin
ca2cf66f10 python3Packages.bayespy: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin
78d5faba5e python3Packages.nilearn: add nose to checkInputs 2020-03-27 10:53:07 -07:00
Ben Darwin
5842ec9368 python3Packages.matplotlib: remove nose from propagatedBuildInputs 2020-03-27 10:53:07 -07:00
Michael Weiss
0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Michael Weiss
4ca37400ac scons: Switch to Python 3
Reasons:

Python 2.7 will EOL very soon [0]:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
2020. Please upgrade your Python as Python 2.7 won't be maintained after
that date. A future version of pip will drop support for Python 2.7.
More details about Python 2 support in pip, can be found at
https://pip.pypa.io/en/latest/development/release-process/#python-2-support

SCons 4.0.0 will drop Python 2.7 Support [1]:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt

[0]: From the SCons build output previous to this commit (i.e. with Python 2.7).
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.2/src/CHANGES.txt
2020-03-27 10:49:52 -07:00
Drew Risinger
a845adeb9b pythonPackages.quandl: 3.4.8 -> 3.5.0
Format meta to match standard practice.
2020-03-27 10:45:35 -07:00
Johannes Schleifenbaum
837469b388 pythonPackages.python-mpv-jsonipc: 1.1.7 -> 1.1.8 2020-03-27 10:40:42 -07:00
Timo Kaufmann
c6c0ae3be2 python.pkgs.doc8: add pygments dependency
Without pygments doc8 will throw "errors" since it cannot check code
blocks. Pygments has since been added to the dependencies upstream [1],
though that hasn't made it into a release yet. I think we should already
adopt this now.

[1] b693181658
2020-03-27 10:39:36 -07:00
R. RyanTM
8ea3f05c37 python27Packages.filetype: 1.0.5 -> 1.0.6 2020-03-27 10:38:02 -07:00
Vincent Laporte
2773498fc0
coqPackages.paramcoq: 1.1.1 → 1.1.2 2020-03-27 18:15:11 +01:00
R. RyanTM
d4ad35a600 neon: 0.30.2 -> 0.31.0 2020-03-27 17:50:59 +01:00
adisbladis
7401afc428
poetry2nix: 1.6.0 -> 1.6.1 2020-03-27 14:49:31 +00:00
Mario Rodas
1cfd2436e0
Merge pull request #83439 from r-ryantm/auto-update/clickhouse
clickhouse: 19.17.8.54 -> 19.17.9.60
2020-03-27 07:18:00 -05:00
Doron Behar
4f31680331 pythonPackages.pyqt5: add passthru for features enabled 2020-03-27 13:03:29 +03:00
Michael Raskin
e56373e7b7
Merge pull request #83454 from r-ryantm/auto-update/fMBT
fmbt: 0.39 -> 0.42
2020-03-27 09:36:30 +00:00
Stig Palmquist
62831e1023 rakudo: 2020.02 -> 2020.02.1
dependencies:
moarvm: 2020.02 -> 2020.02.1
nqp: 2020.02 -> 2020.02.1
2020-03-27 02:00:17 -07:00
Rouven Czerwinski
16cf493533 Revert "Revert "mypy: 0.761 -> 0.770""
This reverts commit 776b55518a.
2020-03-27 01:57:48 -07:00
Jonathan Ringer
279438e7f8 python: add use-pkgs-prefix option to update script 2020-03-27 01:47:30 -07:00
Christoph Neidahl
2a846e9c38 acme: init at 120 2020-03-27 01:40:56 -07:00
Roberto Di Remigio
335e097352
mkl: 2019.5.281 -> 2020.0.166 (Linux only) 2020-03-27 08:45:20 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Jörg Thalheim
0bba7474b3
go: propagate target build dependencies correctly
When using strict deps we have to use depsTargetTargetPropagated
as go is added as a nativeBuildInputs to our build.
2020-03-27 07:28:40 +00:00
Vincent Laporte
4a3edb4bd7 ocaml: 4.09.0 → 4.09.1 2020-03-27 08:06:15 +01:00
Benjamin Hipple
acfe7e0dbc pythonPackages.distributed: remove bad check dependency on pytest-faulthandler 2020-03-26 22:14:13 -07:00
Benjamin Hipple
f5ffd143d6 python2Packages.pytest-faulthandler: remove package
This has been upstreamed into pytest itself as of pytest 5.0, which we have:
https://github.com/pytest-dev/pytest-faulthandler

Since it should no longer be used, let's remove from nix.
2020-03-26 22:14:13 -07:00
Benjamin Hipple
643d10295d python2Packages.faulthandler: 3.1 -> 3.2 and fix build
It is currently failing on master and 20.03. I spent some time reading the src
code but was not able to figure out why the env var activation is not working.
Since this is currently failing, and since it's dying alongside python 2 anyways
I propose we just disable the 1 failing test.

There's some more information inline in the comment if someone wants to fix this
or dig further.
2020-03-26 22:14:13 -07:00
Marcos Benevides
c116e28cc4 pythonPackages.tesserocr: 2.5.0 -> 2.5.1 2020-03-27 05:46:10 +01:00
Vincent Breitmoser
e3ccc89dfd pythonPackages.fritzconnection: 0.8.4 -> 1.2.1 2020-03-27 05:46:00 +01:00
Drew Risinger
d39abe9a0f pythonPackages.marshmallow-polyfield: 5.7 -> 5.9 2020-03-27 05:42:44 +01:00
Mario Rodas
ef5318cde4
Merge pull request #83455 from marsam/update-nodejs-13_x
nodejs-13_x: 13.11.0 -> 13.12.0
2020-03-26 22:51:40 -05:00
Mario Rodas
44353447db poco: add platforms to meta 2020-03-26 20:00:00 -05:00
Samuel Dionne-Riel
776b55518a Revert "mypy: 0.761 -> 0.770"
This reverts commit e7c3e277b6.

See https://github.com/NixOS/nixpkgs/issues/83458

This currently blocks the channel.
2020-03-26 20:50:32 -04:00
Benjamin Hipple
ce9d22b6bf
Merge pull request #83342 from r-ryantm/auto-update/python2.7-graph-tool
python27Packages.graph-tool: 2.29 -> 2.30
2020-03-26 20:47:50 -04:00
R. RyanTM
dd70ed1ff2 fmbt: 0.39 -> 0.42 2020-03-26 23:06:03 +00:00
Mario Rodas
a6f97ab9c2
nodejs-13_x: 13.11.0 -> 13.12.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.12.0
2020-03-26 17:56:00 -05:00
zowoq
2275ba08be buildah: 1.14.3 -> 1.14.4
https://github.com/containers/buildah/releases/tag/v1.14.4
2020-03-27 08:54:33 +10:00
Orivej Desh
1780933db1 vamp-plugin-sdk: 2.7.1 -> 2.9 2020-03-26 22:34:47 +00:00
Orivej Desh
ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Ben Darwin
5df826fb11 python3Packages.rope: 0.14.0 -> 0.16.0 2020-03-26 13:43:10 -07:00
R. RyanTM
9c5f4d973c python27Packages.graph-tool: 2.29 -> 2.30 2020-03-26 16:02:26 -04:00
Matthieu Coudron
ede6944f4f
Merge pull request #83389 from jonringer/add-xdg
python3Packages.xdg: init at 4.0.1
2020-03-26 20:09:45 +01:00
Daiderd Jordan
e7c3e277b6 mypy: 0.761 -> 0.770 2020-03-26 19:45:18 +01:00
Lancelot SIX
e13278f1ba
khronos-ocl-icd-loader: 6c03f8b -> 2020.03.13 2020-03-26 19:40:16 +01:00
Lancelot SIX
8bbea171d9
opencl-headers: 2.2 -> 2020.03.13
The KhronosGroup released a first tag in the reference repository for
headers.

See
https://github.com/KhronosGroup/OpenCL-Headers/releases/tag/v2020.03.13
2020-03-26 19:26:26 +01:00
Lancelot SIX
9d46dea6c5
Merge pull request #83413 from jonringer/bump-argcomplete
python3Packages.argcomplete: 1.10.3 -> 1.11.1
2020-03-26 19:08:00 +01:00
Daniël de Kok
86af0de552 python3Packages.spacy_models: 2.2.0 -> 2.2.5
With the exception of xx_ent_wiki_sm, since it does not have a newer
model available.
2020-03-26 10:42:49 -07:00
Drew Risinger
1dc44ccd86 pythonPackages.qiskit-ibmq-provider: 0.4.5 -> 0.5.0 2020-03-26 10:38:27 -07:00
Drew Risinger
86973e5484 pythonPackages.arrow: 0.15.4 -> 0.15.5 2020-03-26 10:38:27 -07:00
Drew Risinger
532e0890b4 pythonPackages.qiskit-ibmq-provider: init at 0.4.5
Qiskit Provider for accessing the quantum devices and simulators at IBMQ.

Requirement of qiskit package.
2020-03-26 10:38:27 -07:00
Jonathan Ringer
41e1594f46 python3Packages.argcomplete: 1.10.3 -> 1.11.1 2020-03-26 10:12:38 -07:00
Domen Kožar
59c58f3360
ghc: 8.10.0.20200123 -> 8.10.1 2020-03-26 17:47:06 +01:00
worldofpeace
1758be0788 libwnck3: 3.32.0 -> 3.36.0
https://gitlab.gnome.org/GNOME/libwnck/-/blob/3.36.0/NEWS
2020-03-26 12:31:04 -04:00
Niklas Hambüchen
254b474aca
Merge pull request #83423 from clkamp/aqbanking-6.1.1-fix
aqbanking: Fix download url because of upstream changes
2020-03-26 15:58:17 +01:00
Niklas Hambüchen
0bc0823ff7
Merge pull request #83144 from nh2/conan-1.23.0
Conan 1.23.0
2020-03-26 15:55:39 +01:00
Domen Kožar
00373dacd3
Merge pull request #80355 from thefloweringash/ghc-aarch64-llvm
haskell.compiler.ghc822Binary: propagate llvm dependency
2020-03-26 15:18:30 +01:00
Christian Lütke-Stetzkamp
ac471c1fbc aqbanking: Fix download url because of upstream changes 2020-03-26 13:46:04 +01:00
Michael Weiss
9ee46bfb23
python3Packages.py-cpuinfo: 4.0.0 -> 5.0.0 (#83420) 2020-03-26 13:19:33 +01:00
Daniel Șerbănescu
cc03fb4210 libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2 2020-03-26 11:28:31 +01:00
Maximilian Bosch
c3392946b1
wasm-bindgen-cli: 0.2.59 -> 0.2.60
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.60
2020-03-26 10:49:51 +01:00
Jörg Thalheim
1de505db11
Merge pull request #83377 from Mic92/radare2-cutter
radare2-cutter: 1.10.1 -> 1.10.2
2020-03-26 07:20:28 +00:00
Doron Behar
7f2fc686af bear: Use python3 by default 2020-03-26 07:25:15 +01:00
Benjamin Hipple
736d40fd4e
Merge pull request #82992 from Tomahna/metals
metals: 0.8.2 -> 0.8.3
2020-03-26 01:14:52 -04:00
R. RyanTM
575f9aa57d subunit: 1.1.0 -> 1.4.0 2020-03-26 02:09:35 +00:00
Mario Rodas
9645dfb388
Merge pull request #83358 from r-ryantm/auto-update/python2.7-python-stdnum
python27Packages.python-stdnum: 1.12 -> 1.13
2020-03-25 20:30:04 -05:00
Michael Weiss
7525624b6e
Merge pull request #83290 from primeos/gn
gn: 20190403 -> 2020-03-09
2020-03-26 01:13:23 +01:00
Jonathan Ringer
44df87416d python3Packages.xdg: init at 4.0.1 2020-03-25 17:11:45 -07:00
Jonathan Ringer
c9f09584bc python3Packages.poetry: fix hash 2020-03-25 17:04:38 -07:00
Jonathan Ringer
f171f421db python3Packages.pastel: 0.1.0 -> 0.2.0 2020-03-25 17:03:12 -07:00
Jonathan Ringer
a5ed0154df python3Packages.clikit: 0.4.1 -> 0.4.3 2020-03-25 17:01:29 -07:00
Jörg Thalheim
f565c8fd1c
radare2-cutter: 1.10.1 -> 1.10.2 2020-03-25 21:27:14 +00:00
Drew Risinger
0005b13fc5 pythonPackages.flask-appbuilder: 2.1.6 -> 2.3.0 2020-03-25 13:10:03 -07:00
Drew Risinger
eef3ce0bbb pythonPackages.flask-babel: 0.12.2 -> 1.0.0 2020-03-25 13:08:14 -07:00
Ryan Mulligan
76587ae31c
Merge pull request #83369 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.0.4 -> 6.0.5
2020-03-25 12:32:54 -07:00
R. RyanTM
c82ab220c3 libsForQt5.qtutilities: 6.0.4 -> 6.0.5 2020-03-25 18:41:10 +00:00
R. RyanTM
f1c6072fdd python27Packages.shodan: 1.21.3 -> 1.22.0 2020-03-25 11:21:18 -07:00
R. RyanTM
3c3e174247 python37Packages.xdis: 4.2.2 -> 4.2.3 2020-03-25 11:20:17 -07:00
R. RyanTM
cbc5fbf98e python27Packages.thespian: 3.9.11 -> 3.10.0 2020-03-25 10:27:43 -07:00
R. RyanTM
97f8808b87 python27Packages.sphinxcontrib-openapi: 0.5.0 -> 0.6.0 2020-03-25 10:19:23 -07:00
R. RyanTM
eb50635ec9 python27Packages.geoalchemy2: 0.6.3 -> 0.7.0 2020-03-25 10:17:46 -07:00
R. RyanTM
b56496945f python37Packages.aiohttp-socks: 0.3.4 -> 0.3.6 2020-03-25 10:16:08 -07:00
Jonathan Ringer
ca6ccd4f4c pythonPackages.tensorflow: disable for python2.7 and 3.8
(cherry picked from commit b7bdf48e3f)
2020-03-25 16:43:28 +00:00
Dylan Simon
436a4bace6 tensorflow: 1.15.1 -> 1.15.2
(cherry picked from commit 0a5ec494b574ccd3db3b234c7d6637d127bd16da)
(cherry picked from commit 1e769bdd2a)
2020-03-25 16:43:10 +00:00
Andreas Rammhold
08f2ed7b02 pythonPackages.tensorflow: use bazel_0
This allows us to get rid of the compatibility hacks that we had to add
(tf-1.15-bazel-1.0.patch) and also fixes #77626.

(cherry picked from commit c7adb4ee72)
2020-03-25 16:43:02 +00:00
Andreas Rammhold
4e7dac0a56 tensorflow: update fixed output hashes
(cherry picked from commit 642bea6cec)
2020-03-25 16:42:53 +00:00
Michael Lingelbach
a0b992fdf8 tensorflow: 1.15.0 -> 1.15.1
* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1

(cherry picked from commit 34296980d1)
2020-03-25 16:42:27 +00:00
Jörg Thalheim
4b051d3a69
Merge pull request #83363 from r-ryantm/auto-update/python2.7-pyroute2
python27Packages.pyroute2: 0.5.9 -> 0.5.10
2020-03-25 15:49:45 +00:00
Andreas Rammhold
d7673d7889 bazel_0: init at 0.26.0
(cherry picked from commit 1c0de27df3)
2020-03-25 11:32:39 -04:00
Janne Heß
cfe8e0e1ad pkgs/bazel*: Fix path to update-srcDeps.py
Otherwise, the -small channel fails on the tarball output.

(cherry picked from commit 0723bf3b72)
2020-03-25 11:27:15 -04:00
Michael Lingelbach
3fab55793d Add bazel 1.2.1
(cherry picked from commit 1c4f22a5da)
2020-03-25 11:27:14 -04:00
R. RyanTM
d9fe974579 python27Packages.pyroute2: 0.5.9 -> 0.5.10 2020-03-25 14:52:22 +00:00
R. RyanTM
37dd87a3be python27Packages.python-stdnum: 1.12 -> 1.13 2020-03-25 13:56:03 +00:00
Julien Dehos
6ecb9ceda4 gede: 2.15.4 -> 2.16.2 2020-03-25 14:30:45 +01:00
Doron Behar
75c90d3fc7 liberio: init at unstable-2019-12-11 2020-03-25 15:16:54 +02:00
Mario Rodas
5ce4be4536
Merge pull request #81621 from marsam/update-scrapy
pythonPackages.scrapy: 1.8.0 -> 2.0.0
2020-03-25 07:22:43 -05:00
Domen Kožar
2f3981609c
Merge pull request #83352 from turboMaCk/elm-instrument-remove-patch
elmPackages.elm-instrument: remove patch
2020-03-25 12:51:45 +01:00
Austin Seipp
d35d9a9db2
yosys: 2020.03.16 -> 2020.03.24
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:46:01 -05:00
Austin Seipp
b008875ddb
nextpnr: 2020.02.04 -> 2020.03.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:46:00 -05:00
Austin Seipp
da7b603007
trellis: 2020.02.04 -> 2020.03.25
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-03-25 06:45:57 -05:00
Holger Wünsche
4665b2a9a2
llvmPackages_10: rc5 -> release
updated hashes and url
updated comment regarding version/release_version to make it clearer
2020-03-25 12:10:05 +01:00
Marek Fajkus
63c871e148
elmPackages.elm-instrument: remove patch 2020-03-25 11:53:38 +01:00
Vincent Laporte
db5bde2342
coqPackages.coqhammer: 1.1 → 1.1.1 2020-03-25 08:44:34 +01:00
Jörg Thalheim
01914e619f
nodePackages: update 2020-03-25 07:33:03 +00:00
Jörg Thalheim
216c58a2ad
nodePackages: fix broken update script
The computed path was wrong and references within the file where
wrong as well due to the temporary directory.
2020-03-25 07:33:02 +00:00
Lancelot SIX
6cd915b21f pythonPackages.pyproj: 2.2.2 -> 2.6.0 2020-03-24 20:38:01 -07:00
Lancelot SIX
4f6fc6dc62 proj: 6.1.1 -> 6.3.1 2020-03-24 20:38:01 -07:00
Jonathan Ringer
13e5ecec9a pythonPackages.azure-storage-file-share: 12.0.0 -> 12.1.1 2020-03-24 18:19:59 -07:00
Jonathan Ringer
4c8d92c60b pythonPackages.azure-mgmt-storage: 7.2.0 -> 8.0.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
2f5433590a pythonPackages.azure-mgmt-sql: 0.17.0 -> 0.18.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
b547f9444c pythonPackages.azure-mgmt-reservations: 0.6.0 -> 0.7.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
3319f5e3c2 pythonPackages.azure-mgmt-recoveryservicesbackup: 0.6.0 -> 0.7.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
ce5b6d118d pythonPackages.azure-mgmt-rdbms: 2.0.0 -> 2.1.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
4abf8d1149 pythonPackages.azure-mgmt-policyinsights: 0.4.0 -> 0.5.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
b919e89dd9 pythonPackages.azure-mgmt-network: 9.0.0 -> 10.0.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
d586a601a9 pythonPackages.azure-mgmt-kusto: 0.5.0 -> 0.7.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
569386b34d pythonPackages.azure-mgmt-keyvault: 2.1.1 -> 2.2.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
cdc643e4f7 pythonPackages.azure-mgmt-iothub: 0.10.0 -> 0.11.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
1646c56dc5 pythonPackages.azure-mgmt-iotcentral: 2.0.0 -> 3.0.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
f618075163 pythonPackages.azure-mgmt-hanaonazure: 0.12.0 -> 0.13.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
283319a907 pythonPackages.azure-mgmt-datafactory: 0.8.0 -> 0.10.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
b4666ad14b pythonPackages.azure-mgmt-containerservice: 8.2.0 -> 9.0.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
73a1253a9b pythonPackages.azure-mgmt-cognitiveservices: 5.0.0 -> 6.0.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
356d505ec9 pythonPackages.azure-keyvault-secrets: 4.0.0 -> 4.1.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
27b87aee99 pythonPackages.azure-keyvault-keys: 4.0.0 -> 4.1.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
cfbfd35a8a pythonPackages.azure-identity: 1.1.0 -> 1.3.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
6dedf6b230 pythonPackages.azure-core: 1.2.2 -> 1.3.0 2020-03-24 18:19:59 -07:00
Jonathan Ringer
7558e910bb pythonPackages.azure-common: 1.1.24 -> 1.1.25 2020-03-24 18:19:59 -07:00
Jan Beinke
504fe636f2 python3Packages.pymumble: init at 0.3.1 2020-03-24 14:33:49 -07:00
Tor Hedin Brønner
83d1e9eb1f
gtk3: fix clipboard related crashes in wayland (#83303)
Some apps tended to crash when using the clipboard (eg. firefox-wayland
and evince).

https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/1528
2020-03-24 21:51:04 +01:00
Marek Mahut
8f36bc0458
Merge pull request #81525 from r-ryantm/auto-update/libx86emu
libx86emu: 2.6 -> 3.1
2020-03-24 20:39:29 +01:00
Marek Mahut
909e6b2da8
Merge pull request #81659 from r-ryantm/auto-update/virglrenderer
virglrenderer: 0.8.1 -> 0.8.2
2020-03-24 20:37:54 +01:00
Pascal Bach
b70d749db8 python.pkgs.bacpypes: init at 0.18.0
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-03-24 12:36:46 -07:00
Dmitry Kalinkin
1ca3c56542 remove pythonPackages.pyhepmc
pythonPackages.hepmc3 should cover this functionality
2020-03-24 12:32:55 -07:00
Dmitry Kalinkin
61bc9e12a4 hepmc3: add python support 2020-03-24 12:32:55 -07:00
Dmitry Kalinkin
1630cdd085 hepmc3: 3.1.2 -> 3.2.0 2020-03-24 12:32:55 -07:00
Millian Poquet
487bb6c32c python3Packages.pytest-html: init at 2.1.0 2020-03-24 12:24:49 -07:00
Millian Poquet
ebed789ad4 pythonPackages.pytest-metadata: init at 1.8.0 2020-03-24 12:24:49 -07:00
Masayuki Takeda
248097ca26 pyglet: support ffmpeg libraries 2020-03-24 12:21:37 -07:00
R. RyanTM
d0cb0cc7c9 opencl-clhpp: 2.0.10 -> 2.0.11 2020-03-24 11:28:19 -07:00
R. RyanTM
6c6286610f zchunk: 1.1.5 -> 1.1.6 2020-03-24 11:27:05 -07:00
R. RyanTM
1eafe5d9e1 conftest: 0.15.0 -> 0.18.0 2020-03-24 11:18:13 -07:00
R. RyanTM
ba0575edaa nss_wrapper: 1.1.8 -> 1.1.10 2020-03-24 11:05:43 -07:00
R. RyanTM
2a743cf931 pgloader: 3.6.1 -> 3.6.2 2020-03-24 10:56:24 -07:00
Marek Fajkus
6231406535
zasm: Init at 4.2.6 2020-03-24 18:29:53 +01:00
R. RyanTM
0b5a7a2fd4 libdvdread: 6.0.2 -> 6.1.0 2020-03-24 15:32:53 +00:00
R. RyanTM
ef7054e6b5 libdvdnav: 6.0.1 -> 6.1.0 2020-03-24 14:41:22 +00:00
Michael Weiss
a1b4bfe34f
gn: 20190403 -> 2020-03-09
This updates gn to the required version for chromiumDev (the recommended
version for the stable release of Chromium isn't sufficient [0]).

[0]: The Chromium build fails during the configuration phase:
ERROR at //mojo/public/tools/bindings/mojom.gni:393:16: Undefined identifier
               "cpp_typemaps",
               ^-------------
2020-03-24 14:41:11 +01:00
Milan
9d14ee71da
yarn: 1.22.2 -> 1.22.4 (#83286) 2020-03-24 14:34:04 +01:00
R. RyanTM
22cc93c7e1 libbluray: 1.1.2 -> 1.2.0 2020-03-24 13:31:47 +00:00
Vladimír Čunát
a533068c3e
Merge #82728: racket: enable building on aarch64 2020-03-24 11:59:03 +01:00
Orivej Desh
b3412865ce python: pip-tools: 4.3.0 -> 4.5.1
test_get_file_hash_without_interfering_with_each_other depends on internet access.
2020-03-24 10:00:11 +00:00
lewo
e93767d5a0
Merge pull request #83206 from josephtheengineer/master
godot: 3.2 -> 3.2.1
2020-03-24 08:56:20 +01:00
Jan Tojnar
0ce270707c
tree-wide: remove aliases from gnome update scripts 2020-03-24 07:11:24 +01:00
Jan Tojnar
f0a4cc5002
tracker: 2.3.2 -> 2.3.4 2020-03-24 07:11:23 +01:00
Jan Tojnar
190fc23cb7
tracker-miners: 2.3.2 -> 2.3.3 2020-03-24 07:11:23 +01:00
Tor Hedin Brønner
1fd7d8a2e3
libosinfo: 1.6.0 -> 1.7.1
gnome-software require >= 1.7.0

- Ported to meson
- Changed homepage to gitlab, prior one seemed outdated
- Disabled failing tests

https://gitlab.com/libosinfo/libosinfo/-/blob/1.7.1/NEWS
2020-03-24 07:11:19 +01:00
Tor Hedin Brønner
fdd1a1ffcc
libosinfo: format 2020-03-24 07:11:19 +01:00
Jan Tojnar
3c69255eb7
python3.pkgs.gst-python: 1.14.4 → 1.16.2 2020-03-24 07:11:19 +01:00
Jan Tojnar
0a01b0c7d2
python3.pkgs.gst-python: clean up
* Format with nixpkgs-fmt
* Reorder attributes according to estabilished convention
* Drop unnecessaty mirror
* Move pname & version into the main attrset
2020-03-24 07:11:18 +01:00
Tor Hedin Brønner
87ddf52fd5
xdg-desktop-portal: use pipewire_0_2
Migrates to pipewire-0.3 next version.
2020-03-24 07:11:16 +01:00
Tor Hedin Brønner
2e4e77cef7
gjs: fix installed test paths
libgimarshallingtests references gobject-introspection.dev bloating the
closure.
2020-03-24 07:11:16 +01:00
Jan Tojnar
943c870092
vala: Switch to 0.48 2020-03-24 07:11:15 +01:00
Jan Tojnar
aed58e7a86
python3.pkgs.pygobject3: 3.34.0 → 3.36.0
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.news
2020-03-24 07:11:15 +01:00
Jan Tojnar
4825cf9ebb
tepl: Propagate required dependencies
If dependencies are listed in Requires field of the pc file, they need to be available in consumers in order for pkg-config to find the dependent library.
2020-03-24 07:11:15 +01:00
Jan Tojnar
981ba77ebc
librsvg: drop gsf dependency
It have not been used for a long time:

59a3fed362
2020-03-24 07:11:14 +01:00
Tor Hedin Brønner
701e10dd29
tepl: 4.3.1 -> 4.4.0
Gedit requires >= 4.4.0
2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
7422681403
gnome3.libgweather: 3.34.0 -> 3.36.0 2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
1e35791c3f
folks: 0.13.2 -> 0.14.0 2020-03-24 07:11:13 +01:00
Tor Hedin Brønner
39fbc6d020
cogl: 1.22.4 -> 1.22.6
https://gitlab.gnome.org/GNOME/cogl/-/blob/1.22.6/NEWS
2020-03-24 07:11:12 +01:00
Tor Hedin Brønner
aef3860211
libcroco: remove as it's no longer used
librsvg and gnome-shell was the only derivations needing libcroco. Both
of them have now dropped it as a dependency, so we can stop carrying it.
2020-03-24 07:11:03 +01:00
Tor Hedin Brønner
c1052e9284
gmime3: 3.2.5 -> 3.2.6
Also add vala support, as it's required by geary now.
2020-03-24 07:11:02 +01:00
Tor Hedin Brønner
03974fb042
gnome3.gsettings-desktop-schemas: 3.34.0 -> 3.36.0 2020-03-24 07:11:02 +01:00
Tor Hedin Brønner
9220264fbc
vala_0_48: init at 0.48.1 2020-03-24 07:11:00 +01:00
Tor Hedin Brønner
63776f5375
gnome3.gnome-menus: 3.32.0 -> 3.36.0 2020-03-24 07:10:59 +01:00
Tor Hedin Brønner
25a79ccc99
webkitgtk: 2.26.4 -> 2.28.0
prune libglvnd patch, this is what gentoo uses.
2020-03-24 07:10:45 +01:00
Tor Hedin Brønner
fc042052c4
gvfs: 1.42.2 -> 1.44.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
440c1817e1
gnome-online-accounts: 3.34.1 -> 3.36.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
46ce264b49
at-spi2-core: 2.34.0 -> 2.36.0 2020-03-24 07:10:43 +01:00
Tor Hedin Brønner
37e51f7c51
atk: 2.34.1 -> 2.35.1 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
009214203f
libsoup: 2.68.4 -> 2.70.0 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
2d3e8a6486
libdazzle: 3.34.1 -> 3.36.0 2020-03-24 07:10:42 +01:00
Tor Hedin Brønner
6a8bf975ee
gcr: 3.34.0 -> 3.36.0 2020-03-24 07:10:38 +01:00
Tor Hedin Brønner
46908a3c5f
libpeas: 1.24.1 -> 1.26.0 2020-03-24 07:07:00 +01:00
Tor Hedin Brønner
374233c727
dconf: 0.34.0 -> 0.36.0 2020-03-24 07:07:00 +01:00
Tor Hedin Brønner
5398947fbd
glib-networking: 2.62.3 -> 2.64.0 2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
19d2e3c4d9
glib: 2.62.4 -> 2.64.1
gio-launch-desktop is replaced by direct /bin/sh calls
2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
96586d4e4b
vte: 0.58.3 -> 0.60.0
Now depends on icu and systemd. A bit annoying that vte doesn't have a
proper changelog...
2020-03-24 07:06:59 +01:00
Tor Hedin Brønner
d7a41a0550
librsvg: 2.46.4 -> 2.48.0
librsvg no longer uses libcroco. CSS is now done using crates from the
servo project.
2020-03-24 07:06:58 +01:00
Tor Hedin Brønner
990b331734
gobject-introspection: 1.62.0 -> 1.64.0
- cairo and doctool is now auto features

Disable broken test. It tries to look up libs in their installed
location, which aren't accessible yet.
2020-03-24 07:06:58 +01:00
Tor Hedin Brønner
7b8546a26d
sysprof: 3.34.1 -> 3.36.0 2020-03-24 07:06:58 +01:00
Tor Hedin Brønner
2338b394da
pipewire: Add back 0.2.7 2020-03-24 07:06:57 +01:00
worldofpeace
c5ce3e0031
pipewire: 0.2.7 -> 0.3.1
* license is now mit [0]

https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/0.3.0/NEWS

[0]: 85f2e93c54
2020-03-24 07:06:56 +01:00
Tor Hedin Brønner
5f5c176407
gjs: 1.58.5 -> 1.64.0
Now uses spidermonkey_68
2020-03-24 07:06:56 +01:00
Tor Hedin Brønner
4ee2aac075
spidermonkey_68: init at 68.4.2
mostly copied over

- now uses python3

https://mail.gnome.org/archives/distributor-list/2020-February/msg00000.html
2020-03-24 07:06:55 +01:00
Aneesh Agrawal
6736b8a39a vagrant: remove aneeshusa as maintainer 2020-03-24 01:21:22 -04:00
Aneesh Agrawal
d81848e7ca as31: remove
I don't use this anymore and it's fairly obscure;
I don't think anyone else uses it, so remove it.
2020-03-24 01:20:23 -04:00
Jan Tojnar
986fbf4799
Merge branch 'staging-next' into staging 2020-03-24 01:51:55 +01:00
Matthew Bauer
1efa4c4f39
Merge pull request #83246 from r-ryantm/auto-update/rgbds
rgbds: 0.3.9 -> 0.3.10
2020-03-23 19:12:58 -04:00
R. RyanTM
76458f89f4 rust-cbindgen: 0.13.1 -> 0.13.2 2020-03-23 21:43:02 +00:00
R. RyanTM
c41fa7a6bd rgbds: 0.3.9 -> 0.3.10 2020-03-23 21:33:39 +00:00
ajs124
dff1df7c21 python: Twisted: 19.10.0 -> 20.3.0 2020-03-23 20:11:47 +01:00
Ben Darwin
353c6c948e python37Packages.spyder: 4.0.1 -> 4.1.1 (and unbreak for Python3.7) 2020-03-23 10:50:45 -07:00
Ben Darwin
ac17611354 python3Packages.python-language-server: 0.31.8 -> 0.31.9 2020-03-23 10:50:45 -07:00
Benjamin Hipple
3248eac2bf pythonPackages.flake8-future-import: 0.4.5 -> 0.4.6 and fix build
The build is currently broken on master and 20.03. This upgrades to the latest
version and also disables the bad py2 test. I spent a long time trying to figure
out what the issue is, but since it's disabled upstream on python3 anyways let's
just skip it on python2 as well.

ZHF: #80379
2020-03-23 10:48:24 -07:00
Alexey Shmalko
b1d878d419
cypress: 3.8.3 -> 4.2.0 2020-03-23 19:42:47 +02:00
Jan Beinke
ca3e516e38 python3Packages.opuslib: init at 3.0.3 2020-03-23 10:33:30 -07:00
Maximilian Bosch
2c7299fc1c
cargo-make: 0.29.0 -> 0.30.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
2020-03-23 18:31:08 +01:00
Benjamin Hipple
c9b1356d9f pythonPackages.mkl-service: 2.1.0 -> 2.3.0
Release notes: https://github.com/IntelPython/mkl-service/releases
2020-03-23 10:30:28 -07:00
R. RyanTM
0eacf78130 python37Packages.pylint-django: 2.0.13 -> 2.0.14 2020-03-23 10:28:03 -07:00
R. RyanTM
eed45c37c7 python37Packages.spyder-kernels: 1.8.1 -> 1.9.0 2020-03-23 10:27:24 -07:00
Ben Wolsieffer
eb24f9efb9 pythonPackages.pymavlink: 2.4.3 -> 2.4.6 2020-03-23 10:17:17 -07:00
Jonathan Ringer
2a56d98a99 unityhub: fix hash 2020-03-23 09:52:08 -07:00
R. RyanTM
7336a5de11 python27Packages.pid: 2.2.5 -> 3.0.0 2020-03-23 09:48:03 -07:00
R. RyanTM
1f00ff162f python37Packages.pyhcl: 0.4.0 -> 0.4.1 2020-03-23 09:46:14 -07:00
R. RyanTM
5542ea4287 python27Packages.fiona: 1.8.13 -> 1.8.13.post1 2020-03-23 09:43:13 -07:00
R. RyanTM
af615af266 python27Packages.icalendar: 4.0.4 -> 4.0.5 2020-03-23 09:15:03 -07:00
R. RyanTM
2a5ef17a63 python27Packages.azure-mgmt-web: 0.44.0 -> 0.45.0 2020-03-23 08:52:15 -07:00
R. RyanTM
820deb5a46 python27Packages.azure-mgmt-monitor: 0.7.0 -> 0.8.0 2020-03-23 08:50:15 -07:00
R. RyanTM
b4ffaa9bc0 python27Packages.dropbox: 9.4.0 -> 9.5.0 2020-03-23 08:49:43 -07:00
R. RyanTM
bca769cbb7 pcl: 1.10.0 -> 1.10.1 2020-03-23 08:48:21 -07:00
Michele Guerini Rocco
cbc357141e
Merge pull request #83009 from bcdarwin/disable-python38-rope
python38Packages.rope: disable for Python>=3.8
2020-03-23 13:57:52 +01:00
Ben Darwin
3d0410e769 python38Packages.rope: disable for Python>=3.8
- browsing the github page suggests the upcoming 0.17 release should support 3.8
2020-03-23 08:40:29 -04:00
Mario Rodas
53fa9f8ed3
Merge pull request #83187 from r-ryantm/auto-update/python2.7-cchardet
python27Packages.cchardet: 2.1.5 -> 2.1.6
2020-03-23 06:01:29 -05:00
Mario Rodas
4603dcc462
Merge pull request #83177 from marsam/update-tflint
tflint: 0.15.2 -> 0.15.3
2020-03-23 05:55:42 -05:00
josephtheengineer
49f0b276f8
godot: 3.2 -> 3.2.1 2020-03-23 20:35:53 +10:00
Jörg Thalheim
50281a823f
Merge pull request #83189 from Mic92/fixes-build-go-package
Package fixes from buildGoPackage: enable strictDeps
2020-03-23 08:42:07 +00:00
Michael Raskin
db4ccddb35
Merge pull request #83185 from idontgetoutmuch/octave-for-macos
Build octave on macos
2020-03-23 08:17:27 +00:00
Jörg Thalheim
90b1dc12ea
wally-cli: fix build with strict deps 2020-03-23 08:16:35 +00:00
Jörg Thalheim
b29aa1206d
go2nix: fix build with strict deps enabled 2020-03-23 08:14:45 +00:00
Vincent Laporte
dd6d785d38 ocamlPackages.graphics: init at 5.1.0 for OCaml ≥ 4.09 2020-03-23 09:12:50 +01:00
Vincent Laporte
80a7615300 OCaml: do not depend on X11 for OCaml ≥ 4.09 2020-03-23 09:12:50 +01:00
Vincent Laporte
0229936bbe buildDunePackage: add a “useDune2” option 2020-03-23 09:12:50 +01:00
R. RyanTM
f2dbc01897 python27Packages.cchardet: 2.1.5 -> 2.1.6 2020-03-23 07:44:38 +00:00
Dominic Steinitz
6d196e8c92 Build octave on macos 2020-03-23 06:31:11 +00:00
Lancelot SIX
2a5a719930 pythonPackages.django_1_8: drop
This version is heavily outdated and is not required anymore.

Closes #52679
2020-03-22 22:47:53 -07:00
Lancelot SIX
0e6e3ddb2d pythonPackages.graphitepager: drop
This module is python2 only. Upstream repo does not exist in github
anymore (returns 404), so it is safer to drop it in nixpkgs.
2020-03-22 22:47:53 -07:00
Lancelot SIX
a268fcb02c python3Packages.graphite-web: fix build 2020-03-22 22:47:53 -07:00
Lancelot SIX
545ba5b455 pythonPackages.waitress-django: use mainained django 2020-03-22 22:47:53 -07:00
Lancelot SIX
1deec0ea2b pythonPackages.carbon: fix build and enable python3 2020-03-22 22:47:53 -07:00
Lancelot SIX
b51cb30360 pythonPackages.txamqp: 0.3 -> 0.8.2 2020-03-22 22:47:53 -07:00
R. RyanTM
03c903605a hiredis: 0.14.0 -> 0.14.1 2020-03-22 22:39:22 -07:00
R. RyanTM
da4ca45f3d python27Packages.aioconsole: 0.1.15 -> 0.1.16 2020-03-22 22:35:07 -07:00
Orivej Desh
f4c15495a6 libinstpatch: init at 1.1.3 2020-03-23 02:54:49 +00:00
Orivej Desh
fa456f45bc rtaudio: hide private dependencies 2020-03-23 02:54:49 +00:00
Orivej Desh
8926682673 sord: propagate dependence on serd
sord.h includes serd.h
2020-03-23 02:54:49 +00:00
Orivej Desh
33631c44fb lilv: hide private dependencies
This is needed for pkg-config --libs lilv-0.
2020-03-23 02:54:49 +00:00
Orivej Desh
fb4d3a8535 lrdf: 0.5.0 -> 0.6.1
Also remove the second copy of lrdf from gstreamer/bad inputs.
2020-03-23 02:54:49 +00:00
Mario Rodas
7e55f28cfe
Merge pull request #82978 from r-ryantm/auto-update/python2.7-zc.buildout
python27Packages.zc_buildout_nix: 2.13.2 -> 2.13.3
2020-03-22 20:57:14 -05:00
Orivej Desh
db1eb191fd lrdf: 0.5.0 -> 0.6.1
Also remove the second copy of lrdf from gstreamer/bad inputs.
2020-03-23 01:07:01 +00:00
Orivej Desh
1b89aa3f7a Merge branch 'master' into staging 2020-03-23 00:53:16 +00:00
Orivej Desh
e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Maximilian Bosch
ba3bd7f87b
Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-tools
intel-gpu-tools: 1.24 -> 1.25
2020-03-22 23:11:27 +01:00
Michael Raskin
805f6235df
Merge pull request #83154 from r-ryantm/auto-update/libev
libev: 4.31 -> 4.33
2020-03-22 21:33:53 +00:00
markuskowa
ca7f78ad03
Merge pull request #83134 from ck3d/redo-apenwarr-python3
redo-apenwarr: switch to python3 and fix building man
2020-03-22 21:20:42 +01:00
Matthew Bauer
bacccb7823
Merge pull request #80784 from enolan/fix-eatmydata
libeatmydata: fix launcher script - find shell library properly
2020-03-22 14:42:52 -04:00
Christian Kögler
4c9bd5d52a redo-apenwarr: 0.42 -> 0.42a; use python3 and fixed building manpage
Removed dependency to mkdoc, which is only needed to build the webpage.
2020-03-22 19:11:15 +01:00
R. RyanTM
fb84344a06 libev: 4.31 -> 4.33 2020-03-22 17:57:47 +00:00
Michele Guerini Rocco
58858fab89
Merge pull request #82425 from Ralith/vulkan-loader-pkgconfig
vulkan-loader: use vulkan-headers include path in pkgconfig file
2020-03-22 18:17:57 +01:00
R. RyanTM
77dca14031 intel-gpu-tools: 1.24 -> 1.25 2020-03-22 15:36:46 +00:00
Niklas Hambüchen
f460e62d9b conan: 1.12.3 -> 1.23.0
* remove pinned dependencies where nixpkgs provides a version
  in the acceptable range
* disable tests;
  they are no longer in the Pypi archive, see
  https://github.com/conan-io/conan/issues/4563
2020-03-22 16:34:55 +01:00
Niklas Hambüchen
3e60781f53 pythonPackages.patch-ng: Init at 1.17.2.
Newer versions of `conan` need it.

Adding @HaoZeke as maintainer (is Conan maintainer).
2020-03-22 16:33:40 +01:00
Dmitry Kalinkin
54a0e269b3
Merge pull request #81922 from mjlbach/opencv_alternative
Enable nvidia-optical-flow-sdk when building opencv4 with cuda
2020-03-22 11:13:53 -04:00