summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup py27 supportussuri-em4.0.0Andreas Jaeger2020-04-041-9/+0
| | | | | | | | | | | | | Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete section from setup.cfg: Wheel is not needed for python 3 only repo - Update requirements, no need for python_version anymore - Remove future import from doc/source/conf.py Change-Id: Ibf594171cea8f81cc4139b29cbdce54f6d5107a7
* Updated from global requirementsOpenStack Proposal Bot2017-03-221-1/+1
| | | | Change-Id: If701ef91dd5c67b39518ed073318bd5bcb1c3ada
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Ie8ae98a23a30d26b58a45dd82de922afbee468ce
* Updated from global requirementsOpenStack Proposal Bot2015-07-151-1/+1
| | | | Change-Id: I25bef4f42fc42765b493f17295add61ba3353803
* Updated from global requirementsOpenStack Proposal Bot2015-06-221-1/+0
| | | | Change-Id: I5245437065635831c58d6e433d1c5dfe089f0dd0
* Updated from global requirementsOpenStack Proposal Bot2014-05-221-0/+8
| | | | Change-Id: I96f8f84be09b2e68e12d6c6b37079f83610c29a3
* Updated from global requirementsOpenStack Jenkins2013-10-101-1/+1
| | | | | | | | Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9 Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b Change-Id: I2cc2769b89bd040064408faea30c448350fa5f00
* Updated from global requirementsMonty Taylor2013-08-091-2/+3
| | | | Change-Id: If137689e5b9008c51cea16d41e648f0df490a247
* Migrate to pbr.Monty Taylor2013-05-171-41/+18
| | | | | | Fixes bug 1179007 Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
* Use testr instead of nose.Monty Taylor2013-05-101-1/+0
| | | | | | Part of blueprint grizzly-testtools Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
* Perform oslo-incubator code sync.Clark Boylan2013-05-101-2/+1
| | | | | | | | | | | | run_tests.sh cannot install a virtualenv with tools/install_venv.py as tools/install_venv_common.py depends on oslo.config which is an external dependency. The virtualenv installer should not depend on any external dependencies. Fix this by performing a code sync with oslo-incubator. Note this adds a new dependency on six and changes the way versioning is determined. Change-Id: Ifb67bbfeec4eabc943c2a88a34fe535c57f174a1
* Add --version CLI opt and __version__ module attrBrian Waldon2012-11-281-1/+2
| | | | Change-Id: I8c39a797e79429dd21c5caf093b076a4b1757de0
* Merge "Replace refs to 'Keystone API' with 'Identity API'"Jenkins2012-11-061-1/+1
|\
| * Replace refs to 'Keystone API' with 'Identity API'Dolph Mathews2012-10-241-1/+1
| | | | | | | | | | | | | | Formally, OpenStack Keystone implements the OpenStack Identity API, and this is a client to the API, not to Keystone itself. Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
* | 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: I1ddae8d1272a2b1c5e4c666c9aa4e4a274431415 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add post-tag versioning.0.1.1Monty Taylor2012-06-261-1/+1
| | | | Change-Id: Ic6cff31681b77e865ea0f1715e882cf7f191f7cd
* Update to latest openstack.common setup code.Monty Taylor2012-06-141-12/+12
| | | | Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
* Auto generate AUTHORS for python-keystoneclient.Bhuvan Arumugam2012-05-041-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. * keystoneclient/openstack/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. * setup.py Import the new method. Generate AUTHORS file before creating the package. * openstack-common.conf Add config file to copy libraries from openstack-common project, using update.py script. * keystoneclient/openstack/__init__.py * keystoneclient/openstack/common/__init__.py Add new placeholders. Change-Id: I1a17ee8f1e19e8ad522f0d2e37c04fffba5e16cb
* Open FolsomThierry Carrez2012-03-231-1/+1
| | | | | | Bump version to 2012.2 to formally open Folsom development. Change-Id: I4f4ea23c840f3fd5dce1cfa5ca0cc6dc2ced73b1
* Updated tox.ini to work properly with Jenkins.Monty Taylor2012-03-211-14/+14
| | | | | As part of doing that, fixed a unittest to work with python2.6. Change-Id: I575a8534bf008077c1a24a25336f1d711f742297
* Added condition requirement to argparseGhe Rivero2012-02-201-1/+3
| | | | Change-Id: Ibffdcbd3ed7e2c2e982023455d60d10a6001ff23
* Adjust version number to match other deliveriesThierry Carrez2012-01-171-2/+2
| | | | | | | | | Set version from 2.7 to 2012.1 to match the other OpenStack Keystone deliveries (python-keystoneclient will be released as part of Keystone 2012.1~e3). Also adjusted the location of the git repository to match new location. Fixes bug 917656. Change-Id: I4d8d071e3cdc5665e29a89067958f5f1e8964221
* Initial commit.Gabriel Hurley2011-10-251-0/+40