-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
python37Packages.zeep: 3.2.0 -> 3.3.0 #57469
Conversation
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-zeep/versions
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.
Tests pass and module can be imported.
I couldn't easily find a real SOAP service to test with, because the example from the docs has gone offline.
@GrahamcOfBorg build python2.pkgs.zeep All of the Python 2 version's tests fail. @rvl Would you mind making a PR that makes the package use |
@dotlambda Oh thanks, I read Happy to find out that pytest finally works on Python 3. The PR to enable that is #58154. Python 2 is not going to work because the new dependencies don't support it. |
|
The new dependencies should be added only if we're on Python 3. |
@dotlambda Zeep is not compatible with pytest 4 and I have no need for python 2.7 support. |
You're not the only being on this planet. |
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.
Fix build for python2.
d18bf1a
to
b716b4d
Compare
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-zeep/versions.
meta.description for python37Packages.zeep is: '"A modern/fast Python SOAP client based on lxml / requests"'.
Checks done (click to expand)
built on NixOS
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 3.3.0 with grep in /nix/store/qi0vdy0wqw29zld6qhgxrqkmsdy5dv7n-python3.7-zeep-3.3.0
directory tree listing: https://gist.github.com/055f49474abb523872a9e012b908c508
du listing: https://gist.github.com/c278a037f1498c3a0d5b0069fc952d9e
Rebuild report (if merged into master) (click to expand)
8 total rebuild path(s)
2 package rebuild(s)
2 x86_64-linux rebuild(s)
2 i686-linux rebuild(s)
2 x86_64-darwin rebuild(s)
2 aarch64-linux rebuild(s)
First fifty rebuilds by attrpath
python27Packages.zeep
python37Packages.zeep
Instructions to test this update (click to expand)
Either download from Cachix:
(r-ryantm's Cachix cache is only trusted for this store-path realization.)
Or, build yourself:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
cc @rvl for testing.