summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add shared zone commands5.2.0Igor Malinovskiy2023-02-131-0/+5
| | | | | | | Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: Iea92371176d9126205384624a18a9097acb3daef Partial-Bug: #1714088 Depends-On: https://review.opendev.org/#/c/726334/
* Update metadata in setup.cfg5.1.0dekehn2022-11-141-6/+5
| | | | | | | | | | we are using some "aliases" that the setuptools docs say "are supported for compatibility reasons" but their use is not advised[1]. [1] https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#metadata Change-Id: I70a62a4ddc59638297814682523e1e802a7fad42
* Update python testing as per zed cycle testing runtimeTakashi Kajinami2022-06-211-3/+2
| | | | | | | | | | | In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com> Change-Id: I97a07e756bcaea3f38c0390247e0ac6a1187aa08
* Updating python testing classifier as per Yoga testing runtimewu.shiming2021-12-211-0/+1
| | | | | | | | | | | | | | Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Id58e9e9532c593a211acea497f5928c3689ac333
* setup.cfg: Replace dashes with underscoreswu.shiming2021-05-121-4/+4
| | | | | | | | | | | | | | | | Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I2447dd697d0282c22cbadc775b87df186e46bf42
* Fix doc reference buildsmichaeltchapman2020-10-131-7/+0
| | | | | | | | | | | The api reference was broken some time around the stein release. Moved conf options out of setup.cfg and into the doc conf.py, and added an option to doc build to error on warnings so this doesn't happen again without anyone noticing. The format is now similar to the novaclient reference doc. Change-Id: Ic9ed059521794acf1ac1a644096fdc10549fa91b
* Cleanup py27 supportussuri-em4.0.0Andreas Jaeger2020-04-041-15/+3
| | | | | | | | | | | | | | | | 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 sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore - Remove html_last_updated_fmt from conf.py, this is not needed with openstackdocstheme anymore; update openstackdocstheme requirement Change-Id: I5389ba08c985e023643c07adf3135809c291146f
* Drop py27 supportSean McGinnis2020-03-131-2/+0
| | | | | | | | | Per the Ussuri cycle goal, this drops py27 testing and support. https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I0c525eb48270494e8171042e56e14867c53e5af3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-101-52/+0
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* Add Python 3 Train unit tests2.12.0Corey Bryant2019-06-241-0/+1
| | | | | | | | | | | | This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ie2119dec469dba059fa3ce8729f360590d45791c Story: #2005924 Task: #34204
* Dropping the py35 testingGhanshyam Mann2019-04-151-1/+0
| | | | | | | | | | | | | | | | | All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I160c141169d68fd9403604c68cecde0c70c463c3
* Change openstack-dev to openstack-discuss98k2018-12-041-1/+1
| | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I6b7ce5b390318353d5721d0f0cc077a42a789dc7
* Add Python 3.6 classifier to setup.cfgqingszhao2018-11-291-0/+1
| | | | Change-Id: I181a86cdde2d49eb1072f9488a8b4a9500f29dbe
* Update the documentation link for doc migrationlingyongxu2017-08-031-1/+1
| | | | | | | This patch is proposed according to the direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: I75a467ebf9407d17360698a3ead57af9b93ef3e6
* Merge "Add tsig key support to python-designateclient"Jenkins2017-08-021-0/+7
|\
| * Add tsig key support to python-designateclientRudolf Vriend2017-07-071-0/+7
| | | | | | | | | | | | | | | | | | | | This fix adds support for the designate tsig keys api to python-designateclient. It will add tsigkey related crud commands to the openstackclient. Change-Id: I84336c3aca85ca62771fd2115481eda32ee980d2 Closes-Bug: #1702506
* | rearrange the existing docs into the new standard layoutDoug Hellmann2017-07-101-0/+4
|/ | | | | Change-Id: I1cf25aade215aad3ce9050af7c9fa8987564863c Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Use Sphinx 1.5 warning-is-errorStephen Finucane2017-04-201-2/+2
| | | | | | | | | | | With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Migrate the setting from the old warnerrors one. This involves a couple of changes to the docs to fix the now broken build. Change-Id: I9bee7f6f9c69a9ed7bb22325ad1a0a1316dde526
* Explicitly set 'builders' optionStephen Finucane2017-04-191-0/+1
| | | | | | | | | An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: Ia04058232a839c4eaf2c85849e8b71879ae414e7
* Merge "Fix broken link for modindex"Jenkins2017-02-011-0/+4
|\
| * Fix broken link for modindexsonu.kumar2017-01-261-0/+4
| | | | | | | | | | | | | | The documentation build does not generate any module index, therefore modified setup.cfg to create module index. Change-Id: I6140896d5779e8360c866267601713bbf572fee4
* | Add Python 3.5 classifier and venvCao Xuan Hoang2017-01-201-1/+1
|/ | | | | | | | Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv Change-Id: I8950bf3a7fe6c97bf973658e409e39953470f40d
* Changed the author and author-email valueDeepak2016-10-061-2/+2
| | | | | | Changes made according to the other components values Change-Id: I5bc1352e573f396f829474454240c93efe3a50cf
* Add quota set / list / reset commandsGraham Hayes2016-06-291-0/+4
| | | | | | | | | | | | | | | | | | | | | Added: openstack dns quota - list - set - reset All sub commands can be scoped to a project using --project-id If the --project-id does not match the current project id it will set X-Auth-All-Projects:True This cannot be a standard quota command as osc does not allow us to access that command Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84 Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a Related-Bug: #1587927
* Add `openstack zone transfer accept list` cli to designateclientsonu.kumar2016-06-141-0/+1
| | | | | | | | | | | This patch add cli for listing accepted zone ownership transfer and corresponding test cases. Related-Bug: #1499539 Change-Id: I3eec36c73b2dacd4eed3b8578c4d51593b43104d depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f
* Update the home-page with developer documentationvenkatamahesh2016-05-171-2/+2
| | | | Change-Id: If3249a72e89068fcf496ca6c5dbae23570a74ab9
* Add support for service statusEndre Karlson2016-04-121-0/+3
| | | | | Change-Id: I5349524d262ffcadf88b3c914f187dfc26563156 Depends-On: Iaf10d8486ac8015ecf9f394dfbf074bfb863fb78
* Implement zone importRahman Syed2016-03-301-0/+5
| | | | | | | | | | | Zone import commands (create, list, show, delete) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba Closes-Bug: #1550532
* Implement zone exportRahman Syed2016-03-231-0/+6
| | | | | | | | | | | Zone export commands (create, list, show, delete, showfile) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611 Partial-Bug: #1550532
* Indicate py34 supportEndre Karlson2015-12-071-0/+2
| | | | Change-Id: I38b31e3e25f14b3e7516aa7efe01301a9c1b84f7
* Remove py26 support from designateclientsonu.kumar2015-12-031-1/+0
| | | | | | | | | | as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: Id322ec683643c817bef1de43519394808cc64072 Closes-Bug: #1519510
* V2 CLI SupportEndre Karlson2015-09-021-0/+44
| | | | Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
* V2 BindingsEndre Karlson2015-05-071-0/+4
| | | | | | | | | | | | | | | This provides bindings for: - zones - recordsets - tlds - blacklists - limits - nameservers With associated unit tests. Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
* Merge "Fixes pypi tarball not delivering Apache 2.0 LICENSE file"Jenkins2014-10-201-1/+2
|\
| * Fixes pypi tarball not delivering Apache 2.0 LICENSE fileAlok Jani2014-09-261-1/+2
| | | | | | | | | | Change-Id: I25dcaf2a35b40e3243c121434a49bc83a5f01957 Closes-Bug: #1332625
* | Fixes homepage in metadata and internal docsAlok Jani2014-09-261-1/+1
|/ | | | | | | | * Correct homepage in package metadata file * Correct launchpad & GitHub home in contributing.rst Change-Id: I01e1cf7f97a72b78d4c26543b73910ac6a90e145 Closes-Bug: #1332626
* Add support for quotas for v1 cli / bindingsEndre Karlson2014-08-011-0/+5
| | | | Change-Id: Id89fff58e1975fa84ae12a44ac2fd43cd2255b52
* Support building wheels (PEP-427)Sascha Peilicke2013-11-191-0/+3
| | | | | | | With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: Iff5981dd4b358652bd5f5e7f72b6f7298e809829
* Add touch-domain to CLIKiall Mac Innes2013-11-121-0/+3
| | | | Change-Id: I369051e7d7ba2c0819835dada3a13e54798a63ad
* Move "sync" commands out of Diagnostics and fix themKiall Mac Innes2013-11-121-3/+5
| | | | | | | | | This mirrors the layout on the server side. I don't consider this a breaking change, as the existing sync commands were broken to begin with. Change-Id: Id80e148e2a0218d6bd64673bb09c15ab0d98418b
* Remove outdated version value from setup.cfgKiall Mac Innes2013-10-311-1/+0
| | | | Change-Id: Ic99a31efce6e6baa6e9fe6de7bb83a1537a83ea5
* Rename Moniker -> DesignateKiall Mac Innes2013-06-091-43/+43
| | | | Change-Id: Idf7153aa287adc874a2878dc829950fda52a4879
* Migrate to PBRKiall Mac Innes2013-05-251-12/+90
| | | | Change-Id: I4f32b7c3ca7831becdd49f75a7fa48bfcfa7fe76
* Initial Python client bindings and CLIKiall Mac Innes2012-11-271-0/+8
| | | | Change-Id: Iac4a73acfb515c1e213a1dd0865a62bc39e3ed0f
* Initial Commit - CLI SkeletonKiall Mac Innes2012-10-261-0/+8