Commit Graph
407144 Commits
Author SHA1 Message Date
superherointjandGitHub cc9b7b65c4 Merge pull request #189125 from linsui/amberol
amberol: 0.9.0 -> 0.9.1
2022-08-31 12:36:51 -03:00
Sheng Wang 721c1e547a obs-vkcapture: fix build against wayland 2022-09-01 00:31:40 +09:00
M. Ian Graham cc0f5950c2 swayest-workstyle: init at 1.3.0
Add swayest-workstyle, a sway-enhanced workspace name iconifier.
2022-09-01 00:28:55 +09:00
pennae 1d41cff3dc nixos/*: convert straggler options to MD 2022-08-31 17:27:38 +02:00
pennae e04a09082e lib/modules: convert option description to MD 2022-08-31 17:27:37 +02:00
pennae f2ea09ecbe nixos/*: convert options with listings
minor rendering changes.
2022-08-31 17:27:36 +02:00
Florian KlinkandGitHub f05c58665b python3.pkgs.sphinxcontrib-openapi: link to upstream PR, add maintainers (#189112) 2022-08-31 17:15:31 +02:00
linsui 0cdb86a58e amberol: 0.9.0 -> 0.9.1 2022-08-31 23:14:01 +08:00
Maximilian BoschandGitHub c5d422be65 Merge pull request #189115 from NickCao/synapse
matrix-synapse: 1.65.0 -> 1.66.0
2022-08-31 17:07:38 +02:00
Bobby RongandGitHub 86dafbae07 Merge pull request #186224 from hzeller/add-verible2
verible: init at 0.0-2172-g238b6df6
2022-08-31 23:06:48 +08:00
superherointjandGitHub 419cc4966e Merge pull request #189060 from r-ryantm/auto-update/alfaview
alfaview: 8.51.0 -> 8.52.0
2022-08-31 11:45:11 -03:00
ArtturiandGitHub e0f6c8f9cc Merge pull request #188868 from yvesf/fix-crosscompile-qpdf 2022-08-31 17:44:24 +03:00
Yves FischerandArtturin cf571a71b9 qpdf: fix cross-compilation
Fixes NixOS#188867
2022-08-31 17:42:26 +03:00
R. Ryantm 5ad2390e3d dagger: 0.2.31 -> 0.2.32 2022-08-31 14:37:59 +00:00
pennae 722b99bc0e nixos/*: convert options with admonitions to MD
rendering changes only slightly, most changes are in spacing.
2022-08-31 16:36:16 +02:00
pennae bd56368848 nixos/*: md-convert hidden plaintext options
most of these are hidden because they're either part of a submodule that
doesn't have its type rendered (eg because the submodule type is used in
an either type) or because they are explicitly hidden. some of them are
merely hidden from nix-doc-munge by how their option is put together.
2022-08-31 16:32:54 +02:00
pennae 515c4727fa nixos/*: md-"convert" empty descriptions
for some reason these are not picked up properly by nix-doc-munge, so
we'll do this instead.
2022-08-31 16:32:54 +02:00
pennae 9547123258 nixos/*: convert internal option descriptions to MD
we'll have to do it eventually, may as well be now.
2022-08-31 16:32:54 +02:00
pennae ef176dcf7e nixos/*: automatically convert option descriptions
conversions were done using https://github.com/pennae/nix-doc-munge
using (probably) rev f34e145 running

    nix-doc-munge nixos/**/*.nix
    nix-doc-munge --import nixos/**/*.nix

