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

django_1_7: remove #24780

Merged
merged 1 commit into from Apr 11, 2017
Merged

django_1_7: remove #24780

merged 1 commit into from Apr 11, 2017

Conversation

cko
Copy link
Member

@cko cko commented Apr 9, 2017

Motivation for this change

Django 1.7 is no longer supported by upstream (see: https://www.djangoproject.com/download/)

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@cko, thanks for your PR! By analyzing the history of the files in this pull request, we identified @FRidh to be a potential reviewer.

Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

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

cc @lsix

@FRidh FRidh requested a review from lsix April 9, 2017 19:59
@@ -10597,7 +10572,7 @@ in {
sha256 = "0wxvpmjdzk0aajk33y4himn3wqjx7k0aqlka9j8ay3yfav78bdq0";
};

propagatedBuildInputs = with self; [ django_1_7 ];
propagatedBuildInputs = with self; [ django_1_8 ];
Copy link
Member

Choose a reason for hiding this comment

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

According to http://django-classy-tags.readthedocs.io/en/latest/changes.html an update of django_classy_tags could be used to bump django's version higher.

Copy link
Member

Choose a reason for hiding this comment

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

we really should not depend on explicit versions. Packages that use a version of django or pytest should use just the main django or pytest attribute and not a specific attribute.

Copy link
Member

Choose a reason for hiding this comment

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

The reason being we don't want risking multiple versions of a package in the same closure.

@cko
Copy link
Member Author

cko commented Apr 10, 2017

updated the PR so that django_classytags depends on django instead django_1_8

@lsix lsix merged commit 54fff9e into NixOS:master Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants