[Checkins] SVN: zope.app.locking/trunk/ Pre-release cleanup, update metadata, fill in release date.

Christian Theune ct at gocept.com
Sun Feb 1 11:12:22 EST 2009


Log message for revision 95861:
  Pre-release cleanup, update metadata, fill in release date.
  

Changed:
  U   zope.app.locking/trunk/CHANGES.txt
  U   zope.app.locking/trunk/setup.py

-=-
Modified: zope.app.locking/trunk/CHANGES.txt
===================================================================
--- zope.app.locking/trunk/CHANGES.txt	2009-02-01 15:55:13 UTC (rev 95860)
+++ zope.app.locking/trunk/CHANGES.txt	2009-02-01 16:12:22 UTC (rev 95861)
@@ -2,11 +2,13 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
------------------
+3.5.0 (2009-02-01)
+------------------
 
 - Use ``zope.site`` instead of ``zope.app.folder`` in test.
 
+- Remove usage of deprecated ``zope.app.zapi``.
+
 3.4.0 (2007-10-25)
 ------------------
 

Modified: zope.app.locking/trunk/setup.py
===================================================================
--- zope.app.locking/trunk/setup.py	2009-02-01 15:55:13 UTC (rev 95860)
+++ zope.app.locking/trunk/setup.py	2009-02-01 16:12:22 UTC (rev 95861)
@@ -24,8 +24,8 @@
 setup(name='zope.app.locking',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
-      description='Simple Object Locking Framework',
+      author_email='zope-dev at zope.org',
+      description='Simple Object Locking Framework for Zope 3 applications',
       long_description=(
           read('README.txt')
           + '\n\n' +
@@ -47,7 +47,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.locking',
+      url='http://pypi.python.org/pypi/zope.app.locking',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list