diff --git a/.bzrignore b/.bzrignore index 12fc9b2393..14ebe255fd 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,4 +1,4 @@ *.py[co] *.sw? doc/build/* -swift.egg-info +dist diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000000..1fd589ed2f --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,15 @@ +Metadata-Version: 1.0 +Name: swift +Version: 1.0.1 +Summary: Swift +Home-page: https://launchpad.net/swift +Author: OpenStack, LLC. +Author-email: UNKNOWN +License: Apache License (2.0) +Description: UNKNOWN +Platform: UNKNOWN +Classifier: Development Status :: 4 - Beta +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 2.6 +Classifier: Environment :: No Input/Output (Daemon) diff --git a/debian/changelog b/debian/changelog index bc8b5b4479..47315c6266 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +swift (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Monty Taylor Mon, 19 Jul 2010 11:22:41 -0500 + swift (1.0.0-1) unstable; urgency=low [ Michael Barton ] diff --git a/doc/source/conf.py b/doc/source/conf.py index f0560a072d..3baffd3da0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -62,7 +62,7 @@ copyright = u'2010, OpenStack, LLC.' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 8394725445..d53addcbf3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,9 @@ [build_sphinx] +all_files = 1 +build-dir = doc/build source-dir = doc/source -build-dir = doc/build -all_files = 1 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 diff --git a/setup.py b/setup.py index 56528ed776..2a17df67c5 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import setup, find_packages name='swift' -version='1.0.1' +version='1.0.2' setup( name=name, diff --git a/swift.egg-info/PKG-INFO b/swift.egg-info/PKG-INFO new file mode 100644 index 0000000000..5f524f90d8 --- /dev/null +++ b/swift.egg-info/PKG-INFO @@ -0,0 +1,15 @@ +Metadata-Version: 1.0 +Name: swift +Version: 1.0.2 +Summary: Swift +Home-page: https://launchpad.net/swift +Author: OpenStack, LLC. +Author-email: UNKNOWN +License: Apache License (2.0) +Description: UNKNOWN +Platform: UNKNOWN +Classifier: Development Status :: 4 - Beta +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 2.6 +Classifier: Environment :: No Input/Output (Daemon) diff --git a/swift.egg-info/SOURCES.txt b/swift.egg-info/SOURCES.txt new file mode 100644 index 0000000000..af6313b281 --- /dev/null +++ b/swift.egg-info/SOURCES.txt @@ -0,0 +1,130 @@ +AUTHORS +LICENSE +MANIFEST.in +README +setup.cfg +setup.py +bin/st +bin/swift-account-audit +bin/swift-account-auditor +bin/swift-account-reaper +bin/swift-account-replicator +bin/swift-account-server +bin/swift-auth-create-account +bin/swift-auth-recreate-accounts +bin/swift-auth-server +bin/swift-container-auditor +bin/swift-container-replicator +bin/swift-container-server +bin/swift-container-updater +bin/swift-drive-audit +bin/swift-get-nodes +bin/swift-init +bin/swift-object-auditor +bin/swift-object-info +bin/swift-object-replicator +bin/swift-object-server +bin/swift-object-updater +bin/swift-proxy-server +bin/swift-ring-builder +bin/swift-stats-populate +bin/swift-stats-report +doc/Makefile +doc/source/account.rst +doc/source/auth.rst +doc/source/conf.py +doc/source/container.rst +doc/source/db.rst +doc/source/development_guidelines.rst +doc/source/development_saio.rst +doc/source/index.rst +doc/source/misc.rst +doc/source/object.rst +doc/source/overview_auth.rst +doc/source/overview_reaper.rst +doc/source/overview_replication.rst +doc/source/overview_ring.rst +doc/source/proxy.rst +doc/source/ring.rst +doc/source/_static/basic.css +doc/source/_static/default.css +etc/account-server.conf-sample +etc/auth-server.conf-sample +etc/container-server.conf-sample +etc/drive-audit.conf-sample +etc/object-server.conf-sample +etc/proxy-server.conf-sample +etc/rsyncd.conf-sample +etc/stats.conf-sample +swift/__init__.py +swift.egg-info/PKG-INFO +swift.egg-info/SOURCES.txt +swift.egg-info/dependency_links.txt +swift.egg-info/top_level.txt +swift/account/__init__.py +swift/account/auditor.py +swift/account/reaper.py +swift/account/server.py +swift/auth/__init__.py +swift/auth/server.py +swift/common/__init__.py +swift/common/auth.py +swift/common/bufferedhttp.py +swift/common/client.py +swift/common/constraints.py +swift/common/db.py +swift/common/db_replicator.py +swift/common/direct_client.py +swift/common/exceptions.py +swift/common/healthcheck.py +swift/common/memcached.py +swift/common/utils.py +swift/common/wsgi.py +swift/common/ring/__init__.py +swift/common/ring/builder.py +swift/common/ring/ring.py +swift/container/__init__.py +swift/container/auditor.py +swift/container/server.py +swift/container/updater.py +swift/obj/__init__.py +swift/obj/auditor.py +swift/obj/replicator.py +swift/obj/server.py +swift/obj/updater.py +swift/proxy/__init__.py +swift/proxy/server.py +test/unit/__init__.py +test/unit/account/__init__.py +test/unit/account/test_auditor.py +test/unit/account/test_reaper.py +test/unit/account/test_server.py +test/unit/auth/__init__.py +test/unit/auth/test_server.py +test/unit/common/__init__.py +test/unit/common/test_auth.py +test/unit/common/test_bufferedhttp.py +test/unit/common/test_client.py +test/unit/common/test_constraints.py +test/unit/common/test_db.py +test/unit/common/test_db_replicator.py +test/unit/common/test_direct_client.py +test/unit/common/test_exceptions.py +test/unit/common/test_healthcheck.py +test/unit/common/test_memcached.py +test/unit/common/test_utils.py +test/unit/common/test_wsgi.py +test/unit/common/ring/__init__.py +test/unit/common/ring/test_builder.py +test/unit/common/ring/test_ring.py +test/unit/container/__init__.py +test/unit/container/test_auditor.py +test/unit/container/test_server.py +test/unit/container/test_updater.py +test/unit/obj/__init__.py +test/unit/obj/test_auditor.py +test/unit/obj/test_replicator.py +test/unit/obj/test_server.py +test/unit/obj/test_updater.py +test/unit/proxy/__init__.py +test/unit/proxy/test_server.py \ No newline at end of file diff --git a/swift.egg-info/dependency_links.txt b/swift.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/swift.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/swift.egg-info/top_level.txt b/swift.egg-info/top_level.txt new file mode 100644 index 0000000000..006e25813e --- /dev/null +++ b/swift.egg-info/top_level.txt @@ -0,0 +1,2 @@ +test +swift