Jannis Leidel
2655ecdd4f
Add python version limiter.
2021-11-08 15:48:22 +01:00
Paolo Melchiorre
9f38e87a58
Update Python and Django versions in tox.ini ( #307 )
...
* Update Python and Django versions in tox.ini
- remove Django 3.1
- add Django 4.0b1
- add Python 3.10
* Add python 3.10 in github action matrix
* Update tox.ini from django-debug-toolbar
* Fix whitespaces
* Add missing setup classifiers
* Fix typo in tox.ini
* Remove django 4 classifier
2021-10-27 16:16:26 +06:00
Brian Helba
1dce659946
Merge pull request #305 from jazzband/importlib-version
2021-10-25 14:41:48 -04:00
Brian Helba
f5d6ef7877
Add importlib.metadata backport for older Python versions
2021-10-25 14:33:55 -04:00
Brian Helba
4bd4cf5dd4
Use importlib.metadata instead of pkg_resources to get version
2021-10-25 14:33:54 -04:00
Brian Helba
d373c9ab75
Remove "mock" as a test requirement
...
This is included in the standard library of Python 3.3+.
2021-10-25 13:05:36 -04:00
Brian Helba
02e8f55ac8
Merge remote-tracking branch 'origin/master' into vseva/fix_250
2021-10-25 12:37:36 -04:00
Brian Helba
3ac97e539f
Require Django as an install_requires
...
Since "import django" occurs in the code, it is an explicit requirement.
2021-10-25 09:21:17 -04:00
Miro Hrončok
58a4f689ff
Require setuptools, configurations/version.py imports pkg_resources
2021-04-12 21:53:16 +02:00
Michael Käufl
c3d5b4b715
Add support for Python 3.9
2021-01-19 13:11:16 +06:00
Michael Käufl
add9b3ce80
Add support for Django 3.1 and 3.2
2021-01-19 13:11:16 +06:00
Michael Käufl
6cb932e47f
Run pyupgrade on the code
...
But don't touch string formatting.
https://pypi.org/project/pyupgrade/
2021-01-19 13:11:16 +06:00
Michael Käufl
fcdbfc0bcb
Drop support for Python 3.5
...
It has reached its EOL in September 2020, see
https://www.python.org/dev/peps/pep-0478/#release-schedule
2021-01-19 13:11:16 +06:00
Michael Käufl
dd5d6974cb
Drop support for Django < 2.2 LTS, incl. Python 2.7
2021-01-19 13:11:16 +06:00
Victor Seva
ac6d31bb83
testing: remove django-discover-runner
...
project supports Django 1.11+
> https://pypi.org/project/django-discover-runner/
This runner has been added to Django 1.6 as the default test runner.
If you use Django 1.6 or above you don’t need this app.
fix #250
2020-03-24 10:55:04 +01:00
Christoph Krybus
6314038a77
Update django trove classifiers
2020-01-06 17:10:39 +01:00
Jannis Leidel
42641f5eb4
Switch to setuptools-scm.
2019-12-03 13:09:15 +01:00
Jannis Leidel
bd61710591
Add check-manifest.
2019-12-03 12:47:25 +01:00
John Franey
f387e1ee63
Remove Python 3.4 and add 3.8
2019-11-28 20:12:04 -05:00
John Franey
41b905c92e
Update tested Python & Django versions
...
Replaces `django.utils.six` with `six` to support newer Django versions.
Updates Tox config to:
- remove unsupported Django versions
- add pypy3
- add Django 2.2
- update djmaster Python versions
2019-10-06 15:43:03 -04:00
Peter Bittner
0e45c7b3e4
Also move testing requirements into packaging setup
2018-12-09 15:52:05 +01:00
Peter Bittner
a2dffdb8e4
Add extras for optional requirements
2018-12-09 15:48:12 +01:00
Jannis Leidel
ba346e2af4
Production/stable, really.
2018-07-11 20:25:15 +02:00
Nicolas Delaby
8f318991c2
Drop unmaintained version of django and python
...
- Drop django==1.9 as it reached end of life
- Drop python2.6, python3.3, and bring python3.6
- Bring django-2.0 in the matrix as expected failure until we add its
support
2017-09-30 14:37:38 +02:00
Adam Chainz
4158480c91
Convert readthedocs links for their .org -> .io migration for hosted projects
...
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.
2016-06-11 10:56:42 +01:00
Ronny Pfannschmidt
7a0b2b378a
add entrypoints to run in non-source-tree installs
2015-02-19 10:51:32 +01:00
Jannis Leidel
11b1dc2a46
Updated version.
2013-11-26 16:29:00 +01:00
Jannis Leidel
7770a69ced
Drop d2to1.
2013-09-09 11:03:00 +02:00
Jannis Leidel
5f69231de1
Use d2to1.
2013-03-27 15:30:04 +01:00
Jannis Leidel
43e6a1a0ef
Added six to requirements.
2013-03-27 12:00:21 +01:00
Michael van Tellingen
2877b66982
Initial fixes for python 3 support
2013-01-30 21:45:36 +01:00
Jannis Leidel
c616caf6d6
Added a changelog and include it both from the docs and from the setup.py.
2012-09-21 20:55:26 +02:00
Jannis Leidel
2685a2c532
Fixed packaging and the package description.
2012-07-21 16:02:07 +02:00
Jannis Leidel
775e1b9225
Initial version.
2012-07-21 15:56:04 +02:00