Commit Graph

165122 Commits

Author SHA1 Message Date
Marek Mahut
0596ac9667 openjpeg: CVE-2019-12973 2019-07-17 10:50:49 +02:00
worldofpeace
ff1be88e38 gtk3: wrap demos, cleanup output 2019-07-17 10:45:06 +02:00
worldofpeace
6e4fed00bf gtk3: add sassc
This makes us generate the .css instead of
using the pregenerated ones.
2019-07-17 10:45:06 +02:00
worldofpeace
638c39e65b gtk3: 3.24.8 -> 3.24.10, meson!
We now build gtk3 with the meson build system.
Notably, at least for the expression, all the platforms
logic for we had for configureFlags should be unneeded
with meson.
2019-07-17 10:45:06 +02:00
worldofpeace
a7edafd0d3 gtk3: cleanup expression 2019-07-17 10:45:06 +02:00
Nikolay Amiantov
b1fc8e24a2 primus: fix for libglvnd
Fixes #48795.
2019-07-17 11:44:21 +03:00
R. RyanTM
db0655886d glib: 2.60.3 -> 2.60.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glib/versions
2019-07-17 10:43:46 +02:00
R. RyanTM
b62679839f libev: 4.25 -> 4.27
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libev/versions
2019-07-17 10:42:35 +02:00
Robert Scott
3e5ccd4300 openjpeg: enable tests 2019-07-17 10:34:41 +02:00
Robert Scott
5c85b24edc pythonPackages.jpylyzer: init at 1.18.0
include as application too
2019-07-17 10:34:41 +02:00
Demin Dmitriy
ea688c051d git: remove runtime dependency on gcc
Reduces gitMinimal closure size from 329.6M to 174.8M.

Fixes the issue https://github.com/NixOS/nixpkgs/issues/64350.

In git 2.22.0 git-stash is no longer a shell script and now it is just a symlink to git.
`postInstall` assumed that it was a shell script, tried to patch it and
ended up corrupting the file and made `strip` refuse stripping it.
2019-07-17 10:33:13 +02:00
Will Dietz
d5dc9a2140 iputils: 20190515 -> 20190709
https://github.com/iputils/iputils/releases/tag/s20190709

See release notes for details,
but of particular note is that
this expression is now quite simpler
due to the following:

* ninfod now builds w/nettle!
* update includes patches we fetched from upstream
* cross should be handled now, during move to meson
  * prelim testing confirms, meson makes it much easier
    to get things right re:explanation given in comment
    (not propagating host/target info)
* issue re:musl+idn2 appears resolved re:compilation,
  but results in unclear runtime errors regarding
  "invalid flags".  Keep disabled as before as this
  is clearer at the expression level and reports
  failure to resolve instead which is a bit clearer.
  (testing with systemd-less iputils)

This also means our iputils is openssl-free,
which if nothing else is a nice reduction in trans. size :).
(quick imperfect comparison shows:
  39MB -> 35MB w/glibc
  11.4 -> 7.9 w/musl
)

iputils: nvm no IDN w/musl

iputils: nvm keep idn disabled w/musl
2019-07-17 10:31:17 +02:00
Ambroz Bizjak
3e867d16cd strip setup hook: Strip using --strip-unneeded instead of --strip-debug. 2019-07-17 10:31:01 +02:00
Dmitry Kalinkin
325f37f935 llvm_*,clang_*: allow src overrides 2019-07-17 10:30:05 +02:00
Robert Scott
c996567948 zeromq: 4.3.1 -> 4.3.2 2019-07-17 10:25:35 +02:00
volth
97ea621a56 perlPackages.buildPerlModule: allow pre/post hooks
buildPerlModule did not allow to specify hooks like preCheck or postInstall
it also did not allow to override buildPhase or installPhase
2019-07-17 10:23:40 +02:00
Roman Volosatovs
7fd4ec66e7 go: Add rvolosatovs to maintainers 2019-07-17 10:22:58 +02:00
Roman Volosatovs
adf5588512 go_1_11: 1.11.11 -> 1.11.12 2019-07-17 10:22:58 +02:00
Roman Volosatovs
6e85a5a788 go_1_12: 1.12.6 -> 1.12.7 2019-07-17 10:22:58 +02:00
Nikolay Amiantov
da295a1206 python2: backport fix for pyc race condition, part 2
Turns out fixing this only in importlib is not sufficient and we
need to backport CPython part of the fix too.

