F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 134 forks source link

pip warns of missing README.md and SUPPORT files #1139

Closed vsnine closed 7 years ago

vsnine commented 7 years ago

Hello,

I noticed when updating f5-sdk tonight that pip warns of missing README.md and SUPPORT. Checking MANIFEST.in, it appears that the filenames for these are incorrect.

$ pip install --upgrade f5-sdk ..... warning: no files found matching 'README.md' warning: no files found matching 'SUPPORT'

The correct files appear to be README.rst and SUPPORT.md.

Thanks.

caphrim007 commented 7 years ago

@vsnine is this still an issue?

caphrim007 commented 7 years ago

a recent run of this shows the following

(foo4) SEA-ML-RUPP1:f5-common-python trupp$ pip install --upgrade f5-sdk
Collecting f5-sdk
Collecting f5-icontrol-rest<2.0.0 (from f5-sdk)
Requirement already up-to-date: six<2.0.0 in /Users/trupp/src/envs/foo4/lib/python2.7/site-packages (from f5-sdk)
Collecting requests<3,>=2.5.0 (from f5-icontrol-rest<2.0.0->f5-sdk)
  Using cached requests-2.18.4-py2.py3-none-any.whl
Collecting idna<2.7,>=2.5 (from requests<3,>=2.5.0->f5-icontrol-rest<2.0.0->f5-sdk)
  Using cached idna-2.6-py2.py3-none-any.whl
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in /Users/trupp/src/envs/foo4/lib/python2.7/site-packages (from requests<3,>=2.5.0->f5-icontrol-rest<2.0.0->f5-sdk)
Requirement already up-to-date: certifi>=2017.4.17 in /Users/trupp/src/envs/foo4/lib/python2.7/site-packages (from requests<3,>=2.5.0->f5-icontrol-rest<2.0.0->f5-sdk)
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /Users/trupp/src/envs/foo4/lib/python2.7/site-packages (from requests<3,>=2.5.0->f5-icontrol-rest<2.0.0->f5-sdk)
Installing collected packages: idna, requests, f5-icontrol-rest, f5-sdk
  Found existing installation: idna 2.5
    Uninstalling idna-2.5:
      Successfully uninstalled idna-2.5
  Found existing installation: requests 2.18.3
    Uninstalling requests-2.18.3:
      Successfully uninstalled requests-2.18.3
Successfully installed f5-icontrol-rest-1.3.0 f5-sdk-2.3.3 idna-2.6 requests-2.18.4
(foo4) SEA-ML-RUPP1:f5-common-python trupp$ 
caphrim007 commented 7 years ago

@vsnine there is a 3.0.1 release that was just made. let us know whether this is or is not a problem still.

caphrim007 commented 7 years ago

closing. this is fixed to the best of our knowledge. if the problem persists, please file a new issue