Commit Graph
593189 Commits
Author SHA1 Message Date
Fabian Affolter e3a8050ee5 python311Packages.google-cloud-iam-logging: 1.3.2 -> 1.3.3
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-iam-logging-v1.3.3/packages/google-cloud-iam-logging/CHANGELOG.md
2024-03-06 16:47:45 +01:00
R. Ryantm 1d9206d7d0 cargo-component: 0.9.0 -> 0.9.1 2024-03-06 15:46:08 +00:00
Fabian Affolter 65da22f5d5 python311Packages.griffe: 0.41.2 -> 0.41.3
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.41.2...0.41.3

Changelog: https://github.com/mkdocstrings/griffe/blob/0.41.3/CHANGELOG.md
2024-03-06 16:46:01 +01:00
Fabian Affolter 49488e13cc python311Packages.botocore-stubs: 1.34.55 -> 1.34.56 2024-03-06 16:44:29 +01:00
Fabian Affolter c0ee7bee6c exploitdb: 2024-03-04 -> 2024-03-06
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-04...2024-03-06
2024-03-06 16:43:23 +01:00
R. Ryantm e2be807573 jql: 7.1.5 -> 7.1.6 2024-03-06 15:42:31 +00:00
R. Ryantm 362ea44d93 remind: 04.03.01 -> 04.03.02 2024-03-06 15:39:34 +00:00
R. Ryantm 4c58fe2371 debianutils: 5.16 -> 5.17 2024-03-06 15:32:07 +00:00
Aaron Jheng bc8675aecc httplab: 0.4.0 -> 0.4.2 2024-03-06 23:24:32 +08:00
R. Ryantm 9bb1834bfa cadical: 1.9.4 -> 1.9.5 2024-03-06 15:23:48 +00:00
SandroandGitHub a206ca147c Merge pull request #293758 from r-ryantm/auto-update/grex
grex: 1.4.4 -> 1.4.5
2024-03-06 16:10:44 +01:00
iosmanthusandGitHub 6081ff43ee vscode: Fix url handler MimeType for vscode-insiders
According to upstream RPMs, while using vscode-insiders, the URL handler MimeType should be
`x-scheme-handler/vscode-insiders` instead of `x-scheme-handler/vscode`.

See pull request 293460 and pull request 288425.
2024-03-06 23:03:16 +08:00
Coutinho de Souza 478cff8d32 haredoc: init at 0.24.0
Also add a mention to the release notes of 24.05 about `hare` and
`haredoc` being split into different packages.
2024-03-06 11:57:55 -03:00
SamueleFacendaandManuel Bärenz 29d830243a xdg-desktop-portal-shana: init at 0.3.9
Signed-off-by: SamueleFacenda <samuele.facenda@gmail.com>
2024-03-06 15:42:30 +01:00
SamueleFacendaandManuel Bärenz f93dfa6038 maintainers: add samuelefacenda
Signed-off-by: SamueleFacenda <samuele.facenda@gmail.com>
2024-03-06 15:42:30 +01:00
Anderson Torres e671d3bbbd Nix docs: remove with lib; from example code
Following [Best Practices](https://nix.dev/guides/best-practices#with-scopes),
`with` is a problematic language construction and should be avoided.

Usually it is employed like a "factorization": `[ X.A X.B X.C X.D ]` is written
`with X; [ A B C D ]`.

However, as shown in the link above, the syntatical rules of `with` are not so
intuitive, and this "distributive rule" is very selective, in the sense that
`with X; [ A B C D ]` is not equivalent to `[ X.A X.B X.C X.D ]`.

However, this factorization is still useful to "squeeze" some code, especially
in lists like `meta.maintainers`.

On the other hand, it becomes less justifiable in bigger scopes. This is
especially true in cases like `with lib;` in the top of expression and in sets
like `meta = with lib; { . . . }`.

That being said, this patch removes most of example code in the current
documentation.

The exceptions are, for now
- doc/functions/generators.section.md
- doc/languages-frameworks/coq.section.md

because, well, they are way more complicated, and I couldn't parse them
mentally - yet another reason why `with` should be avoided!
2024-03-06 11:40:09 -03:00
Nick CaoandGitHub a2c4602ccd Merge pull request #293693 from vcunat/p/knot-bump
knot-dns: 3.3.4 -> 3.3.5
2024-03-06 09:29:26 -05:00
Nick CaoandGitHub 28f43de6e0 Merge pull request #291090 from r-ryantm/auto-update/python312Packages.pyvo
python312Packages.pyvo: 1.5 -> 1.5.1
2024-03-06 09:17:04 -05:00
Nick CaoandGitHub e1e7689121 Merge pull request #291092 from r-ryantm/auto-update/vscode-extensions.chenglou92.rescript-vscode
vscode-extensions.chenglou92.rescript-vscode: 1.16.0 -> 1.42.0
2024-03-06 09:15:46 -05:00
Nick CaoandGitHub 76148323c3 Merge pull request #291091 from r-ryantm/auto-update/vscode-extensions.contextmapper.context-mapper-vscode-extension
vscode-extensions.contextmapper.context-mapper-vscode-extension: 6.7.0 -> 6.11.0
2024-03-06 09:15:41 -05:00
Nick CaoandGitHub 26e60aae1a Merge pull request #291139 from r-ryantm/auto-update/vscode-extensions.ms-toolsai.jupyter
vscode-extensions.ms-toolsai.jupyter: 2023.2.1000411022 -> 2024.2.0
2024-03-06 09:14:51 -05:00
Nick CaoandGitHub e62da7b804 Merge pull request #291142 from r-ryantm/auto-update/ocamlPackages.lua-ml
ocamlPackages.lua-ml: 0.9.1 -> 0.9.2
2024-03-06 09:14:19 -05:00
Nick CaoandGitHub 6b182f95d8 Merge pull request #291145 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-git
kubernetes-helmPlugins.helm-git: 0.10.0 -> 0.15.1
2024-03-06 09:13:56 -05:00
Nick CaoandGitHub 77db6ea27f Merge pull request #291159 from r-ryantm/auto-update/ocamlPackages.iso8601
ocamlPackages.iso8601: 0.2.4 -> 0.2.5
2024-03-06 09:13:32 -05:00
Nick CaoandGitHub a7e983cea1 Merge pull request #291175 from r-ryantm/auto-update/python311Packages.pygmo
python311Packages.pygmo: 2.19.5 -> 2.19.6
2024-03-06 09:13:07 -05:00
Nick CaoandGitHub c34e6aa3ea Merge pull request #293490 from r-ryantm/auto-update/ashuffle
ashuffle: 3.14.3 -> 3.14.7
2024-03-06 09:10:21 -05:00
superherointjandGitHub ac497db437 Merge pull request #292418 from superherointj/k3s-to-k3s_1_29
k3s: k3s_1_28 -> k3s_1_29
2024-03-06 11:10:02 -03:00
Pol DellaieraandGitHub 29ec7c8120 Merge pull request #293756 from drupol/gpt4all/bump/2-7-2
gpt4all: 2.7.1 -> 2.7.2
2024-03-06 15:09:30 +01:00
Nick CaoandGitHub 30f6f1ddfd Merge pull request #293492 from r-ryantm/auto-update/swaysome
swaysome: 2.1.0 -> 2.1.1
2024-03-06 09:09:13 -05:00
Nick CaoandGitHub d818eb4d5c Merge pull request #293493 from r-ryantm/auto-update/krr
krr: 1.7.0 -> 1.7.1
2024-03-06 09:09:04 -05:00
Nick CaoandGitHub b50fa3b127 Merge pull request #293522 from r-ryantm/auto-update/python312Packages.bugsnag
python312Packages.bugsnag: 4.6.1 -> 4.6.2
2024-03-06 09:07:00 -05:00
Muhammad Falak R Wani 14aa19d1d3 difftastic: 0.55.0 -> 0.56.1
Diff: https://github.com/wilfred/difftastic/compare/0.55.0...0.56.1
Changelog: https://github.com/Wilfred/difftastic/blob/0.56.1/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-06 19:36:55 +05:30
Nick CaoandGitHub 7ecd2482c5 Merge pull request #293525 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.30163 -> 0.1.30401
2024-03-06 09:06:35 -05:00
Nick CaoandGitHub a13a4d92a3 Merge pull request #293527 from r-ryantm/auto-update/python312Packages.libarchive-c
python312Packages.libarchive-c: 5.0 -> 5.1
2024-03-06 09:06:20 -05:00
Nick CaoandGitHub 9a18601fd4 Merge pull request #293536 from r-ryantm/auto-update/mongoc
mongoc: 1.26.0 -> 1.26.1
2024-03-06 09:06:02 -05:00
Nick CaoandGitHub 2847dd6b7b Merge pull request #293750 from r-ryantm/auto-update/dapr-cli
dapr-cli: 1.12.0 -> 1.13.0
2024-03-06 09:04:41 -05:00
Nick CaoandGitHub 1f26874dc5 Merge pull request #293752 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.198 -> 3.0.199
2024-03-06 09:04:23 -05:00
Nick CaoandGitHub cb041d04c0 Merge pull request #293759 from r-ryantm/auto-update/gqlgenc
gqlgenc: 0.19.2 -> 0.19.3
2024-03-06 09:03:38 -05:00
Nick CaoandGitHub 92b488299f Merge pull request #293760 from r-ryantm/auto-update/go-protobuf
go-protobuf: 1.5.3 -> 1.5.4
2024-03-06 09:03:23 -05:00
Nick CaoandGitHub b8c7840eef Merge pull request #293763 from r-ryantm/auto-update/mackerel-agent
mackerel-agent: 0.78.3 -> 0.79.0
2024-03-06 09:03:03 -05:00
Nick CaoandGitHub 45dcdfe74c Merge pull request #293749 from r-ryantm/auto-update/brook
brook: 20240214 -> 20240404
2024-03-06 09:02:46 -05:00
Nick CaoandGitHub 4a975f8851 Merge pull request #293692 from fabaff/past-time-bump
past-time: 0.2.1 -> 0.3.1
2024-03-06 09:02:05 -05:00
R. Ryantm 13367c80a8 python312Packages.resend: 0.7.2 -> 0.8.0 2024-03-06 13:59:59 +00:00
R. Ryantm a110dbd889 python312Packages.qdrant-client: 1.7.3 -> 1.8.0 2024-03-06 13:58:59 +00:00
Nick CaoandGitHub a83bb31880 Merge pull request #293706 from r-ryantm/auto-update/python311Packages.aiohomekit
python311Packages.aiohomekit: 3.1.4 -> 3.1.5
2024-03-06 08:58:22 -05:00
Nick CaoandGitHub 2cd9daab4e Merge pull request #293716 from r-ryantm/auto-update/python311Packages.pipdeptree
python311Packages.pipdeptree: 2.16.0 -> 2.16.1
2024-03-06 08:57:36 -05:00
R. Ryantm 5e9eeb3381 python312Packages.pytedee-async: 0.2.14 -> 0.2.15 2024-03-06 13:56:53 +00:00
Nick CaoandGitHub 06adb947d4 Merge pull request #293732 from r-ryantm/auto-update/python311Packages.google-cloud-shell
python311Packages.google-cloud-shell: 1.9.2 -> 1.9.3
2024-03-06 08:56:19 -05:00
Nick CaoandGitHub 15a1977404 Merge pull request #293733 from r-ryantm/auto-update/python311Packages.google-cloud-workstations
python311Packages.google-cloud-workstations: 0.5.5 -> 0.5.6
2024-03-06 08:56:09 -05:00
Nick CaoandGitHub 89a0ae1057 Merge pull request #293734 from r-ryantm/auto-update/python311Packages.google-cloud-workflows
python311Packages.google-cloud-workflows: 1.14.2 -> 1.14.3
2024-03-06 08:55:58 -05:00