This patch is based on https://hg.python.org/cpython/rev/c16063765d3a
but because the code around is different there are some changes (C-strings
instead of Python objects etc.)

With this patch Tensorflow builds successfully on many-core machine.
2019-07-17 10:22:11 +02:00
Marek Mahut
9a6bd59111 libxslt: CVE-2019-13118 2019-07-17 10:16:55 +02:00
Marek Mahut
3aefa76106 libxslt: CVE-2019-13117 2019-07-17 10:16:55 +02:00
Marek Mahut
0238946872 unzip: CVE-2019-13232 2019-07-17 10:15:08 +02:00
Frederik Rietdijk
0d832585b7 Merge staging-next into staging 2019-07-17 10:14:29 +02:00
R. RyanTM
3f3403bfcf x265: 3.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/x265/versions
2019-07-17 10:11:29 +02:00
Matthieu Coudron
2cd8924235 python3Packages.python-language-server: 0.26.1 -> 0.27.0 2019-07-17 10:08:50 +02:00
Matthieu Coudron
274bb2e34d python3Packages.pyls-mypy: 0.1.3 -> 0.1.6 2019-07-17 10:08:50 +02:00
Taito Horiuchi
7c355b6a6d pythonPackages.robotframework: 3.0.4 -> 3.1.2
pythonPackages.robotframework: source file is zip formated
2019-07-17 10:08:19 +02:00
Vladyslav Burzakovskyy
0f5e19cc2b pythonPackages.isoweek: init at 1.3.3 2019-07-17 10:06:12 +02:00
Chris Ostrouchov
a0fae1b615 pythonPackages.decorator: 4.3.2 -> 4.4.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
a1fd212536 pythonPackages.odo: refactor 0.5.1 -> unstable-2019-07-16 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
124d108d7d pythonPackages.pytest-mpl: refactor fix broken python 2 test 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
2c08f7dadd pythonPackages.robotframework-tools: 0.1a114 -> 0.1rc4 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
bdd84a0257 pythonPackages.zetup: refactor fix broken 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
28f1c7765d pythonPackages.modeled: init at 0.1.8 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
52840a2557 pythonPackages.sunpy: init at 1.0.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
85e027d914 pythonPackages.pytest_3: refactor fix broken build of old package 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
daf811fa6d pythonPackages.drms: init at 0.5.6 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
ccdd093064 pythonPackages.glymur: init at 0.8.18 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
504134a4a0 pythonPackages.asdf: init at 2.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
bd82932de3 pythonPackages.parfive: init at 1.0.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
ad4bbe8684 pythonPackages.aioftp: init at 0.13.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
7523cd4f89 pythonPackages.trustme: refactor add idna as dependency needed downstream 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
7e929898d7 pythonPackages.pytest-socket: init at 0.3.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
1832c1c52e pythonPackages.pytest-astropy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
45ee5f6d28 pythonPackages.pytest-arraydiff: init at 0.3 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
3291b8dadf pythonPackages.pytest-openfiles: init at 0.3.2 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
e175b841f8 pythonPackages.pytest-remotedata: init at 0.3.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
5bf65feaaa pythonPackages.pytest-doctestplus: init at 0.3.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
eceb53f082 pythonPackages.pydy: init at 0.5.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
b965b4b7ae pythonPackages.yt: init at 3.5.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
ceaf12fd6e pythonPackages.pygbm: init at 0.1.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
1765a678fb pythonPackages.clifford: init at 1.0.4 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
99f7b14981 pythonPackages.stumpy: init at 1.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
36dc1d4fe6 pythonPackages.colorcet: init at 0.10 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
029ef744a8 pythonPackages.colorcet: init at 2.0.1 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
30169d9493 pythonPackages.datashader: init at 0.7.0 2019-07-17 10:02:03 +02:00
Chris Ostrouchov
cebcbc24c7 pythonPackages.datashape: refactor fix broken package 2019-07-17 10:02:03 +02:00
Matt Melling
6c9d4bc846 pythonPackages.mwparserfromhell: init at 0.5.4 2019-07-17 10:00:21 +02:00
Daniël de Kok
4b334cf1d5 pythonPackages.spacy: 2.1.4 -> 2.1.6
Includes various improvements, including:

