+2
doc/release-notes/rl-2505.section.md
+2
doc/release-notes/rl-2505.section.md
···- `i3status-rust`-package no longer enables `notmuch` by default. It can be enabled via `withNotmuch`.+- `ocis-bin` has been renamed to `ocis_5-bin`. Future versions will have the major version suffix.
+8
-8
pkgs/by-name/oc/ocis-bin/package.nix
pkgs/by-name/oc/ocis_5-bin/package.nix
+8
-8
pkgs/by-name/oc/ocis-bin/package.nix
pkgs/by-name/oc/ocis_5-bin/package.nix
···
-215
pkgs/by-name/oc/ocis-bin/update.py
-215
pkgs/by-name/oc/ocis-bin/update.py
···-This script fetches an HTML table from a specified URL and parses it to determine the release type-(either "Rolling" or "Production") of a given software version. It uses the built-in urllib.request-for fetching the HTML content and the built-in html.parser for parsing the HTML. By relying only on-standard library modules, we avoid dependencies on third-party libraries, which simplifies deployment-url = f"https://github.com/owncloud/ocis/releases/download/v{version}/ocis-{version}-{os_name}-{arch}"-f"error: cannot find github release for current nix version of ocis-bin {nix_current_version}"-f"ocis-bin could not find newer version in {TRACKING_CHANNEL} than the current {current_version['version']}"
+271
pkgs/by-name/oc/ocis_5-bin/update.py
+271
pkgs/by-name/oc/ocis_5-bin/update.py
···+This script fetches an HTML table from a specified URL and parses it to determine the release type+(either "Rolling" or "Production") of a given software version. It uses the built-in urllib.request+for fetching the HTML content and the built-in html.parser for parsing the HTML. By relying only on+standard library modules, we avoid dependencies on third-party libraries, which simplifies deployment+url = f"https://github.com/owncloud/ocis/releases/download/v{version}/ocis-{version}-{os_name}-{arch}"+f"Available versions (searched {len(available_versions)} across multiple pages): {', '.join(available_versions[:10])}..."+f"Using latest version {latest_version['version']} as it is in the {TRACKING_CHANNEL} channel"+f"{PKG_NAME} could not find newer version in {TRACKING_CHANNEL} than the current {current_version['version']}"
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···oauth2_proxy = throw "'oauth2_proxy' has been renamed to/replaced by 'oauth2-proxy'"; # Converted to throw 2024-10-17+ocis-bin = throw "ocis-bin has been renamed to ocis_5-bin'. Future major.minor versions will be made available as separate packages"; # Added 2025-03-30oil = lib.warnOnInstantiate "Oil has been replaced with the faster native C++ version and renamed to 'oils-for-unix'. See also https://github.com/oils-for-unix/oils/wiki/Oils-Deployments" oils-for-unix; # Added 2024-10-22onevpl-intel-gpu = lib.warnOnInstantiate "onevpl-intel-gpu has been renamed to vpl-gpu-rt" vpl-gpu-rt; # Added 2024-06-04