richleland / django-cumulus (http://packages.python.org/django-cumulus/)
An interface to Rackspace Cloud Files through Django.
Clone this repository (size: 76.4 KB): HTTPS / SSH
$ hg clone http://code.richleland.com/django-cumulus
| commit 45: | eb0b8243b9e8 |
| parent 44: | 4ae167481990 |
| branch: | default |
| tags: | 0.3.1 |
Upped version to 0.3.1
Changed (Δ148 bytes):
raw changeset »
docs/changelog.rst (6 lines added, 0 lines removed)
docs/conf.py (2 lines added, 2 lines removed)
docs/index.rst (4 lines added, 4 lines removed)
setup.py (2 lines added, 2 lines removed)
Up to file-list docs/changelog.rst:
1 |
1 |
changelog |
2 |
2 |
========= |
3 |
3 |
|
4 |
Version 0.3, 18 May 2010 |
|
5 |
************************** |
|
6 |
||
7 |
* Fixed syncstatic deletion bug |
|
8 |
* Require verbosity > 1 for syncstatic output |
|
9 |
||
4 |
10 |
Version 0.3, 17 May 2010 |
5 |
11 |
************************** |
6 |
12 |
| … | … | @@ -45,9 +45,9 @@ copyright = u'2010, Rich Leland' |
45 |
45 |
# built documents. |
46 |
46 |
# |
47 |
47 |
# The short X.Y version. |
48 |
version = '0.3 |
|
48 |
version = '0.3.1' |
|
49 |
49 |
# The full version, including alpha/beta/rc tags. |
50 |
release = '0.3 |
|
50 |
release = '0.3.1' |
|
51 |
51 |
|
52 |
52 |
# The language for content autogenerated by Sphinx. Refer to documentation |
53 |
53 |
# for a list of supported languages. |
Up to file-list docs/index.rst:
| … | … | @@ -14,7 +14,7 @@ The aim of django-cumulus is to provide |
14 |
14 |
Installation |
15 |
15 |
************ |
16 |
16 |
|
17 |
To install the latest release (currently 0.3 |
|
17 |
To install the latest release (currently 0.3.1) from PyPI using pip:: |
|
18 |
18 |
|
19 |
19 |
pip install django-cumulus |
20 |
20 |
|
| … | … | @@ -24,8 +24,8 @@ To install the development version using |
24 |
24 |
|
25 |
25 |
Or you can download the tarball and install:: |
26 |
26 |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.3.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.3.tar.gz |
|
27 |
wget http://bitbucket.org/richleland/django-cumulus/get/0.3.1.tar.gz |
|
28 |
tar -xzvf django-cumulus-0.3.1.tar.gz |
|
29 |
29 |
cd django-cumulus |
30 |
30 |
python setup.py install |
31 |
31 |
|
| … | … | @@ -107,7 +107,7 @@ Requirements |
107 |
107 |
|
108 |
108 |
You can install these dependencies yourself, or use the requirements file included in the package:: |
109 |
109 |
|
110 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.3 |
|
110 |
pip install -r http://bitbucket.org/richleland/django-cumulus/raw/0.3.1/requirements.txt |
|
111 |
111 |
|
112 |
112 |
Tests |
113 |
113 |
***** |
| … | … | @@ -8,7 +8,7 @@ long_description = open(index_filename). |
8 |
8 |
|
9 |
9 |
setup( |
10 |
10 |
name = "django-cumulus", |
11 |
version = "0.3 |
|
11 |
version = "0.3.1", |
|
12 |
12 |
packages = find_packages(), |
13 |
13 |
|
14 |
14 |
author = "Rich Leland", |
| … | … | @@ -17,7 +17,7 @@ setup( |
17 |
17 |
description = "An interface to Rackspace Cloud Files through Django.", |
18 |
18 |
long_description = long_description, |
19 |
19 |
url = "http://bitbucket.org/richleland/django-cumulus/", |
20 |
download_url = "http://bitbucket.org/richleland/django-cumulus/get/0.3. |
|
20 |
download_url = "http://bitbucket.org/richleland/django-cumulus/get/0.3.1.tar.gz", |
|
21 |
21 |
classifiers=[ |
22 |
22 |
'Development Status :: 3 - Alpha', |
23 |
23 |
'Environment :: Web Environment', |