- Improvements for various languages.
- Evaluation metrics per entity type.
- Pretraining improvements.

Changelogs:

https://github.com/explosion/spaCy/releases/tag/v2.1.5
https://github.com/explosion/spaCy/releases/tag/v2.1.6

Also add myself as a maintainer.
2019-07-17 09:55:59 +02:00
Daniël de Kok
3a2c9891e7 pythonPackages.thinc: 7.0.6 -> 7.0.8
Change: avoid allocating a negative shape for ngrams
2019-07-17 09:55:59 +02:00
Angus Gibson
c033dfd5b7 nco: 4.5.5 -> 4.8.1 2019-07-17 17:52:01 +10:00
R. RyanTM
2ee151102e josm: 15155 -> 15238
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/josm/versions
2019-07-17 09:47:03 +02:00
Frederik Rietdijk
ff2b03a842
Merge pull request #64819 from r-ryantm/auto-update/intel-media-driver
intel-media-driver: 19.1.0 -> 19.2
2019-07-17 09:46:16 +02:00
R. RyanTM
2df0b53d70 imagemagick7: 7.0.8-46 -> 7.0.8-53
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
2019-07-17 09:45:52 +02:00
R. RyanTM
2c90107101 postfix: 3.4.5 -> 3.4.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postfix/versions
2019-07-17 09:45:35 +02:00
R. RyanTM
e8f2f769fd libdap: 3.20.3 -> 3.20.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
2019-07-17 09:44:48 +02:00
R. RyanTM
322201aefb lxcfs: 3.0.3 -> 3.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxcfs/versions
2019-07-17 09:44:36 +02:00
R. RyanTM
d01362bba9 libwebp: 1.0.2 -> 1.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebp/versions
2019-07-17 09:44:19 +02:00
R. RyanTM
4e5c0e9f0e openimageio2: 2.0.8 -> 2.0.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openimageio/versions
2019-07-17 09:43:57 +02:00
R. RyanTM
f3e50dfbbb python37Packages.asgiref: 3.1.2 -> 3.1.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-asgiref/versions
2019-07-17 09:43:42 +02:00
R. RyanTM
fdca0189d9 pmd: 6.15.0 -> 6.16.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-07-17 09:43:15 +02:00
R. RyanTM
3e33e53c5d poco: 1.9.0 -> 1.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poco/versions
2019-07-17 09:43:02 +02:00
R. RyanTM
1fb7255690 python37Packages.dbf: 0.98.0 -> 0.98.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dbf/versions
2019-07-17 09:42:09 +02:00
R. RyanTM
c4ba29da30 dot2tex: 2.9.0 -> 2.11.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-dot2tex/versions
2019-07-17 09:41:48 +02:00
R. RyanTM
c1871485ed python37Packages.identify: 1.4.3 -> 1.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-identify/versions
2019-07-17 09:41:24 +02:00
R. RyanTM
26bff5f767 python37Packages.google-auth-oauthlib: 0.3.0 -> 0.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-auth-oauthlib/versions
2019-07-17 09:40:56 +02:00
Nikolay Amiantov
4dad0ae560 buildBazelPackage: cleanup hacks and enforce them for all builds
Timestamp verification skip is no longer needed (not sure why). Generally we
better off always using the environment hack for all packages because that
ensures all NIX_* flags are correctly applied.

