summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportsongwenping2020-10-121-9/+0
| | | | | | Remove py2 stanza from setup.py Change-Id: I7aa67986248fc627c3f36203e0fb653bde2d483f
* Updated from global requirementsOpenStack Proposal Bot2017-03-061-1/+1
| | | | Change-Id: I8f32fd359720c73d3a4ee8f87a6ce7764b921021
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Iadb3dfd4b07a1eef7a31799d3cc1239aaade08b2
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: If7920f7069ba5af958757de37fcce7532033ef1f
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I85bdd78c229fae83a5900453197b05be52cf061b
* Updated from global requirementsOpenStack Proposal Bot2014-04-301-0/+8
| | | | Change-Id: I2f3f0b9f09e458eec4eb1e7a3b83e49043a8cb11
* Update pbr usageMonty Taylor2013-09-201-1/+1
| | | | | | | | We've discovered that having versions in setup_requires leads to evil and death. Also, the setup-hooks in setup.cfg are completely unnecessary anymore. Change-Id: I8878e635e0828bbddb81d9c6321a9f10ad3b89fe
* Updated from global requirementsMonty Taylor2013-08-081-1/+1
| | | | Change-Id: Ic4a43955526fcde313ad2f2afec8fafeb87f37a6
* Sync with global requirements2.14.0Monty Taylor2013-08-051-10/+8
| | | | Change-Id: I8333e17d8edaa5853ac47f9d53de8c44d1c5d5cb
* Migrate to pbr.Roman Podolyaka2013-05-191-32/+4
| | | | | | | | | | openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
* Cleanup unused importgtt1162013-04-171-1/+0
| | | | Change-Id: Id7d110110f238077630c9b9ee4d643654844dd3e
* Update to latest openstack.common.setup.Monty Taylor2013-03-281-6/+6
| | | | | | We actually don't need the silly versioninfo file at all anymore. Change-Id: Ic759c39a29b07d41a96849db84a7f9990ec8a3eb
* setuptools: remove data_files sectionChristoph Gysin2013-03-271-1/+0
| | | | | | versioninfo is already included through include_package_data Change-Id: I53c28bd26a19d86704c918fa185cde9759140dc1
* Use setuptools-git to include files from the repoRoman Podolyaka2013-03-221-0/+2
| | | | | | Fixes bug 1029511. Change-Id: I5aef29ad10ac73a9645111f993621d596321ffcf
* Fix Copyright Headers from LLC to FoundationDavanum Srinivas2013-03-131-1/+1
| | | | | | follow the lead from nova and oslo projects Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
* Migrate from nose to testr.Monty Taylor2013-01-291-1/+0
| | | | | | | | Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
* 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: If9e10b065d0c54825fb9138893c78cda3ef79ca2 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Adding --version optionRick Harris2012-08-241-1/+2
| | | | Change-Id: I7d37af1ddee186af22457baea9af71a955720053
* Cleanup of setup.py usage of openstack-common.Monty Taylor2012-06-261-11/+2
| | | | Change-Id: Id74cd3aec982b84851ce84bbb5207d86da04bc63
* Implement post-tag versioning numbering.Monty Taylor2012-06-261-1/+1
| | | | Change-Id: If886d1ee70420fe52776663ec9cf75bf31d54012
* Use openstack-common for AUTHORS generationBrian Waldon2012-06-111-0/+4
| | | | | | Also add .mailmap entries for Jake Dahn and James E. Blair Change-Id: I1ec02aa5302922f3db6a3ad457f4f7c6a006ba00
* add packages using find_packages()Peng Yong2012-04-031-1/+1
| | | | Change-Id: Ib745254276b67cc09f6a9e8d3ac8f5aea7741903
* Open FolsomThierry Carrez2012-03-201-1/+1
| | | | | | Switch version to 2012.2 to open Folsom cycle. Change-Id: I8bc51e436b09e68275424914c43f4f2717045956
* Fixes bug 924588: Remove proto-keystone client from novaclientDean Troyer2012-02-031-2/+1
| | | | Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313
* Add 'discover' command for Keystone discovery and version listingZiad Sawalha2011-12-201-1/+2
| | | | | | | | | Added @unauthenticated decorator to mark subcommands that do not need authentication. And checks to skip authentication for these commands. Added novaclient.keystone to setup.py Change-Id: Id2fd60af305c30a950bdbae8f897192bfae4d797
* Do no depends on argparse for Python >= 2.7Julien Danjou2011-12-191-1/+3
| | | | | | | | Python >= 2.7 has argparse has a builtin module, so there's no need to add it to the this list of requirements. Change-Id: I647cec70a564b1d184f0cb2aca6caf4d6478c403 Signed-off-by: Julien Danjou <julien.danjou@enovance.com>
* Making contrib a Python packageRick Harris2011-12-151-1/+1
| | | | Change-Id: Ibfde2e5cbececeec0b6a17f7d71da207f582a5c7
* Switch versioning to common Nova versioningessex-2Thierry Carrez2011-12-141-1/+1
| | | | | | | | Use "2012.1" as the version for python-novaclient, to align with Nova common versioning (starting with Essex-2, python-novaclient is shipped as a Nova project deliverable. Fixes bug 904182. Change-Id: I85d742a346bbaae1dc92a476c140f7f862a0828c
* Adding 'absolute-limits' and 'rate-limits'Brian Waldon2011-12-091-1/+1
| | | | Change-Id: Ie1dff62f3a3dd74e96c8cad7c079b7378d25ae46
* Revert api_key change in novaclient Client argumentChris Behrens2011-11-171-2/+2
| | | | | | | | | | Fixes bug 891442 Also, still need to support NOVA_API_KEY environment variable for now. Bump version to 2.6.8 so we can get this into pypi Updated setup.py to build properly Change-Id: I16233ac559bf44b78666118d68975509da6bfb0d
* Adds bash completion support and cleans up setup.py.Josh Kearney2011-11-171-30/+44
| | | | | | Also removes some unnecessary files and updates the AUTHORS file. Change-Id: Iefa502ce08cbf34038d2e04d0460ae43468a4255
* version updateSandy Walsh2011-10-251-1/+1
|
* version bumpSandy Walsh2011-09-261-1/+1
|
* merge fixupSandy Walsh2011-09-021-1/+1
|\
| * Merge pull request #101 from basak/masterJosh Kearney2011-09-011-1/+1
| |\ | | | | | | Fix test installation exclude
| | * Fix test installation excludeRobie Basak2011-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With exclude=['tests'], tests.v1_0 and tests.v1_1 do not get excluded, causing "python setup.py install" to pollute dist-packages with "tests" rather than going under novaclient/ exclude=['tests', 'tests.*'] fixes this. LP: #838298 Also see LP: #825127 comment #3
| * | Bump the release versionWilliam Wolf2011-09-011-1/+1
| |/
| * Reducing v1_1.base to just booting managerBrian Waldon2011-08-311-1/+1
| |
* | version bumpSandy Walsh2011-09-021-1/+1
|/
* updating versionBrian Waldon2011-08-231-1/+1
|
* cleaning up boot output; upping versionBrian Waldon2011-08-081-1/+1
|
* manual merge2.6.0Sandy Walsh2011-08-051-14/+14
|\
| * Change create-image back to image-create, and increased version to 2.6.0Brian Lamar2011-08-041-3/+3
| |
* | bumping version and updating READMEBrian Waldon2011-07-291-1/+1
| |
* | updating server backup action; pep8 fixesBrian Waldon2011-07-291-17/+18
|/
* version bumpSandy Walsh2011-07-121-1/+1
|
* Refactored backup rotation.Josh Kearney2011-06-241-1/+1
|
* Implemented backup with rotation.Josh Kearney2011-06-241-1/+1
|
* fixed up tests after trunk merge and bumped versionSandy Walsh2011-06-201-1/+1
|
* version bumpSandy Walsh2011-06-201-1/+1
|