9 Sep 2024 |
hexa |
python312Packages.sentry-sdk_2: 2.13.0 -> 2.14.0 #340812 python312Packages.sentry-sdk_2: 2.13.0 -> 2.14.0 #340817
| 16:52:55 |
hexa | and | 16:53:17 |
hexa |
ctranslate2: 4.3.1 -> 4.4.0 #340794 ctranslate2: 4.3.1 -> 4.4.0 #340795
| 16:53:31 |
hexa | just today | 16:53:32 |
zowoq | The bot checks for duplicates before it starts an update, looks like it would need to do another check before it opens a PR to catch those. | 23:47:50 |
10 Sep 2024 |
hexa | that explains it | 10:45:14 |
16 Sep 2024 |
Sashanoraa.gay (she/her, ze/zir) | nixpkgs-update keeps trying open PRs downgrading my package stargazer https://github.com/NixOS/nixpkgs/pull/342269 | 13:11:54 |
Sashanoraa.gay (she/her, ze/zir) | I believe this is because 1.1.3 is technically the most recent release. However, it's a backport release. How do I make nixpkgs-update looks for updates with a larger semver version, not just one that's newer? | 13:13:41 |
K900 | Just draft the PR | 13:17:35 |
K900 | And it won't reopen | 13:17:38 |
Sandro 🐧 | there is also a comment you can apply to ignore it entirely if you like | 16:15:12 |
| silentlurker joined the room. | 20:02:32 |
Sashanoraa.gay (she/her, ze/zir) | In reply to @sandro:supersandro.de there is also a comment you can apply to ignore it entirely if you like I'd prefer if the bot did run but actually pick up the correct release. | 21:21:42 |
Mindavi | I think the scripts just look at the date, but see here: https://github.com/NixOS/nixpkgs/tree/master/pkgs/common-updater | 21:25:50 |
Mindavi | Maybe there's a way to put in some feature for only considering semver upgrades, I've seen more PRs drafted due to being downgrades lately | 21:26:30 |
Mindavi | https://nix-community.github.io/nixpkgs-update/nixpkgs-maintainer-faq/
Version not newer
If Nix's builtins.compareVersions does not think the "new" version is newer, it will not update. | 21:28:37 |
Mindavi | Maybe the builtin is broken, or the documentation outdated | 21:29:01 |
17 Sep 2024 |
Sashanoraa.gay (she/her, ze/zir) | In reply to @rick:matrix.ciphernetics.nl https://nix-community.github.io/nixpkgs-update/nixpkgs-maintainer-faq/
Version not newer
If Nix's builtins.compareVersions does not think the "new" version is newer, it will not update. builtins.compareVersions "1.1.3" "1.3.1" returns -1 indicating that 1.1.3 is older than 1.3.1. So that's not the problem.
| 13:18:46 |
Sashanoraa.gay (she/her, ze/zir) | This appears to be a nix-update bug https://github.com/Mic92/nix-update/issues/271 | 13:22:48 |
Jeremy Fleischman (jfly) | I'm confused: what's the relationship between nixpkgs-update and nix-update ? They seem like 2 completely independent tools? | 19:48:22 |