One possible improvement in future is to filter only NIX_* variables to
passthru in Bazel.
2019-07-17 10:40:38 +03:00
R. RyanTM
bac8f18fc6 python37Packages.piexif: 1.1.2 -> 1.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-piexif/versions
2019-07-17 09:40:18 +02:00
R. RyanTM
76e53a96ec python37Packages.whichcraft: 0.5.2 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-whichcraft/versions
2019-07-17 09:40:01 +02:00
R. RyanTM
dcc38411e7 python37Packages.python-gitlab: 1.8.0 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-python-gitlab/versions
2019-07-17 09:39:50 +02:00
R. RyanTM
2957f9f79d python37Packages.splinter: 0.10.0 -> 0.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-splinter/versions
2019-07-17 09:38:59 +02:00
R. RyanTM
9ed84b6c2b python37Packages.pyopencl: 2018.2.5 -> 2019.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyopencl/versions
2019-07-17 09:38:08 +02:00
R. RyanTM
4040b16c30 rabbitmq-server: 3.7.15 -> 3.7.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-07-17 09:37:53 +02:00
R. RyanTM
abc4ccdd2d shc: 4.0.2 -> 4.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shc/versions
2019-07-17 09:37:34 +02:00
R. RyanTM
43aa4b4154 spoofer: 1.4.2 -> 1.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spoofer/versions
2019-07-17 09:37:21 +02:00
R. RyanTM
3063809ac2 smemstat: 0.02.03 -> 0.02.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smemstat/versions
2019-07-17 09:37:06 +02:00
R. RyanTM
2928e4c3fc skypeforlinux: 8.47.0.59 -> 8.49.0.49
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/skypeforlinux/versions
2019-07-17 09:36:49 +02:00
Lily Ballard
d81941dcfd magic-wormhole: include manpage 2019-07-17 00:36:08 -07:00
R. RyanTM
178bf6921b python37Packages.ROPGadget: 5.4 -> 5.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ropgadget/versions
2019-07-17 09:36:00 +02:00
R. RyanTM
ef6f912245 sauce-connect: 4.5.1 -> 4.5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sauce-connect/versions
2019-07-17 09:35:15 +02:00
R. RyanTM
d7cdd895fa rsyslog: 8.1905.0 -> 8.1907.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
2019-07-17 09:34:36 +02:00
R. RyanTM
39263d8613 syncplay: 1.6.3 -> 1.6.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/syncplay/versions
2019-07-17 09:34:22 +02:00
R. RyanTM
9a6f0ca8b7 stacks: 2.4 -> 2.41
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stacks/versions
2019-07-17 09:34:10 +02:00
R. RyanTM
e50674b6b2 tgt: 1.0.78 -> 1.0.79
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tgt/versions
2019-07-17 09:34:00 +02:00
R. RyanTM
1f71623c0b uftp: 4.9.11 -> 4.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uftp/versions
2019-07-17 09:33:48 +02:00
R. RyanTM
9f29ecbaf4 tesseract4: 4.0.0 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tesseract/versions
2019-07-17 09:33:34 +02:00
R. RyanTM
8a4c3f43e0 gnome3.totem: 3.32.0 -> 3.32.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/totem/versions
2019-07-17 09:33:20 +02:00
R. RyanTM
8b88136f3e wcslib: 6.2 -> 6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wcslib/versions
2019-07-17 09:32:57 +02:00
R. RyanTM
9d6fabd905 wpgtk: 6.0.7 -> 6.0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wpgtk/versions
2019-07-17 09:32:43 +02:00
R. RyanTM
941a1f37c2 webkitgtk: 2.24.2 -> 2.24.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/webkitgtk/versions
2019-07-17 09:32:31 +02:00
R. RyanTM
8cee299afb vnstat: 2.2 -> 2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vnstat/versions
2019-07-17 09:32:19 +02:00
R. RyanTM
3147935531 vttest: 20190105 -> 20190710
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vttest/versions
2019-07-17 09:32:07 +02:00
volth
589dd21f4e perlPackages.FileFindObjectRule: fix tests 2019-07-17 09:29:52 +02:00
volth
a610024634 perlPackages.EmailSender: fix tests
It should fix https://github.com/NixOS/nixpkgs/pull/64157#issuecomment-510473907
2019-07-17 09:29:52 +02:00
Jan Tojnar
99e72dc413
pytrainer: 1.12.1 → 2.0.0 2019-07-17 09:20:49 +02:00
Mario Rodas
3b1b51520d
Merge pull request #64973 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.4.0 -> 0.5.0
2019-07-17 02:18:59 -05:00
Mario Rodas
dbd4d232af
Merge pull request #64923 from r-ryantm/auto-update/python3.7-pysaml2
python37Packages.pysaml2: 4.7.0 -> 4.8.0
2019-07-17 02:18:25 -05:00
Mario Rodas
8801fb7be6
Merge pull request #64885 from r-ryantm/auto-update/python3.7-phonenumbers
python37Packages.phonenumbers: 8.10.12 -> 8.10.14
2019-07-17 02:03:20 -05:00
Mario Rodas
9239460aa1
Merge pull request #64883 from r-ryantm/auto-update/python3.7-micawber
python37Packages.micawber: 0.4.1 -> 0.5.0
2019-07-17 02:02:35 -05:00
Mario Rodas
a697e27fae
Merge pull request #64881 from r-ryantm/auto-update/python3.7-django-taggit
python37Packages.django_taggit: 0.23.0 -> 1.1.0
2019-07-17 01:59:32 -05:00
Mario Rodas
f4398f50b1
Merge pull request #64889 from r-ryantm/auto-update/python3.7-josepy
python37Packages.josepy: 1.1.0 -> 1.2.0
2019-07-17 01:56:38 -05:00
Mario Rodas
6190ce5ba8
Merge pull request #64890 from r-ryantm/auto-update/python3.7-flask-paginate
python37Packages.flask-paginate: 0.5.2 -> 0.5.3
2019-07-17 01:54:08 -05:00
Mario Rodas
ed537819fd
Merge pull request #64875 from r-ryantm/auto-update/python3.7-pex
python37Packages.pex: 1.6.7 -> 1.6.8
2019-07-17 01:49:52 -05:00
R. RyanTM
e48aa067ad
python37Packages.phonenumbers: 8.10.12 -> 8.10.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-phonenumbers/versions
2019-07-17 01:42:07 -05:00
Mario Rodas
cea7525b5d
Merge pull request #64878 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.0 -> 0.5.1
2019-07-17 01:36:05 -05:00
Mario Rodas
7095c14e68
Merge pull request #64902 from r-ryantm/auto-update/python3.7-fitbit
python37Packages.fitbit: 0.3.0 -> 0.3.1
2019-07-17 01:33:02 -05:00
Mario Rodas
008418db34
Merge pull request #64918 from r-ryantm/auto-update/python3.7-typing_extensions
python37Packages.typing-extensions: 3.7.2 -> 3.7.4
2019-07-17 01:30:54 -05:00
Mario Rodas
4ddc5595ce
Merge pull request #64961 from r-ryantm/auto-update/termtosvg
termtosvg: 0.8.0 -> 0.9.0
2019-07-17 01:23:56 -05:00
Mario Rodas
8e94a722a3
Merge pull request #64954 from Pamplemousse/filebytes
pythonPackages.filebytes: 0.9.20 -> 0.9.21
2019-07-17 01:22:49 -05:00
Mario Rodas
489154c9fb
Merge pull request #64967 from r-ryantm/auto-update/vips
vips: 8.8.0 -> 8.8.1
2019-07-17 01:19:30 -05:00
R. RyanTM
f19bc96592
termtosvg: 0.8.0 -> 0.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/termtosvg/versions
2019-07-17 01:14:51 -05:00
Mario Rodas
81e1151d0f
Merge pull request #64963 from r-ryantm/auto-update/subgit
gitAndTools.subgit: 3.3.6 -> 3.3.7
2019-07-17 01:08:11 -05:00
Mario Rodas
620ee144d9
gitAndTools.git-absorb: 0.4.0 -> 0.5.0 2019-07-17 00:00:00 -05:00
Ryan Mulligan
773f5ed058
Merge pull request #64958 from r-ryantm/auto-update/strace
strace: 5.1 -> 5.2
2019-07-16 21:40:06 -07:00
R. RyanTM
756760b216 vips: 8.8.0 -> 8.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vips/versions
2019-07-16 20:19:34 -07:00
R. RyanTM
908807bb53 gitAndTools.subgit: 3.3.6 -> 3.3.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subgit/versions
2019-07-16 18:42:52 -07:00
R. RyanTM
e871d5466a strace: 5.1 -> 5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/strace/versions
2019-07-16 17:55:50 -07:00
Pamplemousse
af37274743 pythonPackages.filebytes: 0.9.20 -> 0.9.21 2019-07-16 15:58:20 -07:00
R. RyanTM
a7958005fa rush: 1.9 -> 2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rush/versions
2019-07-16 13:58:03 -07:00
Vaibhav Sagar
01cdf214e0 teleport: 3.1.8 -> 4.0.2 2019-07-16 15:25:30 -04:00
R. RyanTM
f612ab7900 python37Packages.jupytext: 1.1.3 -> 1.1.7 (#64898)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jupytext/versions
2019-07-16 20:25:21 +02:00
Wael Nasreddine
f182b83181
Merge pull request #64633 from guibou/bazel_0.28
bazel: 0.27.0 -> 0.28.0
2019-07-16 11:20:06 -07:00
worldofpeace
75777d6346
Merge pull request #64399 from mmahut/blockbook
blockbook: init at 0.3.1
2019-07-16 14:14:34 -04:00
Danylo Hlynskyi
70d6271e47
Merge pull request #64421 from rycee/bugfix/writeTextDir-with-slash
trivial-builders: support '/' in writeTextDir
2019-07-16 21:11:50 +03:00
R. RyanTM
2e4fe8db89 pgbouncer: 1.9.0 -> 1.10.0 (#64869)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
2019-07-16 21:04:15 +03:00
worldofpeace
617a3a6402
Merge pull request #64718 from xrelkd/update/youtube-dl
youtube-dl: 2019.07.12 -> 2019.07.16
2019-07-16 13:42:18 -04:00
worldofpeace
99bd9bf5aa
Merge pull request #64614 from cw789/update_gocryptfs
gocryptfs: 1.6.1 -> 1.7
2019-07-16 13:40:52 -04:00
Vladimír Čunát
5bf68e1354
Merge #64742: firefox 67 -> 68, and related updates 2019-07-16 19:33:04 +02:00
Vladimír Čunát
2b28e4c96f
Merge #64892: 'staging-next' (another iteration)
It's not completely without regressions, but I believe we can deal with
the rest directly on master.  This is required for Firefox security fixes.
2019-07-16 19:32:17 +02:00
Silvan Mosberger
713a45ecf7
python37Packages.Wand: 0.5.4 -> 0.5.5 (#64914)
python37Packages.Wand: 0.5.4 -> 0.5.5
2019-07-16 19:19:56 +02:00
Silvan Mosberger
40789093a6
chrome-export: init at 2.0.2 (#63371)
chrome-export: init at 2.0.2
2019-07-16 19:16:26 +02:00
Silvan Mosberger
50dadfaf82
Merge pull request #60240 from bgamari/haskell-markUnbroken
haskell: Introduce markUnbroken
2019-07-16 19:11:16 +02:00
R. RyanTM
487da714bf python37Packages.pysaml2: 4.7.0 -> 4.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pysaml2/versions
2019-07-16 09:36:26 -07:00
Vladimír Čunát
5777f52576
Merge #64917: wavpack: CVE-2018-19840 CVE-2018-19841 2019-07-16 18:06:30 +02:00
R. RyanTM
d0823eba2c python37Packages.typing-extensions: 3.7.2 -> 3.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-typing_extensions/versions
2019-07-16 09:05:21 -07:00
Marek Mahut
71a3753190 wavpack: CVE-2018-19841 2019-07-16 18:00:18 +02:00
Marek Mahut
003ffbe7d6 wavpack: CVE-2018-19840 2019-07-16 17:58:24 +02:00
Guillaume Bouchard
950da6263f bazel: 0.27.0 -> 0.28.0 2019-07-16 17:43:18 +02:00
R. RyanTM
5ef740182b python37Packages.Wand: 0.5.4 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
2019-07-16 08:20:24 -07:00