Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.glyphslib: 6.7.2 -> 6.8.2 #334577

Merged

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 python312Packages.glyphslib is: Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib

meta.homepage for python312Packages.glyphslib is: https://github.com/googlefonts/glyphsLib

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 6.8.0 with grep in /nix/store/c1ca3f3w4vrwlbxjvrjxdilhq0lm6gzr-python3.12-glyphslib-6.8.0
  • found 6.8.0 in filename of file in /nix/store/c1ca3f3w4vrwlbxjvrjxdilhq0lm6gzr-python3.12-glyphslib-6.8.0

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

20 package rebuild(s)

First fifty rebuilds by attrpath

fira-math
fontbakery
python311Packages.babelfont
python311Packages.collidoscope
python311Packages.fontbakery
python311Packages.fontfeatures
python311Packages.fontmake
python311Packages.glyphsets
python311Packages.glyphslib
python311Packages.glyphtools
python312Packages.babelfont
python312Packages.collidoscope
python312Packages.fontbakery
python312Packages.fontfeatures
python312Packages.fontmake
python312Packages.glyphsets
python312Packages.glyphslib
python312Packages.glyphtools
smc-chilanka
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/c1ca3f3w4vrwlbxjvrjxdilhq0lm6gzr-python3.12-glyphslib-6.8.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 python312Packages.glyphslib https://github.com/r-ryantm/nixpkgs/archive/54bba9e856766964b7b04ae56a4c6bba29bd040f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/54bba9e856766964b7b04ae56a4c6bba29bd040f#python312Packages.glyphslib

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

ls -la /nix/store/c1ca3f3w4vrwlbxjvrjxdilhq0lm6gzr-python3.12-glyphslib-6.8.0
ls -la /nix/store/c1ca3f3w4vrwlbxjvrjxdilhq0lm6gzr-python3.12-glyphslib-6.8.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.

Result of nixpkgs-review run on x86_64-linux 1

6 packages failed to build:
  • fira-math
  • python311Packages.fontmake
  • python311Packages.fontmake.dist
  • python312Packages.fontmake
  • python312Packages.fontmake.dist
  • smc-chilanka
28 packages built:
  • fontbakery (python312Packages.fontbakery)
  • fontbakery.dist (python312Packages.fontbakery.dist)
  • python311Packages.babelfont
  • python311Packages.babelfont.dist
  • python311Packages.collidoscope
  • python311Packages.collidoscope.dist
  • python311Packages.fontbakery
  • python311Packages.fontbakery.dist
  • python311Packages.fontfeatures
  • python311Packages.fontfeatures.dist
  • python311Packages.glyphsets
  • python311Packages.glyphsets.dist
  • python311Packages.glyphslib
  • python311Packages.glyphslib.dist
  • python311Packages.glyphtools
  • python311Packages.glyphtools.dist
  • python312Packages.babelfont
  • python312Packages.babelfont.dist
  • python312Packages.collidoscope
  • python312Packages.collidoscope.dist
  • python312Packages.fontfeatures
  • python312Packages.fontfeatures.dist
  • python312Packages.glyphsets
  • python312Packages.glyphsets.dist
  • python312Packages.glyphslib
  • python312Packages.glyphslib.dist
  • python312Packages.glyphtools
  • python312Packages.glyphtools.dist

Maintainer pings

cc @barinov274 for testing.


Add a 👍 reaction to pull requests you find important.

@natsukium
Copy link
Member

Result of nixpkgs-review pr 334577 at 54bba9e8 run on x86_64-linux 1

4 packages failed to build:
14 packages built successfully:
  • fontbakery (python312Packages.fontbakery)
  • python311Packages.babelfont
  • python311Packages.collidoscope
  • python311Packages.fontbakery
  • python311Packages.fontfeatures
  • python311Packages.glyphsets
  • python311Packages.glyphslib
  • python311Packages.glyphtools
  • python312Packages.babelfont
  • python312Packages.collidoscope
  • python312Packages.fontfeatures
  • python312Packages.glyphsets
  • python312Packages.glyphslib
  • python312Packages.glyphtools

@risicle
Copy link
Contributor

risicle commented Aug 18, 2024

This appears to break the fontmake tests

        attributes = (
>           data.names.get(glyph_name)
            or data.alternative_names.get(glyph_name)
            or data.production_names.get(glyph_name)
            or {}
        )
E       AttributeError: 'list' object has no attribute 'names'

