Commit Graph

19 Commits

Author SHA1 Message Date
Cai Hui cd02688d89 Dropped the python 3.6/3.7 in zed cycle testing runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support.

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

Change-Id: I57fbd274c237a9f48820a13b123df64c028d34f4
2022-05-15 09:14:33 +08:00
Cai Hui 8e3a2b7022 Update support python version
Delete pythpn3.7,Add python3.9

Change-Id: Ifed260df6cff72ae2f0fadfcdf587fdb63a59fd3
2021-11-03 19:30:16 +08:00
yangyawei 583ba22cc6 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: I416c61dddf1cc5989fa01bb11bbdcc52cddc66a2
2021-05-13 18:16:12 +08:00
Sean McGinnis cf9a3e3b38
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: Id14fccdefc6ec2ed5078eeb0a22f623b16c375c9
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-02 07:48:11 -05:00
Andreas Jaeger e599248661 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
- Remove unused oslosphinx requirement

Change-Id: I845d02c5fb7cf57beb3628821156bff7310733ca
2020-04-05 08:18:58 +02:00
Ghanshyam Mann 8f353278d4 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

freezer-web-ui 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: I7a85a88ad3d248ea081eb22db6507f9bd21493f7
2019-11-22 01:52:38 +00:00
Cai Hui e932639c17 Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: I010f2687ebf603622a756d072e48fc6d2aafbc87
2018-12-17 06:22:44 +00:00
Pierre-Arthur MATHIEU f3fb4cf3a1 Remove warning-is-error from setup.cfg to fix release
Depends-On: I26564c97538c23378c0494739257b31dd8796f5a
Change-Id: Ifffc5cb79d972420491d6462c55f538f3f0288d7
2017-08-10 11:11:23 +01:00
Jenkins 2b584c1873 Merge "Enable warnings as errors" 2017-07-04 10:56:12 +00:00
Van Hung Pham 5e05999448 Correcting author
Changed author to OpenStack for the sake of consistent naming
convention as other OpenStack projects.

Change-Id: Ie4451faf83375bed4c912e896f73465b71d4a6fc
2017-06-21 10:42:08 +07:00
DeepaJon 0e444edaf8 Enable warnings as errors
Warning-is-error option is avaialble in sphinx setup command
integration since Sphinx 1.5. This is useful to prevent
future warnings.
Note that there is no sphinx error or warning in the current
code base.

Change-Id: I5bfcfb436cbe5662c0702ea3a3343cd03cdd756a
2017-05-26 23:38:36 +00:00
kavithahr 2b4ab9276e The Python 3.5 is added
The Python 3.5 was missing in setup.cfg and tox.ini
hence added that version.

Change-Id: I9e3d7b85d7a7db4dde27fc75820d38c366259c08
2017-03-11 19:12:00 +05:30
zhurong 4fe2ed3a28 Fix jenkins failed
Using pbr version

Change-Id: Ie005b6f3557e4db826e72007487e922eee3d054d
2016-08-03 05:56:26 +00:00
Fausto Marzi 4c5ee4ca57 Add Sphinx doc build
Bump setup.cfg version to 2.0.0 (mitaka)

Change-Id: I3c2d63262a87a7d84bd95640de0140332e3e34ae
Closes-Bug: #1542061
2016-02-09 15:02:05 +00:00
Erno Kuvaja 3c55df31d2 Fix versions for Liberty
Change-Id: I6bcd9b1d3462ccf9b35119c571ec57d9aa548578
2015-11-17 15:26:40 +00:00
Fausto Marzi 6a031fb07e Bumping version for release kilo and pypi release
Change-Id: I4d2c8f3ba15bdf0521b55701df6a29f58756bb69
2015-11-13 13:57:13 +00:00
memo b08558eba4 Improved horizon dashboard for freezer
action, job, session, backup, clients are now objects in api.py
shield decorator to avoid having boilerplate code in views
move from freezer_ui to disaster_recovery url
improved actions edition in a job
javascript lint
added clients panel
added actions panel
improved restore functionality from the dashboard

Change-Id: I23aed516bcde3a40b24144b05f858d1e3a49a796
2015-11-12 16:21:27 +00:00
memo 571887fb0b Prepare setup.py to use wheel
Change-Id: I3ffa6492e828f2076048b7ee33975104cb15bf84
2015-10-19 20:16:55 +00:00
Jonas Pfannschmidt 5ba40fa4e0 First version of setup.py
Change-Id: I746f7ab3575c0e6d6050a067f779272d2b884ced
2015-06-21 18:10:07 +00:00