Commit Graph

87 Commits

Author SHA1 Message Date
Ghanshyam Mann bf2c7a26d6 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I7a234666c3edff6486257a370ec361045aa7947d
2022-05-02 18:26:28 +00:00
Stephen Finucane 1562ec6fb1 Remove six
This is no longer needed in a Python 3-only world.

Change-Id: I84231b7e8d952b562870838a2fa4ef0d86179183
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-07-13 19:12:27 +01:00
Stephen Finucane f3d7927686 Uncap PrettyTable
This is now maintained as a Jazzband project [1].

[1] https://github.com/jazzband/prettytable

Change-Id: Ibdb387ccd86e24bcd19b4edcbab3bce4e15c36c6
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-07-13 16:44:38 +01:00
Andreas Jaeger 9004a32d33 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
- Update requirements, no need for python_version anymore
- Remove old variables from conf.py, update openstackdocstheme
  requirement.
- Remove hacking and friends from lower-constraints, they are
  not needed in installed system.

Change-Id: I179d61545169f3d329c746c88dd4d38035d4075d
2020-04-04 11:30:07 +02:00
Goutham Pacha Ravi ac5ca461e8 [OSC] Init OpenStack Client implementation
Add an OSC plugin for manila, the subcommand
chosen is "share". Add initial commands parser
for create, delete, list and show shares.

Also initializes basic unit testing structure for
the added commands.

Co-Authored-By: Soledad Kuczala <sol.kuczala@gmail.com>
Co-Authored-By: Victoria Martinez de la Cruz <victoria@redhat.com>

Partially-implements: bp openstack-client-support
Change-Id: I90a36f4332796675ea808e0c2a0f5ce32709624a
2019-11-21 09:56:38 +00:00
Tom Barron cc3c9be2e4 Remove docutils requirement
This requirements was added [1] in order to run pep8 with a check
that has been subsequently removed [2].  It should have been a
test-requirement in the first place, and now tox runs just fine
without it.

[1] https://review.openstack.org/#/c/573474

[2] https://review.openstack.org/#/c/614286/

Change-Id: I14015139ccd0cb509bb0d50c1e65af13ec11bd7c
2019-03-11 05:37:35 -04:00
Tom Barron 7facff7cb9 Loosen docutils requirement pin
https://review.openstack.org/#/c/573474 introduced a
problematic pinned requirement for docutils==0.11
which can't be supported across the various distros
that we need to support.

Change the requirement from strict equality to
greater-than-or-equal.

Change-Id: I92fcf6a516339a660395e5cd48e0a496158447e8
2018-07-27 17:55:15 -04:00
junboli f09bb609ce Add check to the flake8 job
Follow up recommendation of [1].
[1] http://lists.openstack.org/pipermail/openstack-dev/2018-June/131233.html

Change-Id: I76dc4f9ec1b71a5bd4ce1d551d2c96cb98448c3a
2018-06-08 09:09:19 +08:00
OpenStack Proposal Bot d14ab17a77 Updated from global requirements
Change-Id: I65e908e6a180703b179391e3d01c984f32f29a38
2018-03-21 04:46:30 +00:00
OpenStack Proposal Bot e4ea631550 Updated from global requirements
Change-Id: Iddb491b1fe9e13871a1fa4007fed05636b9ca0db
2018-01-27 18:32:39 +00:00
OpenStack Proposal Bot 3a3f5f08ae Updated from global requirements
Change-Id: I39f44d5a01d3237f807d800a17367c04d259e3d7
2017-12-19 01:43:26 +00:00
OpenStack Proposal Bot 01d9ad4fdf Updated from global requirements
Change-Id: I5b59a686691a1b20e1a367de7e64dadc90b300e2
2017-11-29 09:18:43 +00:00
OpenStack Proposal Bot 0e911fa9fb Updated from global requirements
Change-Id: I8b966981c907b37fb5676fb33995af8e73e3eda9
2017-11-16 11:24:31 +00:00
OpenStack Proposal Bot 3285090fe7 Updated from global requirements
Change-Id: I4497b72818495ee6a9565826b6a318e29ee61801
2017-11-13 10:27:57 +00:00
OpenStack Proposal Bot f8d27362b1 Updated from global requirements
Change-Id: I8fb9f833b9ffc3bc80b62ee94b3449ded959a413
2017-10-07 22:14:12 +00:00
Thomas Bechtold f2948f23c9 Properly deprecate v1.client and some other client related things
v1.client is already deprecated since 2015-09 [1] but we never said when the
code will be eventually removed. It's now explicitly mentioned that
v1.client will be removed with the 2.0.0 release of python-manilaclient.
Also explicitly mention that some kwargs (for v1.client.Client and
v2.client.Client) and the authenticate() method (also for v1 and v2) will
be removed with the 2.0.0 release.

