Skip to content

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python3Packages.cyrtranslit is: Transliterate Cyrillic script to Latin script and vice versa

meta.homepage for python3Packages.cyrtranslit is: https://github.com/opendatakosovo/cyrillic-transliteration

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.2.0 with grep in /nix/store/z0dm7x97qds3s7jplii46vm4n5lp0rv9-python3.13-cyrtranslit-1.2.0
  • found 1.2.0 in filename of file in /nix/store/z0dm7x97qds3s7jplii46vm4n5lp0rv9-python3.13-cyrtranslit-1.2.0

Rebuild report (if merged into master) (click to expand)
4 total rebuild path(s)

4 package rebuild(s)

First fifty rebuilds by attrpath

python312Packages.cyrtranslit
python313Packages.cyrtranslit
weblate
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/z0dm7x97qds3s7jplii46vm4n5lp0rv9-python3.13-cyrtranslit-1.2.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python3Packages.cyrtranslit https://github.com/r-ryantm/nixpkgs/archive/6ec3361d56ee47be5cc50ef314485a88ca6a2418.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/6ec3361d56ee47be5cc50ef314485a88ca6a2418#python3Packages.cyrtranslit

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/z0dm7x97qds3s7jplii46vm4n5lp0rv9-python3.13-cyrtranslit-1.2.0
ls -la /nix/store/z0dm7x97qds3s7jplii46vm4n5lp0rv9-python3.13-cyrtranslit-1.2.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 6ec3361d56ee47be5cc50ef314485a88ca6a2418


x86_64-linux

❌ 3 packages failed to build:
  • weblate
  • weblate.dist
  • weblate.static
✅ 4 packages built:
  • python312Packages.cyrtranslit
  • python312Packages.cyrtranslit.dist
  • python313Packages.cyrtranslit
  • python313Packages.cyrtranslit.dist

Maintainer pings

cc @erictapen for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot requested a review from erictapen November 21, 2025 11:18
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Nov 21, 2025
@dotlambda
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 463719
Commit: 6ec3361d56ee47be5cc50ef314485a88ca6a2418


x86_64-linux

❌ 3 packages failed to build:
  • weblate
  • weblate.dist
  • weblate.static
✅ 4 packages built:
  • python312Packages.cyrtranslit
  • python312Packages.cyrtranslit.dist
  • python313Packages.cyrtranslit
  • python313Packages.cyrtranslit.dist

Error logs: `x86_64-linux`
weblate
File “/build/source/weblate/locale/km/LC_MESSAGES/django.po” is already compiled and up to date.
File “/build/source/weblate/locale/km/LC_MESSAGES/djangojs.po” is already compiled and up to date.
File “/build/source/weblate/locale/vi/LC_MESSAGES/django.po” is already compiled and up to date.
File “/build/source/weblate/locale/vi/LC_MESSAGES/djangojs.po” is already compiled and up to date.
File “/build/source/weblate/locale/fi/LC_MESSAGES/django.po” is already compiled and up to date.
File “/build/source/weblate/locale/fi/LC_MESSAGES/djangojs.po” is already compiled and up to date.

478 static files copied to '/nix/store/nxggnxj3bp5lbb2ymabr6ms34xl6bbcl-weblate-5.14.3-static'.
Compressing... done
Compressed 21 block(s) from 1644 template(s) for 12 context(s).
/build/source/dist /build/source
Unpacking to: unpacked/weblate-5.14.3...OK
Repacking wheel as ./weblate-5.14.3-py3-none-any.whl...OK
/build/source
Finished executing pypaBuildPhase
buildPhase completed in 52 seconds
Running phase: pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for weblate-5.14.3-py3-none-any.whl

  • cyrtranslit<1.2.0,>=1.1.0 not satisfied by version 1.2.0

@dotlambda dotlambda force-pushed the auto-update/python3Packages.cyrtranslit branch from 05696f3 to 9316018 Compare December 6, 2025 23:08
@dotlambda
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 463719
Commit: 931601871067e736da323cbb5edc7535aced652b


x86_64-linux

✅ 7 packages built:
  • python312Packages.cyrtranslit
  • python312Packages.cyrtranslit.dist
  • python313Packages.cyrtranslit
  • python313Packages.cyrtranslit.dist
  • weblate
  • weblate.dist
  • weblate.static

@dotlambda dotlambda added this pull request to the merge queue Dec 6, 2025
Merged via the queue into NixOS:master with commit 7070a40 Dec 6, 2025
24 checks passed
@r-ryantm r-ryantm deleted the auto-update/python3Packages.cyrtranslit branch December 7, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants