summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Moves supported python runtimes from version 3.8 to 3.10"HEADmasterGhanshyam2023-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2a3c81225f31d607dfa4227c8b2ae89f817813e2. Keeping Python 3.10 in setup.cfg classifier and zuul.yaml changes. 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: I0387859a84a058c2266c59cd6688fd5abc9fc867
* 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: Ic3df6f4d8243ed317679fe5472ecc482067351a8
* Drop python3.6/3.7 support in testing runtime5.0.0Hervé Beraud2022-05-051-3/+2
| | | | | | | | | | | | 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 Also indicates that we support python 3.9. Change-Id: I9a9e88dc6d0f2ae169c583215372097f808f34b2
* Integrate mypy4.1.0Stephen Finucane2022-01-251-0/+11
| | | | | | | | | oslo.context is pretty small and therefore easy to introduce mypy for. Minimal type hints are added, along with tox targets to validate things. We can build on these in the future if we'd like to. Change-Id: Ie5ab9eedfc89654ac3aa635f4a3ad24409ad23b6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
* setup.cfg: Replace dashes with underscores3.3.0yangyawei2021-05-141-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: I4400fcf1bdcdedfa8dccf806f99ded36660e276e
* Remove translation sections from setup.cfgmelissaml2020-05-221-15/+0
| | | | | | | These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I0191aab0e89f12c2d1c62f9f35988307ce416e31
* 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: I0e7e44d72b851ece75e28556b32f2644669246de Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Don't build universal wheel3.0.2Andreas Jaeger2020-04-041-2/+0
| | | | | | | - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo Change-Id: If9976d5e6021872abd49f57fba135a1ba7024c7b
* Drop python 2.7 support and testing3.0.0pengyuesheng2020-01-301-11/+3
| | | | | | | | Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ie875138bd1b773f460698e1eacc9dab542318e30 Sem-Ver: api-break
* Add Python 3 Train unit tests2.23.0Corey 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: Ie166f1623c15891f381fc367b8dd854386efa90a Story: #2005924 Task: #34234
* Dropping the py35 testingGhanshyam Mann2019-04-151-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: I1f6f2f930ee55e2d7491858018eaab4058174484
* 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: Id5de26de244380698d401a5940a412ce631632d5
* Always build universal wheelsHervé Beraud2018-10-051-1/+1
| | | | | | | All of our projects are pure python, so we can build universal wheels by default. Change-Id: I04791f928c4818119085f207948fee1555978d13
* Fix URLs according to document migration2.17.0ChangBo Guo(gcb)2017-07-121-1/+1
| | | | Change-Id: I5e452dfc33c4bdf8f344f6e28ff1fd4a5e049476
* Optimize the link address2.15.0Van Hung Pham2017-06-131-1/+1
| | | | | | Update link address to ensure safety and preciseness Change-Id: Id193a5cefa3220036df69f5ca48aadc7ae02890b
* Remove pbr warnerrors in favor of sphinx checkVu Cong Tuan2017-06-121-3/+1
| | | | | | | | | | | This change removes the now unused "warnerrors" setting, which is replaced by "warning-is-error" in sphinx releases >= 1.5 [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/ 2017-March/113085.html Change-Id: Idd28d83cb7a015fd610698a9575bc4dd0c3697d2
* Remove references to Python 3.4Eric Brown2017-01-091-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: I451e64acc01b843c5c7e637fddcbeeb2fe2e98d5
* Changed the home-page linkmelissaml2016-10-161-1/+1
| | | | | | Set the correct link for home-page. Change-Id: I92da5716be187ec53e6c42883a152d7650747f4f
* Add Python 3.5 classifier and venv2.7.0ChangBo Guo(gcb)2016-07-121-0/+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: I800ad84596d1ff25686516fcf84184ce185cc77a
* Remove python 2.6 classifierChangBo Guo(gcb)2015-11-171-1/+0
| | | | Change-Id: I9957bb9f98c07cf8b1f99063b474fc2b00a54251
* Remove support for Python 3.3Davanum Srinivas2015-05-101-1/+0
| | | | Change-Id: Ib695f4dc43f10663b910ca5c1fce15f3f4865ca0
* Standardize setup.cfg summary for oslo libsSteve Martinelli2015-04-041-1/+1
| | | | | | | Rather than repeating the library name, have the summary use proper names instead. Change-Id: I882d5af928bd4e0baba376a641e64c576d022c06
* Move out of the oslo namespace packageDoug Hellmann2014-11-141-10/+7
| | | | | | | | | | Move the public API out of oslo.context to oslo_context. Since this library has not been released, we do not need to retain the old interface for compatibility. bp/drop-namespace-packages Change-Id: I19adf862596abae0b034e81472114093425782f8
* exported from oslo-incubator by graduate.shDavanum Srinivas2014-11-051-0/+56