Commit graph

60333 commits

Author SHA1 Message Date
Azat Bahawi 26b912c363
Merge pull request #217675 from r-ryantm/auto-update/tbls
tbls: 1.62.0 -> 1.62.1
2023-02-22 16:25:37 +03:00
R. Ryantm 3a99b25647 tbls: 1.62.0 -> 1.62.1 2023-02-22 11:56:38 +00:00
Florian Klink 1ec66a2e10
Merge pull request #217630 from r-ryantm/auto-update/google-guest-oslogin
google-guest-oslogin: 20230202.00 -> 20230217.00
2023-02-22 11:39:37 +01:00
Mario Rodas b58944a34b
Merge pull request #217650 from r-ryantm/auto-update/nfpm
nfpm: 2.25.1 -> 2.26.0
2023-02-22 05:09:35 -05:00
R. Ryantm a11e546c4e nfpm: 2.25.1 -> 2.26.0 2023-02-22 09:30:28 +00:00
R. Ryantm d448fdb128 aliyun-cli: 3.0.141 -> 3.0.149 2023-02-22 17:22:48 +08:00
Fabian Affolter 3a1096b8fd
Merge pull request #217582 from fabaff/termscp-bump
termscp: 0.10.0 -> 0.11.0
2023-02-22 08:26:39 +01:00
Fabian Affolter e7eb38736a
Merge pull request #217477 from fabaff/ioccheck-fix
ioccheck: relax tabulate constraint
2023-02-22 08:07:32 +01:00
R. Ryantm 9d11a0c1ce google-guest-oslogin: 20230202.00 -> 20230217.00 2023-02-22 05:52:50 +00:00
Anderson Torres 1016916d98
Merge pull request #217235 from cbrewster/nsc-init-2.7.6
nsc: init at 2.7.6
2023-02-22 01:26:17 -03:00
Mario Rodas 4e4a3919af
Merge pull request #217431 from marsam/update-fastlane
fastlane: 2.211.0 -> 2.212.0
2023-02-21 21:29:44 -05:00
Anderson Torres 6e442a3dee
Merge pull request #217187 from jtojnar/gmic-qt-fix
gmic,gmic-qt: 3.2.0 → 3.2.1, mark the latter as broken
2023-02-21 22:16:38 -03:00
Nick Cao 39d650478d
Merge pull request #216613 from amjoseph-nixpkgs/pr/broot/fix-cross
broot: fix cross compilation
2023-02-22 08:33:50 +08:00
Fabian Affolter 6c33bd35e2
termscp: add changelog to meta 2023-02-21 23:42:42 +01:00
Fabian Affolter 13c5fbef8b termscp: 0.10.0 -> 0.11.0
Diff: https://github.com/veeso/termscp/compare/v0.10.0...v0.11.0
2023-02-21 23:36:28 +01:00
Sandro 581e3f9029
Merge pull request #216340 from wineee/uwu 2023-02-21 23:22:12 +01:00
Weijia Wang 9846e2411b
Merge pull request #217050 from r-ryantm/auto-update/i2pd
i2pd: 2.45.1 -> 2.46.0
2023-02-21 23:45:04 +02:00
Weijia Wang 93835c59fb
Merge pull request #217535 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 6.3.0 -> 6.4.0
2023-02-21 23:29:02 +02:00
Weijia Wang ac2b9e4a32
Merge pull request #217511 from r-ryantm/auto-update/spire
spire: 1.5.4 -> 1.5.5
2023-02-21 23:12:00 +02:00
Martin Weinelt 5bf179da30
Merge pull request #215564 from mweinelt/pdm-2.4.3
pdm: 2.3.4 -> 2.4.3
2023-02-21 20:42:07 +00:00
figsoda b84dd9e4f3
Merge pull request #217375 from figsoda/xh
xh: 0.17.0 -> 0.18.0, add figsoda as a maintainer
2023-02-21 15:04:07 -05:00
Adam Joseph 2ce66cf379 broot: fix cross compilation
Co-authored-by: Artturin <Artturin@artturin.com>
2023-02-21 20:52:49 +02:00
R. Ryantm d92b0d6602 openapi-generator-cli: 6.3.0 -> 6.4.0 2023-02-21 18:08:37 +00:00
Vincenzo Mantova ef15288944
texlive: use lists instead of sets to represent dependencies (#217230) 2023-02-21 12:24:08 -05:00
pennae 417dd2ad16 nixos-render-docs: add options asciidoc converter
same reasoning as for the earlier commonmark converter.
2023-02-21 18:19:00 +01:00
pennae 4d3aef762f nixos-render-docs: add options commonmark converter
the old method of pasting parts of options.json into a markdown document
and hoping for the best no longer works now that options.json contains
more than just docbook. given the infrastructure we have now we can
actually render options.md properly, so we may as well do that.
2023-02-21 18:19:00 +01:00
pennae 6c182075bb nixos-render-docs: forbid attrspans and examples in options
inline anchors are not allowed in option docs per the manual, and the
sole class we current have (.keycap) is never used anyway. disallow them
for now to avoid future surprises.

the same goes for examples, which aren't even documented in the manual yet.
2023-02-21 18:19:00 +01:00
pennae 82d066ffe3 nixos-render-docs: refactor option docs restrictions
move the restrictions we care about into a mixin class. a few more
restrictions will appear soon and a few new converters as well, the
renderers of which need not have these restrictions already baked in by
accident (like the manpage renderer does right now).
2023-02-21 18:19:00 +01:00
pennae 45619b3c4a nixos-render-docs: extend md_make_code
add the ability to set the info string for a newly created fenced code
block, and a flag to always emit a fenced block. the commonmark
converter will need this to faithfully recreate fenced and indented code
blocks.
2023-02-21 18:19:00 +01:00
pennae 895d9e69dd nixos-render-docs: extract md code block factory
the commonmark exporter can make good use once it appears.
2023-02-21 18:19:00 +01:00
pennae 00bffb84da nixos-render-docs: drop frozendict
with mypy type checking and Mapping types this is a lot less useful than
anticipated. let's drop it for simplicity and having fewer dependencies.

frozendict 2.3.5 also broke the mypy checks.
2023-02-21 18:19:00 +01:00
Robert Schütz 030ed6aadb esptool: 4.4 -> 4.5
Diff: https://github.com/espressif/esptool/compare/v4.4...v4.5

Changelog: https://github.com/espressif/esptool/releases/tag/v4.5
2023-02-21 07:40:23 -08:00
Robert Schütz c17b2d71ea txt2tags: unstable-2022-10-17 -> 3.8
Diff: https://github.com/txt2tags/txt2tags/compare/114ab24...3.8

Changelog: https://github.com/txt2tags/txt2tags/blob/refs/tags/3.8/CHANGELOG.md
2023-02-21 07:39:58 -08:00
R. Ryantm bdcc0de94d spire: 1.5.4 -> 1.5.5 2023-02-21 14:48:04 +00:00
Weijia Wang d45560a146
Merge pull request #217475 from fishi0x01/bump-vsh
vsh: 0.12.1 -> 0.12.2
2023-02-21 16:43:12 +02:00
Weijia Wang 394b39c401
Merge pull request #217486 from r-ryantm/auto-update/easeprobe
easeprobe: 2.0.0 -> 2.0.1
2023-02-21 16:19:59 +02:00
Florian Klink 81e45cc600
Merge pull request #217472 from AtnNn/7zz
7zz: cross-compile for mingw
2023-02-21 13:43:27 +01:00
Martin Weinelt 0663b90f54
Merge pull request #213232 from mweinelt/tts-module
nixos/tts: init
2023-02-21 11:33:20 +00:00
Martin Weinelt 6f0616b50f
tts: Remove usage instructions in favor of module 2023-02-21 11:59:19 +01:00
Franz Pletz 0e6e15e124
Merge pull request #216815 from R-VdP/flashrom-udev-rules
flashrom: use a udev uaccess tag instead of introducing a custom flashrom group
2023-02-21 11:41:53 +01:00
Franz Pletz 55aa14c6eb
Merge pull request #217002 from arjan-s/ntfy-sh-2.0.1
ntfy-sh: 1.31.0-> 2.0.1
2023-02-21 11:40:34 +01:00
R. Ryantm a81950b0dd easeprobe: 2.0.0 -> 2.0.1 2023-02-21 10:26:00 +00:00
Etienne Laurin 045e8b36db 7zz: convert mingw script to patch 2023-02-21 03:21:37 -07:00
Karl Fischer 3de008ce18
vsh: 0.12.1 -> 0.12.2 2023-02-21 10:37:07 +01:00
Fabian Affolter f4f6226b5e ioccheck: relax tabulate constraint 2023-02-21 10:33:23 +01:00
Sandro c23e0bc367
Merge pull request #216965 from azuwis/mfoc-hardnested
mfoc-hardnested: init at unstable-2021-08-14
2023-02-21 10:26:01 +01:00
Sandro 1ad58fd33b
Merge pull request #206294 from Infinidoge/bump/packwiz
packwiz: unstable-2022-10-29 -> unstable-2023-02-13
2023-02-21 09:40:32 +01:00
Etienne Laurin d3f8d98df7 7zz: cross-compile for mingw 2023-02-21 01:35:54 -07:00
Infinidoge 7cd1e93a0b packwiz: unstable-2022-10-29 -> unstable-2023-02-13 2023-02-21 00:54:37 -05:00
Mario Rodas 3433351156 fastlane: 2.211.0 -> 2.212.0
https://github.com/fastlane/fastlane/releases/tag/2.212.0
2023-02-21 04:20:00 +00:00