-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
rpm: 4.14.2.1 -> 4.15.1 #72956
rpm: 4.14.2.1 -> 4.15.1 #72956
Conversation
|
Ooops, forgot to commit all-packages.nix. |
ba84e9b
to
10e1523
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Result of nix-review pr 72956
1
1 package are marked as broken and were skipped:
- osquery (python37Packages.rpm)
6 package failed to build:
- lattice-diamond (python37Packages.rpm)
- oracleXE (python37Packages.rpm)
- plex (python37Packages.rpm)
- plexRaw (python37Packages.rpm)
- python27Packages.koji (python37Packages.rpm)
- python27Packages.rpm (python37Packages.rpm)
43 package were build:
- aliza (python37Packages.rpm)
- arrayfire (python37Packages.rpm)
- aucdtect (python37Packages.rpm)
- bluejeans-gui (python37Packages.rpm)
- clair (python37Packages.rpm)
- clickshare-csc1 (python37Packages.rpm)
- createrepo_c (python37Packages.rpm)
- dell-530cdn (python37Packages.rpm)
- diffoscope (python37Packages.rpm)
- doodle (python37Packages.rpm)
- drawio (python37Packages.rpm)
- dsseries (python37Packages.rpm)
- dtrx (python37Packages.rpm)
- ec2-utils (python37Packages.rpm)
- epkowa (python37Packages.rpm)
- epm (python37Packages.rpm)
- epson-201106w (python37Packages.rpm)
- epson-workforce-635-nx625-series (python37Packages.rpm)
- epson_201207w (python37Packages.rpm)
- flatpak-builder (python37Packages.rpm)
- forge (python37Packages.rpm)
- gnunet (python37Packages.rpm)
- gnunet_git (python37Packages.rpm)
- gutenprintBin (python37Packages.rpm)
- hpmyroom (python37Packages.rpm)
- hydra (python37Packages.rpm)
- intel-ocl (python37Packages.rpm)
- libextractor (python37Packages.rpm)
- libsolv (python37Packages.rpm)
- megacli (python37Packages.rpm)
- mkl (python37Packages.rpm)
- postscript-lexmark (python37Packages.rpm)
- python27Packages.mkl-service (python37Packages.rpm)
- python27Packages.rhpl (python37Packages.rpm)
- python37Packages.mkl-service (python37Packages.rpm)
- rpm (python37Packages.rpm)
- python38Packages.mkl-service (python37Packages.rpm)
- python38Packages.rpm (python37Packages.rpm)
- rpm-ostree (python37Packages.rpm)
- rpmextract (python37Packages.rpm)
- vdrPlugins.xineliboutput (python37Packages.rpm)
- vk-messenger (python37Packages.rpm)
- yandex-disk (python37Packages.rpm)
lattice-diamond
andoracleXE
failed only because I don't have the sources prefetched in my storeplex
andplexRaw
because unfreepython27Packages.rpm
andpython27Packages.koji
are new failures
Logs from python27Packages.rpm are explicit:
checking whether python3 version is >= 2.7... no
configure: error: Python interpreter is too old
-> it's now Py3 only
4d7d246
to
9c6bcef
Compare
9c6bcef
to
a98e796
Compare
pkgs/top-level/python-packages.nix
Outdated
@@ -18,7 +18,7 @@ let | |||
packages = ( self: | |||
|
|||
let | |||
inherit (python.passthru) isPy27 isPy33 isPy34 isPy35 isPy36 isPy37 isPy38 isPy3k isPyPy pythonAtLeast pythonOlder; | |||
inherit (python.passthru) isPy27 isPy2 isPy33 isPy34 isPy35 isPy36 isPy37 isPy38 isPy3k isPyPy pythonAtLeast pythonOlder; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FRidh this used to be exported, and is still set on python itself, was isPy2 removed for a reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes it was removed because !isPy3k
achieves the same and because the naming was inconsistent with isPy3k
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contributions.
|
It's only compatible with Python3 now.
Result of 1 package marked as broken and skipped:
5 package failed to build:
49 package built:
|
It looks like those other 5 failures are unrelated to |
Motivation for this change
https://rpm.org/wiki/Releases/4.15.0
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @copumpkin