[Checkins] SVN: lovely.session/tags/0.2.1/ release tag

Nikolay Kim fafhrd91 at gmail.com
Thu Aug 13 18:30:53 EDT 2009


Log message for revision 102755:
  release tag

Changed:
  A   lovely.session/tags/0.2.1/
  D   lovely.session/tags/0.2.1/CHANGES.txt
  A   lovely.session/tags/0.2.1/CHANGES.txt
  D   lovely.session/tags/0.2.1/setup.py
  A   lovely.session/tags/0.2.1/setup.py
  D   lovely.session/tags/0.2.1/src/lovely/session/tests.py
  A   lovely.session/tags/0.2.1/src/lovely/session/tests.py

-=-
Deleted: lovely.session/tags/0.2.1/CHANGES.txt
===================================================================
--- lovely.session/trunk/CHANGES.txt	2009-08-13 08:21:42 UTC (rev 102731)
+++ lovely.session/tags/0.2.1/CHANGES.txt	2009-08-13 22:30:53 UTC (rev 102755)
@@ -1,42 +0,0 @@
-=======
-CHANGES
-=======
-
-0.2.1 (unreleased)
-------------------
-
-- Correctly implemented timeout behavior of session data.
-
-
-0.2.0 (2008-09-25)
-------------------
-
-- Made the DataManager savepoint aware.
-
-
-0.1.4 (2008-07-31)
-------------------
-
-- Fixed ZCML to avoid deprecation warnings, since the session API was moved to
-  ``zope.session``. *Sigh*
-
-
-0.1.3 (2008-07-31)
-------------------
-
-- Fixed `setup.py` to be on par with the latest layout.
-
-- Fixed deprecation warnings, since the session API was moved to
-  ``zope.session``.
-
-
-0.1.2 (2007-08-13)
-------------------
-
-- Move source to svn.zope.org.
-
-
-0.1.1 (2007-08-13)
-------------------
-
-- Fixed dependency on `lovely.memcached`.

Copied: lovely.session/tags/0.2.1/CHANGES.txt (from rev 102740, lovely.session/trunk/CHANGES.txt)
===================================================================
--- lovely.session/tags/0.2.1/CHANGES.txt	                        (rev 0)
+++ lovely.session/tags/0.2.1/CHANGES.txt	2009-08-13 22:30:53 UTC (rev 102755)
@@ -0,0 +1,44 @@
+=======
+CHANGES
+=======
+
+0.2.1 (2009-08-14)
+------------------
+
+- Correctly implemented timeout behavior of session data.
+
+- Remove duplicate extras_require (python2.4 compatibility)
+
+
+0.2.0 (2008-09-25)
+------------------
+
+- Made the DataManager savepoint aware.
+
+
+0.1.4 (2008-07-31)
+------------------
+
+- Fixed ZCML to avoid deprecation warnings, since the session API was moved to
+  ``zope.session``. *Sigh*
+
+
+0.1.3 (2008-07-31)
+------------------
+
+- Fixed `setup.py` to be on par with the latest layout.
+
+- Fixed deprecation warnings, since the session API was moved to
+  ``zope.session``.
+
+
+0.1.2 (2007-08-13)
+------------------
+
+- Move source to svn.zope.org.
+
+
+0.1.1 (2007-08-13)
+------------------
+
+- Fixed dependency on `lovely.memcached`.

