Commit Graph
778077 Commits
Author SHA1 Message Date
Seth Flynn b6420c7bca gitignore: ignore worktrees 2025-03-30 22:46:13 -04:00
Robert Schütz c5efe798bc python313Packages.pyisy: 3.1.14 -> 3.4.0
Diff: https://github.com/automicus/PyISY/compare/refs/tags/v3.1.14...v3.4.0

Changelog: https://github.com/automicus/PyISY/releases/tag/v3.1.15
           https://github.com/automicus/PyISY/releases/tag/v3.2.0
           https://github.com/automicus/PyISY/releases/tag/v3.3.0
           https://github.com/automicus/PyISY/releases/tag/v3.4.0
2025-03-30 19:41:49 -07:00
Robert Schütz 06725c1404 python313Packages.ical: 9.0.2 -> 9.0.3
Diff: https://github.com/allenporter/ical/compare/refs/tags/9.0.2...9.0.3

Changelog: https://github.com/allenporter/ical/releases/tag/9.0.3
2025-03-30 19:37:15 -07:00
Robert Schütz 16cce3c39c python313Packages.nhc: 0.4.11 -> 0.4.12
Diff: https://github.com/vandeurenglenn/nhc/compare/refs/tags/v0.4.11...v0.4.12
2025-03-30 19:36:12 -07:00
Donovan GloverandGitHub 3c1ae46987 offrss: unbreak GCC 14, modernize (#394690) 2025-03-31 02:34:42 +00:00
Benjamin HippleandGitHub 25f202e7c9 oneDNN: 3.7 -> 3.7.2 (#388128) 2025-03-30 22:11:44 -04:00
Pol DellaieraandGitHub a415dea180 vscode-extensions.anweber.vscode-httpyac: 6.16.6 -> 6.16.7 (#394754) 2025-03-31 04:06:13 +02:00
Donovan GloverandGitHub 1d3a750cb7 bun: 1.2.5 -> 1.2.7 (#393118) 2025-03-31 01:57:31 +00:00
Mauricio Collares 21af19fa5c pplite: fix build with flint 3.2 2025-03-30 22:52:25 -03:00
ghpzinandMatthieu Coudron efa1f97317 rs: modernize
- replace `rec` with `finalAttrs`
- remove `with lib;` from `meta`
2025-03-31 03:46:56 +02:00
ghpzinandMatthieu Coudron d27c6262e6 rs: fix build with gcc14
- add `-DNEED_STRTONUM` flag to include declaration of `strtonum`
from `rs.h`:
```
#ifdef NEED_STRTONUM
/* .linked/strtonum.c */
extern long long strtonum(const char *, long long, long long, const char **);
#endif
```
Fixes `implicit-function-declaration` error with gcc 14:
```
rs.c: In function 'getargs':
rs.c:410:34: error: implicit declaration of function 'strtonum';
did you mean 'strtouq'? []
  410 |                         owidth = strtonum(optarg, 1, INT_MAX, &errstr);
      |                                  ^~~~~~~~
      |                                  strtouq
```
2025-03-31 03:46:56 +02:00
ghpzinandMatthieu Coudron 21ec8478ed ns-3: 39 -> 44, fix build with gcc14
- update to latest release tag (ns-3.44), that contains commit:
https://gitlab.com/nsnam/ns-3-dev/-/commit/5b130ba365831cf54674828e46cfa6b7b69c9f77
it fixes build with gcc14.
Without it build fails with this and similar errors:
```
/build/source/src/core/model/val-array.h:83:16: error: template-id not
allowed for constructor in C++20 []
   83 |     ValArray<T>() = default;
      |                ^
```

Diff: https://gitlab.com/nsnam/ns-3-dev/-/compare/ns-3.39...ns-3.44

Changelog: https://gitlab.com/nsnam/ns-3-dev/-/blob/ns-3.44/CHANGES.md
2025-03-31 03:40:20 +02:00
R. Ryantm 0d509da698 dnscontrol: 4.17.0 -> 4.18.0 2025-03-31 01:28:54 +00:00
R. Ryantm 6154ce8bdd qpwgraph: 0.8.2 -> 0.8.3 2025-03-31 01:23:24 +00:00
Adam C. StephensandGitHub 11e4741be7 incus: 6.10.1 -> 6.11.0 (#394108) 2025-03-30 21:20:03 -04:00
Lin JianandGitHub 1e5c9a1262 emacs: make trivialBuild respect error tunables at bytecompile time (#394546) 2025-03-31 09:07:19 +08:00
c72eef1a2f civo: 1.1.98 -> 1.1.99 (#394660)
Co-authored-by: techknowlogick <hello@techknowlogick.com>
2025-03-31 01:05:22 +00:00
R. Ryantm e92837b03d feather: 2.7.0 -> 2.8.0 2025-03-31 01:00:19 +00:00
R. Ryantm 7b7629e5a6 triforce-lv2: 0.2.0 -> 0.2.1 2025-03-31 00:49:18 +00:00
R. Ryantm 2e07c7e2f6 vscode-extensions.anweber.vscode-httpyac: 6.16.6 -> 6.16.7 2025-03-31 00:46:29 +00:00
sarahecandSarah Clark 6076c38569 python3Packages.langchain-tests: 0.3.13 -> 0.3.17 2025-03-30 17:36:41 -07:00
sarahecandSarah Clark 9b0a483d0e python3Packages.langchain-openai: 0.3.8 -> 0.3.11 2025-03-30 17:36:41 -07:00
sarahecandSarah Clark c241ec4456 python3Packages.langchain-ollama: 0.2.3 -> 0.3.0 2025-03-30 17:36:40 -07:00
sarahecandSarah Clark dd676362e4 python3Packages.langchain-core: 0.3.47 -> 0.3.49 2025-03-30 17:36:27 -07:00
Olivér Falvaiandzowoq da3e9fb555 lsd: re-enable tests 2025-03-31 10:33:23 +10:00
sarahecandSarah Clark ed61cea3d9 python3Packages.langchain-community: 0.3.19 -> 0.3.20 2025-03-30 17:16:35 -07:00
sarahecandSarah Clark 123e789d81 python3Packages.langchain-text-splitters: 0.3.6 -> 0.3.7 2025-03-30 17:16:35 -07:00
emaryn fbb72fba98 vscode-extensions.charliermarsh.ruff: 2025.14.0 -> 2025.22.0 2025-03-31 07:26:58 +08:00
emaryn 593aaf96ce vscode-extensions.charliermarsh.ruff: add update script 2025-03-31 07:26:58 +08:00
Sigmanificient 8595ce3ed6 compiledb: 0.10.1 -> 0.10.7 2025-03-31 01:25:40 +02:00
emaryn 05a397d3ef vscode-extensions.visualjj.visualjj: 0.13.6 -> 0.14.1 2025-03-31 07:15:13 +08:00
emaryn 0917621281 vscode-extensions.visualjj.visualjj: add update script 2025-03-31 07:15:13 +08:00
Robert Hensing bb984408d5 lib/tests/release.nix: Use nix.overrideScope for >=2.26 2025-03-31 00:47:37 +02:00
Robert Hensing d74838df79 nixVersions.nix_2_26: Add .overrideScope 2025-03-31 00:47:37 +02:00
Stefano De Vuono e1b8acf7ca change replace to replace-fail 2025-03-30 15:42:16 -07:00
Mauricio CollaresandGitHub 3e78aad351 singular: 4.4.0p6 -> 4.4.1 (#394732) 2025-03-30 19:36:53 -03:00
Robert Hensing 493f1e3b8b nixVersions.nix_2_26: Improve docs 2025-03-31 00:33:01 +02:00
Mauricio CollaresandGitHub 5febfb3e1a primecount: 7.14 -> 7.15 (#390697) 2025-03-30 19:29:42 -03:00
Gaétan LepageandGitHub eb93bdcd2c python313Packages.normality: 2.5.0 -> 2.6.1 (#388015) 2025-03-31 00:25:04 +02:00
Weijia WangandGitHub 469e555477 radarr: 5.19.3.9730 -> 5.21.1.9799 (#392894) 2025-03-31 00:16:48 +02:00
Nick CaoandGitHub c2128634cc ada: 3.2.1 -> 3.2.2 (#394737) 2025-03-30 18:10:29 -04:00
Nick CaoandGitHub 2f47a1f834 python312Packages.extractcode: cleanup and skip failing test (#394733) 2025-03-30 18:09:31 -04:00
Weijia Wang cff9b09432 freefilesync: 14.2 -> 14.3 2025-03-31 00:09:04 +02:00
Gaétan LepageandGitHub 10c515901f python312Packages.nemosis: 3.8.0 -> 3.8.1 (#387973) 2025-03-31 00:08:06 +02:00
Guy Chronister 74a4a3058c one_gadget: Migrate to by-name 2025-03-30 17:05:37 -05:00
Tarinaky c30c48bc5f maintainers: add tarinaky 2025-03-30 22:56:45 +01:00
Vincenzo MantovaandGitHub 7ace45436b texlive: use historic mirrors only for final releases (#394567) 2025-03-30 17:54:30 -04:00
TomaandGitHub e2f504bbc2 ldc: remove references to ldcBootstrap (#393645) 2025-03-30 23:47:07 +02:00
Weijia WangandGitHub a65e4598fb guile-reader: fix the build with GCC14 (#394687) 2025-03-30 23:40:48 +02:00
Nikolay KorotkiyandGitHub f706ef4c71 tilemaker: fix build with Boost 1.86+ (#394450) 2025-03-31 01:30:57 +04:00