Commit Graph

14232 Commits

Author SHA1 Message Date
Martin Weinelt
fa1bb283d8 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 23:14:55 +02:00
Martin Weinelt
5cd04131c9
Merge pull request #168966 from fabaff/oasatelematics 2022-04-16 22:50:48 +02:00
Fabian Affolter
f905e9f203 python3Packages.aio-geojson-generic-client: init at 0.1 2022-04-16 22:49:45 +02:00
Fabian Affolter
0fdca0cc2f python3Packages.oasatelematics: init at 0.3 2022-04-16 22:37:43 +02:00
Martin Weinelt
43569c0857
Merge pull request #168961 from fabaff/meteofrance-api
python3Packages.meteofrance-api: init at 1.0.2
2022-04-16 22:30:00 +02:00
Martin Weinelt
b084a0d264
Merge pull request #168963 from fabaff/rova
python3Packages.rova: init at 0.3.0
2022-04-16 22:28:51 +02:00
Fabian Affolter
f470406b6b python3Packages.meteofrance-api: init at 1.0.2 2022-04-16 22:27:17 +02:00
Fabian Affolter
0a25dbfa97 python3Packages.rova: init at 0.3.0 2022-04-16 22:21:10 +02:00
Martin Weinelt
1283cd35c5
Merge pull request #168957 from fabaff/python-family-hub-local
python3Packages.python-family-hub-local: init at 0.0.2
2022-04-16 21:49:51 +02:00
Fabian Affolter
ae51dd5b70 python3Packages.python-family-hub-local: init at 0.0.2 2022-04-16 21:33:01 +02:00
Fabian Affolter
5307f207b9 python3Packages.securetar: init at 2022.02.0 2022-04-16 21:15:36 +02:00
Pavol Rusnak
685cececc2
Merge pull request #151031 from prusnak/shiv
python3Packages.shiv: init at 1.0.0
2022-04-16 20:27:08 +02:00
Pavol Rusnak
5a1c6f1d63
python3Packages.shiv: init at 1.0.1 2022-04-16 19:02:26 +02:00
github-actions[bot]
6be56bfc2e
Merge master into staging-next 2022-04-16 12:01:10 +00:00
Martin Weinelt
4df594601b
python3Packages.pytest-describe: init at 2.0.1 2022-04-16 13:22:04 +02:00
Fabian Affolter
2f336f4efd
Merge pull request #168001 from fabaff/rns
python3Packages.rns: init at 0.3.4, python3Packages.nomadnet: init at 0.1.7, python3Packages.lxmf: init at 0.1.4
2022-04-16 10:57:08 +02:00
github-actions[bot]
c58a108aaa
Merge master into staging-next 2022-04-16 06:01:08 +00:00
Sandro
7d6b74e1d2
Merge pull request #163919 from dlesl/gb-io
python310Packages.gb-io: init at 0.1.0
2022-04-16 02:26:51 +02:00
Martin Weinelt
2bd8fc9378 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-16 00:52:15 +02:00
David
77e1ad8f3a python310Packages.gb-io: init at 0.1.1 2022-04-16 00:15:56 +02:00
Fabian Affolter
a5d9883384
Merge pull request #168807 from fabaff/bump-pypykatz
python3Packages.pypykatz: 0.5.2 -> 0.5.6
2022-04-15 23:14:21 +02:00
Pavol Rusnak
da7db62574
python3Packages.cypherpunkpay: init at 1.0.15 2022-04-15 21:02:14 +02:00
Pavol Rusnak
f1c414858b
python3Packages.yoyo-migrations: init at 7.3.2 2022-04-15 20:59:47 +02:00
Pavol Rusnak
96ba8a65a1
python3Packages.pypng: init at 0.0.21 2022-04-15 20:59:47 +02:00
Pavol Rusnak
55b00e72d4
python3Packages.monero: init at 1.0.1 2022-04-15 20:59:43 +02:00
Fabian Affolter
881f807824 python3Packages.aesedb: init at 0.0.5 2022-04-15 19:27:18 +02:00
github-actions[bot]
eef7dee538
Merge master into staging-next 2022-04-15 06:01:16 +00:00
Martin Weinelt
33425fdc96
Merge pull request #166489 from NixOS/python-updates 2022-04-15 03:47:30 +02:00
Sandro Jäckel
0aba33ec29 python310Packages.cython_3: init at 3.0.0a10 2022-04-15 03:29:35 +02:00
Robert Schütz
5005b42561 python3Packages.jarowinkler: init at 1.0.2 2022-04-15 03:29:35 +02:00
Robert Schütz
c2eae2011c python3Packages.rapidfuzz-capi: init at 1.0.5 2022-04-15 03:29:35 +02:00
Martin Weinelt
75331fc5e5 python3Packages.SQLAlchemy-ImageAttach: drop
Unmaintained since 2017 and incompatible with SQLAlchemy 1.4
2022-04-15 03:17:40 +02:00
Will Dietz
dde5b0ca7a
python3Packages.fenics: fix build, pin to older boost (#166728)
* python3Packages.fenics: fix build, pin to older boost

Looking at upstream, there are various issues with newer boost.
(At least some of them have been since fixed)

For now, fix the build by using a version of boost that works
with the current version.

Error here was complaining about `std::min_element`,
which is no longer available, apparently, due to newer boost
no longer (transitively) including <algorithm>.

This was added in C++17, so I'm not sure the cmake flag
specifying dolfin built with C++11 makes sense or is used.
Leaving for now :).

