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

python38Packages.PyICU: 2.7.4 -> 2.8 #143838

Merged
merged 3 commits into from
Nov 16, 2021

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 python38Packages.PyICU is: "Python extension wrapping the ICU C++ API"

meta.homepage for python38Packages.PyICU is: "https://github.com/ovalhub/pyicu/"

meta.changelog for python38Packages.PyICU is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)
  • built on NixOS

  • Warning: a test defined in passthru.tests did not pass

  • 0 of 0 passed binary check by having a zero exit code.

  • 0 of 0 passed binary check by having the new version present in output.

  • found 2.8 with grep in /nix/store/zkj1l0bk8g4x4p5ziad7mkvqwl26cz9a-python3.8-PyICU-2.8

  • found 2.8 in filename of file in /nix/store/zkj1l0bk8g4x4p5ziad7mkvqwl26cz9a-python3.8-PyICU-2.8


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

12 package rebuild(s)

12 x86_64-linux rebuild(s)
12 i686-linux rebuild(s)
12 x86_64-darwin rebuild(s)
12 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
gramps
python38Packages.PyICU
python38Packages.fingerprints
python38Packages.normality
python38Packages.scancode-toolkit
python38Packages.slob
python39Packages.PyICU
python39Packages.fingerprints
python39Packages.normality
python39Packages.scancode-toolkit
python39Packages.slob
xdxf2slob
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/zkj1l0bk8g4x4p5ziad7mkvqwl26cz9a-python3.8-PyICU-2.8 \
  --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 python38Packages.PyICU https://github.com/r-ryantm/nixpkgs/archive/5eb14c27a6cb58d5985d0ec97ccde0e1588b7406.tar.gz

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

ls -la /nix/store/zkj1l0bk8g4x4p5ziad7mkvqwl26cz9a-python3.8-PyICU-2.8
ls -la /nix/store/zkj1l0bk8g4x4p5ziad7mkvqwl26cz9a-python3.8-PyICU-2.8/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

12 packages built:
  • gramps
  • python38Packages.PyICU
  • python38Packages.fingerprints
  • python38Packages.normality
  • python38Packages.scancode-toolkit
  • python38Packages.slob
  • python39Packages.PyICU
  • python39Packages.fingerprints
  • python39Packages.normality
  • python39Packages.scancode-toolkit
  • python39Packages.slob
  • xdxf2slob

Maintainer pings

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regressions with normality tests, they look legitimate

https://github.com/NixOS/nixpkgs/pull/143838

6 packages failed to build:
python38Packages.fingerprints python38Packages.normality python38Packages.scancode-toolkit python39Packages.fingerprints python39Packages.normality python39Packages.scancode-toolkit

6 packages built:
gramps python38Packages.PyICU python38Packages.slob python39Packages.PyICU python39Packages.slob xdxf2slob

Upgrading normality to 2.2.3 doesn't help

__________________________ NormalityTest.test_german ___________________________

self = <tests.test_normality.NormalityTest testMethod=test_german>

    def test_german(self):
        text = u"Häschen Spaß"
>       self.assertEqual("Haschen Spass", ascii_text(text))
E       AssertionError: 'Haschen Spass' != 'Haschen Spa<-ss->'
E       - Haschen Spass
E       + Haschen Spa<-ss->
E       ?            ++  ++

tests/test_normality.py:48: AssertionErro

@marsam
Copy link
Contributor

marsam commented Nov 16, 2021

@GrahamcOfBorg build python3Packages.normality

@marsam
Copy link
Contributor

marsam commented Nov 16, 2021

normality tests were fixed in a recent upgrade #146211

@marsam marsam merged commit 095160c into NixOS:master Nov 16, 2021
@r-ryantm r-ryantm deleted the auto-update/python3.8-PyICU branch November 17, 2021 00:01
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.

None yet

3 participants