Commit Graph

95714 Commits

Author SHA1 Message Date
Fabian Affolter 92840f5dde python3Packages.factory_boy: 3.1.0 -> 3.2.0 2021-01-13 13:32:10 +01:00
Sandro e6a184aca0
Merge pull request #108777 from fabaff/bump-pyhaversion 2021-01-13 10:15:18 +01:00
sternenseemann 5a23270202 ocamlPackages.dns*: 4.6.2 -> 4.6.3 2021-01-13 10:08:15 +01:00
sternenseemann c955b30d4c dune-release: fix tests for newer git versions
Newer git versions show a hint when calling `git init` to set the
default initial branch to something like 'main'. This obviously is
printed to stderr and thus not hidden by `> /dev/null`. We fix the
ensuing test failure by setting a branch in the invocation.
2021-01-13 09:54:56 +01:00
Vincent Laporte 273a4ec57e ocamlPackages.charInfo_width: use Dune 2 2021-01-13 09:49:20 +01:00
Vincent Laporte 0476529037 ocamlPackages.zed: refactor
Remove legacy version 1.4 (whose evaluation actually fails)

Refactor with `buildDunePackage`

Use dune 2
2021-01-13 09:49:20 +01:00
sternenseemann d96c347f9d ocamlPackages.nonstd: fix fetch error by using fetchzip 2021-01-13 09:19:22 +01:00
Vincent Laporte 2cc958d764 ocamlPackages.lens: 1.2.3 → 1.2.4 2021-01-13 09:00:33 +01:00
Sandro c60ed40274
Merge pull request #109232 from fabaff/pylutron 2021-01-13 08:44:39 +01:00
Jonathan Ringer a4bb38462f python3Packages.xdg: 4.0.1 -> 5.0.1 2021-01-12 23:21:47 -08:00
Jonathan Ringer bb243b19e8 aws-sam-cli: fix build 2021-01-12 23:20:45 -08:00
Jonathan Ringer 6ac479d83e python3Packages.docker: 4.4.0 -> 4.4.1 2021-01-12 23:20:45 -08:00
R. RyanTM f3e888abab python37Packages.casbin: 0.15.0 -> 0.16.0 2021-01-12 23:06:51 -08:00
R. RyanTM 5494e072b6 python37Packages.browser-cookie3: 0.11.4 -> 0.12.0 2021-01-12 23:06:19 -08:00
Fabian Affolter c107bf63a3 python3Packages.pyfido: init at 2.1.1 2021-01-12 22:54:17 -08:00
Sandro 2078ececb7
Merge pull request #108846 from 06kellyjac/zha-quirks_conftest
python3Packages.zha-quirks: remove conftest as a checkInput
2021-01-13 02:04:08 +01:00
Sandro d279a5666d
Merge pull request #108991 from flokli/lensfun-database 2021-01-13 01:52:10 +01:00
Sandro e354a9b386
Merge pull request #108943 from fabaff/bump-dnachisel 2021-01-12 23:41:10 +01:00
Sandro 59d3f03eee
Merge pull request #109087 from gravndal/google-api-python-client
python3Packages.google-api-python-client: add missing dependency
2021-01-12 23:35:39 +01:00
Sandro 90b1dbeb09
Merge pull request #109012 from fabaff/pypck 2021-01-12 23:32:58 +01:00
Fabian Affolter feda71706b python3Packages.pylutron: init at 0.2.6 2021-01-12 23:23:29 +01:00
Sandro 73e81189bd
Merge pull request #109139 from fabaff/rpyc 2021-01-12 23:03:23 +01:00
Sandro b5dc4d3c15
Merge pull request #109072 from jonringer/bump-strict-yaml
python3Packages.strictyaml: 1.1.1 -> 1.3.0
2021-01-12 23:00:41 +01:00
Fabian Affolter 0b371941a1 python3Packages.pyhaversion: 3.4.2 -> 20.12.1 2021-01-12 22:49:05 +01:00
Fabian Affolter 717020f3f6 python3Packages.awesomeversion: init at 20.12.5 2021-01-12 22:29:21 +01:00
Fabian Affolter 368a2d854f python3Packages.rpyc: update meta 2021-01-12 19:49:44 +01:00
Fabian Affolter 253e48bb86 python3Packages.rpyc: update check part 2021-01-12 19:49:32 +01:00
Fabian Affolter d7e7eb3fb6 python3Packages.rpyc: 4.1.3 -> 5.0.1 2021-01-12 19:49:17 +01:00
Fabian Affolter 11a17cf510 python3Packages.tenacity: 6.2.0 -> 6.3.1 2021-01-12 10:15:27 -08:00
Sandro af87855d6b
Merge pull request #109119 from Mic92/radare2
radare2: 4.5.1 -> 5.0.0
2021-01-12 19:15:15 +01:00
Fabian Affolter 2883e0bd10 python3Packages.aioimaplib: update check part 2021-01-12 10:12:24 -08:00
Fabian Affolter 160c519ecb python3Packages.aioimaplib: 0.7.15 -> 0.7.18 2021-01-12 10:12:24 -08:00
Fabian Affolter b4d5747d2e python3Packages.zeroconf: 0.28.6 -> 0.28.8 2021-01-12 08:28:35 -08:00
Milan 89f6113d00
libzra: unstable-2020-08-10 -> unstable-2020-09-11 (#109111) 2021-01-12 17:25:54 +01:00
Sandro 6071c0b71d
Merge pull request #108908 from moaxcp/jbang
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
sternenseemann aad56c947f ocamlPackages: remove redundant stdenv imports 2021-01-12 16:33:18 +01:00
sternenseemann 4e42cac49d ocamlPackages: stdenv.lib → lib
This change was produced by searching for remaining occurrences of
stdenv.lib and replacing them manually.

Reference #108938.
2021-01-12 16:33:18 +01:00
Sandro 8bf14d4a8a
Merge pull request #108977 from lukegb/mark-as-broken 2021-01-12 16:16:58 +01:00
Jörg Thalheim 23da8a6f50
radare2: 4.5.1 -> 5.0.0 2021-01-12 16:04:16 +01:00
Sandro 5e6a233429
Merge pull request #107789 from fabaff/bump-wfuzz 2021-01-12 16:03:07 +01:00
Sandro 9d275b749e
Merge pull request #85810 from arcz/init-manticore 2021-01-12 16:02:30 +01:00
Sandro 2c9d68e6e9
Merge pull request #109061 from drewrisinger/dr-pr-osqp-update 2021-01-12 15:55:57 +01:00
R. RyanTM 8cbde4f0f0 python37Packages.virtual-display: 1.3.2 -> 2.0 2021-01-12 06:47:46 -08:00
Fabian Affolter cf638eab5e python3Packages.mulpyplexer: 0.08 -> 0.09 2021-01-12 06:44:26 -08:00
Fabian Affolter 0e78059ea0 pythonPackages.minikerberos: 0.2.7 -> 0.2.8 2021-01-12 06:38:22 -08:00
Fabian Affolter eb382823d7 pythonPackages.asysocks: 0.0.10 -> 0.0.11 2021-01-12 06:38:22 -08:00
Florian Klink 9137be6daa lensfun: update database to a more recent snapshot
lensfun hasn't had a new release since quite some time, and the database
updater doesn't work in NixOS
(https://github.com/NixOS/nixpkgs/issues/99009).

This replaces the database with a more recent snapshot during build,
thus adding support for more recent camera models/lenses (as reported in
https://github.com/NixOS/nixpkgs/issues/107304)
2021-01-12 15:28:25 +01:00
Florian Klink c939d8f199 lensfun: don't install helper scripts
The `[g-]lensfun-update-data` binaries can't really work on NixOS (as
the database is immutable), and most other scripts seem to require the
lensfun python bindings (which aren't installed either).

Let's disable installing the helper scripts for now.
2021-01-12 15:28:25 +01:00
Florian Klink 77a64e88d7 lensfun: add flokli as maintainer 2021-01-12 15:28:25 +01:00
Florian Klink 8c1d575ce4 lensfun: fetchFromGitHub, s/pkgconfig/pkg-config/ 2021-01-12 15:28:24 +01:00