diff options
author | James Mills <prologic@shortcircuit.net.au> | 2007-02-09 15:45:01 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2007-02-09 15:45:01 +1000 |
commit | d5299ec2aaa156ed120bb1be85658fc4e8aace34 (patch) | |
tree | 6f1f8477a05ee98ba966f661dc564799bba3fdb6 | |
parent | 7fb9224aacace84eb7db99659a6d0eb13bf5c2a3 (diff) | |
download | contrib-d5299ec2aaa156ed120bb1be85658fc4e8aace34.tar.gz contrib-d5299ec2aaa156ed120bb1be85658fc4e8aace34.tar.xz |
cheesecake: 0.6 -> 0.6.1
-rw-r--r-- | cheesecake/.footprint | 14 | ||||
-rw-r--r-- | cheesecake/.md5sum | 2 | ||||
-rw-r--r-- | cheesecake/Pkgfile | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/cheesecake/.footprint b/cheesecake/.footprint index 15687700b..823cb8777 100644 --- a/cheesecake/.footprint +++ b/cheesecake/.footprint @@ -4,12 +4,12 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.4/ drwxr-xr-x root/root usr/lib/python2.4/site-packages/ -drwxr-xr-x root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/ --rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6-py2.4.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/ +-rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python2.4/site-packages/Cheesecake-0.6.1-py2.4.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python2.4/site-packages/cheesecake/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/__init__.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/__init__.pyc @@ -23,6 +23,8 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/cheesecake/ -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/logger.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/model.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/model.pyc +-rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/pep8.py +-rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/pep8.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/subprocess.py -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/subprocess.pyc -rw-r--r-- root/root usr/lib/python2.4/site-packages/cheesecake/util.py diff --git a/cheesecake/.md5sum b/cheesecake/.md5sum index a64c7ae27..1acec4e52 100644 --- a/cheesecake/.md5sum +++ b/cheesecake/.md5sum @@ -1 +1 @@ -c676092195d9c4544a36d46311a0eca9 cheesecake-0.6.tar.gz +f9e19123281f812e27674140bfb19b7e cheesecake-0.6.1.tar.gz diff --git a/cheesecake/Pkgfile b/cheesecake/Pkgfile index 2bb849659..d55e4609e 100644 --- a/cheesecake/Pkgfile +++ b/cheesecake/Pkgfile @@ -6,7 +6,7 @@ # Depends on: python name=cheesecake -version=0.6 +version=0.6.1 release=1 source=(http://cheeseshop.python.org/packages/source/C/Cheesecake/$name-$version.tar.gz) |