Closed corcoran closed 6 years ago
The issue originally stemmed from boto + travis but it had nothing to do with my code and just required a workaround.
I've added a proper python 3 travis check and fixed up a few more things.
Tremendous work @corcoran !
Changes released in https://pypi.python.org/pypi/django-cloud-browser/0.4.0
As this lib is a bit behind the times, I've filed issues to:
cloudfiles
and replace with swiftclient
. #16 pep8
(now removed) and replace with pycodestyle
. #15Issue #16 is addressed in this PR btw
@corcoran -- I saw the requirements_dev.txt
change, but all the files presupposes an import cloudfiles
which I believe is now broken everywhere, so I think we need a big ol' refactoring of:
swiftclient
, andRackspace
to OpenStack
... or is everything much simpler than I'm imagining here? 😄
No you're definitely right, my bad!
I don't have any rackspace accounts myself to help test/refactor unfortunately
On Thu, Feb 22, 2018 at 7:18 PM, Ryan Roemer notifications@github.com wrote:
@corcoran https://github.com/corcoran -- I saw the requirements_dev.txt change, but all the files presupposes an import cloudfiles which I believe is now broken everywhere, so I think we need a big ol' refactoring of:
- The code to new swiftclient, and
- Changing text / docs of Rackspace to OpenStack
... or is everything much simpler than I'm imagining here? 😄
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ryan-roemer/django-cloud-browser/pull/14#issuecomment-367867908, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVnwQoi3vZprEJILtNyHejWxiLi48LMks5tXgPvgaJpZM4SLNGl .
Thanks for the PR! It looks like CI is failing for requirements -- could you potentially take a look at what's up and upgrade things appropriately? Thanks!