* nixos/tests/fenics: fix name of machine/node in script

Still fails for now.

* python3Packages.fenics: fix accidentally changed strings in subst

Looks like in migration to pkg-config this was erroneously
changed from `pkgconfig` (python package, and source string)
to `pkg-config` (nix package name, tool name).
(see 9bb3fccb5b)

Fixes the NixOS test.
2022-04-14 19:37:20 -05:00
github-actions[bot]
1c0229dbfd
Merge staging-next into staging 2022-04-15 00:03:21 +00:00
Martin Weinelt
b4ead6abae python3Packges.pep257: remove together with pytest-pep257
The code apparently was migrated into pycodestyle.

https://github.com/PyCQA/pydocstyle/issues/580
2022-04-15 01:39:54 +02:00
Martin Weinelt
5ee7d17afc python3Packages.path: rename from path.py; 12.0.1 -> 16.4.0
The project had been renamed after 12.5.0 back in 2020, which is why we
didn't receive further updates.

Created an alias and renamed all existing references.
2022-04-15 01:39:54 +02:00
Martin Weinelt
32b8c9e7b9 python3Packages.django-modelcluster: rename, fix build, enable tests 2022-04-15 01:39:49 +02:00
Sandro Jäckel
f20d368f2f python310Packages.sparqlwrapper: normalize attr 2022-04-15 01:39:44 +02:00
Martin Weinelt
8a719a13e9 python3Packages.ephemeral-port-reserve: init at 1.1.4 2022-04-15 01:39:43 +02:00
Fabian Affolter
983e3910c3
Merge pull request #168641 from fabaff/bump-pysigma
sigma-cli: 0.3.4 -> 0.4.2
2022-04-14 20:14:34 +02:00
Fabian Affolter
569beef050 python3Packages.pysigma-backend-insightidr: init at 0.1.4 2022-04-14 16:21:29 +02:00
Fabian Affolter
fd3bd02335 python3Packages.pysigma-pipeline-windows: init at 0.1.0 2022-04-14 16:15:30 +02:00
Fabian Affolter
c357dd1d9f python3Packages.pysnmp-pyasn1: init at 1.1.2 2022-04-14 11:08:53 +02:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Someone Serge
e9e76773ef
napari: fix after the transition to pyproject.toml 2022-04-12 18:35:46 +03:00
Martin Weinelt
b794313d64
Merge pull request #167630 from mweinelt/home-assistant 2022-04-12 04:05:59 +02:00
Martin Weinelt
7e2881905c
python3Packages.py3rijndael: init at 0.3.3 2022-04-12 04:04:07 +02:00
Sandro
3fe298e6b5
Merge pull request #147307 from samuela/samuela/servefile 2022-04-12 01:56:22 +02:00
github-actions[bot]
be1d810695
Merge staging-next into staging 2022-04-10 06:02:00 +00:00
Sandro
1136ad6c65
Merge pull request #166333 from SuperSandro2000/doh-proxy 2022-04-10 03:25:32 +02:00
github-actions[bot]
28c6c88d42
Merge staging-next into staging 2022-04-10 00:02:52 +00:00
Samuel Ainsworth
9ec60f810d python3Packages.servefile: init at 0.5.3 2022-04-09 22:41:35 +00:00
Fabian Affolter
756618cae5
Merge pull request #168048 from fabaff/asdf-fix
python3Packages.asdf: 2.10.1 -> 2.11.0
2022-04-09 23:14:47 +02:00
Fabian Affolter
ae3b36d805 python3Package.asdf-transform-schemas: init at 0.2.2 2022-04-09 22:42:04 +02:00
Fabian Affolter
0a793b83f3 python3Packages.asdf-standard: init at 1.0.1 2022-04-09 22:31:02 +02:00
Fabian Affolter
87f16de8d9
Merge pull request #168006 from smaret/fix-astroquery
Fix python3Packages.astroquery
2022-04-09 21:58:03 +02:00
github-actions[bot]
55db28db36
Merge staging-next into staging 2022-04-09 18:01:56 +00:00
happysalada
41234df5c6 pythonPackages.polars: init at 0.13.19 2022-04-09 11:49:25 -04:00
Sébastien Maret
bba4dd5dd2 python3Packages.pyvo: init at 1.3 2022-04-09 16:43:38 +02:00
Fabian Affolter
5d89f26566 python3Packages.nomadnet: init at 0.1.7 2022-04-09 16:03:34 +02:00
Fabian Affolter
bed3a732cb python3Packages.lxmf: init at 0.1.4 2022-04-09 15:56:24 +02:00
Fabian Affolter
0c40171539 python3Packages.rns: init at 0.3.4 2022-04-09 15:54:26 +02:00
github-actions[bot]
f303d4de3b
Merge staging-next into staging 2022-04-09 12:02:07 +00:00
Frederik Rietdijk
1d63f89caa cudaPackages: overhaul of how we package cuda packages
There are many different versions of the `cudatoolkit` and related
cuda packages, and it can be tricky to ensure they remain compatible.

