Commit graph

82 commits

Author SHA1 Message Date
Robert Schütz 17c15cc3ff poetry: don't use poetry2nix 2023-01-07 10:31:02 -08:00
Sergei Trofimovich 7843a268f2 poetry2nix: drop unused pkgs.xlibsWrapper import
It's a cherry-pick of upstream
https://github.com/nix-community/poetry2nix/pull/897

Merging this earlier will allow removing `xlibsWrapper` entirely.
2022-12-27 09:24:23 +01:00
figsoda ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
adisbladis 8493ebc89c poetry2nix: 1.38.0 -> 1.39.1 2022-12-11 03:18:01 +13:00
Robert Schütz d1bdaa9a99 poetry: mark insecure
The version of cleo in poetry.lock (1.0.0a5) is vulnerable to
CVE-2022-42966.
2022-12-09 09:45:59 -08:00
Artturin c55b931644 treewide: fix lints and remove a unneeded cmake input 2022-12-09 01:16:08 +02:00
adisbladis 1fc77acd1d poetry2nix 1.37.0 -> 1.38.0 2022-12-07 18:33:07 +13:00
adisbladis 083a6cfa96 poetry2nix: 1.36.0 -> 1.37.0 2022-12-01 22:10:01 +13:00
Theodore Ni a2972fca8c
python310Packages.filemagic: remove
This package is inactive: the last PyPI release was in 2013 and the last
GitHub activity was in 2014. It was introduced in 2019 for paperless,
but it's no longer used after paperless was replaced by paperless-ngx.

There is an actively maintained alternative called python-magic that is
already available in nixpkgs.
2022-11-19 04:54:31 -08:00
adisbladis 1eec94495a poetry2nix: 1.35.0 -> 1.36.0 2022-10-28 14:15:35 +13:00
Vladimír Čunát 00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
adisbladis ad2bc19cb5 poetry2nix: 1.34.1 -> 1.35.0 2022-10-11 17:26:23 +13:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
adisbladis 0621cbf479 poetry2nix: 1.33.0 -> 1.34.1 2022-10-10 18:31:43 +13:00
Yorick van Pelt ec947b13cd
gdal_2: drop 2022-10-09 12:11:49 +02:00
adisbladis f439af5ce6 nixopsUnstable: fix build 2022-10-08 11:33:33 +13:00
adisbladis aa463a0d1d poetry2nix: 1.31.0 -> 1.33.0 2022-10-08 11:33:27 +13:00
adisbladis 076be10524 poetry2nix: 1.30.0 -> 1.31.0 2022-07-09 19:26:14 +08:00
adisbladis 213d9cfba1 poetry2nix: 1.29.1 -> 1.30.0 2022-06-05 07:27:48 +08:00
github-actions[bot] dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
adisbladis cf218b9fa6 poetry2nix: 1.29.0 -> 1.29.1 2022-05-14 17:48:55 +12:00
github-actions[bot] 477cc9463d
Merge master into staging-next 2022-05-13 12:01:27 +00:00
adisbladis f2f5d12668 poetry2nix: 1.28.0 -> 1.29.0 2022-05-13 21:45:05 +12:00
Sandro 7169abf52f
python310Packages.babel: 2.9.1 -> 2.10.1 (#171867) 2022-05-09 01:53:28 +02:00
adisbladis 063015ee9c poetry2nix: 1.27.1 -> 1.28.0 2022-05-05 09:39:33 +12:00
adisbladis 18262c79e1 poetry2nix: 1.26.0 -> 1.27.1 2022-04-01 22:23:40 +12:00
adisbladis 1d820c2224 poetry2nix: 1.24.1 -> 1.25.0 2022-01-12 20:22:11 +13:00
adisbladis 4d6da24d18 poetry2nix: 1.23.0 -> 1.24.1 2021-12-27 20:34:19 -08:00
adisbladis 56751653a9 poetry2nix: 1.22.0 -> 1.23.0 2021-12-26 19:24:01 -08:00
Lionello Lunesu d63606d759 poetry2nix: 1.21.0 -> 1.22.0 2021-12-25 20:23:30 -08:00
Anders Kaseorg e12f4db556 treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Followup to #76804.  Fixes #144646.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
adisbladis c779050edb
poetry2nix: 1.20.0 -> 1.21.0 2021-09-29 21:35:44 -05:00
adisbladis 1b7e3b78b4
poetry2nix: 1.19.0 -> 1.20.0 2021-09-23 10:55:18 -05:00
adisbladis 05cf40db67
poetry2nix: 1.17.1 -> 1.19.0 2021-08-19 17:49:52 -05:00
Robert Hensing fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
Martin Weinelt 8ec2e85105
poetry2nix: drop anyio override
The version number of the package was fixed a while ago.
2021-07-27 11:19:28 +02:00
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
adisbladis 428c0e107f
poetry2nix: 1.17.0 -> 1.17.1 2021-06-08 08:54:33 -05:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
adisbladis 43d59e94dc
poetry2nix: 1.16.1 -> 1.17.0 2021-06-01 16:59:39 -05:00
Jonathan Ringer 2b79244f89 poetry2nix: fix LLVM_CONFIG reference 2021-05-08 01:29:18 -07:00
Samuel Gräfenstein 819ab46fe7
treewide: pkgconfig -> pkg-config
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:19 +01:00
adisbladis 215b49c082
poetry2nix: 1.16.0 -> 1.16.1 2021-03-16 17:25:26 +02:00
adisbladis 5de110f8da
poetry2nix: 1.15.5 -> 1.16.0 2021-03-04 16:32:04 +02:00
adisbladis e22280882c
poetry2nix: 1.15.4 -> 1.15.5 2021-02-18 09:28:07 +01:00
adisbladis 1ba244258d
poetry2nix: 1.15.3 -> 1.15.4 2021-02-11 14:02:23 +01:00
adisbladis 44321d73f7
poetry2nix: 1.15.2 -> 1.15.3 2021-02-11 03:57:53 +01:00
adisbladis e0961cb5f3
poetry2nix: 1.14.0 -> 1.15.2 2021-02-02 15:21:10 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
markuskowa 2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00