Commit Graph

11 Commits

Author SHA1 Message Date
niuke 8963c4ee73 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: I05c846f4a5e4c79b7ecebfb652ec7425f3a0e5a0
2023-04-28 16:18:20 +08:00
Takashi Kajinami cc67bcd407 Update python testing as per zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support. Add release notes and update the python
classifier for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Co-Authored-By: Ghanshyam Mann <gmann@ghanshyammann.com>
Change-Id: I266bfd155742abcbdafa0813eb955b864fcf3adc
2022-07-11 14:06:05 +09:00
Sean McGinnis b2e118c10d
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: Id75e53ddc704253216cec19011de7ecf904a1d57
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:38 -05:00
manchandavishal e4989797fb [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

neutron-vpnass-dashboard is ready with python 3 and ok to drop the
python 2.7 support.

Also this patch update minimum tox version in tox.ini file.
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: Iabd2e1dfb73ec03bf3ed7f8a2a6c6493f036242f
2019-11-27 08:01:39 +00:00
Corey Bryant 766ad9ecd6 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: Ibc812a81ff6fa0ddf0d6184f2dc255df8c87ca9b
Story: #2005924
Task: #34225
2019-07-05 13:54:56 -04:00
Ghanshyam Mann acacf08908 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: Ifc3da467d70e383cbf3c3b2c90113254504b07a0
2019-04-15 19:00:23 +00:00
caoyuan 1b7a456ebc Update the VPNaaS dashboard documentation link
Change-Id: Ib955a912bfe894c878c43eb811d95581e964f14f
Closes-Bug: #1810897
2019-01-08 15:33:22 +08:00
manchandavishal c452e7dc8a Change openstack-dev to openstack-discuss
Mailing lists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Icd35fbe2b8e2686f40777feeb8a9bc1cf5b6f87c
2018-12-04 06:58:55 +00:00
Akihiro Motoki f9f43f1a8f Follow the new PTI for document build
The detail is described in the following links:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Our documentation build actually does not depends on Django
as we don't create source code reference.
It is a good chance to drop Django dependencies from the doc build.

Change-Id: I7323187a40dbd41848cee983a90dfcf29d74a77d
2018-05-08 07:19:13 +09:00
Van Hung Pham 625a879fb4 Update URLs in documents according to document migration
Also update the followings:
- Fix typo in the launchpad link
- Replace http with https for openstack.org sites

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Idc5d7b513b5c83808a55fb5c6b6ce0c3f20afc25
2017-08-11 00:31:15 +09:00
Akihiro Motoki 7fada8ebbf Initial commit 2017-05-20 08:39:06 +09:00