Timo Kaufmann
6f0c00907b
Merge pull request #98491 from raboof/inkscape-add-inkcut-extension-on-top-of-master
...
inkscape: add inkcut extension
2020-11-24 21:58:05 +01:00
Guillaume Girol
6108c23eb4
Merge pull request #103964 from Taneb/metamath-193
...
metamath: 0.182 -> 0.193
2020-11-24 20:31:23 +00:00
Sandro
8d5eb69101
Merge pull request #103449 from r-ryantm/auto-update/libdeflate
...
libdeflate: 1.6 -> 1.7
2020-11-24 21:15:17 +01:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
...
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Guillaume Girol
b32a2844ca
Merge pull request #104605 from seppeljordan/shapely-minimum-python
...
pythonPackages.shapely: Set minimum python version to 3.5
2020-11-24 20:03:15 +00:00
Sandro
f0ac1596a1
Merge pull request #103301 from r-ryantm/auto-update/python3.7-XStatic-jQuery
...
python37Packages.xstatic-jquery: 3.4.1.0 -> 3.5.1.1
2020-11-24 20:55:02 +01:00
Sandro
952c65874c
Merge pull request #103445 from r-ryantm/auto-update/libamqpcpp
...
libamqpcpp: 4.2.1 -> 4.3.8
2020-11-24 20:52:21 +01:00
Benjamin Hipple
9c4072af40
Merge pull request #104497 from r-ryantm/auto-update/abi-dumper
...
abi-dumper: 1.1 -> 1.2
2020-11-24 14:20:18 -05:00
Sandro
9a2b5a9521
Merge pull request #104780 from ehmry/dhallPackages.Prelude
...
dhallPackages.Prelude: 13.0.0 -> 19.0.0
2020-11-24 18:57:27 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Jonathan Ringer
2545e3f370
python2Packages.cryptography: mark insecure, CVE-2020-25659
2020-11-24 17:32:50 +01:00
Sandro
64236501b5
Merge pull request #103577 from r-ryantm/auto-update/trompeloeil
...
trompeloeil: 38 -> 39
2020-11-24 17:24:27 +01:00
Sandro
84fd68150b
Merge pull request #104767 from oxzi/platformio-5.0.3
...
platformio: 5.0.2 -> 5.0.3
2020-11-24 16:57:40 +01:00
Emery Hemingway
54130aa9de
dhallPackages.Prelude: 13.0.0 -> 19.0.0
2020-11-24 16:48:11 +01:00
Alvar
366791e9ca
golangci-lint: 1.32.2 -> 1.33.0 ( #104768 )
2020-11-24 16:20:43 +01:00
Alvar Penning
160c5e9376
platformio: 5.0.2 -> 5.0.3
...
In addition to the version change, the source is managed in a central
location, since previously the same change had to be made in two places.
2020-11-24 14:36:19 +01:00
StigP
13b0a81056
Merge pull request #104644 from stigtsp/package/rakudo-2020.11
...
rakudo: 2020.10 -> 2020.11
2020-11-24 11:02:00 +01:00
Vincent Laporte
5a6981654b
ocamlPackages.camlp5: 7.12 → 7.13
2020-11-24 08:21:21 +01:00
Jan Tojnar
bd9aa37b72
Merge pull request #104692 from mweinelt/webkitgtk
...
webkitgtk: 2.30.2 -> 2.30.3
2020-11-24 07:25:13 +01:00
Mario Rodas
15f61a9b84
python3Packages.scrapy: 2.4.0 -> 2.4.1
...
https://github.com/scrapy/scrapy/releases/tag/2.4.1
2020-11-23 22:17:30 -08:00
Drew Risinger
e9a5187d1e
pythonPackages.pyqtgraph: convert to pyqt5
2020-11-23 22:12:24 -08:00
Mario Rodas
0851cfb063
tflint: 0.20.3 -> 0.21.0
...
https://github.com/terraform-linters/tflint/releases/tag/v0.21.0
2020-11-23 22:08:47 -08:00
Masanori Ogino
0d2f29d617
pythonPackages.rpy2: 3.2.6 -> 3.3.6, fix test etc.
...
- This newer version is compatible with panda 1.0 without any patch.
- rPackages.lazyload is required to run tests.
- The official website is moved to GitHub Pages.
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-23 21:55:28 -08:00
Ryan Mulligan
b160b939df
Merge pull request #104493 from arcz/fix-crytic-compile
...
pythonPackages.crytic-compile: fix missing dependency
2020-11-23 20:56:14 -08:00
Sandro Jäckel
abfd29cace
pythonPackages.asyncssh: Switch PyTestCheckHook, disable failing tests
2020-11-23 16:29:49 -08:00
Joshua Skrzypek
cde89e3ecf
python3Packages.pyspark: Fix out of date postPatch
...
Pyspark switched to pinning py4j==0.10.9 with v3.0.0 - see this commit:
https://github.com/apache/spark/ \
commit/fc4e56a54c15e20baf085e6061d3d83f5ce1185d
This meant that since the bump to pyspark v3.0.0 - in this commit:
https://github.com/NixOS/nixpkgs/ \
commit/5181547ae6624b462919a806c4d0888e6e4630f4 -
the patch was no longer matching on the 'py4j==0.10.7' string that was
working previously.
The failing patch went unnoticed previously because the version of py4j
pinned by pyspark>=3.0.0 was the same as the py4j provided by nixpkgs.
However, a recent PR (#101636 ) bumped the version of py4j to 0.10.9.1 in
this commit:
https://github.com/NixOS/nixpkgs/ \
commit/43a91282d66223c5cb978d53fbe1033f56dd7f2b
which caused the version pinned by pyspark to no longer match the
version provided by nixpkgs. FWIW, @jonringer flagged this issue on
another PR that tried to bump py4j: #100623 .
My solution here was to upgrade the patch's target string to match the
version found in pyspark's current setup.py.
2020-11-23 16:19:14 -08:00
Sandro
9f4cd47a0d
Merge pull request #103827 from r-ryantm/auto-update/python3.7-gssapi
...
python37Packages.gssapi: 1.6.9 -> 1.6.10
2020-11-24 01:06:06 +01:00
Sandro
5ba79b8cf4
Merge pull request #103296 from r-ryantm/auto-update/python3.7-genanki
...
python37Packages.genanki: 0.8.1 -> 0.9.0
2020-11-23 23:16:18 +01:00
Sandro
edcd5cc798
Merge pull request #103253 from StephenWithPH/add-las-tools
2020-11-23 22:56:56 +01:00
Sandro
4b481d9b9f
Merge pull request #102516 from NieDzejkob/sumtypes
...
pythonPackages.sumtypes: init at 0.1a5
2020-11-23 22:26:14 +01:00
Sandro
8451b563e8
Merge pull request #98624 from NieDzejkob/rgbds-maint
...
rgbds: add NieDzejkob as maintainer
2020-11-23 22:03:35 +01:00
Ryan Mulligan
97597f09c0
Merge pull request #104547 from r-ryantm/auto-update/indilib
...
indilib: 1.8.6 -> 1.8.7
2020-11-23 11:56:33 -08:00
R. RyanTM
c07793291e
vcstool: 0.2.9 -> 0.2.14
2020-11-23 20:53:37 +01:00
R. RyanTM
f54b45810b
knightos-mkrom: 1.0.2 -> 1.0.3
2020-11-23 20:52:18 +01:00
R. RyanTM
7733a2c84c
alembic: 1.7.14 -> 1.7.15
2020-11-23 20:46:36 +01:00
R. RyanTM
7dbda4fab8
ace: 6.5.10 -> 6.5.11
2020-11-23 20:43:20 +01:00
R. RyanTM
528831e575
wxsqlite3: 4.6.0 -> 4.6.1
2020-11-23 20:39:30 +01:00
R. RyanTM
f1690744b3
python27Packages.pyside2: 5.15.1 -> 5.15.2
2020-11-23 20:34:45 +01:00
R. RyanTM
7851e23091
leatherman: 1.12.2 -> 1.12.3
2020-11-23 20:34:19 +01:00
R. RyanTM
00401a2f75
react-native-debugger: 0.11.4 -> 0.11.5
2020-11-23 20:33:58 +01:00
Olli Helenius
552eb717c1
pythonPackages.hcloud: 1.9.1 -> 1.10.0
2020-11-23 10:35:14 -08:00
Michael Weiss
c8d1e5d3d3
cargo-c: 0.6.15 -> 0.6.18
2020-11-23 19:31:02 +01:00
Martin Weinelt
48ba279287
webkitgtk: 2.30.2 -> 2.30.3
...
Fixes processing of malicousliy crafted web content which could lead to
- CVE-2020-13584: arbitrary code execution due to a use after free issue
- CVE-2020-9983: code execution due to an out-of-bounds write issue
Advisory at https://webkitgtk.org/security/WSA-2020-0008.html
Fixes: CVE-2090-13584, CVE-2020-9983
2020-11-23 18:59:03 +01:00
Sandro
31487784f9
Merge pull request #104113 from nagisa/nagisa/tracy-0.7.4
...
tracy: 0.7.3 -> 0.7.4
2020-11-23 17:55:47 +01:00
David Pätzel
2c721183f7
pythonPackages.mesa: unstable-2019-12-09 -> 0.8.7
2020-11-23 08:52:09 -08:00
Tim Steinbach
5ba4b41db6
sbt-extras: 2020-11-20 → 2020-11-23
2020-11-23 10:55:11 -05:00
Tim Steinbach
d4de778e5b
sbt: 1.4.3 → 1.4.4
2020-11-23 10:55:07 -05:00
Bernardo Meurer
b543ade350
pythonPackages.psycopg2cffi: init at 2.8.1
2020-11-23 07:05:26 -08:00
freezeboy
a4a1d546ae
python3Packages.zha-quirks: 0.0.45 -> 0.0.46
...
Also unbreak the tests
2020-11-23 06:55:03 -08:00
freezeboy
cfba07ba04
supercollider: 3.11.0 -> 3.11.2
2020-11-23 06:53:35 -08:00