- `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist");
- expressions should now use `cudaPackages` as parameter instead of the individual cuda packages;
- `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version;
- `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
2022-04-09 08:50:22 +02:00
github-actions[bot]
1266a252ca
Merge staging-next into staging 2022-04-08 00:02:53 +00:00
Dzmitry Malyshau
f23cb42acf pythonPackages.result: init at 0.7.0 2022-04-07 17:02:37 +02:00
Dzmitry Malyshau
625c488985 pythonPackages.widlparser: init at 1.0.12 2022-04-07 17:02:37 +02:00
Dzmitry Malyshau
d82ad37511 pythonPackages.json-home-client: init at 1.1.1 2022-04-07 17:02:37 +02:00
Dzmitry Malyshau
ea39bd5ffb pythonPackages.uri-template: init at 1.2.0 2022-04-07 17:02:35 +02:00
zowoq
3a70d5dc83 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/compilers/go/2-dev.nix
2022-04-07 22:12:13 +10:00
Frederik Rietdijk
a7bbda4271
Merge pull request #167250 from SomeoneSerge/bump-cudatoolkit
cudatoolkit: 10.2 -> 11.5
2022-04-07 13:40:43 +02:00
Martin Weinelt
cc774b5792 Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-07 12:12:57 +02:00
Martin Weinelt
5800217e89
python3Packages.ha-av: drop
Home Assistant migrated back to PyAV and left ha-av unmaintained.
2022-04-07 02:45:45 +02:00
Martin Weinelt
3e1efa384d
python3Packages.pybluez: use correct upstream, fixes build 2022-04-07 02:45:45 +02:00
Martin Weinelt
e12a1433cc
python3Packages.gattlib: init at unstable-2021-06-16 2022-04-07 02:45:44 +02:00
Martin Weinelt
dd986a65f6
python3Packages.lru-dict: init at 1.1.7 2022-04-07 02:45:44 +02:00
github-actions[bot]
241b3652c3
Merge staging-next into staging 2022-04-06 12:01:50 +00:00
Fabian Affolter
d8a2042c3e
Merge pull request #167236 from graysonhead/master
python3Package.mergedb: init at 0.1.1
2022-04-06 12:34:45 +02:00
github-actions[bot]
3dc8bd98b9
Merge staging-next into staging 2022-04-06 00:02:41 +00:00
Someone Serge
e5e38773a5
cudatoolkit: 10.2 -> 11.4
also downgrade cudatoolkit_11: 11.5 -> 11.4
2022-04-06 00:44:35 +03:00
graysonhead
c19e64e43a python3Package.mergedb: init at 0.1.1 2022-04-05 21:39:24 +00:00
Sandro
a9200ef545
Merge pull request #166284 from SuperSandro2000/python-packages 2022-04-05 23:16:41 +02:00
github-actions[bot]
ba0cd3c436
Merge staging-next into staging 2022-04-05 06:02:19 +00:00
github-actions[bot]
444daea093
Merge master into staging-next 2022-04-05 06:01:45 +00:00
Martin Weinelt
bf1914e12a Merge remote-tracking branch 'origin/staging-next' into staging 2022-04-05 04:05:02 +02:00
Robert Schütz
a0a955ba45 plfit: init at 0.9.3 2022-04-05 00:25:22 +00:00
Martin Weinelt
c6476294e1 Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 18:40:34 +02:00
Ilya Elenskiy
23ae4dfc22 python3.pkgs.numba: added optional CUDA support 2022-04-04 18:12:23 +02:00
ajs124
35e93564ad sslyze: drop 2022-04-04 15:37:05 +01:00
github-actions[bot]
17eb9da14b
Merge staging-next into staging 2022-04-04 12:06:26 +00:00
github-actions[bot]
ee8677862d
Merge master into staging-next 2022-04-04 12:01:25 +00:00
Fabian Affolter
ff5da2c34a
Merge pull request #166864 from FedX-sudo/pylnk
Pylnk: Init at 0.4.2
2022-04-04 10:48:38 +02:00
github-actions[bot]
c9154e5e14
Merge staging-next into staging 2022-04-04 00:02:45 +00:00
fedx-sudo
d6ddf68c11 pylnk3: init at 0.4.2
aeskeyfind: init at 1.0

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

Update pkgs/tools/security/aeskeyfind/default.nix

Co-authored-by: papojari <papojari-git.ovoid@aleeas.com>

pylnk3: init at 0.4.2

pylnk3: init at 0.4.2

pylnk3: init at 0.4.2

pylnk3: init at 0.4.2

pylnk3: init at 0.4.2

pylnk3: init at 0.4.2
2022-04-03 16:58:48 -06:00
Martin Weinelt
bb7e4b378e Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
Frederik Rietdijk
c77281417a
Merge pull request #166784 from samuela/samuela/cudnn3
fix `pytorchWithCuda`, fix `cupy`, upgrade `cudnn`
2022-04-03 20:43:26 +02:00
Samuel Ainsworth
8b9bbbc979 python3Packages.caffeWithCuda: init at 1.0 2022-04-03 03:09:52 +00:00
github-actions[bot]
fa7a0dbb82
Merge staging-next into staging 2022-04-03 00:03:35 +00:00
github-actions[bot]
fc36f69a60
Merge master into staging-next 2022-04-03 00:02:50 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Fabian Affolter
fc639493a0 python3Packages.yabadaba: init at 0.1.2 2022-04-01 21:18:10 +02:00
github-actions[bot]
50497647fa
Merge master into staging-next 2022-04-01 12:01:21 +00:00
Samuel Ainsworth
2a0acdbe9f python3Packages.cupy: use the latest cudnn 2022-04-01 08:02:47 +00:00
Doron Behar
a44b35dc41
Merge pull request #166299 from doronbehar/pkg/python/particle 2022-04-01 09:55:24 +03:00
Doron Behar
34f5c38b50 python3.pkgs.particle: init at 0.20.1 2022-04-01 09:21:46 +03:00
Samuel Ainsworth
11d9ef189f python3Packages.pytorchWithCuda: fix build 2022-04-01 01:56:16 +00:00
github-actions[bot]
be4f006d3c
Merge master into staging-next 2022-03-31 18:01:13 +00:00
Sandro
73957ce6aa
Merge pull request #165871 from terlar/add-pyqldb 2022-03-31 14:29:18 +02:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Martin Weinelt
d0bfb3ccbb Merge remote-tracking branch 'origin/master' into staging-next 2022-03-31 03:49:37 +02:00
Terje Larsen
441eaf8292
python310Packages.pyqldb: init at 3.2.2 2022-03-30 23:47:32 +02:00
Terje Larsen
4e2a967566
python310Packages.ionhash: init at 1.2.1 2022-03-30 23:47:28 +02:00
Ember 'n0emis' Keske
64225de6ff
python3Packages.social-auth-app-django: init at 5.0.0 2022-03-30 22:21:00 +02:00
Ember 'n0emis' Keske
6959e91eb6
python3Packages.social-auth-core: init at 4.2.0 2022-03-30 22:21:00 +02:00
Sandro Jäckel
8eb6f8ea41
python3Packages.aioh2: drop 2022-03-30 17:08:52 +02:00
Terje Larsen
98a2765768
python310Packages.amazon-ion: init at 0.8.0 2022-03-30 10:53:45 +02:00
Terje Larsen
a7cf1dfd8b
python310Packages.jsonconversion: init at 0.2.13 2022-03-30 10:51:50 +02:00
Doron Behar
55ea018afa python3.pkgs.hepunits: init at 2.2.0 2022-03-30 08:44:39 +03:00
Sandro
aaf26cbb37
Merge pull request #166283 from SuperSandro2000/ansible-lint 2022-03-30 00:03:17 +02:00
Sandro Jäckel
e762535344
pythonPackages: remove optional (), prefer inherit 2022-03-29 19:31:58 +02:00
Sandro Jäckel
ba60b643b9
pythonPackages: simplify function 2022-03-29 19:31:28 +02:00
Sandro Jäckel
32263223db
pythonPackages: remove with lib; 2022-03-29 19:31:06 +02:00
Sandro Jäckel
3057fe56eb
python310Packages.ansible-compat: init at 0.5.0 2022-03-29 18:56:58 +02:00
Martin Weinelt
630d5e1d0d Merge remote-tracking branch 'origin/master' into staging-next 2022-03-29 18:17:36 +02:00
arjan-s
66cb200860
python3Packages.notifymuch: Init at 0.1 (#166075) 2022-03-29 16:47:35 +02:00
Jan Tojnar
c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Sandro
2c909d208d
Merge pull request #165911 from samuela/samuela/invocations 2022-03-28 13:23:25 +02:00
Fabian Affolter
32b3aa5854
Merge pull request #166045 from fabaff/bump-minikerberos
python3Packages.minikerberos: 0.2.18 -> 0.2.20
2022-03-28 11:08:42 +02:00
Fabian Affolter
ca671342f7
Merge pull request #165909 from techknowlogick/init-s3-credentials
s3-credentials: init at 0.10
2022-03-28 09:43:26 +02:00
Fabian Affolter
d0b22196f5 python3Packages.unicrypto: init at 0.0.2 2022-03-28 09:38:14 +02:00
Fabian Affolter
52165eefbe python3Packages.requests-oauthlib: rename 2022-03-28 08:17:02 +02:00
techknowlogick
68eb7fdd62 s3-credentials: init at 0.10 2022-03-27 17:38:32 -04:00
Samuel Ainsworth
5e7bced95e python3Packages.invocations: init at 2.6.0 2022-03-27 13:40:01 -07:00
Samuel Ainsworth
82761fb688 python3Packages.releases: init at 1.6.3 2022-03-27 13:39:30 -07:00
Sandro
53845c6ad1
Merge pull request #165380 from SuperSandro2000/cryptography-vectors-3 2022-03-27 21:45:22 +02:00
Sandro
54c0090c3a
Merge pull request #165655 from gador/add-reorder-python-imports 2022-03-27 21:11:18 +02:00
Thomas Boerger
7fcb4faca2
python3Packages.ansible-doctor: init at 1.2.1 (#165289)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:23:59 +02:00
florian on nixos (Florian Brandes)
c6a3e37228
python3Packages.reorder-python-imports: init at 3.0.1
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-27 20:19:50 +02:00
Florian
4f9ef8f974
python3Packages.aspy-refactor-imports: init at 3.0.1 (#165653)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:13:55 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
Sandro
893ffcab6c
Merge pull request #165287 from tboerger/ansible-later 2022-03-27 18:28:44 +02:00
Fabian Affolter
7ef9b10187
Merge pull request #165692 from gador/add-add-trailing-comma
python3Packages.add-trailing-comma: init at 2.2.1
2022-03-27 16:28:45 +02:00
Sandro Jäckel
8df7949791
pythonPackages.cryptography-vectors: make internal to cryptography 2022-03-27 16:08:55 +02:00
Martin Weinelt
d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Fabian Affolter
beed14b3ce
Merge pull request #165880 from fabaff/openapi-core-fix
python3Packages.openapi-core: disable failing tests
2022-03-27 10:30:49 +02:00
Fabian Affolter
3f484044b0 python3Packages.pathable: init at 0.4.0 2022-03-26 22:44:10 +01:00
github-actions[bot]
77dc421883
Merge staging-next into staging 2022-03-26 18:01:56 +00:00