Commit Graph

1058993 Commits

Author SHA1 Message Date
Yohann Boniface
e5d4d51398 string-view-lite: 1.8.0 -> 1.8.1 (#553175) 2026-08-16 14:37:21 +00:00
Weijia Wang
1d4544e1ba thedesk: 25.3.1 -> 25.4.0 (#515829) 2026-08-16 14:37:12 +00:00
Samuel Dionne-Riel
4cf65b59fa unifont: Don't ship sample font in default output
The use-case for these font files is detailed in their 2013 changelog
entry:

> These "Unifont Sample" fonts contain combining circles, and four-digit
> hexadecimal glyphs for unassigned code points and Private Use Area glyphs.
> Because of the inclusion of combining cirlces, "Unifont Sample" font
> versions are only intended for illustrating individual glyphs, not for
> general-purpose writing.

What this means, in practice, is that since #550059 unifont *may* end-up
being picked rather than any other font that actually has a glyph,
instead of a replacement glyph.

And even if there was no proper glyph to use, a replacement glyph is
made on the fly anyway.

This regression can be checked with, for example, Font Awesome, on the
same config, Nixpkgs `b7c2ada94fe9..0e251e24a4f2`.

Before regression:

```
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-font-awesome-7.2.0/share/fonts/opentype/Font Awesome 7 Free-Solid-900.otf: Font Awesome 7 Free,Font Awesome 7 Free Solid:style=Solid,Regular
```

Current:

```
 $ fc-list :charset=f244
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-font-awesome-7.2.0/share/fonts/opentype/Font Awesome 7 Free-Solid-900.otf: Font Awesome 7 Free,Font Awesome 7 Free Solid:style=Solid,Regular
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-unifont-17.0.05/share/fonts/opentype/unifont/unifont_sample.otf: Unifont Sample:style=Regular
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-unifont-17.0.05/share/fonts/X11/misc/unifont_sample.pcf.gz: Unifont Sample:style=Sans-Serif
```

After fix:

```
 $ fc-list :charset=f244
/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-font-awesome-7.2.0/share/fonts/opentype/Font Awesome 7 Free-Solid-900.otf: Font Awesome 7 Free,Font Awesome 7 Free Solid:style=Solid,Regular
```
2026-08-16 10:36:12 -04:00
Weijia Wang
5822c4d0de reco: 5.1.1 -> 5.2.1 (#516048) 2026-08-16 14:36:00 +00:00
Weijia Wang
a7969e3a80 spotify-qt: 4.0.3 -> 4.0.4 (#515524) 2026-08-16 14:35:18 +00:00
Gaetan Lepage
d9c14c8ca1 python3Packages.plumbum: cleanup, fix build on darwin 2026-08-16 14:32:22 +00:00
nixpkgs-ci[bot]
d610b12796 i18next-cli: 1.67.8 -> 1.69.2 (#553330) 2026-08-16 14:32:09 +00:00
nixpkgs-ci[bot]
a3c736b6a2 nixbit: 1.0.0 -> 1.0.1 (#553282) 2026-08-16 14:32:08 +00:00
Weijia Wang
6c1203d77b gretl: 2026a -> 2026b (#515248) 2026-08-16 14:31:09 +00:00
Yohann Boniface
0e4a3c32ae docker-gc: fix version (#546926) 2026-08-16 14:28:58 +00:00
Yohann Boniface
07284745e7 ardopc: fix version, homepage (#546478) 2026-08-16 14:28:39 +00:00
Weijia Wang
d3acda4d1a smatch: 1.74 -> 1.75 (#516003) 2026-08-16 14:27:54 +00:00
Weijia Wang
d426f4a7f8 ipsw: 3.1.672 -> 3.1.673 (#516213) 2026-08-16 14:27:32 +00:00
Andreas Wendleder
722cbd34a7 sv-lang_10: add gonsolo to maintainers
Assisted-by: Claude Code (Claude Sonnet 5)
2026-08-16 16:26:32 +02:00
Andreas Wendleder
f09b40a23f sv-lang_10: fix build against fmt 12
fmt 12 moved fmt::format's declaration out of the lightweight
fmt/core.h into fmt/format.h, breaking every file here that used
fmt::format while only including fmt/core.h ('format' is not a member
of 'fmt'). format.h is a strict superset of core.h, so replacing the
include is safe everywhere it's used.

Upstream slang already carries this exact fix for the newer sv-lang
(11.0) package, applied for the same reason in commit
5a898b4b9225d281902fcd59fe4732b1561677d2. nixpkgs pins sv-lang_10
(10.0) specifically for circt's firtool-1.147.0, predating that fix
and unable to just take the 11.0 package instead, so backport it here.

Verified: `nix build .#circt` succeeds (previously failed evaluating
sv-lang_10's checkPhase compile step); `firtool --version` reports
1.147.0 as expected.

Nit: keep the fmt-fix comment out of the embedded shell script text by
splitting postPatch into two concatenated '' strings, one per distinct
patch operation.

Assisted-by: Claude Code (Claude Sonnet 5)
2026-08-16 16:26:32 +02:00
Stefan Frijters
e6332bf841 maturin: enable structuredAttrs (#552688) 2026-08-16 14:25:42 +00:00
Weijia Wang
0e12f427e0 assemblyscript: 0.28.13 -> 0.28.20 (#516085) 2026-08-16 14:25:40 +00:00
Weijia Wang
6f5b698db9 webdis: 0.1.23 -> 0.1.25 (#516093) 2026-08-16 14:24:46 +00:00
Sandro Jäckel
c3e8a9ccb7 python3Packages.nemo-relay: init at 0.7.3
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2026-08-16 16:23:08 +02:00
Gaetan Lepage
691bd18e95 python3Packages.jupyterlab-git-core: 0.54.0 -> 0.54.1
Diff: https://github.com/jupyterlab/jupyterlab-git/compare/v0.54.0...v0.54.1

Changelog: https://github.com/jupyterlab/jupyterlab-git/blob/v0.54.1/CHANGELOG.md
2026-08-16 14:18:35 +00:00
Gaetan Lepage
328586943c python3Packages.ipytablewidgets: 0.3.2 -> 0.3.4 2026-08-16 14:18:29 +00:00
Gaetan Lepage
fbc43fe0b9 python3Packages.jupyter-docprovider: 2.4.1 -> 3.0.0 2026-08-16 14:18:24 +00:00
Gaetan Lepage
9ad3a5e641 python3Packages.jupyter-collaboration-ui: 2.4.1 -> 3.0.0 2026-08-16 14:18:18 +00:00
Gaetan Lepage
8e2c223517 python3Packages.jupyter-collaboration: 4.4.0 -> 5.0.0
Diff: https://github.com/jupyterlab/jupyter-collaboration/compare/v4.4.0...v5.0.0

Changelog: https://github.com/jupyterlab/jupyter_collaboration/blob/v5.0.0/CHANGELOG.md
2026-08-16 14:18:12 +00:00
Gaetan Lepage
193976f1b5 python3Packages.jupyter-server-ydoc: 2.4.0 -> 3.0.0 2026-08-16 14:18:06 +00:00
Gaetan Lepage
b54a45f2d6 python3Packages.jupyter-ydoc: 3.4.1 -> 4.1.1
Diff: https://github.com/jupyter-server/jupyter_ydoc/compare/v3.4.1...v4.1.0

Changelog: https://github.com/jupyter-server/jupyter_ydoc/blob/v4.1.0/CHANGELOG.md
2026-08-16 14:18:00 +00:00
Gaetan Lepage
f60595559f python3Packages.bqscales: cleanup, fix build 2026-08-16 14:17:55 +00:00
Gaetan Lepage
dcaa00acf0 python3Packages.jupyterlab-execute-time: cleanup, fix build
Upstream tagged v3.3.0 without bumping the version in `pyproject.toml`,
which trips `pythonMetadataCheckPhase`.
2026-08-16 14:17:49 +00:00
Gaetan Lepage
120a4b76fb python3Packages.ipympl: enable __structuredAttrs 2026-08-16 14:17:43 +00:00
Gaetan Lepage
c6e83cd1b0 python3Packages.jupyter-nbextensions-configurator: add missing build-system, cleanup 2026-08-16 14:17:37 +00:00
Gaetan Lepage
9baffb46cf python3Packages.jupytext: 1.18.1 -> 1.19.5
Diff: https://github.com/jupytext/jupytext/compare/v1.18.1...v1.19.4

Changelog: https://github.com/jupytext/jupytext/releases/tag/v1.19.4
2026-08-16 14:17:31 +00:00
Gaetan Lepage
5376537cff python3Packages.qgrid: cleanup, fix build
Add the missing `setuptools` build dependency, and patch `unique.sort()`:
with pandas 3, `Series.unique()` returns an ExtensionArray for string
columns, which has no in-place `sort()`. Upstream is archived.
2026-08-16 14:17:25 +00:00
Gaetan Lepage
d63ab313eb python3Packages.jupyterlab: 4.5.10 -> 4.6.3
Diff: https://github.com/jupyterlab/jupyterlab/compare/v4.5.10...v4.6.3

Changelog:
https://github.com/jupyterlab/jupyterlab/blob/v4.6.3/CHANGELOG.md

Co-authored-by: Stefan Haan <stefan@kikeriki.at>
2026-08-16 14:17:19 +00:00
Gaetan Lepage
d6d417e9ca python3Packages.notebook: 7.5.6 -> 7.6.2
Diff: https://github.com/jupyter/notebook/compare/v7.5.6...v7.6.2

Changelog: https://github.com/jupyter/notebook/blob/v7.6.2/CHANGELOG.md

Co-authored-by: Stefan Haan <stefan@kikeriki.at>
2026-08-16 14:17:14 +00:00
Gaetan Lepage
a60f517b66 python3Packages.jupyter-server: 2.17.0 -> 2.20.0
Diff:
https://github.com/jupyter-server/jupyter_server/compare/v2.17.0...v2.20.0

Changelog:
https://github.com/jupyter-server/jupyter_server/blob/v2.20.0/CHANGELOG.md

Co-authored-by: Stefan Haan <stefan@kikeriki.at>
2026-08-16 14:17:07 +00:00
Gaetan Lepage
530bca2347 python3Packages.jupyter-builder: init at 1.2.2
Co-authored-by: Stefan Haan <stefan@kikeriki.at>
2026-08-16 14:17:01 +00:00
Gaetan Lepage
01f3e48f34 maintainers: add haansn08 to teams.jupyter
Co-authored-by: Stefan Haan <stefan@kikeriki.at>
2026-08-16 14:16:55 +00:00
R. Ryantm
1d6bb4f6ce ghgrab: 2.0.1 -> 2.0.2 2026-08-16 14:16:50 +00:00
Weijia Wang
8b89590626 wiki-js: 2.5.312 -> 2.5.314 (#516914) 2026-08-16 14:16:30 +00:00
R. Ryantm
1885e82586 plasticscm-client-core-unwrapped: 11.0.16.10303 -> 11.0.16.10350 2026-08-16 14:16:04 +00:00
Weijia Wang
bae46fc962 hcledit: 0.2.17 -> 0.2.18 (#517020) 2026-08-16 14:13:00 +00:00
R. Ryantm
81cbe60aeb plasticscm-theme: 11.0.16.10303 -> 11.0.16.10350 2026-08-16 14:12:48 +00:00
Weijia Wang
1c2c232c07 python3Packages.httpx-ws: 0.8.2 -> 0.9.0 (#446789) 2026-08-16 14:07:23 +00:00
Maximilian Bosch
971572688a nextcloud*: 32.0.13 -> 32.0.14, 33.0.7 -> 33.0.8, 34.0.2 -> 34.0.3 (#552611) 2026-08-16 14:03:35 +00:00
R. Ryantm
c9f605a650 ddccontrol-db: 20260731 -> 20260813 2026-08-16 14:02:41 +00:00
R. Ryantm
531d9e4321 plasticscm-client-gui-unwrapped: 11.0.16.10303 -> 11.0.16.10350 2026-08-16 14:01:02 +00:00
R. Ryantm
9f8ba90052 i18next-cli: 1.67.8 -> 1.69.2 2026-08-16 13:59:12 +00:00
Weijia Wang
134dcc91cf podlet: 0.3.1 -> 0.3.2 (#521694) 2026-08-16 13:59:00 +00:00
Peder Bergebakken Sundt
d604481ceb harlequin: 2.8.1 -> 2.9.0 (#552922) 2026-08-16 13:53:45 +00:00
Weijia Wang
fc4b0cc671 texturepacker: 8.0.0 -> 8.2.0 (#522883) 2026-08-16 13:53:16 +00:00