summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 5.1Michael Howitz2023-02-071-1/+1
|
* Preparing release 5.05.0Michael Howitz2023-02-071-1/+1
|
* Add support for ``zope.untrustedpython`` on Python 3. (#29)Michael Howitz2023-02-071-0/+2
| | | With it, Python expressions are now protected by RestrictedPython.
* Multiple changes (#31)Michael Howitz2023-02-071-14/+7
| | | | | | | | | * Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
* Back to development: 4.6.1Michael Howitz2021-11-041-1/+1
|
* Preparing release 4.6.04.6.0Michael Howitz2021-11-041-1/+1
|
* Add support for Python 3.10.Michael Howitz2021-11-041-0/+1
|
* Config with pure python (#28)Michael Howitz2021-05-281-1/+2
| | | | * Lint the code. * Add support for Python 3.9.
* Back to development: 4.6.0Michael Howitz2020-02-101-1/+1
|
* Preparing release 4.5.04.5.0Michael Howitz2020-02-101-1/+1
|
* Modernize Python versions.Jürgen Gmach2019-10-021-2/+2
| | | | | | | | | | - add support for Python 3.8. - drop support for Python 3.4. - bump version number. modified: .travis.yml modified: CHANGES.rst modified: setup.py modified: tox.ini
* Switch to new Framework :: Zope :: 3 classifierMarius Gedminas2018-10-191-1/+1
| | | | | See https://github.com/zopefoundation/z3c.authviewlet/pull/6#discussion_r226414566 for the background behind this.
* Back to development: 4.4.2Jason Madden2018-10-161-1/+1
|
* Preparing release 4.4.14.4.1Jason Madden2018-10-161-1/+1
|
* Fix deprecation warnings.Jason Madden2018-10-161-1/+1
| | | | Fixes #17
* Back to development: 4.5Michael Howitz2018-10-051-1/+1
|
* Preparing release 4.44.4Michael Howitz2018-10-051-1/+1
|
* Add support for Python 3.7Jeremy Kolbe2018-10-051-0/+1
|
* Build documents with Sphinx for RTDJason Madden2017-11-021-9/+5
| | | | | | Fixes #8 Run doctests with Sphinx on all versions as well.
* Back to development: 4.3.1Jason Madden2017-09-041-1/+1
|
* Preparing release 4.3.04.3.0Jason Madden2017-09-041-1/+1
|
* Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-141-57/+32
| | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies.
* Add support for Python 3.5.Tres Seaver2016-04-131-1/+2
|
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-3/+1
|
* svbTres Seaver2015-06-061-1/+1
|
* Prep 4.2.1 release.4.2.1Tres Seaver2015-06-061-1/+1
|
* Add support for Python 3.2Jason Madden2015-06-051-1/+2
|
* svbTres Seaver2015-06-021-1/+1
|
* Prep 4.2.0 release.4.2.0Tres Seaver2015-06-021-1/+1
|
* Target 4.2.0, since supported platforms changed.Tres Seaver2015-06-021-1/+1
|
* Add PyPy support.Jason Madden2015-05-291-4/+2
| | | | | | | | | | | PyPy doesn't support assigning to __builtins__, even in eval(), so this means that zope.untrusted.builtins is not helpful, even though it can be installed. Therefore, HAVE_UNTRUSTED must always be False under PyPy, just like under Python 3. Minor doctest renormalization to deal with the changed class name of the proxy. A pure-Python proxy can't lie about its type, so use __class__ in one doctest.
* svbTres Seaver2014-12-271-1/+1
|
* Prep 4.1.0 release.4.1.0Tres Seaver2014-12-271-1/+1
|
* Note blockers for PyPy and PyPy3 support.Tres Seaver2014-12-271-0/+3
|
* Add support for Python 3.4.Tres Seaver2014-12-271-0/+2
|
* Nest into Github.Tres Seaver2014-12-271-3/+4
|
* Back to development: 4.0.5Marius Gedminas2013-03-151-1/+1
|
* Preparing release 4.0.44.0.4Marius Gedminas2013-03-151-1/+1
|
* Back to development: 4.0.4Stephan Richter2013-02-281-1/+1
|
* Preparing release 4.0.34.0.3Stephan Richter2013-02-281-1/+1
|
* - Only allow ``zope.untrustedpython`` to be a dependency in Python 2.Stephan Richter2013-02-281-2/+6
| | | | - Fix buildout to work properly.
* Ooops! Forgot the most important thing!Albertas Agejevas2013-02-221-0/+2
|
* Back to development: 4.0.3Albertas Agejevas2013-02-221-1/+1
|
* Preparing release 4.0.2Albertas Agejevas2013-02-221-1/+1
|
* Port to Py3.3.Albertas Agejevas2013-02-221-0/+1
|
* Switch to zope.untrustedpython, make it an extra.Albertas Agejevas2013-02-221-1/+1
|
* svbTres Seaver2013-01-231-1/+1
|
* Prep 4.0.1 release.Tres Seaver2013-01-231-1/+1
|
* Support setup.py test. Add a tox.ini.Marius Gedminas2012-12-201-4/+42
|
* Back to development: 4.0.1Marius Gedminas2012-12-131-1/+1
|