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

pythonPackages.django_2_1: 2.1 -> 2.1.1 #47481

Merged
merged 1 commit into from Sep 28, 2018
Merged

Conversation

lsix
Copy link
Member

@lsix lsix commented Sep 28, 2018

Motivation for this change

See https://docs.djangoproject.com/en/2.1/releases/2.1.1/ for release
notes

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Sep 28, 2018

@GrahamcOfBorg build python36Packages.django_2_1 python36Packages.django-raster

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.django_2_1, python36Packages.django-raster

Partial log (click to expand)

Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /nix/store/wmy1ss494ds5z0a5qixnrrn0licvahin-python3.6-python-dateutil-2.7.3/lib/python3.6/site-packages (from botocore<1.11.0,>=1.10.84->boto3>=1.7.9->django-raster==0.6) (2.7.3)
Requirement already satisfied: vine>=1.1.3 in /nix/store/6bmafd7252sdc5wfmqi0wfgki1w5srqm-python3.6-vine-1.1.4/lib/python3.6/site-packages (from amqp<3.0,>=2.1.4->kombu<5.0,>=4.2.0->celery>=4.1.0->django-raster==0.6) (1.1.4)
Requirement already satisfied: six>=1.5 in /nix/store/0sxf5mnyyzdpvcb4549b8zznzly0ma1j-python3.6-six-1.11.0/lib/python3.6/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.11.0,>=1.10.84->boto3>=1.7.9->django-raster==0.6) (1.11.0)
Installing collected packages: django-raster
Successfully installed django-raster-0.6
/private/tmp/nix-build-python3.6-django-raster-0.6.drv-0/django-raster-0.6
post-installation fixup
strip is /nix/store/4w56qihlrddav67p7d1vy5qkyayaqw11-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/gyycch2dxnj62x9r12k2hbd56a658xxr-python3.6-django-raster-0.6/lib
patching script interpreter paths in /nix/store/gyycch2dxnj62x9r12k2hbd56a658xxr-python3.6-django-raster-0.6

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.django_2_1, python36Packages.django-raster

Partial log (click to expand)

Requirement already satisfied: six>=1.5 in /nix/store/ihs73mm4b5czchb3vvrifr46m0vkb059-python3.6-six-1.11.0/lib/python3.6/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.11.0,>=1.10.84->boto3>=1.7.9->django-raster==0.6) (1.11.0)
Installing collected packages: django-raster
Successfully installed django-raster-0.6
/build/django-raster-0.6
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/w0xmlfs86v26b8pa2p6876mxf8zds5fw-python3.6-django-raster-0.6
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/w0xmlfs86v26b8pa2p6876mxf8zds5fw-python3.6-django-raster-0.6/lib
patching script interpreter paths in /nix/store/w0xmlfs86v26b8pa2p6876mxf8zds5fw-python3.6-django-raster-0.6
checking for references to /build in /nix/store/w0xmlfs86v26b8pa2p6876mxf8zds5fw-python3.6-django-raster-0.6...

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.django_2_1, python36Packages.django-raster

Partial log (click to expand)

Requirement already satisfied: vine>=1.1.3 in /nix/store/2zmaaxlgwdha43vsry6lsg9mqscbfs2s-python3.6-vine-1.1.4/lib/python3.6/site-packages (from amqp<3.0,>=2.1.4->kombu<5.0,>=4.2.0->celery>=4.1.0->django-raster==0.6) (1.1.4)
Installing collected packages: django-raster
Successfully installed django-raster-0.6
/build/django-raster-0.6
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/iy4wm6nycq7p6058xx7n9q4ar15sy2il-python3.6-django-raster-0.6
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/iy4wm6nycq7p6058xx7n9q4ar15sy2il-python3.6-django-raster-0.6/lib
patching script interpreter paths in /nix/store/iy4wm6nycq7p6058xx7n9q4ar15sy2il-python3.6-django-raster-0.6
checking for references to /build in /nix/store/iy4wm6nycq7p6058xx7n9q4ar15sy2il-python3.6-django-raster-0.6...

@xeji xeji merged commit a006e2f into NixOS:master Sep 28, 2018
@lsix lsix deleted the django_2_1_1 branch August 22, 2019 07:52
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