summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportAndreas Jaeger2020-04-041-9/+0
| | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I6b6dfb0959973abf0c2e8325006025db2a5d85d0
* Updated from global requirementsOpenStack Proposal Bot2017-03-021-1/+1
| | | | Change-Id: Ib0bd11e18e336c86e66045a256e0befe90f0f56b
* Updated from global requirementsOpenStack Proposal Bot2015-09-291-1/+1
| | | | Change-Id: Ib81815a6f0d5a07e28d832f199fd993dd7dd6759
* Updated from global requirementsOpenStack Proposal Bot2015-08-101-1/+1
| | | | Change-Id: I47c54849f6687927ac1eb25081907438c7ea2b56
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I19b9915bedacec60fc584a7437a9b46a80a26bdc
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-0/+8
| | | | Change-Id: Ied7b0c3e2b0fc13abb04c859ec6887d7a8533c15
* Updated from global requirementsOpenStack Jenkins2013-12-101-1/+1
| | | | Change-Id: Icb2526c2b9f300430b1a2b84189a0a3646bca627
* Updated from global requirementsMonty Taylor2013-08-101-2/+3
| | | | Change-Id: I2e2bd3a38458e1307bcc0410da74dc76c0a5987a
* Migrate to pbr.Monty Taylor2013-05-181-44/+17
| | | | | | Fixes bug 1179007. Change-Id: I99d571bbf37ef53366a96de088c249cb6fd23b0e
* Update to latest oslo-version.Monty Taylor2013-02-071-3/+3
| | | | | | Remove the need for versioninfo file and just use python's PKG-INFO. Change-Id: I4765141e9bf3fa075dfbbc6a07e495c29e12177b
* Migrate to testr.Monty Taylor2013-01-161-1/+0
| | | | | | Part of blueprint grizzly-testtools Change-Id: I9a12f0300e2731a6ee0a82e1f9737a6b83aa5d85
* added --version as new parameterChristian Berendt2012-11-131-0/+1
| | | | | fixes bug 1056504 Change-Id: Ib28e3941006b46553001d7895d5ddf4b0f9c540d
* Add OpenStack trove classifier for PyPIDoug Hellmann2012-10-221-0/+1
| | | | | | | | Add trove classifier to have the client listed among the other OpenStack-related projets on PyPI. Change-Id: I2bb290f529fd2cd08d0093f495074d8e1683d91f Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add ability to get version information in pythonMonty Taylor2012-07-111-0/+1
| | | | | | | | * A user can access glanceclient.__version__ to get a string representing the version of the installed library. * Add openstack-common's 'version' module. Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
* Latest setup goodness.Monty Taylor2012-07-111-0/+1
| | | | | | | Upgrade the common setup code to the latest versions, and use setuptools-git for sdist tarball generation. Change-Id: I81eca9199b7d330ef8ec80482565a75f8475a78c
* Add support for tag-based version numbers.Monty Taylor2012-06-251-1/+1
| | | | Change-Id: I9b0e24f65e9b79c39bdf279b7af9c1040ded7952
* Add initial docs.0.1.0Monty Taylor2012-06-141-9/+5
| | | | Change-Id: I1f8407597105a914945c932ff55945c8005e273c
* Auto generate AUTHORS file for glanceclient component.Bhuvan Arumugam2012-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * AUTHORS Remove this file. * .gitignore Add AUTHORS file. * glanceclient/openstack/common/setup.py Sync changes from openstack-common. * setup.py Generate AUTHORS file before creating the package. * glanceclient/shell.py Pep8 fix. * tests/test_authors.py Remove this test case. Change-Id: I9e9d4da5ca3b147b483250dcf25a3b2a840123c2
* Properly install from zipball.Monty Taylor2012-05-251-0/+2
| | | | Change-Id: I505a42ec11b388e3ee5c818a1aadf0f70d5565c5
* Added condition requirement to simplejsonChuck Short2012-04-301-0/+4
| | | | | | | simplejson is a part of python 2.6. Change-Id: I3a1d776918c8707f21532fe3b043a039b72d6704 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Updated depend processing to norms.Monty Taylor2012-04-031-8/+6
| | | | Change-Id: I843c30acaf813614def68b936eb5a982e5a9b242
* More complete image creationBrian Waldon2012-04-031-8/+8
|
* Update version to 2012.2Brian Waldon2012-03-261-1/+1
|
* Further cleanupBrian Waldon2012-03-261-3/+2
| | | | | * README is now relevant * Auth now properly skipped with os-image-url and os-auth-token provided
* Basic get/list operations workBrian Waldon2012-03-261-22/+20
| | | | | * 'glance image-list' and 'glance image-show' work * Set up tests, pep8, venv
* All the latest OpenStack hotness.Monty Taylor2012-02-291-8/+12
|
* Initial checkin for new CLI and client packageJay Pipes2012-02-291-0/+42
Copied mostly from python-keystoneclient with some Glance-specific stuff. README.rst shows what WILL be the way to do things, not what is currently coded :)