summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Django 4.2 tox update (#1189)HEADdevelopJonas Vacek2023-05-141-0/+1
| | | | | | | | | | | | | * Update tox.ini for Django 4.2 * Fix 4.2 deps * Update ci.yml matrix for 4.2 * Update classifiers --------- Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
* Doc fixes, prepare 4.3.1Mathieu Pillard2023-01-221-3/+4
|
* Officially support Python 3.11 (#1168)Mathieu Pillard2023-01-061-0/+1
| | | | | * Officially support Python 3.11 * Implement __hash__ in LazyScriptNamePrefixedUrl to fix Python 3.11 tests
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-46/+59
|
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-141-1/+0
|
* Bump rcssmin to version 1.1.1 (#1137)Areski Belaid2022-10-141-1/+1
|
* add GitHub URL for PyPi (#1104)Andrii Oriekhov2022-04-031-0/+3
|
* Prepare 3.0 release3.0Mathieu Pillard2021-12-121-5/+5
|
* Update RCSSMIN version (#1085)Miku Chan2021-12-071-1/+1
|
* Updated rjsmin dependency. (#1080)Miku Chan2021-11-221-1/+1
|
* Update classifiers (#1062)Jaap Roes2021-09-161-1/+1
|
* Merge pull request #1049 from cron-ooo/outdatedMathieu Pillard2021-04-131-4/+10
|\ | | | | Remove outdated code
| * Remove outdated codetufedtm2021-04-131-4/+10
| |
* | Update Django/Python supportBruno Alla2021-04-121-0/+1
|/ | | | | | | | | | | | - Add Python 3.9 - Add Django 3.1 and 3.2 However, to achieve that, we also need to: - Bump django-sekizai to v2 (earlier versions don't support Django 3.1) - Drop support for Django 1.11 (django-sekizai 2 requires Django 2.2 or higher) We've passed the end of extended support for Django 1.11 by more than a year (April 1, 2020) so I think it should be ok to make this breaking change.
* Remove "from __future__ import" and "coding: utf-8" (#986)Johannes Linke2020-01-021-1/+0
|
* Remove six (#976)Albert Wang2020-01-021-1/+0
|
* Remove support for python 2.7, 3.4 and django 2.1 (#965)Albert Wang2020-01-021-3/+0
| | | | | | | | | | | | * Drop support for python 2 * Drop support for django 2.1 * Drop support for python 3.4 * Synchronize with travis.yml * Synchronize with setup.py
* Update django-appconfAlbert Wang2019-12-201-1/+1
|
* Synchronize with setup.pyAlbert Wang2019-12-141-0/+1
|
* Allow six to be upgraded (#972)Jaap Roes2019-12-091-1/+1
|
* Use six directly instead of django.utils.six (#950)Tobias Kunze2019-07-061-0/+1
| | | Closes #949
* Upgrade rJSmin to 1.1.0 (#936)Illia Volochii2019-04-201-1/+1
| | | | | | * Upgrade rJSmin to 1.1.0 * Upgrade rJSmin for tests to 1.1.0
* Return Python 3.4 to the list of package classifiersIllia Volochii2019-04-191-0/+1
|
* Update classifiers of the packageIllia Volochii2019-04-191-3/+1
|
* Add django 2.0 to the build matrix (#896)Bruno Alla2018-03-101-0/+1
|
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-311-1/+1
| | | | | | | | As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
* Updated required django-appconf version.Jon2016-02-031-1/+1
|
* remove setup.py classifier for py2.6, add py3.5Nik Nyby2015-12-161-1/+1
|
* Remove rcssmin and rjsmin from the repo and make them proper dependencies. ↵Johannes Linke2015-12-041-0/+2
| | | | ref #664
* Add 3.4 trove classifierVille Skyttä2015-10-181-0/+1
|
* Added generic trove classifiers for Python 2.x and 3.x.Jannis Leidel2014-02-141-0/+2
| | | Thanks to @brettcannon for the suggestion.
* Fix for extracting version number in Python 3Maik Hoepfel2014-01-241-8/+13
| | | | | | | | | setuptools chokes when installing a tarball of django-compressor's HEAD of develop under Python 3. The flaw lies with extracting the version number. As suggested by @jezdez, this commit merely ports the version extracting code from django-configurations.
* Ported setup.py to python 3Rafal Stozek2013-03-201-7/+10
|
* Updated links to the docs.Jannis Leidel2013-03-181-1/+1
|
* Removed 2.5 from trove classifiers.Jannis Leidel2013-03-181-1/+0
|
* Fix PEP8 errors reported by the new flake8 version (except E128, which we ↵Mathieu Pillard2012-07-171-12/+8
| | | | ignore for the time being)
* Simplified the version handling further, `compressor.__version__` is now the ↵Jannis Leidel2012-02-141-15/+28
| | | | canonical location following well defined Python best practices.
* Stopped using versiontools.Jannis Leidel2012-02-011-4/+1
|
* Merge branch 'hotfix/1.1.2' into developJannis Leidel2012-01-101-1/+1
|\ | | | | | | | | Conflicts: docs/changelog.txt
| * Fixed an installation issue with versionstools. Closes #181.Jannis Leidel2012-01-101-1/+1
| |
* | Made sure package_data contains the right stuff.Jannis Leidel2011-12-051-2/+1
| |
* | Moved tests in the compressor package again.Jannis Leidel2011-12-051-1/+1
|/
* Fixed a bunch of forgotten things, d'oh!Jannis Leidel2011-09-071-3/+3
|
* A few minor fixes to the setup.py.Jannis Leidel2011-08-251-5/+6
|
* Fixed license parameter in setup.py to correct value (MIT).Jannis Leidel2011-08-251-2/+2
|
* Make sure of versiontools for version handling.Jannis Leidel2011-08-251-1/+4
|
* Moved settings handling over to django-appconf and fixed coverage.Jannis Leidel2011-08-251-0/+3
|
* Moved tests out of the app to stay sane and changed a few things. E.g. the ↵Jannis Leidel2011-08-101-1/+1
| | | | inclusion of JavaScript files now happens without charset (as they are deprecated in HTML5).
* Created new parser, HtmlParser, based on the stdlib HTMLParser module.Jaap Roes2011-04-201-3/+0
| | | | | Added AutoSelectParser, picks LxmlParser if lxml is available, falls back to HtmlParser if not, also the new default. Created a special BeautifulSoupTest in order to still test this parser. Updated README, installation and settings docs to reflect these changes.
* Merge branch 'readme_tweaks' of https://github.com/jaap3/django_compressor ↵Jannis Leidel2011-04-181-1/+1
|\ | | | | | | into jaap3-readme_tweaks