summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Back to development: 3.7.2devThomas Lotze2009-11-181-1/+1
|
* Preparing release 3.7.1Thomas Lotze2009-11-181-1/+1
|
* moved ISite and IPossibleSite to zope.component as they aren't about ↵Thomas Lotze2009-11-181-1/+1
| | | | location, keep BBB imports
* Back to development: 3.7.1devThomas Lotze2009-09-291-1/+1
|
* Preparing release 3.7.0Thomas Lotze2009-09-291-1/+1
|
* Moved ITraverser back to zope.traversing where it belongs conceptually. TheThomas Lotze2009-09-241-1/+1
| | | | | | interface had been moved to zope.location to invert the package interdependency but is no longer used here.
* Mark as part of the ZTKMartijn Faassen2009-09-111-0/+5
|
* new development versionFabio Tranchitella2009-08-271-1/+1
|
* Removed dependency on zope.deferredimport.Fabio Tranchitella2009-08-271-3/+2
| | | | | | | | | | - New feature release: deprecated locationCopy, CopyPersistent and PathPersistent from zope.location.pickling. These changes were already part of the 3.5.3 release, which was erroneously numbered as a bugfix relese. - Removed dependency on zope.deferredimport, directly import deprecated modules without using it.
* Add zope.deferredimport as a dependency as it's used by directly by ↵Brian Sutherland2009-06-101-0/+1
| | | | zope.location.pickling.