henrysher / duplicity

mirror of duplicity: https://code.launchpad.net/duplicity
81 stars 13 forks source link

New lib for Jottacloud #11

Open Fjodor42 opened 7 years ago

Fjodor42 commented 7 years ago

Just to let you know, I have forked https://github.com/havardgulldahl/jottalib to https://github.com/Fjodor42/jottalib-ng , and have made a number of updates, including support for recent versions of the requests library.

As far as I can see, https://github.com/henrysher/duplicity/blob/master/duplicity/backends/jottacloudbackend.py would need to s/jottalib/jottalib_ng/g to make use of it, but it might be relevant for me to state that as of right now, we haven't uploaded to PyPI, as we haven't gotten around to update the docs to reflect the fork just yet.

Hence, please see this as a sort of "heads-up" for now - I'll get back to you when it's on PyPI

Fjodor42 commented 7 years ago

Oh, btw, we didn't really change the Duplicity backend that was in the original repo, except for renaming it - would the most proper thing for me to do be to delete it and point to yours in the docs (and commit message), or should I pull it in from your repo, do the changes at our end, and then send you a PR, or should I, for the purpose of a PR, just soft-fork here on GH, do the changes and PR, and then delete the soft-forked repo again?