summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Further Cleanup py27 supportAndreas Jaeger2020-05-131-14/+0
| | | | | | | | | | | | | This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Use newer openstackdocstheme,reno and Sphinx versions - Remove install_command from tox.ini, the default is fine - Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete - Update hacking to 3.0.1, fix warnings found - Remove babel.cfg, it's not needed anymore Change-Id: I60edb7e44e4a8222f564f30157eb31288b85b422
* Add py38 package metadataSean McGinnis2020-04-241-0/+1
| | | | | | | | | Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I2924b0406a317523e94cb1efdc24cb96b1cba0ee Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Cleanup py27 supportzhurong2020-04-071-9/+4
| | | | | | | | | | | | | | 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 Change-Id: I1db16203ad150c6286c0ca833c01a456981d0a73
* Merge "Change openstack-dev to openstack-discuss"ussuri-em2.0.0Zuul2019-12-061-1/+1
|\
| * Change openstack-dev to openstack-discussprankul mahajan2018-12-041-1/+1
| | | | | | | | | | | | | | Mailing lists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: I758b50f7aa82474c0800fbeb8dd62638169de359
* | Drop python 2.7 support and testingGhanshyam Mann2019-10-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. ceilometermiddleware is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I48f75b701ecc4eee3134473bc854a0825b705203
* | Add Python 3 Train unit testsCorey Bryant2019-07-051-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: I1ceedbdc843eb7aabfe76f3c0ab619fd89fb7524 Story: #2005924 Task: #34251
* | Dropping the py35 testingGhanshyam Mann2019-04-161-1/+1
|/ | | | | | | | | | | | | | | | | 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: I0ca06f40683426e95bb83647c902efab74b6b311
* Trivial: remove support for py34Hanxi Liu2017-02-211-1/+0
| | | | | | | | The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: I55e72ff730b28b438cf24953466851d1b844b7a8
* Merge "Update the home-page with developer documentation"Jenkins2016-07-271-1/+1
|\
| * Update the home-page with developer documentationxiaozhuangqing2016-07-271-1/+1
| | | | | | | | Change-Id: I85dc22cca9b1987a9fc65adc3a26e461b074fb47
* | Add support for Python 3.5Julien Danjou2016-07-211-0/+1
|/ | | | Change-Id: I8cf4917913a6f1224b7599444937ff99ea1dc048
* Remove py33 from tox envlistJulien Danjou2016-07-211-1/+0
| | | | Change-Id: Ie94e19c3f09687601d5c8f3736ff0a110646ea14
* Remove py26 support from ceilometermiddlewaresonu.kumar2015-12-161-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: I47a897ec15ef0f74bce025a6af28e6c786bf9622 Related-Bug: #1519510
* Add *paste.filter_factory* entry pointRomain Soufflet2015-03-181-0/+4
| | | | | | | | | | | | | Ceilometermiddleware users don’t need to be exposed to the implementation details of the middleware. With the entry point they can use the common syntax to load the middleware : [filter:ceilometermiddleware] use = egg:ceilometermiddleware#swift You can learn more about it there : http://pythonpaste.org/deploy/#introduction Change-Id: I2574f8b3fe9f6eeb447f22a6e6a001c8d8e7cbb6
* initial checkingordon chung2015-01-201-0/+47