summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-12-20 20:07:28 +0000
committerTres Seaver <tseaver@palladion.com>2012-12-20 20:07:28 +0000
commit5fff72bef74fec964e9ecf1923e5e702a9e8c056 (patch)
treedf5c0fe4f79b610f1e7fcad53d3c54729ee607e0
parenta32e00f9d9be5202366c9b90f426f9ecf5145f41 (diff)
downloadzope-security-5fff72bef74fec964e9ecf1923e5e702a9e8c056.tar.gz
Mark as incompatible with newer zope.proxy.
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c8036df..a12489d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,11 @@
CHANGES
=======
+3.8.4 (unreleased)
+------------------
+
+- Pin ``zope.proxy >= 3.4.2, <4.1dev``.
+
3.8.3 (2011-09-24)
------------------
diff --git a/setup.py b/setup.py
index 266acd1..3c787ee 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version='3.8.3',
+ version='3.8.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',
@@ -68,7 +68,7 @@ setup(name='zope.security',
'zope.i18nmessageid',
'zope.interface',
'zope.location',
- 'zope.proxy >= 3.4.2',
+ 'zope.proxy >= 3.4.2, <4.1dev',
'zope.schema',
],
extras_require = dict(