the tool ensures that only changes that could affect the generated
manual *but don't* are committed, other changes require manual review
and are discarded.
2022-08-31 16:32:53 +02:00
pennae 5a643387ec nixos/*: normalize more docbook for auto-conversion 2022-08-31 16:32:53 +02:00
pennae e4f876eb7e nixos/*: convert varlist-using options to MD
there are sufficiently few variable list around, and they are
sufficiently simple, that it doesn't seem helpful to add another
markdown extension for them. rendering differences are small, except in
the tor module: admonitions inside other blocks cannot be made to work
well with mistune (and likely most other markdown processors), so those
had to be shuffled a bit. we also lose paragraph breaks in the list
items due to how we have to render from markdown to docbook, but once we
remove docbook from the pipeline those paragraph breaks will be restored.
2022-08-31 16:32:53 +02:00
pennae c915b915b5 nixos/*: md-convert options with unordered lists
mostly no rendering changes. some lists (like simplelist) don't have an
exact translation to markdown, so we use a comma-separated list of
literals instead.
2022-08-31 16:32:53 +02:00
Bobby RongandGitHub 05c6bc610c Merge pull request #188211 from azahi/purpur
purpur: 1.18.1r1522 -> 1.19.2r1763
2022-08-31 22:32:27 +08:00
pennae 1013069f52 nixos/*: convert more partially-md option descriptions
this mostly means marking options that use markdown already
appropriately and making a few adjustments so they still render
correctly. notable for nftables we have to transform the md links
because the manpage would not render them correctly otherwise.
2022-08-31 16:32:14 +02:00
Bobby RongandGitHub 07a4cfe125 Merge pull request #189085 from panicgh/tbb
tor-browser-bundle-bin: 11.5.1 -> 11.5.2
2022-08-31 22:31:26 +08:00
superherointjandGitHub 663e477a29 Merge pull request #189107 from gador/styx-py27-fix
styx: 0.7.2 -> 0.7.5
2022-08-31 11:28:11 -03:00
pennae 7d102d113a nixos/*: convert multiline inline code to listings
presumably it was not intended to have these blocks rendered inline, and
markdown conversion would be messy as well.
2022-08-31 16:27:25 +02:00
pennae 0cfcb5908c nixos/*: <screen> -> <programlisting>
most of the screen tags used in option docs are actually listings of
some sort. nsd had a notable exception where its screen usage was pretty
much a raw markdown block that made most sense to convert into docbook lists.
2022-08-31 16:27:24 +02:00
Fabian AffolterandGitHub 0e9f36b937 Merge pull request #189008 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 5.16.7 -> 5.18.1
2022-08-31 16:23:04 +02:00
Fabian AffolterandGitHub ce72913b08 Merge pull request #189021 from r-ryantm/auto-update/python310Packages.minikerberos
python310Packages.minikerberos: 0.2.20 -> 0.3.0
2022-08-31 16:22:36 +02:00
Fabian AffolterandGitHub 6638f9a941 Merge pull request #189034 from r-ryantm/auto-update/python310Packages.python-gitlab
python310Packages.python-gitlab: 3.8.1 -> 3.9.0
2022-08-31 16:22:11 +02:00
Fabian AffolterandGitHub e9853cdfa7 Merge pull request #189055 from r-ryantm/auto-update/python310Packages.versioneer
python310Packages.versioneer: 0.23 -> 0.24
2022-08-31 16:21:48 +02:00
pennae 5841c386a0 nixos/*: remove indentation from long enable options
the way these are written they introduce lots of whitespace in each
line, which will cause those lines to render as code when converted to
markdown. override the whole description instead.
2022-08-31 16:21:14 +02:00
pennae 9c3c13b50d nixos/make-options-doc: add inline roles for varname/envar
both of these render distinctly from plain literals in the manpage, and
manpages even semantically distinguish between the two.
2022-08-31 16:21:10 +02:00
Jonas Heinrich 54fd3e5b7f python310Packages.flax: 0.5.2 -> 0.6.0 2022-08-31 16:20:58 +02:00
R. Ryantm b598372fd4 cbfmt: 0.1.4 -> 0.2.0 2022-08-31 14:19:14 +00:00
Bruno BELANYI 3440fb0f4a vimPlugins.nvim-surround: init at 2022-08-29 2022-08-31 16:11:51 +02:00
Nick Cao eeefc8f733 matrix-synapse: 1.65.0 -> 1.66.0 2022-08-31 22:05:13 +08:00
superherointjandGitHub c15110ebf5 Merge pull request #189106 from justinas/sql-exporter-0-4-5
prometheus-sql-exporter: 0.4.4 -> 0.4.5
2022-08-31 11:00:43 -03:00
Bruno Bigras ddc111aaa8 anytype: 0.27.0 -> 0.28.0 2022-08-31 09:55:22 -04:00
Jonas HeinrichandGitHub deaade542e Merge pull request #189061 from mcwitt/upgrade-chex
python310Packages.chex: 0.1.3 -> 0.1.4
2022-08-31 15:55:00 +02:00
superherointjandGitHub df1107379e Merge pull request #189073 from r-ryantm/auto-update/digikam
digikam: 7.7.0 -> 7.8.0
2022-08-31 10:47:39 -03:00
superherointjandGitHub 34faae8a2f Merge pull request #189072 from r-ryantm/auto-update/fennel
fennel: 1.1.0 -> 1.2.0
2022-08-31 10:33:06 -03:00
figsodaandGitHub 504a3402a1 Merge pull request #189063 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.20.1 -> 0.21.0
2022-08-31 09:32:55 -04:00
figsodaandGitHub 87bea41a24 Merge pull request #189069 from r-ryantm/auto-update/czkawka
czkawka: 5.0.1 -> 5.0.2
2022-08-31 09:30:49 -04:00
Robert HensingandGitHub 3ebb588ab3 Merge pull request #188289 from erikarvstedt/fix-disabled-modules-abs-paths
lib.modules: support strings with absolute paths in `disabledModules`
2022-08-31 15:27:03 +02:00
Justinas Stankevicius b0eaece3d3 prometheus-sql-exporter: 0.4.4 -> 0.4.5 2022-08-31 16:18:34 +03:00
Solène Rapenne 23264904d8 zram module: rewording documentation to avoid misconception 2022-08-31 15:15:02 +02:00
Pavol Rusnak 61621f5b7e lnd: 0.15.0-beta -> 0.15.1-beta 2022-08-31 15:14:48 +02:00
gador 8611f99223 styx: 0.7.2 -> 0.7.5. Fix build failure
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-31 15:05:42 +02:00