[1] I3733fe85424e39566addc070d42609e508259f19

Change-Id: I3de36f69c43245a5d27279c5fb7226f0f1cee2e0
2017-10-06 09:19:12 +02:00
OpenStack Proposal Bot 3623f5137a Updated from global requirements
Change-Id: Ief241cb6334bf49a462d06b67481c1390d90ef53
2017-09-20 03:43:54 +00:00
OpenStack Proposal Bot a64fbe4ddf Updated from global requirements
Change-Id: I010228c0c72bbaba9a80ca576c3c219de8b6e1c5
2017-08-24 05:59:54 +00:00
OpenStack Proposal Bot cdbb15a76b Updated from global requirements
Change-Id: I5d3f8cf0ce84b141b65b446b8829bf68e61b0ece
2017-07-28 16:35:43 +00:00
Luigi Toscano 502eb756cc Fix manilclient.v2 import error
It hits also the gates.

Closes-Bug: #1707194
Change-Id: If7330345c4d67a94b4ce225a19def5feafddaea6
2017-07-28 16:27:43 +02:00
OpenStack Proposal Bot ce2f74b89b Updated from global requirements
Change-Id: I05193ddfb56d3faa9fd9449636090d31e09d3bf0
2017-07-18 01:56:13 +00:00
OpenStack Proposal Bot 37bf2d9b4b Updated from global requirements
Change-Id: I7b0061c714f42f1bc1f2ee17fa69ea59ce180e3b
2017-06-15 16:34:22 +00:00
OpenStack Proposal Bot 95d51dc77f Updated from global requirements
Change-Id: I9ecdf81d7eaaaa359e7da89005935f190207d0f4
2017-06-10 21:48:16 +00:00
OpenStack Proposal Bot a708363e4f Updated from global requirements
Change-Id: Ie36a9e9e8b4468b89fb0ed64f7e1debafb8da672
2017-06-02 22:06:52 +00:00
OpenStack Proposal Bot 57eb08a20d Updated from global requirements
Change-Id: I10915d2f639fe9161f384d44127fd713c42f074f
2017-04-12 04:21:24 +00:00
OpenStack Proposal Bot b4f71709dc Updated from global requirements
Change-Id: I6f718b99c3c8984c5ff29e297641605b9f326576
2017-04-07 06:15:57 +00:00
OpenStack Proposal Bot 27dacefecf Updated from global requirements
Change-Id: I6fc7cb098a8336351a4b353a61f0969588a4bcec
2017-03-28 22:50:19 +00:00
OpenStack Proposal Bot cbf8a5eda0 Updated from global requirements
Change-Id: I87186f6752cc6c67635a6eddb359d0d77441d6a2
2017-03-21 14:59:53 +00:00
OpenStack Proposal Bot b8654fcb5e Updated from global requirements
Change-Id: Id1404029f1d758b8c82e29457b809f6d88000a21
2017-03-03 00:04:17 +00:00
OpenStack Proposal Bot 7f95f10286 Updated from global requirements
Change-Id: Ie5b05ec0dc95289a924fce028088b9c66d2d30d5
2017-02-11 17:51:36 +00:00
OpenStack Proposal Bot 7778b8ba78 Updated from global requirements
Change-Id: I691283f2b1c1c809553f9f53a2c7fb6f8cd82b34
2016-12-05 18:48:15 +00:00
OpenStack Proposal Bot f3f5d0db51 Updated from global requirements
Change-Id: I4e671767778f0f8b0ca0bc1038d218039e0c9aaa
2016-11-14 11:34:25 +00:00
OpenStack Proposal Bot 490d19e0ee Updated from global requirements
Change-Id: I91ca3d4f1518553b731f79c865752f1ed99195ae
2016-11-06 02:06:56 +00:00
OpenStack Proposal Bot a78a626a5d Updated from global requirements
Change-Id: I181b8565317e98e22035ff0485ad0fc5e648090e
2016-10-27 12:22:19 +00:00
OpenStack Proposal Bot e0574961a6 Updated from global requirements
Change-Id: I2d1f4e4b4a31d58fdca43d6d871b6d851a97e864
2016-10-07 05:36:49 +00:00
OpenStack Proposal Bot 41efe61045 Updated from global requirements
Change-Id: I32ac99b79e47c61efa14ad157e2df2417e82f55b
2016-08-16 09:00:24 +00:00
OpenStack Proposal Bot ada9da0b30 Updated from global requirements
Change-Id: Iaf00eefcd9371470e53464c88ee84ae7f536a1fa
2016-08-04 02:41:32 +00:00
OpenStack Proposal Bot 5ce66a18fa Updated from global requirements
Change-Id: Ib9a1c52ccb179604fd649e74d194efec839c648d
2016-07-13 23:57:51 +00:00
OpenStack Proposal Bot 947989952a Updated from global requirements
Change-Id: I2b6081b1e9804e9034cc5307af655c715f8b5c83
2016-07-01 04:24:22 +00:00
OpenStack Proposal Bot ef38f0565c Updated from global requirements
Change-Id: I919615f0d4f35d1bd2ee14fce4d03a84a43529cc
2016-06-03 18:18:52 +00:00
Bertrand Lallau 165d9f385b Remove iso8601 and pycrypto useless requirements
This patch cleans up the requirement list to remove some modules
that are not used.

