summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update setup.cfg classifiersDouglas Mendizábal2023-04-281-5/+6
| | | | | | Depends-On: https://review.opendev.org/c/openstack/pycadf/+/868221 Change-Id: Ifade6bf2bb94f8c0b3526e81246a8dd821e29deb
* Drop python 2.7 support and testingpengyuesheng2020-02-031-20/+1
| | | | | | | | | | | | | | | | | | Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Include small cleanups: * remove install_command from tox.ini, this is the default * Use sphinx-build as modern way to run sphinx, remove setup.cfg settings for build-sphinx * Use sphinxcontrib-apidoc for docs with newer sphinx * Remove obsolete doc/source/conf.py broken * Add python-requires to setup.cfg to make Python 3.6 requirement explicit * Remove obsolete pbr setup-hooks Co-Authored-By: Andreas Jaeger <aj@suse.com> Change-Id: Iec8c47b82022b616b8361651bf23f853b0ce5624
* Add swift_api_audit_map.conf to setup.cfgBen Nemec2019-12-021-0/+1
| | | | | | | This file was added in the previous commit, but if it doesn't appear in setup.cfg it won't be installed. Change-Id: I4498aaf0b646046611291ccca7536f9099b97446
* Removes temporary fix for doc generationColleen Murphy2019-07-051-2/+2
| | | | | | | | | | | | | | | | A temporary fix was added to get around a bug in how pbr handles its autodoc_tree_index_modules setting. Since this bug is fixed we no longer need the work around. This change is needed since the workaround is now incompatible with the latest version of Sphinx. See also[1][2]. [1] https://review.opendev.org/191633 [2] https://review.opendev.org/121667 Change-Id: Idf9dc73d99b4233f49effe24aa047959b1a2ef2c
* Add py37 tox env and drop py35Vishakha Agarwal2019-02-281-1/+2
| | | | | | | | | | | | With python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too so that developers can run python3.7 tests as well. Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. Change-Id: Icada08448d9bf3cc0f1d522d93b07d8789adad14
* Change openstack-dev to openstack-discussmelissaml2018-12-041-1/+1
| | | | | | Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Ice8af70eaeca739698a07eed123594dac1503096
* Merge "Turn on warning-is-error for sphinx build"Jenkins2017-07-171-0/+1
|\
| * Turn on warning-is-error for sphinx buildSamriddhi Jain2017-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The doc-migration spec requires all projects to treat warnings as errors during sphinx build. This patches turns that function on and resolves the error (detailed below) coming as a result of it. The code block in event_concept.rst file is currently made to render in javascript which is an incorrect syntax for it. Change-Id: Id7fee247b76ed7cfebb849305e0611bc966709be
* | Update URL in docs as per the doc-migration specSamriddhi Jain2017-07-141-1/+1
|/ | | | | | | The migration spec has listed some changes in the URLs of project directories. This commit fixes those changed URLs. Change-Id: Id040fdf9cc16cd6b05c82cc93e88301f743a1801
* Use https for *.openstack.org referencesEric Brown2017-02-051-2/+1
| | | | | | | The openstack.org pages now support https and our references to the site should by default be one signed by the organization. Change-Id: Ib2dce89ac43e844a5f1b3adcfe9bcaf4141043ce
* Remove references to Python 3.4ocata-em2.5.0Eric Brown2017-01-051-1/+3
| | | | | | | Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I381f8582b79d691aba2a4e98b1611f0ddcd78e73
* Changed the home-page linknizam2016-10-171-1/+1
| | | | | | Set the correct link for home-page. Change-Id: If3143795d2bdd9ec130f7df8796d728a3cf0cbe3
* remove suport for py33reedip2016-01-061-1/+0
| | | | | | | | Python 3.3 is not supported from Mitaka, as per Infra, therefore removing the support for the same. Change-Id: I27436e05e373c6a5d1d71ff60cd15e0db05e87df Closes-Bug: #1526170
* Remove Python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | | | | | We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: Idfd55ff59fe3ec599b92674aac9695ffdf7e8771
* Add api_audit_map.conf for Ceilometer projectDivya2015-06-031-0/+1
| | | | | | | | Enable cadf support for Ceilometer by adding the api_audit_map.conf file for it. Change-Id: I39bc6c98715faafa9bc60d4a37cb5f858404d552 Closes-Bug: #1461056
* Add trove conf file to setup.cfgSteve Martinelli2015-04-231-0/+1
| | | | | | Looks like the trove entry was missing from setup.cfg Change-Id: I75dfbaf6575d185d16d392a21271a8f06ae02e6a
* Add classifiers for Python 3Cyril Roelandt2014-11-061-0/+2
| | | | Change-Id: I348dd54f1b14569573dde6845a0c63913e91d273
* add audit_maps for more OpenStack componentsGordon Chung2014-06-051-1/+4
| | | | | | | | | | add audit_maps for: - cinder - glance - neutron Change-Id: If324c1296f852e57f3a376ccfc485ed1b3df75e3 Blueprint: audit-all-apis
* reorder documentationGordon Chung2014-04-101-0/+6
| | | | | | | - reorder documentation so it's grouped logically. - add api docstring modules Change-Id: I47e49634fe7d8bb16a51f3045e7fe53683d56d1a
* audit middleware in pycadfGordon Chung2014-02-201-1/+0
| | | | | | | | move audit middleware to pyCADF and allow it to support oslo.messaging instead of openstack.common.notifier Partial-Bug: #1280327 Change-Id: I7f0b706a91a61111147bc2b3c682dfdac01c0b7d
* Rollback change to that Install configs into /etcDavanum Srinivas2014-02-121-1/+1
| | | | | | | | | | | | | | We are getting failures in gate jobs Example: 2014-02-12 08:01:40.259 | creating /etc/pycadf 2014-02-12 08:01:40.259 | 2014-02-12 08:01:40.259 | error: could not create '/etc/pycadf': Permission denied from: http://logs.openstack.org/30/72330/1/check/check-requirements-integration-dsvm/10d26a8/console.html Change-Id: I828a352a89f08f1898635215a94273222100fdd8
* Install configs into /etc, not /usr/etcSascha Peilicke2014-02-071-1/+1
| | | | | | | | | | | | | | Not providing an absolute path to data_files means that "setup.py install" will put it under whatever "--prefix" is specified. For most RPM-based distros this is /usr. For machine-local installations this is /usr/local. However, there's no such thing as /usr/etc or /usr/local/etc, there's just /etc. Distributions could either fix this manuall or work-around by using "python setup.py --install-data=/etc". But this isn't future-proof since all data would end up in the (potentially) wrong place. Change-Id: I844b33d1fdd87f2c255f72b30a78eeab677ec09d
* Python 3: update setup.cfg to advertise python 3 compatibilityCyril Roelandt2014-01-141-0/+1
| | | | | | | Now that pycadf is Python 3 compatible, Python 3.3 should be listed in the supported programming languges. Change-Id: I8209ee43d214bcd81a9dc14dd0f377b63e165eb0
* Package api_audit_map.confMatt Riedemann2013-08-191-0/+3
| | | | | | | | | | The api_audit_map.conf file was not being packaged as a data file by pbr since it wasn't listed as a data file in setup.cfg. This is needed for packaging python-cadf in an rpm. Closes-Bug: #1214407 Change-Id: I126cd10cb2904cdedc91f719dc1d5a96110bcad1
* initial project setupDoug Hellmann2013-08-021-0/+34
Change-Id: I1bbe058cf162549a517814e02a3e8bed70b5dbf8