Commit Graph
1014394 Commits
Author SHA1 Message Date
GrischeandGrische 56892c177e python3Packages.unstructured: bundle NLTK data to fix import-time download
unstructured/nlp/tokenize.py downloads the `averaged_perceptron_tagger_eng`
and `punkt_tab` NLTK corpora at import time unless they are already present on
`nltk.data.path`. In offline or read-only/sandboxed environments (such as a
systemd service with a read-only filesystem) this fails with
`OSError: [Errno 30] Read-only file system: '/nltk_data'` as soon as a consumer
imports a partition module (e.g. `unstructured.partition.epub` via open-webui).

Bundle the two required corpora through `nltk-data` and register the directory
on `nltk.data.path` with a small postPatch, so importing unstructured works
without network access or a writable home. The directory is named `nltk_data`
because unstructured's resolver only uses such paths verbatim.

Also import `unstructured.nlp.tokenize` in pythonImportsCheck so the build
itself exercises the corpora lookup and guards against regressions.

Assisted-by: Claude Opus 4.8 (1M context)
2026-06-06 10:08:06 +00:00
Tomas Rivera 36310c6d36 vimPlugins.fugit2-nvim: add gpgme as runtimeDeps 2026-06-06 12:04:26 +02:00
kirillrdyandGitHub 4911739d60 vimPlugins.codesnap-nvim: 2.0.3 -> 2.0.5 (#528729) 2026-06-06 10:03:35 +00:00
Fabian AffolterandGitHub b3ab60af9e python3Packages.{scancode-toolkit,typecode,extractcode}: fix & add ngi team (#528352) 2026-06-06 10:03:05 +00:00
Fabian AffolterandGitHub efea66e3d5 python3Packages.base58check: migrate to pyproject (#528696) 2026-06-06 10:00:43 +00:00
Fabian AffolterandGitHub 12aea424be python3Packages.beautifultable: migrate to pyproject (#528718) 2026-06-06 10:00:14 +00:00
Fabian AffolterandGitHub ebe3110276 python3Packages.llm-anthropic: 0.25 -> 0.25.1 (#528726) 2026-06-06 09:59:06 +00:00
Fabian AffolterandGitHub df6f9b242e malwoverview: 8.0.1 -> 8.0.2 (#528728) 2026-06-06 09:56:38 +00:00
Gaétan LepageandGitHub b5428b01b6 python3Packages.smg-grpc-servicer: init at 0.5.3 (#528443) 2026-06-06 09:55:41 +00:00
Fabian Affolter 3019e3420b domain-check: init at 1.0.2
Tool to check domain availability

https://github.com/saidutt46/domain-check
2026-06-06 11:50:50 +02:00
Sizhe ZhaoandGaetan Lepage c32084fc1d python3Packages.smg-grpc-servicer: init at 0.5.3 2026-06-06 09:49:59 +00:00
Sizhe ZhaoandGaetan Lepage e534847c74 python3Packages.smg-grpc-proto: init at 0.4.8 2026-06-06 09:49:55 +00:00
kirillrdyandGitHub 927879109c python3Packages.pycrdt-websocket: 0.16.1 -> 0.16.2 (#528737) 2026-06-06 09:48:52 +00:00
Stig Palmquist 177e9f5409 perlPackages.ArchiveTar: 3.10 -> 3.12 2026-06-06 11:43:51 +02:00
R. Ryantm e9b11db082 python3Packages.rpy2: 3.6.4 -> 3.6.7 2026-06-06 09:40:19 +00:00
Stig Palmquist 5083b13771 perlPackages.DBI: 1.644 -> 1.648 2026-06-06 11:34:51 +02:00
Gaetan Lepage 15bce03bad python3Packages.pycrdt-websocket: 0.16.1 -> 0.16.2
Diff: https://github.com/y-crdt/pycrdt-websocket/compare/0.16.1...0.16.2

Changelog: https://github.com/jupyter-server/pycrdt-websocket/blob/0.16.2/CHANGELOG.md
2026-06-06 09:32:30 +00:00
Gaetan Lepage a26c36c801 vimPlugins.codesnap-nvim: 2.0.3 -> 2.0.5
Diff: https://github.com/mistricky/codesnap.nvim/compare/v2.0.3...v2.0.5

Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v2.0.5
2026-06-06 09:31:45 +00:00
Fabian Affolter 6b6ae19d39 python3Packages.strawberry-django: 0.75.1 -> 0.86.0
Diff: https://github.com/strawberry-graphql/strawberry-django/compare/0.75.1...0.86.0

Changelog: https://github.com/strawberry-graphql/strawberry-django/blob/0.86.0/CHANGELOG.md
2026-06-06 11:29:12 +02:00
nixpkgs-ci[bot]andGitHub d86f508e4b itgmaniaPackages.digital-dance: 1.1.3-unstable-2026-05-14 -> 1.1.3-unstable-2026-06-04 (#528381) 2026-06-06 09:28:37 +00:00
nixpkgs-ci[bot]andGitHub 3c860c60bc itgmaniaPackages.itg3encore: 0-unstable-2026-05-26 -> 0-unstable-2026-06-05 (#528380) 2026-06-06 09:28:35 +00:00
R. Ryantm 912dd7ed0c malwoverview: 8.0.1 -> 8.0.2 2026-06-06 09:19:14 +00:00
Fabian AffolterandGitHub afa1e4eb3d python3Packages.bc-jsonpath-ng: migrate to pyproject (#528712) 2026-06-06 09:16:45 +00:00
R. Ryantm ce95dc8ff4 python3Packages.llm-anthropic: 0.25 -> 0.25.1 2026-06-06 09:15:07 +00:00
Fabian Affolter 4c6d79135e python3Packages.strawberry-graphql: 0.289.2 -> 0.316.0
Changelog: https://github.com/strawberry-graphql/strawberry/blob/0.316.0/CHANGELOG.md
2026-06-06 11:10:24 +02:00
Fabian Affolter c451f91f5d python3Packages.cross-web: 0.4.1 -> 0.7.0
Changelog: https://github.com/usecross/cross-web/blob/0.7.0/CHANGELOG.md
2026-06-06 11:10:24 +02:00
Fabian Affolter d34c103df2 python3Packages.strawberry-graphql: migrate to finalAttrs 2026-06-06 11:10:24 +02:00
Timo Gottszky f388a97324 htgettoken: wrap secondary programs 2026-06-06 11:00:18 +02:00
mert-kurttutan 2dc8368de4 tt-burnin: remove pyluwen dependency relaxation 2026-06-06 11:41:09 +03:00
Thiago Kenji OkadaandGitHub 3ea261e8e3 libretro.atari800: 0-unstable-2026-05-11 -> 0-unstable-2026-05-28 (#528707) 2026-06-06 08:40:35 +00:00
Fabian AffolterandGitHub 69b86d2167 rdap: modernize (#528514) 2026-06-06 08:39:21 +00:00
mert-kurttutan aa751c512f tt-burnin: 0.2.4 -> 0.4.0 2026-06-06 11:36:49 +03:00
nixpkgs-ci[bot]andGitHub cf11c0a583 shopware-cli: 0.15.2 -> 0.15.3 (#528660) 2026-06-06 08:29:51 +00:00
nixpkgs-ci[bot]andGitHub 3af28af8de xenia-canary: 0-unstable-2026-05-03 -> 0-unstable-2026-06-05 (#528584) 2026-06-06 08:29:50 +00:00
nixpkgs-ci[bot]andGitHub 91358f8a6a okteto: 3.19.0 -> 3.20.0 (#528096) 2026-06-06 08:29:40 +00:00
Fabian Affolter 9f9cea391e python3Packages.aiostreammagic: 2.13.1 -> 2.13.2
Diff: https://github.com/noahhusby/aiostreammagic/compare/2.13.1...2.13.2

Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.13.2
2026-06-06 10:23:53 +02:00
Fabian Affolter f32007bd08 python3Packages.cpe-search: 0.2.8 -> 0.2.9
Diff: https://github.com/ra1nb0rn/cpe_search/compare/v0.2.8...v0.2.9

Changelog: https://github.com/ra1nb0rn/cpe_search/blob/v0.2.9/CHANGELOG.md
2026-06-06 10:23:16 +02:00
Fabian Affolter 66e9632c20 python3Packages.opower: 0.18.2 -> 0.18.3
Diff: https://github.com/tronikos/opower/compare/v0.18.2...v0.18.3

Changelog: https://github.com/tronikos/opower/releases/tag/v0.18.3
2026-06-06 10:22:05 +02:00
R. Ryantm 2382a37069 libretro.atari800: 0-unstable-2026-05-11 -> 0-unstable-2026-05-28 2026-06-06 08:14:47 +00:00
zowoqandGitHub 96a797e0e3 terraform-providers.hashicorp_google: 7.33.0 -> 7.35.0 (#528687) 2026-06-06 08:00:13 +00:00
R. Ryantm 9486d44b01 librime: 1.16.1 -> 1.17.0 2026-06-06 07:54:13 +00:00
Robert HelgessonandGitHub ef2a0c89a2 Add option to enable iotop with delayacct tracking in kernel (#363452) 2026-06-06 07:52:14 +00:00
R. Ryantm a7d3347c5b kubernetes-helmPlugins.helm-diff: 3.15.7 -> 3.15.8 2026-06-06 07:51:49 +00:00
Fabian Affolter 6f028a807e python3Packages.iamdata: 0.1.202606051 -> 0.1.202606061
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202606051...v0.1.202606061

Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202606061
2026-06-06 09:44:33 +02:00
R. Ryantm f3cae98e65 steam-art-manager: 3.12.1 -> 3.16.0 2026-06-06 07:44:23 +00:00
Tomas Rivera 7e6e6d9b49 netwatch: init at 0.25.4
Assissted-by: ChatGPT 5.5
2026-06-06 09:43:38 +02:00
Ethan Carter Edwards 25d7e26a99 forgejo-cli: set __structuredAttrs, add versionCheckHook
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2026-06-06 00:43:09 -07:00
Mitchell PleuneandRobert Helgesson 1b9b855569 nixos/iotop: optionally enable delayacct tracking in kernel
Since Linux commit e4042ad492357fa995921376462b04a025dd53b6 (May 2021)
this is disabled by default as it is "not used much."
2026-06-06 09:42:25 +02:00
R. Ryantm 4c34fd1a45 python3Packages.gguf: 9222 -> 9538 2026-06-06 07:37:57 +00:00
R. Ryantm a985feb160 vscode: 1.122.1 -> 1.123.0 2026-06-06 07:33:46 +00:00