Change-Id: Iffd73d6e91a1a4a39a1e3dd5104b133699c0cfb5
2016-05-24 22:41:04 +02:00
OpenStack Proposal Bot a187d0457d Updated from global requirements
Change-Id: I2507c48d641a00855e5f4e9f8381db5026b7ae78
2016-05-18 02:39:58 +00:00
OpenStack Proposal Bot 822df93c1e Updated from global requirements
Change-Id: Ic98e0641b694b9937e7e01996aedda3900603d6a
2016-05-10 00:04:58 +00:00
OpenStack Proposal Bot 80fc72a72a Updated from global requirements
Change-Id: Iec2610c783fdd4330c30b28e5b965c3dcb79c4b6
2016-04-30 18:08:27 +00:00
OpenStack Proposal Bot 895f991a8b Updated from global requirements
Change-Id: I632c33ec6cd56d96cbdc068bf7c0b9f14805be03
2016-04-13 12:48:18 +00:00
OpenStack Proposal Bot 7a6ae66a1c Updated from global requirements
Change-Id: I0a5eb94098045d5935ffbac775b1f41cff451c37
2016-02-26 01:53:13 +00:00
OpenStack Proposal Bot 8726bf5dda Updated from global requirements
Change-Id: I66780f945758f9ed9683b5e2f96ec914e8527e59
2016-01-26 23:28:47 +00:00
Andreas Jaeger 2537c6224a Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-01-20 19:20:23 +01:00
OpenStack Proposal Bot f6665c0771 Updated from global requirements
Change-Id: I6ab6665474355fa9ed095be543d9318fc741d710
2016-01-08 06:55:20 +00:00
OpenStack Proposal Bot 31c0ddb99f Updated from global requirements
Change-Id: I83c7dbdff21cd5abc4d8a55a15dffa1a317b0cda
2015-12-15 18:59:57 +00:00