@r-ryantm r-ryantm changed the title python312Packages.glyphslib: 6.7.2 -> 6.8.0 python312Packages.glyphslib: 6.7.2 -> 6.8.1 Aug 21, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.glyphslib branch from 54bba9e to 1282b23 Compare August 21, 2024 23:48
@r-ryantm
Copy link
Contributor Author

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

meta.description for python312Packages.glyphslib is: Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib

meta.homepage for python312Packages.glyphslib is: https://github.com/googlefonts/glyphsLib

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 6.8.1 with grep in /nix/store/c9rhfn0pjayffxi3jwp0s3pbrv7b8rjb-python3.12-glyphslib-6.8.1
  • found 6.8.1 in filename of file in /nix/store/c9rhfn0pjayffxi3jwp0s3pbrv7b8rjb-python3.12-glyphslib-6.8.1

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

20 package rebuild(s)

First fifty rebuilds by attrpath

fira-math
fontbakery
python311Packages.babelfont
python311Packages.collidoscope
python311Packages.fontbakery
python311Packages.fontfeatures
python311Packages.fontmake
python311Packages.glyphsets
python311Packages.glyphslib
python311Packages.glyphtools
python312Packages.babelfont
python312Packages.collidoscope
python312Packages.fontbakery
python312Packages.fontfeatures
python312Packages.fontmake
python312Packages.glyphsets
python312Packages.glyphslib
python312Packages.glyphtools
smc-chilanka
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/c9rhfn0pjayffxi3jwp0s3pbrv7b8rjb-python3.12-glyphslib-6.8.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 python312Packages.glyphslib https://github.com/r-ryantm/nixpkgs/archive/1282b23db2a628e74b634dc15e145543a46a498d.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/1282b23db2a628e74b634dc15e145543a46a498d#python312Packages.glyphslib

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

ls -la /nix/store/c9rhfn0pjayffxi3jwp0s3pbrv7b8rjb-python3.12-glyphslib-6.8.1
ls -la /nix/store/c9rhfn0pjayffxi3jwp0s3pbrv7b8rjb-python3.12-glyphslib-6.8.1/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.

Result of nixpkgs-review run on x86_64-linux 1

34 packages built:
  • fira-math
  • fontbakery (python312Packages.fontbakery)
  • fontbakery.dist (python312Packages.fontbakery.dist)
  • python311Packages.babelfont
  • python311Packages.babelfont.dist
  • python311Packages.collidoscope
  • python311Packages.collidoscope.dist
  • python311Packages.fontbakery
  • python311Packages.fontbakery.dist
  • python311Packages.fontfeatures
  • python311Packages.fontfeatures.dist
  • python311Packages.fontmake
  • python311Packages.fontmake.dist
  • python311Packages.glyphsets
  • python311Packages.glyphsets.dist
  • python311Packages.glyphslib
  • python311Packages.glyphslib.dist
  • python311Packages.glyphtools
  • python311Packages.glyphtools.dist
  • python312Packages.babelfont
  • python312Packages.babelfont.dist
  • python312Packages.collidoscope
  • python312Packages.collidoscope.dist
  • python312Packages.fontfeatures
  • python312Packages.fontfeatures.dist
  • python312Packages.fontmake
  • python312Packages.fontmake.dist
  • python312Packages.glyphsets
  • python312Packages.glyphsets.dist
  • python312Packages.glyphslib
  • python312Packages.glyphslib.dist
  • python312Packages.glyphtools
  • python312Packages.glyphtools.dist
  • smc-chilanka

Maintainer pings

cc @barinov274 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.

@r-ryantm r-ryantm changed the title python312Packages.glyphslib: 6.7.2 -> 6.8.1 python312Packages.glyphslib: 6.7.2 -> 6.8.2 Aug 27, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python312Packages.glyphslib branch from 1282b23 to 3b3cb4c Compare August 27, 2024 23:55
@r-ryantm
Copy link
Contributor Author

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

meta.description for python312Packages.glyphslib is: Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib

meta.homepage for python312Packages.glyphslib is: https://github.com/googlefonts/glyphsLib

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 6.8.2 with grep in /nix/store/6z1i400i34jvgrpa9iyg8w9q010520w9-python3.12-glyphslib-6.8.2
  • found 6.8.2 in filename of file in /nix/store/6z1i400i34jvgrpa9iyg8w9q010520w9-python3.12-glyphslib-6.8.2

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

