summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-07-15Update to version 1.2.3Jeremy Audet
2016-06-05Update to version 1.2.2Jeremy Audet
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.
2016-05-12Update to version 1.2.1Jeremy Audet
2016-05-03Update package version to 1.2.0, for realJeremy Audet
2016-05-03Update to v1.2.0, drop unneeded dependencyJeremy Audet
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.
2016-04-18Update to version 1.1.6Jeremy Audet
2016-03-23Update to version 1.1.4Jeremy Audet
2016-02-13Update to version 1.1.1Jeremy Audet
2016-01-04Update to version 1.0.7Jeremy Audet
2015-07-10Change to a split packageJeremy Audet
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.
2015-07-08Initial commit (version 1.0.4)Jeremy Audet