summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Moves supported python runtimes from version 3.8 to 3.10"Ghanshyam2023-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 481936a822425c6a8c806409c8c877eed6661a2c. Keeping Python 3.10 in setup.cfg classifier. Reason for revert: Needed-By: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175 TC has been discussing about re-adding the python 3.8 testing in current master 2023.2 release testing. - https://meetings.opendev.org/meetings/tc/2023/tc.2023-04-25-18.00.log.html#l-191 - https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033469.html While governance changes are under review, TC agreed to add py3.8 testing so that we do not see more project/lib dropping python 3.8 and make them uninstalable on python 3.8 - https://meetings.opendev.org/meetings/tc/2023/tc.2023-05-02-18.00.log.html#l-17 - https://review.opendev.org/c/openstack/governance/+/882165 Also adding py3.8 testing back in job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175 Change-Id: I8b17440c9d36b36fe50183e61d6f1c22ece6d3d4
* Moves supported python runtimes from version 3.8 to 3.10Hervé Beraud2023-04-101-2/+2
| | | | | | | | Within 2023.2 python version 3.9 and 3.10 are the supported python runtimes [1]. [1] https: //review.opendev.org/c/openstack/governance/+/872232 Change-Id: I0cb0d4e03858a4f394aed484508b305683ce7863
* Remove sqlalchemy-migrateMike Bayer2023-03-211-1/+0
| | | | | | | | | | | | | | | sqlalchemy-migrate does not support SQLAlchemy 2.x and we're not going to invest the time in changing this. Remove integration of sqlalchemy-migrate in oslo.db, allowing us to support SQLAlchemy 2.x fully. Note that we do not remove the 'migration_cli' module entirely yet. While this is deprecated, it is possible to use this with alembic. New users shouldn't be switching to it, but any existing users can continue to use this module for some time yet. Change-Id: Ic3d6bd318038d723b0d50d39e45f8e26289e9a57 Sem-Ver: api-break
* Drop python3.6/3.7 support in testing runtimeHervé Beraud2022-05-051-3/+1
| | | | | | | | | | In Zed cycle testing runtime, we are targetting to drop the python 3.6/3.7 support, project started adding python 3.8 as minimum, example nova: - https://github.com/openstack/nova/blob/56b5aed08c6a3ed81b78dc216f0165ebfe3c3350/setup.cfg#L13 Change-Id: I859aa7c5d73cb492870c5699c6f8c96b5d36839e
* Update python testing classifierdengzhaosen2021-12-211-0/+1
| | | | | | | | | | | | | | | | Update python testing classifier 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: I42c52cc13abeb14957676b47ce1b1b52799d499b
* setup.cfg: Replace dashes with underscoresYuehuiLei2021-04-301-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: I3153ad314a4c3ca68367e543a3ba2c581b49ea79
* [goal] Migrate testing to ubuntu focal8.4.0Ghanshyam Mann2020-09-061-1/+1
| | | | | | | | | | | | | | | | As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: I978482f860a766c474944c77e2c569541f4849b1
* Remove translation sections from setup.cfgmelissaml2020-05-151-14/+0
| | | | | | | These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I8d86954ea4cb02f03ad8477e8380a9edaef3440b
* 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: I2826ded6a4be7507fc61e68fe6d9204682382252 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* [ussuri][goal] Drop python 2.7 support and testing7.0.0Hervé Beraud2020-02-031-5/+3
| | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in Ussuri cycle. 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I02e2d11d38d2aa4182e8d466519b99f05943701f
* Add Python 3 Train unit testsCorey Bryant2019-08-091-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: Ie47812bec5284d447a2f9c339a5b29d49d83ab53 Story: #2005924 Task: #34234
* Dropping the py35 testingGhanshyam Mann2019-05-301-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: Iba00d9fadaf3a682f3e4bb2dea335dfc74cf030d
* docs: Use sphinxcontrib.apidoc for building API docs5.0.0Stephen Finucane2019-05-211-17/+2
| | | | | | | | Gets us away from the old pbr functionality. Some cleanup of tox.ini is included along the way. Change-Id: Ia228f8ee49f31f88fa2a66f2aad3a3921c41a785
* Bump psycopg lower-constraint to 2.7Ben Nemec2019-03-221-1/+1
| | | | | | | | Earlier versions don't work with postgresql 10, which is now showing up in distros. Change-Id: I56589eb4ac55bec426d16f355398720f2994edcb Closes-Bug: 1821400
* Update mailinglist from dev to discussZhongShengping2018-12-051-1/+1
| | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Change-Id: I773a629ab2fb8273004da92a217cd09f39132108
* Always build universal wheelsHervé Beraud2018-10-091-1/+1
| | | | | | | All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ifbba76848c79be9415c7305f90d020973d3bb116
* Remove tox_install.sh and align constraints consumptionMonty Taylor2018-03-081-19/+0
| | | | | | | | | | As part of removing reliance on the old and deprecated zuul-cloner, we need to shift constraints declaration to the deps line. This means we unfortunately have to duplicate the extras declarations into test-requirements - because otherwise the contraints for oslo.db conflicts with the installation of itself. Change-Id: I2b79444a58a9144993131f9cba7494b236d9e950
* Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| | | | Change-Id: Id81f2a3321d563d35614fa0476a0743a982b88fc
* Updated from global requirementsOpenStack Proposal Bot2018-01-041-1/+0
| | | | Change-Id: If88f56583b502ec55cec9a7ab275afa29c64418a
* add bandit to pep8 jobChangBo Guo(gcb)2017-12-221-0/+2
| | | | | | | | Add the bandit security scanner to the pep8 job. * convert assert statement to raise AssertionError * skip B311,B105 Change-Id: I23b2732791f42adfa04bd64f02b25cbdb98aaf93
* Use the new PTI for document buildChangBo Guo(gcb)2017-12-191-4/+0
| | | | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Iba311cc69ec5272d8beb433e3589c53f371d5d0a
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-2/+2
| | | | Change-Id: I9a33ba3daae966ff7ef0f3ccd15153b218e5c7ca
* Merge "Drop MySQL-python dependency from oslo.db"Zuul2017-11-151-3/+0
|\
| * Drop MySQL-python dependency from oslo.dbDirk Mueller2017-10-171-3/+0
| | | | | | | | | | | | | | | | | | In order to fade out MySQL-python from OpenStack we need to stop testing it. Add release notes entry and adjust documentation references accordingly. Depends-On: Ie1f07062ed18350bcbb9e7b5e33c7ab2390be9ab Change-Id: Ie17f4543fa3d72b507d88d2c4023a9a5a430419e
* | Updated from global requirementsOpenStack Proposal Bot2017-11-031-1/+1
| | | | | | | | Change-Id: Ibf8fc942cea8cf1da28dabdca0a83b92be01ce7e
* | Updated from global requirementsOpenStack Proposal Bot2017-10-151-1/+1
|/ | | | Change-Id: I15095b7a75d240197dc6135ddae69f05e91897c7
* Updated from global requirementsOpenStack Proposal Bot2017-09-201-4/+4
| | | | Change-Id: Iad5cb53a0ff45e86b1dafa863fab904f34516a75
* Updated from global requirementsOpenStack Proposal Bot2017-09-111-3/+3
| | | | Change-Id: I92f8c0cdffb512d154d0c1371a48c25dd2a3d44c
* Updated from global requirementsOpenStack Proposal Bot2017-08-181-2/+2
| | | | Change-Id: I91e770e8ca54bdf8d8da40d4815ef860f12121be
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: I7f3f9700f02f4d38b18f6d75f2fd33299451e5cb
* Update URLs according to document migrationChangBo Guo(gcb)2017-07-111-1/+1
| | | | | | | * update setup.cfg with right document links * update HACKING.rst with latest link for hacking Change-Id: I8eb294c1d734f9c76951e4b4b9ebb0f69183f8f3
* turn on warning-is-error in doc buildDong Ma2017-07-031-1/+1
| | | | Change-Id: I0b64c644f40a2da3242274194d1a5d2858813c25
* switch from oslosphinx to openstackdocsthemeDong Ma2017-07-011-1/+1
| | | | Change-Id: I66319c2b4e4ec4c10133151f7a867bdca7a3afa8
* rearrange content to fit the new standard layout4.24.0Dong Ma2017-07-011-0/+1
| | | | | Change-Id: Idaa0dde5e4fd14213ae1611560897a27e9f72514 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
* Updated from global requirementsOpenStack Proposal Bot2017-06-291-1/+1
| | | | Change-Id: Ib8b85d5867ca2f732a0c64af847fa77310b72948
* Updated from global requirementsOpenStack Proposal Bot2017-06-101-1/+1
| | | | Change-Id: I235056994f9fce034dca8cea5f800656f5f80f89
* Updated from global requirements4.23.0OpenStack Proposal Bot2017-06-021-1/+1
| | | | Change-Id: I60df9099961cb5cfd97499ecbdec556cdb1f6048
* Updated from global requirementsOpenStack Proposal Bot2017-05-261-1/+1
| | | | Change-Id: Ica64fbd70c8e9acbed1f74c102f2a84b214fc5ce
* Merge "Move oslo.context to test-requirements"Jenkins2017-05-231-0/+1
|\
| * Move oslo.context to test-requirementsJulien Danjou2017-05-181-0/+1
| | | | | | | | | | | | It's actually only used in tests. Change-Id: Idee419ab60b6395f5f5d0415711e3f02d992fa5f
* | Updated from global requirements4.21.1OpenStack Proposal Bot2017-05-201-2/+2
|/ | | | Change-Id: Icbdc156d1dd30c5524e38880a794e06b03634baf
* Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | Change-Id: Ie5929cf12a5547694a1d1a846ab29ce320d3afc3
* Updated from global requirementsOpenStack Proposal Bot2017-03-031-1/+1
| | | | Change-Id: I2a9d0f4ced44c30c6443e613fea2e11b908c5025
* Update test requirementRoman Podoliaka2017-03-021-1/+1
| | | | | | | | | Since pbr already landed and the old version of hacking seems not work very well with pbr>=2, we should update it to match global requirement. Change-Id: Id2d358ffdca998066b41c8178aac81d170f82d3c Partial-Bug: #1668848
* Updated from global requirementsOpenStack Proposal Bot2017-02-101-1/+1
| | | | Change-Id: Icffd9bb89af60b9e5cdec619f285ea77c5b3f4ab
* Remove references to Python 3.4Eric Brown2017-01-171-1/+0
| | | | | | | 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: Ic2e61f28bc82f64814a528d210d1dee8d79b49e5
* Updated from global requirementsOpenStack Proposal Bot2016-12-221-1/+1
| | | | Change-Id: I30a9d74d90479d8d335dd2e1f097b1fcefd53cf8
* Updated from global requirementsOpenStack Proposal Bot2016-11-161-1/+1
| | | | Change-Id: I65eb5fad2269e81c74e2a73e8bbd50b2ed8fb539
* Updated from global requirementsOpenStack Proposal Bot2016-11-041-1/+1
| | | | Change-Id: Idf8159061ff6ff2eaab88f117b1063661a93aeed
* Updated from global requirementsOpenStack Proposal Bot2016-10-271-1/+1
| | | | Change-Id: Ib8d4e83db6d348e0630e1c60d93424784c20f0a9