20 package rebuild(s)

First fifty rebuilds by attrpath

fira-math
fontbakery
python311Packages.babelfont
python311Packages.collidoscope
python311Packages.fontbakery
python311Packages.fontfeatures
python311Packages.fontmake
python311Packages.glyphsets
python311Packages.glyphslib
python311Packages.glyphtools
python312Packages.babelfont
python312Packages.collidoscope
python312Packages.fontbakery
python312Packages.fontfeatures
python312Packages.fontmake
python312Packages.glyphsets
python312Packages.glyphslib
python312Packages.glyphtools
smc-chilanka
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6z1i400i34jvgrpa9iyg8w9q010520w9-python3.12-glyphslib-6.8.2 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix 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 python312Packages.glyphslib https://github.com/r-ryantm/nixpkgs/archive/3b3cb4c2d18cc0683009e3e44ca5a6cec745c7af.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/3b3cb4c2d18cc0683009e3e44ca5a6cec745c7af#python312Packages.glyphslib

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

ls -la /nix/store/6z1i400i34jvgrpa9iyg8w9q010520w9-python3.12-glyphslib-6.8.2
ls -la /nix/store/6z1i400i34jvgrpa9iyg8w9q010520w9-python3.12-glyphslib-6.8.2/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.

Result of nixpkgs-review run on x86_64-linux 1

34 packages built:
  • fira-math
  • fontbakery (python312Packages.fontbakery)
  • fontbakery.dist (python312Packages.fontbakery.dist)
  • python311Packages.babelfont
  • python311Packages.babelfont.dist
  • python311Packages.collidoscope
  • python311Packages.collidoscope.dist
  • python311Packages.fontbakery
  • python311Packages.fontbakery.dist
  • python311Packages.fontfeatures
  • python311Packages.fontfeatures.dist
  • python311Packages.fontmake
  • python311Packages.fontmake.dist
  • python311Packages.glyphsets
  • python311Packages.glyphsets.dist
  • python311Packages.glyphslib
  • python311Packages.glyphslib.dist
  • python311Packages.glyphtools
  • python311Packages.glyphtools.dist
  • python312Packages.babelfont
  • python312Packages.babelfont.dist
  • python312Packages.collidoscope
  • python312Packages.collidoscope.dist
  • python312Packages.fontfeatures
  • python312Packages.fontfeatures.dist
  • python312Packages.fontmake
  • python312Packages.fontmake.dist
  • python312Packages.glyphsets
  • python312Packages.glyphsets.dist
  • python312Packages.glyphslib
  • python312Packages.glyphslib.dist
  • python312Packages.glyphtools
  • python312Packages.glyphtools.dist
  • smc-chilanka

Maintainer pings

cc @barinov274 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.

@wegank
Copy link
Member

wegank commented Sep 14, 2024

Result of nixpkgs-review pr 334577 run on x86_64-linux 1

34 packages built:
  • fira-math
  • fontbakery (python312Packages.fontbakery)
  • fontbakery.dist (python312Packages.fontbakery.dist)
  • python311Packages.babelfont
  • python311Packages.babelfont.dist
  • python311Packages.collidoscope
  • python311Packages.collidoscope.dist
  • python311Packages.fontbakery
  • python311Packages.fontbakery.dist
  • python311Packages.fontfeatures
  • python311Packages.fontfeatures.dist
  • python311Packages.fontmake
  • python311Packages.fontmake.dist
  • python311Packages.glyphsets
  • python311Packages.glyphsets.dist
  • python311Packages.glyphslib
  • python311Packages.glyphslib.dist
  • python311Packages.glyphtools
  • python311Packages.glyphtools.dist
  • python312Packages.babelfont
  • python312Packages.babelfont.dist
  • python312Packages.collidoscope
  • python312Packages.collidoscope.dist
  • python312Packages.fontfeatures
  • python312Packages.fontfeatures.dist
  • python312Packages.fontmake
  • python312Packages.fontmake.dist
  • python312Packages.glyphsets
  • python312Packages.glyphsets.dist
  • python312Packages.glyphslib
  • python312Packages.glyphslib.dist
  • python312Packages.glyphtools
  • python312Packages.glyphtools.dist
  • smc-chilanka

@natsukium natsukium merged commit cf84321 into NixOS:master Sep 15, 2024
29 checks passed
@r-ryantm r-ryantm deleted the auto-update/python312Packages.glyphslib branch September 15, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants