Commit Graph

21 Commits

Author SHA1 Message Date
Sean McGinnis 74e17f5360
Add py38 package metadata
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: Ie9e17477dd4e9bcba3d0525dcb4cffcc8d19cc8f
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:23:19 -05:00
Andreas Jaeger dfe5baa27e Cleanup py27 support
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: Ifded1bb28c088a3d262125167770d0ed80f26dc3
2020-04-04 17:14:52 +02:00
Ghanshyam Mann fb399ee012 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-solumclient 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: I7309d339f5906fd8a10920ee9f2f4e03239f6b40
2019-12-13 23:45:02 +00:00
Corey Bryant d9fd6d9742 Add Python 3 Train unit tests
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: I9a2aef0057b415ec95d6731a5c32b64cc758deea
Story: #2005924
Task: #34247
2019-07-05 16:13:48 -04:00
Ghanshyam Mann 85e9c7d0af Dropping the py35 testing
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: I13e8f973822cdb765f4142385825b40704dee604
2019-04-16 17:13:40 +00:00
Zuul 977717e756 Merge "Add Python 3.6 classifier to setup.cfg" 2019-01-05 04:05:55 +00:00
98k 8a42ca497f Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I873f067aa721dc57cb1ac3f32517a0d9aa1dd916
2018-12-04 07:15:01 +00:00
qingszhao 6071b437c7 Add Python 3.6 classifier to setup.cfg
Change-Id: Ibb1d12f661230ae1bb5d29e5c4a8eb979b8946fe
2018-11-30 07:30:31 +00:00
jacky06 726fa1330c Update the home-page
Change-Id: I1dbeebe7e015993bf38e81028846a4a0252c6ab1
2018-07-05 12:41:32 -04:00
zhurong 275ffad3ca Turn on warning-is-error in sphinx build
Turn on the flag to ensure that future warnings in the doc build
trigger a build failure.

Change-Id: I6f8f096499c4c16c2d554d79a8c48648ff3e0e4a
2017-06-26 11:19:12 +08:00
lingyongxu b9cd45bb03 Remove support for py34
We support py35 now.So it is no need to keep the supoort for py34.

Change-Id: I678632b69b95e47933682f33f277ddff8926d2a7
see:https://review.openstack.org/#/c/349069/
2017-03-28 10:03:31 +08:00
Tony Xu 50b7088cd0 Add Python 3.5 classifier and venv
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.

Co-Authored-By: zhurong <aaronzhu1121@gmail.com>
Change-Id: Ie8639f0d8e980389fa035eebeaa93a1b051b257f
2017-01-05 17:23:12 +08:00
Cao Xuan Hoang e2d06d5856 Changed the home-page link
Set the correct url link for home-page

Change-Id: I356e2c8f0e43ce13e6d59628da55c06257a25e2d
2016-12-01 11:14:57 +07:00
Andreas Jaeger 606792a97d Fix translation setup
use canoncial names for translation files as documented in
http://docs.openstack.org/infra/manual/creators.html#enabling-translation-infrastructure

Change-Id: I2fa2ede09338cbf28d966449f7ecf7818908cdb2
2016-09-09 08:41:09 +02:00
shu-mutou 431369ba23 Drop py33 support
"Python 3.3 support is being dropped since OpenStack Liberty."
written in following URL.
https://wiki.openstack.org/wiki/Python3

And already the infra team and the oslo team are dropping py33
support from their projects.

Since we rely on oslo for a lot of our work, and depend on infra
for our CI, we should drop py33 support too.

Change-Id: I655bd6ea2144c7d00bc4d1f4373ecb1639ec2966
Closes-Bug: #1526170
2015-12-15 18:56:29 +09:00
ricolin fedbaf4a90 Remove py26 support
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.
Closes-Bug: 1519510

Change-Id: I7b202a5baa6e9520827022a545ffafa58578ddcd
2015-12-02 23:38:16 +08:00
James Li f068ccc9c9 Fix requirements for solum-app-setup
Change-Id: Id7ca960034bf66a4c9e0a54bd23e37acb9494c40
2014-12-05 22:59:24 +00:00
Jenkins 7eae401e26 Merge "Support building wheels (PEP-427)" 2014-02-12 04:29:18 +00:00
Noorul Islam K M 442924e91c Add console script entry point for solum
This patch allows solumclient/solum.py script to be executed by invoking
solum command.

Change-Id: I4a576191edf0b0406b91f974bbc8bf8e52a71d30
2014-02-10 14:31:19 +05:30
Sascha Peilicke b4465c3ab0 Support building wheels (PEP-427)
Universal is used to identify pure-Python module(by bdist_wheel).
For these, it is sufficient to build a wheel with _any_ Python ABI
version and publish that to PyPI (by whatever means).

Change-Id: I4e93aef95706e298c3ef91f1690e2ef8ce944405
2014-02-07 11:46:51 +01:00
Noorul Islam K M 4be2a5d2e0 Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30