Commit Graph

333962 Commits

Author SHA1 Message Date
Fabian Affolter
3705b869bd python3Packages.volkszaehler: 0.3.0 -> 0.3.2 2021-11-23 12:47:44 +01:00
Lein Matsumaru
080a563fb5
exploitdb: 2021-11-18 -> 2021-11-23 2021-11-23 11:45:24 +00:00
Fabian Affolter
33bff3a785 python3Packages.volkszaehler: 0.2.2 -> 0.3.0 2021-11-23 12:41:43 +01:00
Fabian Affolter
918756a197 python3Packages.hole: 0.6.0 -> 0.7.0 2021-11-23 12:20:18 +01:00
Sebastian Sellmeier
c8cdffea28
tldr: 1.3.0 -> 1.4.2 2021-11-23 12:10:41 +01:00
sternenseemann
fcda45486c python3Packages.afdko: skip broken test on aarch64
Reported upstream, hopefully harmless:
https://github.com/adobe-type-tools/afdko/issues/1425
2021-11-23 11:45:00 +01:00
sternenseemann
462cc7f39c python3Packages.afdko: run full test suite in passthru.tests
Testsuite delta seems to be 25% still (3min vs 4min on my machine…).
2021-11-23 11:45:00 +01:00
sternenseemann
5104de2ad7 python3Packages.nototools: 0.2.13 -> 0.2.16 2021-11-23 11:45:00 +01:00
sternenseemann
f51df005e2 python3Packages.afdko: 3.5.1 -> 3.7.1 2021-11-23 11:45:00 +01:00
sternenseemann
ac1f59665b antlr4_9: init at 4.9.2
* Mostly copied from 4.8.nix

* C++ runtime now requires utfcpp which is solved using an
  ExternalProject in 4.9.2. Since this requires network access, we patch
  it out using a patch picked from antlr4's master.

* Change logs:

  * https://github.com/antlr/antlr4/releases/tag/4.9
  * https://github.com/antlr/antlr4/releases/tag/4.9.1
  * https://github.com/antlr/antlr4/releases/tag/4.9.2
2021-11-23 11:45:00 +01:00
sternenseemann
e5cc512fae python3Packages.psautohint: 2.3.0 -> 2.3.1
https://github.com/adobe-type-tools/psautohint/blob/master/NEWS.md#v231---july-28-2021
2021-11-23 11:45:00 +01:00
sternenseemann
d11ad3e625 python3Packages.fonttools: 4.21.1 -> 4.26.2
We can't yet upgrade to fonttools 4.27.* because afdko doesn't support
it yet.

* Refactor to use pytestCheckHook

* No longer necessary to set locale prior to running the tests

* Python 3.6 support will be dropped soon

Change Log entrys:

* https://github.com/fonttools/fonttools/releases/tag/4.22.0

* https://github.com/fonttools/fonttools/releases/tag/4.22.1

* https://github.com/fonttools/fonttools/releases/tag/4.23.0

* https://github.com/fonttools/fonttools/releases/tag/4.23.1

* https://github.com/fonttools/fonttools/releases/tag/4.24.0

* https://github.com/fonttools/fonttools/releases/tag/4.24.1

* https://github.com/fonttools/fonttools/releases/tag/4.24.2

* https://github.com/fonttools/fonttools/releases/tag/4.24.3

* https://github.com/fonttools/fonttools/releases/tag/4.24.4

* https://github.com/fonttools/fonttools/releases/tag/4.25.0

* https://github.com/fonttools/fonttools/releases/tag/4.25.1

* https://github.com/fonttools/fonttools/releases/tag/4.25.2

* https://github.com/fonttools/fonttools/releases/tag/4.26.0

* https://github.com/fonttools/fonttools/releases/tag/4.26.1

* https://github.com/fonttools/fonttools/releases/tag/4.26.2
2021-11-23 11:45:00 +01:00
Yurii Matsiuk
8e986f6389
nixos/bluetooth: fix bluetooth warnings 2021-11-23 10:54:26 +01:00
Domen Kožar
1799f8e87b
Merge pull request #147043 from arkivm/darwin-fixes-ocaml
ocaml: Fix aarch64-darwin build
2021-11-23 10:11:10 +01:00
Domen Kožar
35d670f9c1
Merge pull request #146968 from Hoverbear/shaderc-darwin-libtool
shaderc: include darwin libtool
2021-11-23 10:09:06 +01:00
Fabian Affolter
e40586575c python3Packages.opensensemap-api: 0.1.6 -> 0.2.0 2021-11-23 09:51:18 +01:00
Fabian Affolter
1e3ff0d215 tfsec: 0.60.0 -> 0.60.1 2021-11-23 09:23:48 +01:00
Fabian Affolter
5115825c85
Merge pull request #147047 from fabaff/slowlorust
slowlorust: init at 0.1.1
2021-11-23 09:16:48 +01:00
Fabian Affolter
a28e26d307
Merge pull request #146945 from fabaff/stacs
stacs: init at 0.2.0
2021-11-23 09:14:26 +01:00
Fabian Affolter
2440d37c51
Merge pull request #146947 from fabaff/boofuzz
boofuzz: init at 0.4.0
2021-11-23 09:13:27 +01:00
Robert Schütz
7ac689dd4b
Merge pull request #146261 from dotlambda/megapixels-1.4.2
megapixels: 1.4.0 -> 1.4.2
2021-11-23 00:11:42 -08:00
Fabian Affolter
f71a0a4d76
Merge pull request #146948 from fabaff/chopchop
chopchop: init at 1.0.0
2021-11-23 09:10:49 +01:00
Dmitry Kalinkin
ce9ebdc21f
Merge pull request #146963 from IreneKnapp/bwbasic
bwbasic: init at 3.20
2021-11-23 02:28:29 -05:00
Robert Scott
712b402565 python3Packages.cwcwidth: fix tests on darwin
use the same locale settings used by upstream's CI:
2bc4360474/.github/workflows/build.yaml (L33)

