R. Ryantm
2e3798afcb
python311Packages.python-keystoneclient: 5.2.0 -> 5.3.0
2024-01-15 10:39:06 +00:00
Philipp Arras
2d9a450882
python3Packages.ducc0: 0.32.0 -> 0.33.0
2024-01-15 11:27:58 +01:00
Sandro Jäckel
383b6ee4ef
vlc: use current ffmpeg, update meta.homepage to https
...
I am trying to reduce the variance of ffmpegs on my system and vlc seems
to no longer require an older ffmpeg version.
2024-01-15 11:24:40 +01:00
Sandro Jäckel
75457994b8
yubikey-manager: cleanup
2024-01-15 11:22:12 +01:00
Sandro Jäckel
0488bba183
yubikey-manager-qt: cleanup
2024-01-15 11:22:11 +01:00
Ches Martin
25f6ddf601
poetry: Relax dep requirement check for xattr
...
Following from #280522 , the xattr dependency still failed the
pythonRuntimeDepsCheck hook, likely overlooked because it is a
Darwin-only dep:
> Checking runtime dependencies for poetry-1.7.1-py3-none-any.whl
> - xattr<0.11.0,>=0.10.0 not satisfied by version 1.0.0
From 0.10.0 to 1.0.0 there are no functional changes with compatibility
implications, only dropped support for Python 2.
2024-01-15 17:22:10 +07:00
Sandro Jäckel
87bcbed693
yubikey-manager4: drop
...
yubikey-manager-qt no longer uses this and it is broken, so remove it.
____________________ TestUtilityFunctions.test_parse_pkcs12 ____________________
self = <tests.test_util.TestUtilityFunctions testMethod=test_parse_pkcs12>
def test_parse_pkcs12(self):
with open_file("rsa_2048_key_cert.pfx") as rsa_2048_key_cert_pfx:
data = rsa_2048_key_cert_pfx.read()
key1, certs1 = _parse_pkcs12_cryptography(pkcs12, data, None)
> key2, certs2 = _parse_pkcs12_pyopenssl(crypto, data, None)
tests/test_util.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ykman/util.py:61: in _parse_pkcs12_pyopenssl
p12 = crypto.load_pkcs12(data, password)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <module 'OpenSSL.crypto' from '/nix/store/si21r6n8pv695zp8jxx9x49rjaldvin9-python3.11-pyopenssl-23.3.0/lib/python3.11/site-packages/OpenSSL/crypto.py'>
attr = 'load_pkcs12'
def __getattr__(self, attr: str) -> object:
> obj = getattr(self._module, attr)
E AttributeError: module 'OpenSSL.crypto' has no attribute 'load_pkcs12'
2024-01-15 11:22:06 +01:00
Fabian Affolter
23714a4056
python311Packages.librouteros: refactor
2024-01-15 10:58:27 +01:00
Fabian Affolter
579feaeea9
python311Packages.manifest-ml: enable darwin build
2024-01-15 10:45:14 +01:00
R. Ryantm and Vincent Laporte
d6e9e26d23
ocamlPackages.js_of_ocaml: 5.5.2 -> 5.6.0
2024-01-15 10:37:21 +01:00
Fabian Affolter
65c9353ad3
python311Packages.pegen: disable failing test
2024-01-15 10:33:01 +01:00
natsukium
5864244973
python311Packages.redis-om: relax deps
2024-01-15 18:30:15 +09:00
Victor Engmark
44896b15cb
aws-azure-login: Link Puppeteer to Chromium
...
Closes #272544 .
The test verifies that the command fails for the *right* reason, rather
than the original issue:
> Error: Could not find expected browser (chrome) locally. Run `npm
> install` to download the correct Chromium revision (982053).
2024-01-15 22:15:45 +13:00
Paul Meyer
1bff4b4470
mkosi: 20 -> 20.1
2024-01-15 10:15:25 +01:00
Paul Meyer
c8f2f8af99
mkosi: 19 -> 20
2024-01-15 10:15:21 +01:00
Gaetan Lepage
1b7107b4b3
python311Packages.torchmetrics: fix build
2024-01-15 10:10:02 +01:00
Fabian Affolter
243eeb6871
python311Packages.sqlitedict: refactor
2024-01-15 10:04:00 +01:00
Victor Engmark
7a2dce1239
aws-azure-login: Take maintainership
...
The original maintainer no longer uses this software
<https://github.com/NixOS/nixpkgs/issues/272544#issuecomment-1848836682 >.
2024-01-15 22:03:36 +13:00
Fabian Affolter
c08ebe49fa
python311Packages.vyper: refactor
2024-01-15 09:52:12 +01:00
Mitchell Skaggs and Weijia Wang
d0f90d9ca7
{libedit,sharutils}: move env vars to env.*
...
Closes https://github.com/NixOS/nixpkgs/issues/273746
See https://github.com/NixOS/nixpkgs/pull/217206
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com >
2024-01-15 02:50:52 -06:00
Anders Rytter Hansen
aa35410cb5
add QtWayland
2024-01-15 09:37:16 +01:00
OTABI Tomoya and GitHub
817c314ea6
Merge pull request #277719 from natsukium/ansible/update
...
ansible_2_16: init at 2.16.2; ansible_2_13: remove
2024-01-15 17:31:04 +09:00
Anders Rytter Hansen
521b9a6cd0
electron-cash: 4.2.10 -> 4.3.1
2024-01-15 09:27:11 +01:00
OTABI Tomoya and GitHub
718e7e3c1d
Merge pull request #280991 from r-ryantm/auto-update/python311Packages.logging-journald
...
python311Packages.logging-journald: 0.6.5 -> 0.6.7
2024-01-15 17:25:19 +09:00
Andrew Marshall and GitHub
9b8cffeb6b
python311Packages.agate: 1.7.1 -> 1.9.1 ( #280993 )
...
This also fixes a test failure.
2024-01-15 17:23:29 +09:00
Fabian Affolter
ec3597cd72
python311Packages.asyncsleepiq: 1.4.1 -> 1.4.2
...
Changelog: https://github.com/kbickar/asyncsleepiq/releases/tag/v1.4.2
2024-01-15 09:18:56 +01:00
OTABI Tomoya and GitHub
63bbfb2ff9
Merge pull request #280227 from r-ryantm/auto-update/python311Packages.openai
...
python311Packages.openai: 1.6.1 -> 1.7.1
2024-01-15 17:14:59 +09:00
OTABI Tomoya and GitHub
5a597403cc
Merge pull request #280782 from r-ryantm/auto-update/python311Packages.bokeh
...
python311Packages.bokeh: 3.3.2 -> 3.3.3
2024-01-15 17:13:31 +09:00
Thiago Kenji Okada and GitHub
6987e9935b
Merge pull request #281056 from JerrySM64/update-linux-zen
...
linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3
2024-01-15 08:12:58 +00:00
Thiago Kenji Okada and GitHub
6348391d77
Merge pull request #281007 from otavio/tmuxp
...
tmuxp: 1.29.0 -> 1.34.0
2024-01-15 08:11:33 +00:00
Thiago Kenji Okada and GitHub
797f75c546
Merge pull request #281040 from gepbird/osu-lazer-2024.114.0
...
osu-lazer{,-bin}: 2024.113.0 -> 2023.114.0
2024-01-15 08:10:31 +00:00
OTABI Tomoya and GitHub
47430f72d0
Merge pull request #280986 from samuela/samuela/wandb
...
python3Packages.wandb: fix build
2024-01-15 17:08:01 +09:00
Gaetan Lepage
c247058024
obs-do: init at 0.1.0
2024-01-15 09:07:00 +01:00
Fabian Affolter
02cf158dd8
python311Packages.pychromecast: 13.0.8 -> 13.1.0
...
Changelog: https://github.com/home-assistant-libs/pychromecast/releases/tag/13.1.0
2024-01-15 09:06:34 +01:00
Fabian Affolter and GitHub
6cb7257b0f
Merge pull request #281022 from fabaff/ics-fix
...
python311Packages.ics: refactor
2024-01-15 09:04:38 +01:00
Fabian Affolter and GitHub
1ec24b6654
Merge pull request #280766 from fabaff/python-crontab-fix
...
python311Packages.python-crontab: disable failing test
2024-01-15 09:02:49 +01:00
Robert Hensing
559d06bbb2
trivial-builders: Remove redundant docs - link instead
2024-01-15 09:02:45 +01:00
Guillaume Maudoux and GitHub
179e2d5fd3
Merge pull request #279498 from GetPsyched/chkservice
...
chkservice: remove
2024-01-15 08:58:12 +01:00
Franz Pletz and GitHub
e0629618b4
Merge pull request #280982 from ambroisie/use-mainProgram-in-pinentry-packages
...
pinentry-bemenu/pinentry-rofi/pinentry_mac: add 'meta.mainProgram'
2024-01-15 08:29:14 +01:00
Rick van Schijndel and GitHub
031182b551
Merge pull request #244426 from OPNA2608/update/openxray
...
openxray: 1144-december-2021-rc1 -> 2188-november-2023-rc1
2024-01-15 07:31:36 +01:00
Franz Pletz and GitHub
fcb7c27c72
Merge pull request #276143 from lheckemann/revert-pinentry-gtk2-removal
...
Revert "pinentry: drop gtk2"
2024-01-15 07:10:42 +01:00
OTABI Tomoya and GitHub
bcba1b03ce
Merge pull request #280682 from a-n-n-a-l-e-e/clarabel-init
...
fix python3Packages.cvxpy build; add clarabel dependancy
2024-01-15 15:00:54 +09:00
OTABI Tomoya and GitHub
eae668fa7d
Merge pull request #280884 from natsukium/langchain/update
...
python311Packages.langchain: 0.0.344 -> 0.1.0
2024-01-15 14:59:27 +09:00
OTABI Tomoya and GitHub
7de38d4a37
Merge pull request #281028 from r-ryantm/auto-update/csvlens
...
csvlens: 0.5.1 -> 0.6.0
2024-01-15 14:55:22 +09:00
Vincent Laporte
8e1b04d17e
ocamlPackages.ocsigen-toolkit: 3.2.0 → 3.3.4
2024-01-15 06:52:35 +01:00
Vincent Laporte
6c30c6786e
ocamlPackages.ocsigen-start: 6.1.0 → 6.1.2
2024-01-15 06:52:34 +01:00
Vincent Laporte
f65b45ecf8
ocamlPackages.eliom: no dependency on ocamlnet
2024-01-15 06:52:27 +01:00
Jared Baur
173b9d562f
erofs: allow adding LZMA support
...
LZMA support for EROFS is considered experimental in the current release
and defaults to disabled, so `lzmaSupport` defaults to false.
2024-01-14 21:47:57 -08:00
Adam Stephens
1ee4635ed3
envoy: 1.27.1 -> 1.27.2
2024-01-15 00:25:37 -05:00
R. Ryantm
1747491cc2
libjpeg_original: 9e -> 9f
2024-01-15 05:19:05 +00:00