summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Added support for python 3.7Jeremy Kolbe2018-10-061-0/+1
|
* Produce deprecation warnings for deprecated names in interfaces.py and ↵remove-unused-importsJason Madden2017-11-081-1/+3
| | | | | | | | | | | | | registry.py And also in hookable.py Do this using zope.deferredimport and zope.deprecation, two new dependencies. This introduces a transitive dependency on zope.proxy, but that was already part of the 'security' extra. zope.proxy runs on pypy but it doesn't yet support making the C extension optional (https://github.com/zopefoundation/zope.proxy/issues/26) Also drop the use of _compat._BLANK everywhere and just use the literal.
* whitespacehookableJason Madden2017-11-071-1/+1
|
* Always depend on zope.hookableJason Madden2017-11-071-3/+3
| | | | | | | | And remove our Python implementation that was added in 2009. The two have now diverged with new features in zope.hookable. Since 2012, zope.hookable has had a Python implementation. Now, with 4.2, the C extension is an optional build.
* Back to development: 4.4.2Jason Madden2017-09-261-1/+1
|
* Preparing release 4.4.14.4.1Jason Madden2017-09-261-1/+1
|
* Back to development: 4.4.1Jason Madden2017-07-251-1/+1
|
* Preparing release 4.4.04.4.0Jason Madden2017-07-251-1/+1
|
* 100% coverageissue29Jason Madden2017-06-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add change note and badge to readme. Remove unused class and function. Omit standalonetests.py entirely from coverage. Another unused class. Incorporate feedback in test__api.py * Bring back _callFUT and make the queryAdapterInContext tests call it * Change raise NotImplentedError into specific fails_if_called() calls. Remove redundant argument now that all test in Test_adapts pass under all versions. Remove NotImplementedError from test_globalregistry.py Remove NotImplementedError from test_hookable.py Remove NotImplementedError from test_registry.py Remove NotImplementedError from test_security.py Remove NotImplementedError from test_zcml.py Remove NotImplementedError from test_factory.py Document ZCML feature and devmode. Really accept all arguments unless opted out.
* Fix tox and travis by using zope.testrunnerJason Madden2017-06-291-63/+55
| | | | | | | DRY with regards to dependencies. This lets us simplify travis to not use Tox which in turn lets us easily enable coveralls. Fixes #26
* Back to development: 4.4.0Michael Howitz2016-08-261-1/+1
|
* Preparing release 4.3.04.3.0Michael Howitz2016-08-261-1/+1
|
* 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-061-0/+1
|
* svbTres Seaver2015-06-041-1/+1
|
* Prep 4.2.2 release.4.2.2Tres Seaver2015-06-041-1/+1
|
* setup.py: Set url to GitHubMarc Abramowitz2015-01-261-1/+1
| | | More useful than PyPI page.
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* svbTres Seaver2014-03-191-1/+1
|
* Prep 4.2.1 release.4.2.1Tres Seaver2014-03-191-1/+1
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+2
|
* Back to development: 4.2.1Stephan Richter2014-02-051-1/+1
|
* Preparing release 4.2.04.2.0Stephan Richter2014-02-051-1/+1
|
* Implemented ability to specify adapter and utility names in Python. UseStephan Richter2014-02-051-2/+2
| | | | | | the ``@zope.component.named(name)`` decorator to specify the name. All tox environments pass and coverage is at 100%.
* Back to development: 4.1.1Stephan Richter2013-02-281-1/+1
|
* Preparing release 4.1.04.1.0Stephan Richter2013-02-281-1/+1
|
* - Changed "ZODB3" depdendency to "persistent".Stephan Richter2013-02-281-3/+3
| | | | | | - ``tox`` now runs all tests for Python 3.2 and 3.3. - Enable buildout for Python 3. - Fixed new failing tests.
* 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-12-311-1/+1
|
* Prep 4.0.2 release.Tres Seaver2012-12-311-1/+1
|
* Add 'Framework :: Zope3' classifier.Tres Seaver2012-12-311-0/+1
|
* svbTres Seaver2012-11-211-1/+1
|
* Prep 4.0.1 release.Tres Seaver2012-11-211-1/+1
|
* Add support for Python 3.3.Tres Seaver2012-11-211-0/+1
|
* svbTres Seaver2012-07-021-1/+1
|
* Prep 4.0.0 release.Tres Seaver2012-07-021-1/+1
|
* Merge tseaver-test_cleanup branch.Tres Seaver2012-06-291-31/+53
|
* Back to development: 3.12.2Wolfgang Schnerring2012-04-021-1/+1
|
* Preparing release 3.12.1Wolfgang Schnerring2012-04-021-1/+1
|
* Back to development: 3.12.1Wolfgang Schnerring2011-11-161-1/+1
|
* Preparing release 3.12.0Wolfgang Schnerring2011-11-161-1/+1
|
* added missing Trove classifiersMichael Howitz2011-11-161-1/+13
|
* apply changes made to 3.11.0 tagChris McDonough2011-09-221-1/+1
|
* vbChris McDonough2011-09-221-1/+1
|
* Back to development: 3.10.1Michael Howitz2010-09-251-1/+1
|
* Preparing release 3.10.0Michael Howitz2010-09-251-1/+1
|
* use the new zope.testrunner packageThomas Lotze2010-09-181-1/+2
|
* created a security extraThomas Lotze2010-09-181-3/+4
|
* got rid of the docs extra and the sphinxdoc recipeThomas Lotze2010-09-181-1/+0
|
* bumpFred Drake2010-07-091-1/+1
|