Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / setup.py @ 67100dd2

History | View | Annotate | Download (6.9 kB)

# Date Author Comment
4b355d71 04/11/2013 11:49 am Christos Stavrakakis

Add 'snf-django-lib' to dependencies

f0001470 04/11/2013 11:34 am Christos Stavrakakis

Merge branch 'feature-snf-django' into develop

Conflicts:
docs/older/Changelog.pithos-app
snf-astakos-app/astakos/im/api/__init__.py
snf-pithos-app/pithos/api/util.py

5ede2c79 04/08/2013 08:11 pm Constantinos Venetsanopoulos

Make all Changelog files prior to 0.13 obsolete

Since v0.13, all Synnefo components will have the same version and the
same Changelog, NEWS, Upgrade, Copyright file. This patch addresses
old Changelog, NEWS and Upgrade files:

  • Move all separate Changelog files under docs/older/...
1a736ca8 04/08/2013 04:27 pm Christos Stavrakakis

Use 'python-objpool' instead of 'synnefo.lib.pool'

Use the python-objpool package for pooling resources as object, instead
of the pooling code that existed in snf-common ('synnefo.lib.pool')

Refs #3524

3eea2bc3 03/29/2013 01:21 pm Constantinos Venetsanopoulos

Update setup.py for every snf-* component

66643114 03/15/2013 02:46 pm Sofia Papagiannaki

Remove pithos logger from pithos settings

Loggers for all synnefo components should be configured in
snf-webproject setting file '10-snf-webproject-logging.conf'.

5adcc57e 02/07/2013 02:14 pm Christos Stavrakakis

Fixes to setup.py

Update author/maintainer name/email of all synnefo projects. Also fix
short description and some whitespace issues.

778081b0 01/29/2013 06:19 pm Christos Stavrakakis

Do not automatically update version files

Do not automatically update version files from setup.py. From now
on, version files are updated using 'update_version.py' script and
'devflow'.

Also removed autopkg.conf and created devflow.conf configuration file.

473e2b08 01/17/2013 04:37 pm Christos Stavrakakis

Remove devflow form build dependency

8f63a115 01/17/2013 04:37 pm Christos Stavrakakis

Remove version dependencies from snf- packages

5d3daee1 01/16/2013 01:01 pm Christos Stavrakakis

Remove devtools and rename to devflow

db6865fc 01/15/2013 05:01 pm Georgios D. Tsoukalas

Merge branch 'latest-quota' into develop

bring quotas, projects, astakos logins, pithos/RADOS
into the new synnefo development workflow

c9b113ac 01/14/2013 06:54 pm Vangelis Koukis

WIP commit for the devtools build system

717adf72 09/10/2012 05:39 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin' into dev

Conflicts:
snf-pithos-app/pithos/api/util.py
snf-pithos-backend/pithos/backends/base.py

2715ade4 09/10/2012 04:09 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

35d42381 09/06/2012 05:40 pm Vangelis Koukis

Pool pithos backends using ObjectPool

Use ObjectPool functionality from synnefo.lib.pool
to pool backend objects.

This reduces the per-request overhead significantly,
since each backend object is only initialized once,
and connections to the DB are persistent....

8becf803 07/18/2012 06:08 pm Kostas Papadimitriou

Bump versions for v0.10.0 release

- in setup.py required packages
- in Changelog entry

4f60d358 02/24/2012 08:28 pm Kostas Papadimitriou

Proper snf-common version spec

63d04430 02/24/2012 06:15 pm Kostas Papadimitriou

Update required version of snf-pithos-backend

8825252f 02/24/2012 06:00 pm Kostas Papadimitriou

Updated snf-common required version

9f83917d 02/23/2012 05:08 pm Antony Chazapis

Fix dependencies.

0262f83f 02/23/2012 04:00 pm Kostas Papadimitriou

setup.py entry points fix

9cffd151 02/23/2012 03:38 pm Kostas Papadimitriou

Updated install_requires for snf-pithos-app

b2d77f0e 02/23/2012 03:33 pm Kostas Papadimitriou

Updated snf-webproject hooks

45c55de1 01/23/2012 04:04 pm Kostas Papadimitriou

Fixed pithos-app requirements/versions

2f5d45e4 01/19/2012 12:46 pm Kostas Papadimitriou

Updated snf-pithos-app dependencies

added south package

bd9f302a 01/19/2012 12:32 pm Kostas Papadimitriou

setup.py changes

- declare dependencies
- changed console scripts names

f5d58753 01/18/2012 07:11 pm Kostas Papadimitriou

Handle synnefo imports in setup.py files

daf4fb05 01/18/2012 07:02 pm Kostas Papadimitriou

Extend snf-common default settings

8c306eab 01/17/2012 06:42 pm Kostas Papadimitriou

Split pithos components in separate packages

- splitted pithos modules in separate reusable components
- python packaging for all packages
- snf-webproject support (entry_points) for pithos django applications