Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
In addition, update the list of dependencies so that python{,2}-django
has a minimum required version. This matches what is listed in the
source's `setup.py` file.
|
|
|
|
|
|
Drop python-six from the list of dependencies. It is no longer listed in
the `install_requires` argument in `setup.py`, and an inspection of the
source code shows that django-tables2 uses the the version of six
bundled with django.
|
|
|
|
|
|
|
|
|
|
Make the single python-django-tables2 package produce the following packages:
* python-django-tables2
* python2-django-tables2
Rework the script used for checking the current Python and django-tables2
versions. Change it from a Python script to a shell script that checks both
packages at once.
|
|
|