Commit Graph

28 Commits

Author SHA1 Message Date
Sean McGinnis ce0ac0903a
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: Ic24243fcf67604c18b41cd230b476b83925e6764
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:37 -05:00
zhurong b908aa8a87 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: Ied76eaab93663d66a2d8255e7cab22ad0c46d81b
2020-04-07 01:46:46 -07:00
Ghanshyam Mann 2b2cc45bce [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

murano-agent 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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I343c7e7bde76f086e00756be63de48204dcdb0a9
2019-11-25 08:11:31 +00:00
zhurong a026aa2e2f 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: I98fd786e292e1da946181f15dd3fe91ff3338508
Story: #2005924
Task: #34214
2019-07-03 17:20:47 +08:00
Ghanshyam Mann 2c43d9f994 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: I5780969379a1819b7e7ef2c87bc0e7256e937819
2019-04-15 00:33:40 +00:00
zhurong 0d0e9faa45 Add py36 to classifier and update tox version
Change-Id: Ia84a072fc2804e77367ee09ed3097e088feb4f6c
2019-01-05 12:16:09 +08:00
melissaml 8118665a81 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I0e794caf355379a57e4a792390dbe6aa7cc91272
2018-12-05 02:38:56 +08:00
zhurong f69ddf31e3 murano-aget PTI docs build
Change-Id: I1959abc012d9d3bb55cd79adc8fee7976fc48041
2018-07-30 10:40:13 +08:00
Hangdong Zhang b4623d96dd Update the documentation link for doc migration
Change-Id: I48e1d33c89096db1406cb3fc4c654ffe74bb40cd
BTW: Do some optimization as well (http -> https)
2017-07-20 18:58:01 +08:00
zhurong 34c1757f75 switch to openstackdocstheme
Change-Id: I2175582357c86f461b0f1f940915e9306f67ee67
2017-07-07 14:53:19 +03:00
deepakmourya 593055119f Change author in setup.cfg
Changed author to OpenStack in setup.cfg

Change-Id: I27a542602ea91aac0727eaec5e5dd6c25b90570b
2017-06-14 09:27:43 +05:30
Cao Xuan Hoang a3704609aa Remove support for py34
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: Ibee4ecb67eaba930a03ea6476b914e13e6640b1e
2017-02-15 10:41:57 +07:00
Lucky samadhiya 029f4949bd update homepage with developer documentation page
Change-Id: I328f2412f7e0ad7e46b285b14c2589bb7adaedee
2016-09-21 13:45:24 +05:30
Doug Hellmann 36313ef433 fix the home-page URL to be valid
PyPI rejected the package upload for RC1 because the home-page URL was
not valid.

Change-Id: I440809d4e4329f62b3a9b08ef94bbeba3030bb99
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-09-15 14:36:42 -04:00
LiuNanke a1d4120875 Trivial: Add python identifiers in setup.cfg
Change-Id: I8b173e3c5c189e74f5b26f316d29e0cf32544ccb
2016-08-17 14:43:07 +08:00
LiuNanke a6abdcf00b 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.Besides,add py2.7 and py3.4 identifiers in setup.cfg.

Change-Id: Iaac5bad67e12852807c68f27c629e592f5b05503
2016-08-04 23:11:28 +08:00
Kirill Zaitsev 66a9802165 Remove version from setup.cfg
Per [1] and [2] we now want to use the git repository
for knowing the version instead of modifying the setup.cfg file.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080692.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-December/081431.html

Change-Id: I541b82667325a4091eff7ea392f615eded831763
Depends-On: Icc5ab9fb8ab5d41f0d8c29837b5d1eb2f3fe4f97
2015-12-08 07:22:33 +00:00
Victor Ryzhenkin de96f75935 Open Mitaka development
Change-Id: I70f3bdfc605167dd50987cdd3218bc94355b1b4c
2015-10-16 11:56:35 +03:00
Serg Melikyan 444aaa71ad Update version for Liberty
Update the version for Liberty, switching from date-based versioning
to pre-versioning using SemVer. See
http://lists.openstack.org/pipermail/openstack-dev/2015-May/065211.html
and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/067082.html
for details.

Change-Id: Ifa5be4d5e32fb32d1a8945fcb5472e69200d66e6
2015-06-26 15:05:05 +03:00
Ruslan Kamaldinov d392d95072 Open Liberty development
Bump pre-version in setup.cfg to formally open Liberty development.
Kilo release branch is cut from the previous commit.

Change-Id: Ib12ae7c9534d4d60816eb95bb7c27664e3f3e39d
2015-04-21 13:28:15 +03:00
Dmytro Dovbii 3ae8b6274e Fix use of the oslo-config-generator
Change-Id: I325667478349c5d825650a3f299d79a6545a58e4
2014-11-25 17:53:41 +02:00
Dmitrii Dovbii ce6142557b Use oslo.config generator
Change-Id: I33a75acadf95cbe0cac9f5e79244b39a5841f6d1
Partial-Bug: #1369844
2014-10-01 14:07:02 +00:00
Sergey Lukjanov b4c87b7da5 Open Kilo development
Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: Ia8982e144193f757e95d5c830b2d0f11d4502411
2014-09-30 11:42:53 -07:00
Angus Salkeld 840ef721ac Make sure the name in setup.cfg is murano-agent not muranoagent
This also reverts the following oslo-incubator commit
f6a1848688

Change-Id: I467699eb70c5332d097b072e6696cb21f6c6de63
Closes-bug: #1367543
2014-09-12 13:47:05 +10:00
Ekaterina Fedorova 334106047c Add sample config and it's checker
* Add scripts for generation sample configs
* Fix name in setup.cfg, otherwise module is not recognized
* Add check to pep8 to follow new config parameters

Change-Id: I42918abc7fdcf9c6779c4e97ba7f2b605b9057e8
2014-08-25 18:49:01 +04:00
Robert Collins fe4ec6356f Remove hardcoded version
Generally everything other than API servers uses semantic versioning,
not pbr's pre-version facility. This line causes local package builds
to have the wrong version today (0.3.dev when 2014.2 is the version
under development), and pbr will in future detect this and error. If
Murano wants to use preversioning for the agent, this can instead be
changed to

  version = 2014.2

Change-Id: If65a92f8673faefd77419354f24ba38c0c18c05f
2014-08-20 11:33:25 +00:00
Ruslan Kamaldinov a13ee11cd0 Setup doc build and test infrastructure
This patch adds empty test case to pass the gates of jenkins :)

Change-Id: Ie7be61819229ebfd091fdf578b193bb10a0290ea
2014-06-27 19:04:24 +04:00
Ruslan Kamaldinov 79c7da668a Extract main python client to the top
C and Windows clients were moved to directory 'contrib'.

Change-Id: I2a31a965d38f4f750abf9c8dfa90b249dbe1aeba
2014-05-29 20:02:50 +04:00