summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 4.4Michael Howitz2022-11-291-1/+1
|
* Preparing release 4.34.3Michael Howitz2022-11-291-1/+1
|
* Isort and autopep8 the code.Michael Howitz2022-11-291-4/+8
|
* Add support for Python 3.8, 3.9, 3.10, 3.11; drop 3.4.Michael Howitz2022-11-291-1/+4
|
* 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.3Michael Howitz2018-10-091-1/+1
|
* Preparing release 4.24.2Michael Howitz2018-10-091-1/+1
|
* Add support for Python 3.7Jeremy Kolbe2018-10-051-0/+1
|
* Back to development: 4.1.1Jason Madden2017-08-031-1/+1
|
* Preparing release 4.1.04.1.0Jason Madden2017-08-031-1/+1
|
* Add Python 3.6 and drop Python 3.3py36Jason Madden2017-07-311-31/+39
| | | | | | | | | | - Badges - Enable coveralls - 100% coverage - DRY with respect to dependencies in setup.py and tox.ini - Remove _compat.py and use of its u() function since Python 3.2 is dropped. - Run doctests on all python versions.
* Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-231-3/+1
|
* Note explicit support for Python 3.5Felix Yan2015-11-071-0/+1
|
* Note additional documentation dependencies.Tres Seaver2015-01-201-1/+8
| | | | [ci skip]
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* svbTres Seaver2014-03-191-1/+1
|
* Prep 4.0.3 release.4.0.3Tres Seaver2014-03-191-1/+1
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+2
|
* Back to development: 4.0.3Stephan Richter2013-03-111-1/+1
|
* Preparing release 4.0.24.0.2Stephan Richter2013-03-111-1/+1
|
* Back to development: 4.0.2Stephan Richter2013-02-191-1/+1
|
* Preparing release 4.0.14.0.1Stephan Richter2013-02-191-1/+1
|
* Now that we have releases for all dependencies, a less toxic tox.ini isStephan Richter2013-02-191-6/+7
| | | | | | needed. ;-) Also, check the code base against Py 3.3.
* Nest into Github.Tres Seaver2013-01-111-2/+2
| | | | | | | | - Denominate files to indicate ReST. - Drop .bzrignore. - Add MANIFEST.in FBO users w/o setuptools_git.
* svbTres Seaver2012-06-071-1/+1
|
* Prep 4.0.0 release.Tres Seaver2012-06-071-1/+1
|
* Add Python 3.2 support.Tres Seaver2012-06-071-0/+2
|
* Make 'zope.component' dependency optional.Tres Seaver2012-06-071-1/+1
| | | | | | | | | Use the 'component' extra to force its installation, or just require it directly). If 'zope.component' is not present, this package defines the 'ISite' interface itself, and omits adapter registrations from its ZCML.
* Add support for PyPy.Tres Seaver2012-06-071-0/+2
|
* Add support for continuous integration using 'tox' and 'jenkins'.Tres Seaver2012-06-071-0/+1
|
* Moar testing prereq's.Tres Seaver2012-06-071-6/+6
|
* Add 'setup.py docs' alias.Tres Seaver2012-06-071-0/+1
| | | | | Installs 'Sphinx' and dependencies.
* Add 'setup.py dev' alias.Tres Seaver2012-06-071-2/+3
| | | | | Runs 'setup.py develop' plus installs 'nose' and 'coverage'.
* Drop support for Python 2.4 and 2.5.Tres Seaver2012-05-171-1/+4
| | | | | | | | | | Replace deprecated 'zope.component.adapts' usage with equivalent 'zope.component.adapter' decorator. Replace deprecated 'zope.interface.implements' usage with equivalent 'zope.interface.implementer' decorator.
* Back to development: 3.9.2Gediminas Paulauskas2011-08-221-1/+1
|
* Preparing release 3.9.1Gediminas Paulauskas2011-08-221-2/+2
|
* Require zope.schema>=3.6 for test output changesGediminas Paulauskas2011-08-221-2/+2
|
* removed test extra again to make it possible to test without zcml ↵Thomas Lotze2010-09-191-1/+0
| | | | dependencies installed
* Added zcml and test extras as well as a test for configure.zcml.Thomas Lotze2010-09-191-0/+4
|
* Conform to repository policy.Tres Seaver2010-05-051-2/+2
|
* Bump versionHanno Schlichting2009-12-291-1/+1
|
* Prepare zope.location 3.9.0.Hanno Schlichting2009-12-291-1/+1
|
* Moved LocationCopyHook related tests to zope.copy and remove a test ↵Hanno Schlichting2009-12-291-4/+2
| | | | dependency on that package.
* back to developmentFabio Tranchitella2009-12-231-1/+1
|
* Fixed a typo in the configure.zcml.Fabio Tranchitella2009-12-231-1/+1
|
* back to developmentFabio Tranchitella2009-12-231-1/+1
|
* - Removed dependency on zope.copy: the LocationCopyHook adapter is registeredFabio Tranchitella2009-12-231-2/+3
| | | | | | | | | | only if zope.copy is available. - Use the standard Python doctest module instead of zope.testing.doctest, which has been deprecated.
* Update version after releaseHanno Schlichting2009-12-221-1/+1
|
* Prepare zope.location 3.8.0.Hanno Schlichting2009-12-221-1/+1
|
* Adjusted to testing output caused by new zope.schema.Hanno Schlichting2009-12-221-1/+1
|