Commit Graph

243669 Commits

Author SHA1 Message Date
Ryan Mulligan
91e78b31aa
Merge pull request #96400 from r-ryantm/auto-update/openvswitch
openvswitch: 2.13.0 -> 2.14.0
2020-09-13 15:57:54 -07:00
leenaars
d88f262fd2
ipgrep: ipgrep: 1.0 -> 1.0.1 (#97903) 2020-09-13 22:45:13 +00:00
zimbatm
ceac92ce05
Merge pull request #97892 from taku0/thunderbird-bin-78.2.2
thunderbird, thunderbird-bin: 78.2.1 -> 78.2.2
2020-09-14 00:43:27 +02:00
José Romildo Malaquias
8221805958
Merge pull request #97316 from romildo/upd.marwaita-peppermint
marwaita-peppermint: init at 0.3
2020-09-13 19:26:20 -03:00
José Romildo Malaquias
49ce7a07f6
Merge pull request #97297 from romildo/upd.marwaita-manjaro
marwaita-manjaro: 2020-08-29 -> 1.5
2020-09-13 19:25:35 -03:00
José Romildo Malaquias
31c90f3b9f
Merge pull request #97136 from romildo/upd.theme-obsidian2
theme-obsidian2: 2.13 -> 2.14
2020-09-13 19:24:58 -03:00
José Romildo Malaquias
5457fc7c76
Merge pull request #97551 from badmutex/badi/update-vivaldi-3_3
vivaldi: 3.1.1929.45-1 -> 3.3.2022.39-1
2020-09-13 18:42:29 -03:00
Luflosi
4a11f046a6
youtube-dl: 2020.09.06 -> 2020.09.14
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.14
2020-09-13 23:36:19 +02:00
Jan Tojnar
24a6d1152d
twemoji-color-font: fix build with Inkscape 1 2020-09-13 23:13:57 +02:00
Jan Tojnar
f355352177
emojione: fix build with Inkscape 1 2020-09-13 23:13:54 +02:00
Christoph Neidahl
5efe403c93 palemoon: 28.12.0 -> 28.13.0 2020-09-13 22:51:02 +02:00
Mario Rodas
d31ddcb42c
Merge pull request #97849 from marsam/update-zeek
zeek: 3.2.0 -> 3.2.1
2020-09-13 14:25:19 -05:00
Mario Rodas
57f00c0459
Merge pull request #97917 from NobbZ/lefthook-go-114
lefthook: use go 1.14 to build
2020-09-13 14:09:28 -05:00
syberant
2f6c1eac7b gitoxide: 0.3.0 -> 0.4.0
Add dependency on openssl.
2020-09-13 21:08:17 +02:00
WORLDofPEACE
f5fdc6b240
Merge pull request #97894 from TethysSvensson/fixBusybox
busybox: Fix 404 error by using git instead
2020-09-13 14:25:22 -04:00
freezeboy
7849d11478 python3Packages.python-snap7: init 0.11 2020-09-13 10:28:12 -07:00
freezeboy
1be6ac06ab barman: init 2.11 2020-09-13 10:26:03 -07:00
Romanos Skiadas
5e891fd073 python3Packages.jenkinsapi: fix build
nix-env -f default.nix -iA python38Packages.jenkinsapi now works.

Here is a list of all the things done:
- fixed the dependency list which was lacking some packages
- changed checkPhase. This called python setup.py test by default,
which is very much not what jenkinsapi does upstream. This resulted in
simple_post_logger.py being imported, which called serve_forever(),
manifesting as a hang
- tox decided to install pbr every time and fails and also tried to
run tests across multiple python versions, so I just made checkPhase
call pylint/pycodestyle/py.test directly.
- disabled systests which try to run jenkins
- disabled misc broken tests. There are some calls in them that should
have been mocked but the mocks don't take effect for some reason,
resulting in failed requests to localhost.
- removed needless inputs. nose and unittest2 are not needed, not even
in python2
- disabled tests on darwin, as requests-kerberos is apparently broken
2020-09-13 10:03:53 -07:00
Tethys Svensson
22d0213376 hacksaw: init as 1.0.4 2020-09-13 09:48:20 -07:00
Bruno Bigras
1d5fb043fa nwg-launchers: 0.2.0 -> 0.3.3 2020-09-13 12:45:34 -04:00
Tethys Svensson
f57a658d8e
zathura: symlinkJoin all of plugins (#96630)
* zathura: symlinkJoin all of plugins

* zathura: Add TethysSvensson as a maintainer

Co-authored-by: Matthieu Coudron <mattator@gmail.com>
2020-09-13 18:45:23 +02:00
Martin Weinelt
79ff0a1127
Merge pull request #97866 from nyanloutre/python_gitlab_fix
pythonPackage.python-gitlab: add missing tests requirements
2020-09-13 18:43:59 +02:00
Martin Weinelt
1810cb2e0c python3Packages.brother: 0.1.14 -> 0.1.17 2020-09-13 09:41:06 -07:00
gnidorah
4269da36d1 ArchiSteamFarm: 4.2.3.6 -> 4.2.4.0 2020-09-13 09:37:44 -07:00
Josef Kemetmüller
dc2e45e3e5 python.pkgs.geopandas: 0.8.0 -> 0.8.1
This fixes the geopandas build, which did break with the update of
pandas from 1.0.5 to 1.1.0.
2020-09-13 09:31:07 -07:00
Daniël de Kok
69cdd652b7 python3Packages.datasets: 1.0.0 -> 1.0.1
Changelog:
https://github.com/huggingface/datasets/releases/tag/1.0.1
2020-09-13 09:26:34 -07:00
Mario Rodas
a9fe5fa39f
Merge pull request #97864 from doronbehar/pkg/shadowfox
shadowfox: Add ldflags
2020-09-13 11:20:50 -05:00
Norbert Melzer
4312e2460a lefthook: use go 1.14 to build
Due to some changes in `go` from 1.14 to 1.15 the lefthook tool
currently can't start external programs and errors each test it tries
to run, making it effectively useless.

This is a temporary fix to make `lefthook` usable again until the
upstream issue was fixed and a new release has been cut.

Upstream issue: https://github.com/Arkweid/lefthook/issues/151
2020-09-13 18:20:22 +02:00
Mario Rodas
8ddd52d29b tflint: 0.19.1 -> 0.20.1
https://github.com/terraform-linters/tflint/releases/tag/v0.20.1
2020-09-13 09:20:12 -07:00
Mario Rodas
a6b064e649 cascadia-code: 2007.01 -> 2008.25
https://github.com/microsoft/cascadia-code/releases/tag/v2008.25
2020-09-13 09:19:18 -07:00
Doron Behar
bdbe60a883
Merge pull request #97752 from doronbehar/pkg/qpdf
qpdf: 9.1.1 -> 10.0.1
2020-09-13 19:16:19 +03:00
Samuel Ainsworth
a8d6213726
Shell programming hygiene (#97884) 2020-09-13 16:09:05 +00:00
Jakub Kądziołka
72ccc9b885
chez-modules: Fix path to csv-site.
It seems that the installation path for chez modules no longer includes
the Chez version. This fixes the build for chez-mit and chez-scmutils.
2020-09-13 17:52:22 +02:00
Mario Rodas
972fc49364
Merge pull request #97897 from marsam/fix-exiv2-darwin
exiv2: fix build on darwin
2020-09-13 10:11:45 -05:00
Damien Cassou
61d6eb529c
Merge pull request #97906 from DamienCassou/rider-2020.2.2
Update rider to 2020.2.2
2020-09-13 16:37:50 +02:00
Doron Behar
a4cdb9a624 gotify-server: 2.0.17 -> 2.0.18
Use new line in printf calls of update.sh, so editor config CI check
won't fail.
2020-09-13 17:03:39 +03:00
Damien Cassou
8864a7c6ac
Update rider 2020-09-13 16:01:52 +02:00
Martin Weinelt
e452e42d81
Merge pull request #97899 from risicle/ris-httpx-fix
pythonPackages.httpx: fix tests
2020-09-13 15:19:53 +02:00
Matthieu Coudron
7bd0b8e284
Merge pull request #97904 from risicle/ris-pulp-fix
pythonPackages.pulp: fix by adding new dependency amply
2020-09-13 15:12:35 +02:00
Robert Scott
26e023bfa7 pythonPackages.pulp: fix by adding new dependency amply 2020-09-13 13:23:13 +01:00
Robert Scott
c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Pavol Rusnak
2b27d94f01
gocryptfs: switch buildGoPackage to buildGoModule 2020-09-13 14:08:54 +02:00
Robert Scott
92a9db2e3e pythonPackages.httpx: fix tests
test suite contained a literal timestamp which expired, fixed upstream
2020-09-13 12:44:47 +01:00
Robert Scott
b3fd4226ba
Merge pull request #97765 from freezeboy/fix-dependency-injector
python2Packages.dependency-injector: add missing dependencies
2020-09-13 12:00:40 +01:00
freezeboy
2102764e62 python2Packages.dependency-injector: add missing dependencies 2020-09-13 12:48:13 +02:00
Nick Hu
5d92cf5f23
Merge pull request #78143 from mtreca/master
pam_gnupg: init at 0.1
2020-09-13 11:44:01 +01:00
Tethys Svensson
a9597f9573 busybox: Use git to fetch debian.script from debian
Debian has yanked the upstream tarball we use to get default.script. We
could simply bump the version number to get the new tarball, but to
avoid the problem in the future, we should instead fetch it from git.
2020-09-13 12:34:08 +02:00
Tethys Svensson
43cd431b44 fetchgitlab: Escape a few more characters in the revision 2020-09-13 12:34:08 +02:00
Robert Scott
35ca475f8b
Merge pull request #97757 from freezeboy/fix-lp_solve
lp_solve: fix build
2020-09-13 11:00:26 +01:00
Vincent Laporte
e2dffb60a5 ocamlPackages.batteries: 3.0.0 → 3.1.0 2020-09-13 11:59:06 +02:00