summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Update to zope.untrustedpython >= 5.re-enable-zope.untrustedpythonMichael Howitz2021-06-021-4/+3
| | | | The extra ``untrustedpython`` now for Python 3, too, installs ``zope.untrustedpython``.
* Back to development: 5.1.2Jason Madden2020-03-231-1/+1
|
* Preparing release 5.1.15.1.1Jason Madden2020-03-231-1/+1
|
* Ensure all objects have consistent interface resolution orders.Jason Madden2020-03-231-1/+1
| | | | Fixes #71
* Back to development: 5.2.0Michael Howitz2020-02-141-1/+1
|
* Preparing release 5.1.05.1.0Michael Howitz2020-02-141-1/+1
|
* Allow to use a common Sphinx version for Python 2 and 3. (#70)Michael Howitz2020-02-141-2/+1
| | | | | | * Allow to use a common Sphinx version for Python 2 and 3. * Work around pypa/virtualenv#1555
* Merge pull request #67 from zopefoundation/deprecated-setuptools-featuresJason Madden2020-02-121-22/+17
|\ | | | | Drop the use of the deprecated setuptools Features
| * Drop the use of the deprecated setuptools Featuresdeprecated-setuptools-featuresJason Madden2020-01-201-22/+17
| |
* | Let interfaces be iterated on Python 3Jason Madden2020-02-061-1/+1
|/ | | | Fixes https://github.com/zopefoundation/zope.interface/issues/141
* Back to development: 5.1Marius Gedminas2019-11-111-1/+1
|
* Preparing release 5.05.0Marius Gedminas2019-11-111-1/+1
|
* Properly declare dependency on zope.schema >= 4.2.0Colin Watson2019-10-251-1/+1
| | | | This was introduced in zope.security 4.2.1.
* Drop forgotten 3.4 classifierMarius Gedminas2019-04-301-1/+0
|
* Update to current Python versions. (#61)Michael Howitz2019-04-061-2/+5
| | | | Additionally we have to pin an older `Sphinx` version to keep supporting Python 2.
* Back to development: 4.3.2Adam Groszer2019-01-031-1/+1
|
* Preparing release 4.3.14.3.1Adam Groszer2019-01-031-1/+1
|
* 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.3.1Jason Madden2018-08-241-1/+1
|
* Preparing release 4.3.04.3.0Jason Madden2018-08-241-1/+1
|
* Back to development: 4.2.4Marius Gedminas2018-08-091-1/+1
|
* Preparing release 4.2.34.2.3Marius Gedminas2018-08-091-1/+1
|
* Back to development: 4.2.3Marius Gedminas2018-08-091-1/+1
|
* Reconcile git historyMarius Gedminas2018-08-091-1/+1
|\ | | | | | | | | The 4.2.2 release was made off a branch that was never merged back into master!
| * Preparing release 4.2.24.2.2Jason Madden2018-01-111-1/+1
| |
* | Add Python 3.7 supportMarius Gedminas2018-08-081-0/+1
|/
* Back to development: 4.2.2Jason Madden2017-11-301-1/+1
|
* Preparing release 4.2.14.2.1Jason Madden2017-11-301-1/+1
|
* Back to development: 4.2.1Jason Madden2017-09-201-1/+1
|
* Preparing release 4.2.04.2.0Jason Madden2017-09-201-1/+1
|
* Convert 'untrustedpython' to a proper extra using python_versionJason Madden2017-09-201-10/+19
|
* Use zope.proxy 4.3.0 so that tests pass on Py3.issue40Jason Madden2017-09-131-3/+3
|
* Use features and an optional_build_extissue33bJason Madden2017-09-111-46/+73
| | | | | | | | | Just like zope.interface (copied from there). Fixes #33. This should eliminate any chance of polluting (local) wheel caches if PURE_PYTHON happens to be defined.
* Switch to modern 'coverage' environment and run doctests on all versionsJason Madden2017-09-071-8/+7
| | | | | | | | | | | | | | Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't.
* svbTres Seaver2017-05-171-1/+1
|
* Prep 4.1.1 release.4.1.1Tres Seaver2017-05-171-1/+1
|
* svbTres Seaver2017-04-241-1/+1
|
* Prep 4.1.0 release.4.1.0Tres Seaver2017-04-241-1/+1
|
* Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-241-13/+18
| | | | | | | | | | | | | | | Also fix ``list(proxy_btree.items())`` (or a list comprehension of the same) in Python 3, which wants the ``__len__`` for a hint. This is a central place to make sure these all behave consistently. Fixes #20 Also drop pypy3 As a 3.2 implementation, it's not supported by pip anymore. There is a much more recent version, 3.5-beta, but it's not on Travis yet. The 3.3-alpha which is on Travis is a dead end.
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-3/+1
|
* Note explicit support for Python 3.5Felix Yan2015-11-081-0/+1
|
* svbTres Seaver2015-06-021-1/+1
|
* Prep 4.0.3 release.4.0.3Tres Seaver2015-06-021-1/+1
|
* svbTres Seaver2015-06-021-1/+1
|
* Prep 4.0.2 release.4.0.2Tres Seaver2015-06-021-1/+1
|
* Bow to our new PEP 440 overlords.Tres Seaver2014-12-291-1/+1
| | | | [ci skip]
* svbTres Seaver2014-03-191-1/+1
|
* Prep 4.0.1 release.4.0.1Tres Seaver2014-03-191-1/+1
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-0/+1
|
* svbTres Seaver2013-07-091-1/+1
|