Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate RCS to use Python v3 #79

Open
james-rae opened this issue Feb 26, 2018 · 0 comments
Open

Migrate RCS to use Python v3 #79

james-rae opened this issue Feb 26, 2018 · 0 comments
Assignees

Comments

@james-rae
Copy link
Member

james-rae commented Feb 26, 2018

Update rcs to use Python v3.6.4. The main impetus for the upgrade is to gain access to enhanced https/ssl support. It's also generally good to upgrade to a more modern version (v3.0.0 came out in late 2008; v2.0.1 was in 2001).

Most of the python source code in rcs should be compatible with v3.x. There will be a few changes. A useful reference point is changes made for CIP project in this commit (private repo, sorry outside viewers). It's a large initial commit but contains updated python files.

Primary tasks

  • installing / updating python on rcs hosting server
  • update .travis.yml
  • investigating dependencies in requirements.txt and requirements-dev.txt, updating versions if appropriate.
  • a real thorough amount of testing
  • updating docs
    • readme.rst
    • docs/conf.py
    • docs/dev/setup.rst
    • docs/admin/deployment.rst
  • argue about new rcs version number and update it
@barryytm barryytm self-assigned this May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants