Frederik Rietdijk
ad3ef645b0
python3Minimal: 3.7.4 -> 3.7.5
...
Base it on python37 so we ensure the package remains up to date.
2019-11-21 15:34:37 +01:00
Christian Kauhaus
9a1e9258f6
lua-5.3: add patch for CVE-2019-6706
...
Taken from
http://launchpadlibrarian.net/417853567/lua5.3_5.3.3-1_5.3.3-1ubuntu0.18.10.1.diff.gz
and adapted to our needs.
Re #54799
2019-11-21 11:10:45 +01:00
Vincent Laporte
6cffb5072f
ocamlPackages.lwt4: 4.2.1 → 4.4.0
2019-11-21 07:35:51 +00:00
Jan Tojnar
b94b8ca387
gjs: clean up ( #73841 )
...
gjs: clean up
2019-11-21 02:05:16 +01:00
MetaDark
f3402a38da
texlab: 1.6.0 -> 1.7.0
2019-11-20 16:52:02 -08:00
Jan Tojnar
201c1d35f6
gjs: clean up
...
* Do not propagate spidermonkey, it is only needed gjs to link against.
* Split out dev output, any propagated dependencies should go there.
* Drop unnecessary sed, the readline thing is no longer there.
* Add passthru.tests to allow running installed tests easily.
* Drop pango from buildInputs, we only need it as a transitive dependency of gtk3 for installed tests; gjs actually depends on cairo.
* Move libxml2 to nativeBuildInputs, it is called by glib-compile-resources when xml-stripblanks preprocessing is used.
* Propagate glib, as it is in Requires in the pc file.
It is just 2.5 MB closure reduction but every megabyte counts.
2019-11-21 01:29:03 +01:00
Jan Tojnar
6fb5b6be98
Various GNOME leaf package updates ( #73790 )
...
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
zimbatm
e18435d9ad
travis: add pry to the dependencies
...
This is required to run `travis console` but is not part of the upstream
dependency list. Upstream is also not compatible with pry 0.12+ and
breaks with this error `uninitialized constant Pry::SIMPLE_PROMPT`.
Fixes #73238
2019-11-20 15:36:55 -08:00
Jan Tojnar
e75c71869d
polkit: Don't build elogind on non-Linux. ( #73837 )
...
polkit: Don't build elogind on non-Linux.
2019-11-21 00:04:21 +01:00
Niklas Hambüchen
504199e48a
polkit: Don't build elogind on non-Linux.
...
In #72057 I added support for elogind when systemd is not supported,
but it occurred to me that it probably doens't make sense to have
either of systemd or elogind on Darwin.
2019-11-20 23:23:46 +01:00
Roman Volosatovs
6db9f40641
gotools: 2019-09-05 -> 2019-11-14
2019-11-20 23:12:57 +01:00
Jan Tojnar
d1f7fee20a
libwmf: split outputs
...
The pc file depends on freetype.dev so we would rather not have it in out.
2019-11-20 22:57:53 +01:00
Oleksii Filonenko
86a760948b
hyphen: init at 2.8.8
...
Related to #60005 .
2019-11-20 22:53:00 +01:00
Gabriel Ebner
c5860fccf7
libheif: 1.5.0 → 1.6.0 ( #73833 )
...
libheif: 1.5.0 → 1.6.0
2019-11-20 22:43:48 +01:00
Jan Tojnar
e7566ebf82
libheif: 1.5.0 → 1.6.0
...
https://github.com/strukturag/libheif/releases/tag/v1.6.0
Fixes crashes in gimp file-heif plug-in:
https://gitlab.gnome.org/GNOME/gimp/issues/4185
Also split outputs since manpage was added.
2019-11-20 22:18:07 +01:00
Martin Weinelt
2bb4191613
Ansible: Fix connection plugins and add support for NETCONF ( #72370 )
...
* ansible: Fix use of connection plugins
Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.
Fixes #71342
* ansible: Add ncclient to support NETCONF connections
* ansible: Some cleanups
- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
2019-11-20 14:55:07 +01:00
Vladimír Čunát
39ecc2db19
Merge #73797 : ldns: 1.7.0 -> 1.7.1
2019-11-20 13:34:09 +01:00
Jan Tojnar
1243424d56
zeitgeist: fix build with gettext 0.20
2019-11-20 12:22:19 +01:00
Jan Tojnar
30d8f65330
zeitgeist: format with nixpkgs-fmt
2019-11-20 12:21:53 +01:00
Frederik Rietdijk
65edeb8633
Merge master into staging-next
2019-11-20 10:01:49 +01:00
Frederik Rietdijk
13bab298fc
kdeFrameworks: provide a default hookName
2019-11-20 09:58:26 +01:00
Frederik Rietdijk
648152fdbb
python39: init at 3.9.0a1
...
It's a year until the final release but this will give a chance to test
out certain features and how it integrates with other packages.
https://www.python.org/dev/peps/pep-0596/
2019-11-20 09:42:27 +01:00
Dennis Gosnell
5ccbcf2ea5
Merge pull request #73801 from endgame/callHackageDirect-docstring
...
callHackageDirect: correct type signature
2019-11-20 17:29:21 +09:00
Daniel Schaefer
09f9bcd19c
Merge pull request #67749 from markuskowa/upd-targetcli
...
targetcli: 2.1.fb49 -> 2.1.51
2019-11-20 08:28:19 +01:00
Jack Kelly
9f41d8a9d0
callHackageDirect: correct type signature
2019-11-20 16:36:33 +10:00
Jan Tojnar
2a85ee83b2
guile: fix unbound variable in setup-hook
...
For compat with set -u
2019-11-20 05:12:13 +01:00
Jan Tojnar
ae465621ff
pythonPackages.pipBuildHook: fix unbound variable
...
for compatibility with set -u
2019-11-20 05:06:51 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level
2019-11-20 04:58:00 +01:00
Jan Tojnar
4fb168176a
python3.pkgs.pydrive: init at 1.3.0
2019-11-20 04:57:59 +01:00
Jan Tojnar
52e9198719
python2.pkgs.google-auth-httplib2: disable tests
...
============================= test session starts ==============================
platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0
rootdir: /build/google-auth-httplib2-0.0.3
plugins: localserver-0.5.0
collected 0 items / 1 errors
==================================== ERRORS ====================================
_____________ ERROR collecting tests/test_google_auth_httplib2.py ______________
ImportError while importing test module '/build/google-auth-httplib2-0.0.3/tests/test_google_auth_httplib2.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_google_auth_httplib2.py:20: in <module>
import google_auth_httplib2
google_auth_httplib2.py:21: in <module>
from google.auth import exceptions
E ImportError: No module named google.auth
2019-11-20 04:57:59 +01:00
Jan Tojnar
7adf662696
python3.pkgs.babelgladeextractor: init at 0.6.0
2019-11-20 04:57:57 +01:00
Will Dietz
d9c19f4aa6
ldns: add myself as maintainer! :)
2019-11-19 21:53:11 -06:00
Will Dietz
dc9e2c38e5
ldns: 1.7.0 -> 1.7.1
...
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/
* examples no longer can be configured separately,
so build everything we want in a single go
and sort into the appropriate outputs after.
* libtool file doesn't seem to reference openssl at all
so nothing to patch up there as we did previously.
2019-11-19 21:51:05 -06:00
Jan Tojnar
7429f5fe9b
dleyna-core: fix setup hook
...
For compatibility with set -u.
2019-11-20 03:57:43 +01:00
Jan Tojnar
44083d9999
SDL: fix setup hook
...
SDL_LIB_PATH needs to contain -L
2019-11-20 03:44:14 +01:00
Kirill Elagin
2e79c2d969
android: Install platform-tools binaries on all OSes
2019-11-19 22:29:21 +01:00
R. RyanTM
1b53f78ef5
libsearpc: 3.1.0 -> 3.2.0
2019-11-19 20:50:11 +01:00
Dmitry Kalinkin
3ff236097b
fastjet-contrib: init at 1.042
2019-11-19 09:38:06 -08:00
Jonathan Ringer
542af6df87
conan: 1.12.0 -> 1.12.3
...
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Mario Rodas
68e1a78368
nodejs-12_x: 12.13.0 -> 12.13.1
...
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
2019-11-19 09:00:29 -08:00
Matthieu Coudron
56b5f663cc
python3Packages.cmd2: 0.19.0 -> 0.20.0
2019-11-19 07:43:49 -08:00
Jonathan Ringer
6a983b61d4
elasticsearch-curator: move out of python-packages
...
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Frederik Rietdijk
34715da5dc
pyditz: make python.pkgs.cerberus11 private to it.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk
9c52da0e0c
Revert "python: Cerberus: 1.1 -> 1.3.1"
...
This package was pinned at 1.1.
This reverts commit a2614154b1
.
2019-11-19 11:41:16 +01:00
Frederik Rietdijk
f6b39f852e
Merge master into staging-next
2019-11-19 10:53:44 +01:00
Ben Darwin
e3e3bd61f8
pythonPackages.gpyopt: provide setuptools at runtime, needed by the package
2019-11-18 20:08:13 -08:00
Mario Rodas
93be69d42f
Merge pull request #73473 from bcdarwin/gpyopt
...
pythonPackages.gpyopt: init at unstable-2019-09-25
2019-11-18 21:57:38 -05:00
Dennis Gosnell
5f3b21f7b0
Merge pull request #73693 from toonn/drop-alex-patch
...
alex: drop patch
2019-11-19 09:34:44 +09:00
Mario Rodas
f7076d3726
Merge pull request #73583 from marsam/add-pack
...
buildpack: init at 0.5.0
2019-11-18 19:32:09 -05:00
Renaud
5411dbda33
Merge pull request #71710 from bcdarwin/fix-elastix
...
elastix: 4.9.0 -> 5.0.0 (and mark unbroken)
2019-11-18 23:23:16 +01:00