[Checkins] SVN: zc.datetimewidget/trunk/ prepare for a sanitizing release, thanks to a wild svn-based release

Fred L. Drake, Jr. fdrake at gmail.com
Thu May 29 00:11:31 EDT 2008


Log message for revision 87005:
  prepare for a sanitizing release, thanks to a wild svn-based release

Changed:
  U   zc.datetimewidget/trunk/CHANGES.txt
  U   zc.datetimewidget/trunk/setup.py

-=-
Modified: zc.datetimewidget/trunk/CHANGES.txt
===================================================================
--- zc.datetimewidget/trunk/CHANGES.txt	2008-05-29 03:58:22 UTC (rev 87004)
+++ zc.datetimewidget/trunk/CHANGES.txt	2008-05-29 04:11:30 UTC (rev 87005)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.6.1 (2008-05-29)
+------------------
+
+Unchanged from 0.5.2, but released with a new version number thanks to a
+package with an 0.6.1dev-rBFN revision found in the wild.
+
 0.5.2 (2007-11-03)
 ------------------
 

Modified: zc.datetimewidget/trunk/setup.py
===================================================================
--- zc.datetimewidget/trunk/setup.py	2008-05-29 03:58:22 UTC (rev 87004)
+++ zc.datetimewidget/trunk/setup.py	2008-05-29 04:11:30 UTC (rev 87005)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zc.datetimewidget',
-      version = '0.6.0dev',
+      version='0.6.2dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Javascript-based widgets for date and datetime fields.',
       long_description=(
           read('README.txt')
@@ -38,8 +38,8 @@
           + '\n\n' +
           read('CHANGES.txt')
           ),
-      keywords = "zope3 date datetime widget javascript",
-      classifiers = [
+      keywords="zope3 date datetime widget javascript",
+      classifiers=[
           'Development Status :: 5 - Production/Stable',
           'Environment :: Web Environment',
           'Intended Audience :: Developers',
@@ -52,7 +52,7 @@
       url='http://cheeseshop.python.org/pypi/zc.datetimewidget',
       license='ZPL 2.1',
       packages=find_packages('src'),
-      package_dir = {'': 'src'},
+      package_dir={'': 'src'},
       namespace_packages=['zc'],
       extras_require=dict(
           test=['zope.app.zcmlfiles',
@@ -74,6 +74,6 @@
                         'zope.publisher',
                         'zope.schema',
                         ],
-      include_package_data = True,
-      zip_safe = False,
+      include_package_data=True,
+      zip_safe=False,
       )



More information about the Checkins mailing list