this has the effect of skipping some otherwise-failing tests on
darwin. seems slightly counterproductive but who am i to judge?
2021-11-22 23:05:47 -08:00
Francesco Gazzetta
67c9d4ae00 glm: fix aarch64-darwin build by fixing cmake warnings 2021-11-22 23:02:27 -08:00
Jonathan Ringer
dfcd49afe2 python3Packages.numpy: remove unneeded patch
Patch was already merged upstream, no longer relevant
2021-11-22 22:14:49 -08:00
github-actions[bot]
bff49dab05
Merge staging-next into staging 2021-11-23 06:01:42 +00:00
Jonathan Ringer
a7dda03a2e
Merge remote-tracking branch 'origin/master' into staging-next 2021-11-22 21:33:40 -08:00
Jonathan Ringer
4b73049ccc
Merge remote-tracking branch 'origin/staging' into staging-next
Conflicts:
	nixos/tests/custom-ca.nix
2021-11-22 21:33:23 -08:00
Michael Weiss
ebbca75dc2 glances: 3.2.3.1 -> 3.2.4.2 2021-11-22 21:15:21 -08:00
Sebastián Mancilla
74d907ad05
libcanberra-gtk3: mark as unbroken on darwin (#147045)
gtk3-x11 was fixed by #132239.
2021-11-23 00:10:30 -05:00
evils
decac5a0d2
kicad-unstable: 2021-07-12 -> 6.0.0-rc1 (#142261)
* kicad-unstable: 2021-07-12 -> 2021-11-10

with changes to library paths

Plugin and Content Manager seems to work
  (not related to the library paths changes)

* kicad-unstable: 2021-11-10 -> 6.0.0-rc1
2021-11-23 00:05:57 -05:00
evils
d2c4e0a3ba
kicad: 5.1.11 -> 5.1.12 (#145403)
very minor change
5.1.11 was never officially released
  due to a re-tag
2021-11-23 00:05:27 -05:00
JesusMtnez
fff44a9c1a
slack: 4.21.1 -> 4.22.0 2021-11-23 05:55:36 +01:00
Irene Knapp
fd5df16c24
bwbasic: init at 3.20 2021-11-22 20:20:24 -08:00
Robert Schütz
57be0c5d96
Merge pull request #146833 from dotlambda/greeclimate-1.0.0
python3Packages.greeclimate: 0.12.5 -> 1.0.0
2021-11-22 20:05:10 -08:00
Robert Schütz
4d3d8e205c
Merge pull request #146908 from erictapen/imagemagick
imagemagick: 7.1.0-14 -> 7.1.0-15
2021-11-22 19:59:58 -08:00
tomberek
67e5945d35
Merge pull request #147070 from arcnmx/hangups-async-timeout
python3Packages.hangups: fix async-timeout
2021-11-22 20:50:27 -05:00
Raphael Megzari
106286b498
erlang: 24.1.6 -> 24.1.7 (#146999) 2021-11-23 10:36:13 +09:00
Artturi
c6154e7f81
Merge pull request #146639 from oxalica/fix/thunderbird-closure
thunderbird: reintroduce buildconfig patch to reduce closure size
2021-11-23 03:35:23 +02:00
Sandro
cb6e9b19aa
Merge pull request #145305 from suhr/alloy6 2021-11-23 02:32:50 +01:00
pasqui23
8b8bd0e23e
systemdgenie: init at 0.99.0 (#143984) 2021-11-23 02:32:12 +01:00
pasqui23
ab0c07470b
kaffeine: init at 2.0.18 (#143985)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-23 02:31:31 +01:00
Robert Schütz
192bbb938c python2Packages.construct: skip tests that require broken packages 2021-11-22 16:58:38 -08:00
Robert Schütz
c4686c15cc
Merge pull request #146906 from erictapen/ghostwriter
ghostwriter: 2.0.2 -> 2.1.0
2021-11-22 16:49:32 -08:00
Sandro
2b7d568a8f
Merge pull request #147062 from zx2c4-forks/revert-139530-wireguard-tools 2021-11-23 01:31:48 +01:00
Bobby Rong
729193678c
Merge pull request #147042 from mdlayher/mdl-rm-mdlayher
maintainers: remove mdlayher from golang team
2021-11-23 08:15:46 +08:00
arcnmx
9c390b6b38 python3Packages.hangups: fix async-timeout 2021-11-22 16:11:10 -08:00
github-actions[bot]
67ab731b70
Merge master into haskell-updates 2021-11-23 00:07:39 +00:00
github-actions[bot]
e46718d278
Merge master into staging-next 2021-11-23 00:01:49 +00:00