[Checkins] SVN: z3c.caching/t Tag 1.0b1

Wichert Akkerman wichert at wiggy.net
Wed Oct 15 07:06:08 EDT 2008


Log message for revision 92216:
  Tag 1.0b1

Changed:
  A   z3c.caching/tags/1.0b1/
  A   z3c.caching/tags/1.0b1/docs/HISTORY.txt
  D   z3c.caching/tags/1.0b1/setup.py
  A   z3c.caching/tags/1.0b1/setup.py
  U   z3c.caching/trunk/docs/HISTORY.txt

-=-
Copied: z3c.caching/tags/1.0b1 (from rev 92214, z3c.caching/trunk)


Property changes on: z3c.caching/tags/1.0b1
___________________________________________________________________
Name: svn:ignore
   + *.egg
dist
build
*.pyc

Name: svn:mergeinfo
   + 

Copied: z3c.caching/tags/1.0b1/docs/HISTORY.txt (from rev 92215, z3c.caching/trunk/docs/HISTORY.txt)
===================================================================
--- z3c.caching/tags/1.0b1/docs/HISTORY.txt	                        (rev 0)
+++ z3c.caching/tags/1.0b1/docs/HISTORY.txt	2008-10-15 11:06:08 UTC (rev 92216)
@@ -0,0 +1,10 @@
+Changelog
+=========
+
+1.0b1 - October 15, 2008
+------------------------
+
+* Initial release
+  [wichert]
+
+

Deleted: z3c.caching/tags/1.0b1/setup.py
===================================================================
--- z3c.caching/trunk/setup.py	2008-10-15 11:04:35 UTC (rev 92214)
+++ z3c.caching/tags/1.0b1/setup.py	2008-10-15 11:06:08 UTC (rev 92216)
@@ -1,32 +0,0 @@
-from setuptools import setup, find_packages
-
-version = "1.0dev"
-
-setup(name                  = "z3c.caching",
-      version               = version,
-      description           = "Caching infrastructure for web apps",
-      long_description      = open("README.txt").read(),
-      classifiers           = [
-            "Environment :: Web Environment",
-            "Intended Audience :: Developers",
-            "License :: OSI Approved :: Zope Public License",
-            "Programming Language :: Python",
-            "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords              = "",
-      author                = "Wichert Akkerman",
-      author_email          = "zope-dev at zope.org",
-      url                   = "",
-      license               = "ZPL",
-      namespace_packages    = ["z3c"],
-      packages              = find_packages(exclude=["ez_setup"]),
-      include_package_data  = True,
-      zip_safe              = False,
-      install_requires      = [
-          "setuptools",
-          "zope.interface",
-          "zope.component",
-          ],
-      tests_require         = "nose >=0.10.0b1",
-      test_suite            = "nose.collector",
-      )

Copied: z3c.caching/tags/1.0b1/setup.py (from rev 92215, z3c.caching/trunk/setup.py)
===================================================================
--- z3c.caching/tags/1.0b1/setup.py	                        (rev 0)
+++ z3c.caching/tags/1.0b1/setup.py	2008-10-15 11:06:08 UTC (rev 92216)
@@ -0,0 +1,34 @@
+from setuptools import setup, find_packages
+import os.path
+
+version = "1.0b1"
+
+setup(name                  = "z3c.caching",
+      version               = version,
+      description           = "Caching infrastructure for web apps",
+      long_description      = open("README.txt").read() + "\n" +
+                              open(os.path.join("docs", "HISTORY.txt")).read(),
+      classifiers           = [
+            "Environment :: Web Environment",
+            "Intended Audience :: Developers",
+            "License :: OSI Approved :: Zope Public License",
+            "Programming Language :: Python",
+            "Topic :: Software Development :: Libraries :: Python Modules",
+        ],
+      keywords              = "",
+      author                = "Wichert Akkerman",
+      author_email          = "zope-dev at zope.org",
+      url                   = "",
+      license               = "ZPL",
+      namespace_packages    = ["z3c"],
+      packages              = find_packages(exclude=["ez_setup"]),
+      include_package_data  = True,
+      zip_safe              = False,
+      install_requires      = [
+          "setuptools",
+          "zope.interface",
+          "zope.component",
+          ],
+      tests_require         = "nose >=0.10.0b1",
+      test_suite            = "nose.collector",
+      )

Modified: z3c.caching/trunk/docs/HISTORY.txt
===================================================================
--- z3c.caching/trunk/docs/HISTORY.txt	2008-10-15 11:05:40 UTC (rev 92215)
+++ z3c.caching/trunk/docs/HISTORY.txt	2008-10-15 11:06:08 UTC (rev 92216)
@@ -1,8 +1,8 @@
 Changelog
 =========
 
-1.0rc1 - October 15, 2008
--------------------------
+1.0b1 - October 15, 2008
+------------------------
 
 * Initial release
   [wichert]



More information about the Checkins mailing list