Deleted: lovely.session/tags/0.2.1/setup.py
===================================================================
--- lovely.session/trunk/setup.py	2009-08-13 08:21:42 UTC (rev 102731)
+++ lovely.session/tags/0.2.1/setup.py	2009-08-13 22:30:53 UTC (rev 102755)
@@ -1,74 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Setup for localy.session package
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(name='lovely.session',
-    version = '0.2.1dev',
-    author = "Lovely Systems GmbH",
-    author_email = "office at lovelysystems.com",
-    description = "memcache-based session storage",
-    long_description=(
-        read('src', 'lovely', 'session', 'README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        + '\n\n' +
-        '========\n'
-        'Download\n'
-        '========\n'
-        ),
-    license='ZPL 2.1',
-    keywords = "zope3 session memcache",
-    classifiers = [
-        'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Topic :: Software Development :: Libraries :: Python Modules',
-        'Framework :: Zope3'],
-    url='http://pypi.python.org/pypi/lovely.session',
-    packages=find_packages('src'),
-    package_dir = {'': 'src'},
-    namespace_packages=['lovely',],
-    extras_require = dict(
-        test = ['zope.app.testing',
-                'zope.interface',
-                'zope.security',
-                'zope.testing',]),
-    install_requires = [
-        'setuptools',
-        'lovely.memcached',
-        'zope.app.container',
-        'zope.session',
-        'zope.schema',
-        ],
-    extras_require = dict(
-        test=['zope.app.testing',
-              'zope.app.zptpage',
-              'zope.app.securitypolicy',
-              'zope.app.zcmlfiles']),
-    include_package_data = True,
-    zip_safe = False,
-    )

Copied: lovely.session/tags/0.2.1/setup.py (from rev 102740, lovely.session/trunk/setup.py)
===================================================================
--- lovely.session/tags/0.2.1/setup.py	                        (rev 0)
+++ lovely.session/tags/0.2.1/setup.py	2009-08-13 22:30:53 UTC (rev 102755)
@@ -0,0 +1,70 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for localy.session package
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(name='lovely.session',
+    version = '0.2.1',
+    author = "Lovely Systems GmbH",
+    author_email = "office at lovelysystems.com",
+    description = "memcache-based session storage",
+    long_description=(
+        read('src', 'lovely', 'session', 'README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        + '\n\n' +
+        '========\n'
+        'Download\n'
+        '========\n'
+        ),
+    license='ZPL 2.1',
+    keywords = "zope3 session memcache",
+    classifiers = [
+        'Development Status :: 4 - Beta',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Topic :: Software Development :: Libraries :: Python Modules',
+        'Framework :: Zope3'],
+      url='http://pypi.python.org/pypi/lovely.session',
+      packages=find_packages('src'),
+      package_dir = {'': 'src'},
+      namespace_packages=['lovely',],
+      install_requires = ['setuptools',
+                          'lovely.memcached',
+                          'zope.app.container',
+                          'zope.session',
+                          'zope.schema',
+                          'zope.interface',
+                          ],
+      extras_require = dict(test=['zope.app.testing',
+                                  'zope.app.zptpage',
+                                  'zope.app.securitypolicy',
+                                  'zope.app.zcmlfiles',
+                                  'zope.testing',
+                                  'zope.security']),
+      include_package_data = True,
+      zip_safe = False,
+      )

Deleted: lovely.session/tags/0.2.1/src/lovely/session/tests.py
===================================================================
--- lovely.session/trunk/src/lovely/session/tests.py	2009-08-13 08:21:42 UTC (rev 102731)
+++ lovely.session/tags/0.2.1/src/lovely/session/tests.py	2009-08-13 22:30:53 UTC (rev 102755)
@@ -1,39 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Lovely Systems and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""
-$Id$
-"""
-__docformat__ = 'restructuredtext'
-
-import unittest
-from zope import component
-import zope.interface
-import zope.security
-from zope.testing import doctest
-from zope.testing.doctestunit import DocTestSuite, DocFileSuite
-from zope.app.testing import setup
-
-
-def test_suite():
-    level2Suites = (
-        DocFileSuite('README.txt',
-             optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS,
-             ),
-            )
-    for suite in level2Suites:
-        suite.level = 2
-    return unittest.TestSuite(level2Suites)
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')

Copied: lovely.session/tags/0.2.1/src/lovely/session/tests.py (from rev 102754, lovely.session/trunk/src/lovely/session/tests.py)
===================================================================
--- lovely.session/tags/0.2.1/src/lovely/session/tests.py	                        (rev 0)
+++ lovely.session/tags/0.2.1/src/lovely/session/tests.py	2009-08-13 22:30:53 UTC (rev 102755)
@@ -0,0 +1,32 @@
+##############################################################################
+#
+# Copyright (c) 2007 Lovely Systems and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+$Id$
+"""
+__docformat__ = 'restructuredtext'
+
+import unittest
+from zope.testing import doctest
+
+
+def test_suite():
+    return unittest.TestSuite((
+            doctest.DocFileSuite(
+                'README.txt',
+            optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS,
+            ),
+        ))
+
+if __name__ == '__main__':
+    unittest.main(defaultTest='test_suite')



More information about the Checkins mailing list