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

Remove six dependency, as python2 is no longer supported #98

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 15, 2020

  1. Remove python 2.x support

    Bastien Vallet committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f5e7bb3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. [cleanup] Remove python2 old stuff

    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    60c50ad View commit details
    Browse the repository at this point in the history
  2. [CI] Only test against django supported version

    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    debbd32 View commit details
    Browse the repository at this point in the history
  3. Fix deprecation warnings

    url_filter/validators.py:22: RemovedInDjango40Warning: django.utils.translation.ungettext_lazy() is deprecated in favor of django.utils.translation.ngettext_lazy().
    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    3eb2770 View commit details
    Browse the repository at this point in the history
  4. Remove useless encoding declaration

    UTF-8 is default in Python3
    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    190bafb View commit details
    Browse the repository at this point in the history
  5. Fix .pre-commit-hooks

    - Use pycqa flake8 version
    - Remove default --safe black option
    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    a7ef3a7 View commit details
    Browse the repository at this point in the history
  6. Fix coverage in drone

    Bastien Vallet committed May 18, 2020
    Configuration menu
    Copy the full SHA
    90fff86 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Remove dependency to six module

    Bastien Vallet committed May 25, 2020
    Configuration menu
    Copy the full SHA
    5b93fe4 View commit details
    Browse the repository at this point in the history