Commit Graph

20786 Commits

Author SHA1 Message Date
Weijia Wang
f102d4c75d
Merge pull request #281727 from r-ryantm/auto-update/fastfetch
fastfetch: 2.5.0 -> 2.6.0
2024-01-19 04:30:46 +01:00
h7x4
4e68f8bdc9
Merge pull request #281215 from 3JlOy-PYCCKUi/fix-269482
gwe: add reactivex dependency
2024-01-19 00:07:09 +01:00
Sandro
17ac7e2340
Merge pull request #281767 from katexochen/addlicense/nix-patch 2024-01-18 17:06:26 +01:00
Robert Schütz
3498ca649e
Merge pull request #281634 from dotlambda/dooit-fix
dooit: relax tzlocal version constraint
2024-01-18 15:58:03 +01:00
Sandro
2629a7a4bf
Merge pull request #272377 from nzbr/xstow 2024-01-18 15:39:47 +01:00
Paul Meyer
1fbec8a89d addlicense: add nix support 2024-01-18 13:46:05 +01:00
R. Ryantm
837325e962 fastfetch: 2.5.0 -> 2.6.0 2024-01-18 08:27:54 +00:00
Robert Schütz
7bee4788c3 dooit: relax tzlocal version constraint
It is pinned to exactly version 2.1 upstream.
2024-01-17 13:16:46 -08:00
Nick Cao
f36047a5a4
Merge pull request #281430 from r-ryantm/auto-update/xq
xq: 0.2.44 -> 0.2.45
2024-01-17 10:31:30 -05:00
Sandro
110f464d08
Merge pull request #280995 from SuperSandro2000/yubikey-manager-qt 2024-01-17 15:02:36 +01:00
R. Ryantm
253325ea86 xq: 0.2.44 -> 0.2.45 2024-01-17 00:25:43 +00:00
Franz Pletz
e524c9dd3a
Merge pull request #280851 from aaronjheng/chezmoi
chezmoi: 2.42.3 -> 2.45.0
2024-01-16 20:00:04 +01:00
maxine
b263ab4b46
Merge pull request #281298 from r-ryantm/auto-update/infracost
infracost: 0.10.31 -> 0.10.32
2024-01-16 18:00:24 +01:00
Nick Cao
dbe8aa67db
Merge pull request #281257 from r-ryantm/auto-update/convimg
convimg: 9.2 -> 9.3
2024-01-16 11:45:34 -05:00
Nick Cao
e9ef35aac7
Merge pull request #280994 from gador/sqlite3-to-mysql-2.1.7
sqlite3-to-mysql: 2.1.6 -> 2.1.7
2024-01-16 10:49:23 -05:00
R. Ryantm
0886a2e8a0 infracost: 0.10.31 -> 0.10.32 2024-01-16 10:06:36 +00:00
R. Ryantm
562fb1664c convimg: 9.2 -> 9.3 2024-01-16 02:45:25 +00:00
piegames
56b233846c
Merge pull request #277735: Remove caadar from maintainers 2024-01-15 23:52:47 +01:00
Peder Bergebakken Sundt
005862f60d
Merge pull request #233892 from uninsane/pr/sane/bonsai-init
bonsai: init at 1.0.2
2024-01-15 23:46:20 +01:00
Yt
5be2ce477a
Merge pull request #280027 from jpds/vector-0.35.0
vector: 0.34.2 → 0.35.0
2024-01-15 20:23:54 +00:00
3JlOy_PYCCKUI
68864b9d40 gwe: add reactivex dependency
fixes #269482
2024-01-15 23:17:24 +03:00
Florian Brandes
df47db9a27 sqlite3-to-mysql: 2.1.6 -> 2.1.7
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2024-01-15 17:29:35 +01:00
Martin Weinelt
e3528ac551
Merge pull request #275400 from pedorich-n/esphome-completion
esphome: install shell completion
2024-01-15 17:10:32 +01:00
Nick Cao
f23c100728
Merge pull request #281038 from r-ryantm/auto-update/pokeget-rs
pokeget-rs: 1.4.0 -> 1.4.2
2024-01-15 10:36:56 -05:00
R. Ryantm
590e8139c6 mise: 2024.1.11 -> 2024.1.20 2024-01-15 16:03:15 +01:00
Luka Blaskovic
3606478738 vector: fix build with rustc 1.75 2024-01-15 11:07:23 +00:00
Jonathan Davies
0cc5d8ad91 vector: 0.34.2 → 0.35.0 2024-01-15 11:05:30 +00: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
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
Thiago Kenji Okada
6348391d77
Merge pull request #281007 from otavio/tmuxp
tmuxp: 1.29.0 -> 1.34.0
2024-01-15 08:11:33 +00:00
R. Ryantm
fd5b4df78d pokeget-rs: 1.4.0 -> 1.4.2 2024-01-14 23:23:17 +00:00
Weijia Wang
3763c9f08f
Merge pull request #279158 from konradmalik/rtx
mise: 2023.12.35 -> 2024.1.11 rebrand from rtx
2024-01-14 22:01:02 +01:00
Otavio Salvador
cac10ee051 tmuxp: add myself as co-maintainer
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-01-14 17:40:20 -03:00
Otavio Salvador
3e924be8a8 tmuxp: 1.29.0 -> 1.34.0
Fixes:

,----
| error: builder for '/nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv' failed with exit code 1;
|        last 10 log lines:
|        > Creating a wheel...
|        > * Getting build dependencies for wheel...
|        > * Building wheel...
|        > Successfully built tmuxp-1.29.0-py3-none-any.whl
|        > Finished creating a wheel...
|        > Finished executing pypaBuildPhase
|        > Running phase: pythonRuntimeDepsCheckHook
|        > Executing pythonRuntimeDepsCheck
|        > Checking runtime dependencies for tmuxp-1.29.0-py3-none-any.whl
|        >   - libtmux<0.24.0,>=0.23.0 not satisfied by version 0.25.0
|        For full logs, run 'nix log /nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv'.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-01-14 17:34:08 -03:00
Sandro Jäckel
61b28ab54f
yubikey-manager-qt: fix build by upgrading to yubikey-manager 5 from 4 2024-01-14 20:13:24 +01:00
Aaron Jheng
fbfaf31f9b
chezmoi: 2.42.3 -> 2.45.0 2024-01-14 10:10:10 +08:00
Fabian Affolter
6c064b347e
Merge pull request #280683 from fabaff/cyclonedx-python-bump
cyclonedx-python: 0.4.3 -> 3.11.7
2024-01-13 21:39:39 +01:00
Lassulus
8b81f53362
Merge pull request #280602 from Lassulus/ttyplot-bump
ttyplot: 1.5.2 -> 1.6.1
2024-01-13 16:55:24 +01:00
Fabian Affolter
d6b39f1887 cyclonedx-python: 0.4.3 -> 3.11.7
Diff: https://github.com/CycloneDX/cyclonedx-python/compare/refs/tags/v0.4.3...v3.11.7

Changelog: https://github.com/CycloneDX/cyclonedx-python/releases/tag/v3.11.7
2024-01-13 09:50:04 +01:00
R. Ryantm
b8f55513c7 tbls: 1.72.0 -> 1.72.1 2024-01-13 01:51:41 +00:00
lassulus
48ec5af994 ttyplot: 1.5.2 -> 1.6.1 2024-01-13 00:49:05 +01:00
Nick Cao
c9fc4e14e1
Merge pull request #280368 from r-ryantm/auto-update/cf-terraforming
cf-terraforming: 0.17.0 -> 0.18.0
2024-01-12 11:29:01 -05:00
Nick Cao
2bbc920f43
Merge pull request #280469 from r-ryantm/auto-update/semiphemeral
semiphemeral: 0.6 -> 0.7
2024-01-12 11:13:44 -05:00
Vladimír Čunát
bae093a327
Merge #275620: staging-next 2023-12-20 2024-01-12 15:02:23 +01:00
Robert Schütz
9d4636da39
Merge pull request #279832 from pineapplehunter/immich
immich-cli: 0.41.0 -> 2.0.6
2024-01-12 14:45:56 +01:00
Mario Rodas
9e68f1146c
Merge pull request #279888 from ereslibre/bump-wasm-tools
wasm-tools: 1.0.54 -> 1.0.55
2024-01-12 07:06:23 -05:00
Mario Rodas
31fefef1fb
Merge pull request #280007 from foo-dogsquared/update-moar
moar: 1.21.0 -> 1.22.2
2024-01-12 07:05:12 -05:00
github-actions[bot]
2e4d86eadd
Merge master into staging-next 2024-01-12 12:01:16 +00:00
Mario Rodas
dfb77f9340
Merge pull request #280383 from junglerobba/update-tmux-sessionizer
tmux-sessionizer: 0.3.0 -> 0.3.2
2024-01-12 06:49:17 -05:00