Commit Graph

8 Commits

Author SHA1 Message Date
wangzihao 0ebf5006bb 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: Ie843a199ff119327b65dea8fd208047580430de1
2021-12-27 07:03:11 +00:00
inspurericzhang 2f5a25a700 Add py38 package metadata
Change-Id: I57bf025751bc739e4cea7b00c909425718a3feba
2020-05-28 11:30:57 +08:00
Andreas Jaeger cc1e4ad8a4 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: I57dc2210d369cb89ad2de7d2c304a8f225fd6adf
2020-04-05 19:55:57 +00:00
Ghanshyam 3862c0add2 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

designate-tempest-plugin 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

Change-Id: Ib3bd70ba8f2e8386643c536ac8194fa99b54b842
2020-01-23 17:18:18 -06:00
LeopardMa 02fca4df41 Change openstack-dev to openstack-discuss
Change-Id: I51b7e97c344ba01b22701580b1358bd8acc79823
2018-12-04 02:04:33 -05:00
ShangXiao 7a68f73358 Fix the invalid links in docs
The url links are invalid or not found in these docs.
Replace them with the right ones according to the lastest OpenStack
websites.

Change-Id: I5e3a254229548af6aa2e53da4e0125cfe47193b9
2018-03-14 00:54:36 -07:00
Thomas Herve 6583b5f1ac Declare compatibility with python 3.5
To be able to run the tests with py3, we need to declare the right
classifier.

Change-Id: I6ba0cda5af99721fbd3fe28a1bf107a38c08b195
2017-07-24 14:54:14 +02:00
Kiall Mac Innes 25fb29e5c8 Initial layout of Designate tempest plugin
See https://review.openstack.org/283511 for history.

Change-Id: I7733e8786d6b525a7c9a8d4f12add329cd030d9d
Partially-Implements: blueprint designate-tempest-plugin
2016-04-07 08:08:46 +01:00