Commit Graph

29 Commits

Author SHA1 Message Date
zhurong 882a9c14b6 Add py39 classifier
Change-Id: I80a9ef336e5cf5aad64735cdb36e914eb35d332a
2022-01-06 08:40:13 +00:00
yangyawei 80df3407fa setup.cfg: Replace dashes with underscores
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: If1d10f229112d1a5a115cf1d2fc964f8095c3474
2021-05-03 16:28:45 +08:00
Andreas Jaeger 7975ca5ca4 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine
- Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete
- remove unused sections from tox.ini

Change-Id: Ia14273b824c3ee16ac2c8517ea73c3fa8d24484b
2020-05-09 19:34:39 +02:00
Sean McGinnis e52bb8858f
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: I741edbdb6c1b5ae04f02f891f6547e13a499a4db
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:37 -05:00
zhurong c39867edef 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: I4a9d26f52ce250a5402f71d30b120ee54f8bacc6
2020-04-07 01:55:47 -07:00
Ghanshyam Mann 5f11df8111 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

murano-dashbaord 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: Ibcead8ed02becfce9edcefa7f044098d71df8dff
2019-11-20 06:53:04 +00:00
zhurong 08fffa3275 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: Ia4d824788f3080566b7394f43c6312c43d12c605
Story: #2005924
Task: #34214
2019-07-03 17:15:42 +08:00
Ghanshyam Mann cb9f3da854 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: Ib227f875beba5f8bb7cd41e8bef56c3f2486d534
2019-04-15 00:37:52 +00:00
zhurong 704a2ff225 add py36 to classifier and UT job
Change-Id: Id9b541f40bc43ac79ae0f6d9464a8eafd56a381b
2019-01-05 11:24:41 +08:00
manchandavishal ad87d04e30 Change openstack-dev to openstack-discuss
Mailing lists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I0bf7b0ffec11cc783073b66b1d83009a0b259b6c
2018-12-04 06:16:39 +00:00
Luong Anh Tuan 9708811474 Update URL home-page in documents according to document migration
Change-Id: I9bdd89d4e1a7106b1eb98e534436ae60ace023dc
2017-07-14 03:22:39 +00:00
Kirill Zaitsev a0bfc472a2 Mark doc warnings as errors
Also remove unnecessary removal of build directory in the docs tox
target.

Change-Id: Ia91a7c473f2fc1a029a7462db70e8b5188468bbb
2017-07-07 13:01:56 +03:00
Vu Cong Tuan bcbb81377c 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: I0dd92c97dea991f8b2d2527280b1bb26d8735a1c
2017-06-07 10:03:28 +07:00
melissaml 62a23b025d Changed author
Changed author to OpenStack

Change-Id: I4e9a406b73539c2d91a71f74e9641b92f0a06f72
2016-12-01 18:07:35 +08:00
LiuNanke bc46e857bf Trivial: Modified python identifiers in setup.cfg.
Change-Id: Ic5b0c97c7f6f6fb17abaa548531a96ef7b400fbd
2016-08-10 15:21:56 +08:00
LiuNanke ff05db6bba 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.

Change-Id: If36557b74eb7760d5a031d96ee3b9e47748f7b30
2016-08-01 20:14:17 +08:00
Kirill Zaitsev a212641ad7 Introduced python3 support
Replaces types with builtin functions
Replaces force_unicode with force_text
Adds six usage of .iteritems and .string_types where relevant
Updates setup.cfg entries

Targets blueprint: murano-python-3-support

Change-Id: I369f79c4258367974eb676cecb6eb1c941803503
2015-12-22 16:43:12 +00:00
Kirill Zaitsev 378ad0ccc4 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: I02ef2332b9db19fb8b7619f07a42dc1c26b84c85
Depends-On: Icc5ab9fb8ab5d41f0d8c29837b5d1eb2f3fe4f97
2015-12-08 11:08:08 +00:00
Victor Ryzhenkin cc1b52e5a2 Open Mitaka development
Change-Id: I7e51f6f5156578d201732444f48b3a371ce11ade
2015-10-16 11:54:21 +03:00
Serg Melikyan a244d846d5 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: I7b3f6e6b4c9d3da91b481c043fc9eabe28fd2ef0
2015-06-26 15:01:40 +03:00
Ruslan Kamaldinov fe3a0e6a52 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: I9b4ea6603a8d9a3009f476fb66561d51acfb57a1
2015-04-21 13:26:57 +03:00
Sergey Lukjanov 5305f69d31 Open Kilo development
Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: I2860a28865bbce4d2130e1839db7b00f2b2ad1ff
2014-09-30 11:42:56 -07:00
Robert Collins f9e05363ae Set version to 2014.2
pbr pre-versioning causes current sdist to have versions leading up to
0.4.1, but that is already released - we should be leading up to 2014.2.

Change-Id: I750a0376baa3f9be0b646cdc36d7c2259a979347
2014-08-20 07:19:57 +00:00
Ekaterina Fedorova 42db5892f6 Cherry-pick commits from release-0.4
*Update requirements and package version
Closes-Bug: #1269769

*Add new setup scripts
	Removed old setup scripts

* Make modify_horizon_config is up-to-date
	modify-horizon-config.sh helper script, this script
	used only for RPMBUILD and would be removed during code refractory procedure

* Show floating ip in details
	blueprint auto-assign-floating-ip

* Show floating IP checkbox only for 'routed'
	Set floatingIp to the unit level
	blueprint auto-assign-floating-ip

* Add hint for fixed IP address (as placeholder)
	Fixes-Bug: #1272361

* Check title in mark image form
	Title should be unique
	To prevent extra api call to glance hidden fiels was used
	Closes-Bug: 1259522

* Remove error code from inform messages
	Closes-Bug: 1268929

Change-Id: Id3ad4581cd9ce40a569ac580d0aee8db0178553c
2014-02-11 16:51:26 +04:00
Igor Yozhikov 77d5ac0326 Made improvements for rpmbuild
Change-Id: I1dd7a54f7ade5414ad07cb8e12d0b018ecbc63c2
2013-12-12 17:03:50 +04:00
TimurNurlygayanov 647311a126 Fixed configuration to change tarballs name
Change-Id: Ifbc0b811e3b342d0b3cfe6e58edfc365d2584430
2013-11-13 16:28:21 +04:00
Ekaterina Fedorova 271e8de71d Add appropriate version prefix
Change-Id: Ibeb3914b86ab513eddc9a5a5fffc1c885ce087f9
2013-09-03 13:50:03 +04:00
Ekaterina Fedorova 4a4e74e8fd Move installation to pbr
pip-requirements and test-recurements were moved to root directory and renamed
All extra files were excluded
Add python-murano-client to muranodashboard requirements

Change-Id: Ia479e8a8ca5798dcf4c8e2ad88776d32259db375
2013-09-03 13:25:37 +04:00
Serg Melikyan 4c36d11381 Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00