[Checkins] SVN: z3c.conditionalviews/trunk/s Bump version number, and remove deprecation warnings.

Michael Kerrin michael.kerrin at openapp.ie
Tue Feb 12 14:08:41 EST 2008


Log message for revision 83766:
  Bump version number, and remove deprecation warnings.
  

Changed:
  U   z3c.conditionalviews/trunk/setup.py
  U   z3c.conditionalviews/trunk/src/z3c/conditionalviews/ftesting.zcml

-=-
Modified: z3c.conditionalviews/trunk/setup.py
===================================================================
--- z3c.conditionalviews/trunk/setup.py	2008-02-12 16:22:54 UTC (rev 83765)
+++ z3c.conditionalviews/trunk/setup.py	2008-02-12 19:08:22 UTC (rev 83766)
@@ -2,13 +2,13 @@
 
 setup(
     name = "z3c.conditionalviews",
-    version = "1.0b",
+    version = "1.0b1",
     author = "Michael Kerrin",
     author_email = "michael.kerrin at openapp.ie",
     url = "http://svn.zope.org/z3c.conditionalviews/",
-    description = "Validation mechanism for conditional HTTP requests.",
+    description = open("README.txt").read(),
     long_description = (
-        open("README.txt").read() +
+        open("src/z3c/conditionalviews/README.txt").read() +
         "\n\n" +
         open("CHANGES.txt").read()),
     license = "ZPL 2.1",
@@ -21,7 +21,7 @@
                         "zope.schema"],
     extras_require = dict(test = ["zope.app.testing",
                                   "zope.app.zcmlfiles",
-                                  "zope.app.securitypolicy",
+                                  "zope.securitypolicy",
                                   ]),
 
     include_package_data = True,

Modified: z3c.conditionalviews/trunk/src/z3c/conditionalviews/ftesting.zcml
===================================================================
--- z3c.conditionalviews/trunk/src/z3c/conditionalviews/ftesting.zcml	2008-02-12 16:22:54 UTC (rev 83765)
+++ z3c.conditionalviews/trunk/src/z3c/conditionalviews/ftesting.zcml	2008-02-12 19:08:22 UTC (rev 83766)
@@ -11,9 +11,11 @@
   <include package="zope.app.securitypolicy" file="meta.zcml" />
   <include package="zope.app.securitypolicy" />
   <include package="zope.app.authentication" />
+
   <securityPolicy
-      component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy"
+      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy"
       />
+
   <unauthenticatedPrincipal
       id="zope.anybody"
       title="Unauthenticated User"



More information about the Checkins mailing list