Jonathan Ringer and Jonathan Ringer
8d210e2ea4
python3.pkgs.pipInstallHook: don't warn on script installation
2020-11-20 12:25:52 -08:00
Arnout Engelen and GitHub
70ecb218f1
selinux: 2.9 -> 3.0 ( #104087 )
...
Notably, Python 2 code is not be supported in this project anymore and
new Python code should be written only for Python 3, which is no longer
restricted to Python 3.7 (see 780fb563c7 ,
5dfd3c4975 )
https://github.com/SELinuxProject/selinux/releases/tag/20191204
2020-11-20 14:54:14 +01:00
Frederik Rietdijk
cbb4e4733b
Merge staging-next into staging
2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0
Merge master into staging-next
2020-11-20 08:12:06 +01:00
Austin Seipp and Frederik Rietdijk
75e683d29d
pythonPackages: add new 'seccomp' library
...
As requested in #99553 . Closes #99553 .
Libraries that install python modules as part of the build are
problematic, because they either
- only support a single python version, because the input for
pythonPackages gets fixed in all-packages.nix, or
- need to be rebuild the underlying C code for *every* python version
resulting in libfoo-python37, libfoo-python38, and so on
We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by
- attaching a new $pythonsrc output to the libseccomp deriv, and
- exposing a new 'seccomp' package in python-packages.nix using
libseccomp as input, and
- having a custom python.nix derivation that builds the cython
extension using libseccomp to get the python source and the
package version
This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.
NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.
Signed-off-by: Austin Seipp <aseipp@pobox.com >
2020-11-20 07:57:26 +01:00
R. RyanTM and Jonathan Ringer
26803925aa
ngspice: 32 -> 33
2020-11-19 22:57:08 -08:00
R. RyanTM and Jonathan Ringer
01d13735d1
gleam: 0.12.0 -> 0.12.1
2020-11-19 22:41:11 -08:00
R. RyanTM and Jonathan Ringer
4b038d151e
gnomeExtensions.workspace-matrix: 4.0.1 -> 4.0.2
2020-11-19 22:36:43 -08:00
R. RyanTM and Jonathan Ringer
789f51c4fb
enet: 1.3.16 -> 1.3.17
2020-11-19 22:27:44 -08:00
Elis Hirwing and GitHub
3d1a5603da
Merge pull request #104283 from r-ryantm/auto-update/php-composer
...
php73Packages.composer2: 2.0.4 -> 2.0.7
2020-11-20 07:27:27 +01:00
Elis Hirwing and GitHub
2dd35f244f
Merge pull request #104314 from r-ryantm/auto-update/php-protobuf
...
php73Extensions.protobuf: 3.13.0.1 -> 3.14.0
2020-11-20 07:26:58 +01:00
Elis Hirwing and GitHub
bccb32fd04
Merge pull request #104311 from r-ryantm/auto-update/php-mongodb
...
php73Extensions.mongodb: 1.8.1 -> 1.8.2
2020-11-20 07:26:26 +01:00
Elis Hirwing and GitHub
719e81baf7
Merge pull request #104287 from r-ryantm/auto-update/php-phpstan
...
php73Packages.phpstan: 0.12.52 -> 0.12.55
2020-11-20 07:25:07 +01:00
R. RyanTM and Jonathan Ringer
57cce36d96
fio: 3.23 -> 3.24
2020-11-19 22:10:23 -08:00
R. RyanTM and Jonathan Ringer
ca4e0ad7ca
matio: 1.5.18 -> 1.5.19
2020-11-19 21:40:49 -08:00
R. RyanTM and Jonathan Ringer
f5a21c70fd
leftwm: 0.2.4 -> 0.2.5
2020-11-19 21:39:45 -08:00
R. RyanTM and Jonathan Ringer
5323dd676d
libinsane: 1.0.7 -> 1.0.8
2020-11-19 21:39:20 -08:00
Vincent Laporte and Vincent Laporte
c408461904
ocamlPackages.httpaf: 0.4.1 → 0.6.6
2020-11-20 06:38:13 +01:00
R. RyanTM and Jonathan Ringer
e24fb3a461
python37Packages.aiounifi: 23 -> 25
2020-11-19 21:05:50 -08:00
R. RyanTM and Jonathan Ringer
f2273b18fa
python27Packages.devpi-common: 3.5.0 -> 3.6.0
2020-11-19 21:03:21 -08:00
R. RyanTM and Jonathan Ringer
8b374c345d
python27Packages.elasticsearch-dsl: 7.2.1 -> 7.3.0
2020-11-19 21:02:48 -08:00
R. RyanTM and Jonathan Ringer
51f4c33ef7
python37Packages.bleak: 0.7.1 -> 0.9.1
2020-11-19 21:00:51 -08:00
R. RyanTM and Jonathan Ringer
e570979678
python37Packages.breathe: 4.23.0 -> 4.24.0
2020-11-19 20:59:58 -08:00
R. RyanTM and Jonathan Ringer
16cc70b79a
python27Packages.bitarray: 1.6.0 -> 1.6.1
2020-11-19 20:34:20 -08:00
R. RyanTM and Jonathan Ringer
da1dccaf23
python37Packages.dogpile_cache: 1.0.2 -> 1.1.0
2020-11-19 20:28:57 -08:00
R. RyanTM and Jonathan Ringer
0deec106da
python27Packages.elasticsearch: 7.9.1 -> 7.10.0
2020-11-19 20:28:50 -08:00
R. RyanTM and Jonathan Ringer
f7c7639070
python37Packages.azure-mgmt-netapp: 0.13.0 -> 0.14.0
2020-11-19 20:28:09 -08:00
R. RyanTM and Jonathan Ringer
14b3445b68
python27Packages.eradicate: 1.0 -> 2.0.0
2020-11-19 19:52:59 -08:00
Mario Rodas and GitHub
a449934477
Merge pull request #102241 from marsam/emacs27-optional-imagemagick
...
emacs: make ImageMagick dependency optional in Emacs≥27
2020-11-19 21:58:16 -05:00
R. RyanTM and Jonathan Ringer
02f13a4245
xmrig: 5.11.3 -> 6.2.2
2020-11-19 18:29:04 -08:00
R. RyanTM and Jonathan Ringer
c07523a6b1
python27Packages.arpeggio: 1.9.2 -> 1.10.1
2020-11-19 18:24:45 -08:00
Mario Rodas and GitHub
2bdd0fc9d0
Merge pull request #103220 from servalcatty/v2ray
...
v2ray: 4.31.0 -> 4.32.1
2020-11-19 21:15:01 -05:00
Mario Rodas and GitHub
a621dde039
Merge pull request #104312 from r-ryantm/auto-update/pgroonga
...
postgresql11Packages.pgroonga: 2.2.6 -> 2.2.7
2020-11-19 21:11:58 -05:00
Graham Christensen and GitHub
e52ecd43c5
Merge pull request #104335 from grahamc/amazon-image-fixup2
...
nixos: release-combined: only build the amazon image for x86_64,aarch…
2020-11-19 21:09:11 -05:00
zowoq
ac963ef717
mmv-go: init at 0.1.2
2020-11-20 11:38:22 +10:00
R. RyanTM and Jonathan Ringer
e37934ae5d
python27Packages.dependency-injector: 3.30.4 -> 4.4.1
2020-11-19 17:37:34 -08:00
Dmitry Kalinkin and GitHub
209480e580
Merge pull request #104103 from veprbl/pr/snakemake_5_28_0
...
snakemake: 5.19.3 -> 5.28.0
2020-11-19 20:37:25 -05:00
R. RyanTM and Jonathan Ringer
293ab6cd1a
python27Packages.braintree: 4.4.0 -> 4.5.0
2020-11-19 17:36:57 -08:00
Mario Rodas and GitHub
04a1bb706c
Merge pull request #104239 from marsam/update-nodejs
...
nodejs: 12.19.0 -> 12.19.1, 14.15.0 -> 14.15.1
2020-11-19 20:36:09 -05:00
Mario Rodas and GitHub
360fd8d02a
Merge pull request #104264 from r-ryantm/auto-update/pack
...
buildpack: 0.14.2 -> 0.15.0
2020-11-19 20:35:51 -05:00
Martin Weinelt and GitHub
661981e5af
Merge pull request #104076 from prusnak/tor
...
tor: 0.4.4.5 -> 0.4.4.6
2020-11-20 02:22:42 +01:00
R. RyanTM and Jonathan Ringer
cd423a2d15
python27Packages.docrep: 0.2.7 -> 0.3.1
2020-11-19 17:11:22 -08:00
R. RyanTM and Jonathan Ringer
aac1ccef72
python37Packages.batchspawner: 1.0.0 -> 1.0.1
2020-11-19 17:10:03 -08:00
Martin Weinelt and GitHub
55814f20f3
Merge pull request #104224 from r-ryantm/auto-update/lldpd
...
lldpd: 1.0.6 -> 1.0.7
2020-11-20 02:02:51 +01:00
Martin Weinelt and GitHub
d98c4c2216
Merge pull request #104242 from r-ryantm/auto-update/msmtp
...
msmtp: 1.8.12 -> 1.8.13
2020-11-20 01:53:34 +01:00
Jonathan Ringer and Jonathan Ringer
d0aeb6581c
Revert "python3Packages.greenlet: 0.4.16 -> 0.4.17"
...
This reverts commit 4bfbcbeb38 .
0.4.17 can cause segfaults, and some packages such as `dulwich`
will fail during tests
2020-11-19 16:53:10 -08:00
Martin Weinelt and GitHub
205e4b6fe4
Merge pull request #104278 from r-ryantm/auto-update/python2.7-asciimatics
...
python27Packages.asciimatics: 1.11.0 -> 1.12.0
2020-11-20 01:48:29 +01:00
Martin Weinelt
b9049a50a8
pythonPackages.asciimatics: add pythonImportsCheck
2020-11-20 01:48:03 +01:00
Ben Gamari and GitHub
7263f7c433
mathematica: Prefer building locally ( #100856 )
...
There is little benefit to copying a 4GB tarball over the network,
just to perform an I/O-bound operation and then copy the
multi-gigabyte result back.
2020-11-19 19:42:22 -05:00
Martin Weinelt and GitHub
7aea165e72
Merge pull request #104304 from r-ryantm/auto-update/pipenv
...
pipenv: 2020.11.4 -> 2020.11.15
2020-11-20 01:41:41 +01:00