Many small fixes #1

Open
SuzanneSoy wants to merge 13 commits from master into origin-master
SuzanneSoy commented 2021-01-31 17:45:36 +00:00 (Migrated from github.com)

This is a preview of the PR to make to https://github.com/FreeCAD/FreeCAD-Doc

  • Nightly builds of the documentation using GitHub Actions
  • Fix issues with Python3:
    • use python3 replacement of urllib2 (urllib.request)
    • byte strings vs. bytes: use utf-8 everywhere explicitly, except for the urlopen() which now uses the encoding from the HTTP header
  • README:
    • Added list of prerequisites / dependencies
    • Explicitly use python3 in commands in the (/usr/bin/env python doesn't use python3 by default on many systems)
    • Markdown formatting
    • use sha256 rather than md5 (even if its use here isn't security-critical, it's a bad habit to continue using outdated hash functions unless there's a good reason to use them)
  • Updated release version number (0.17->0.18), see https://forum.freecadweb.org/posting.php?mode=reply&f=3&t=54978
  • Minimal .gitignore
  • Minor code formatting tweaks
This is a preview of the PR to make to https://github.com/FreeCAD/FreeCAD-Doc - [x] Nightly builds of the documentation using GitHub Actions - [x] Fix issues with Python3: * use python3 replacement of urllib2 (urllib.request) * byte strings vs. bytes: use utf-8 everywhere explicitly, except for the urlopen() which now uses the encoding from the HTTP header - [x] README: * Added list of prerequisites / dependencies * Explicitly use python3 in commands in the (`/usr/bin/env python` doesn't use python3 by default on many systems) * Markdown formatting * use sha256 rather than md5 (even if its use here isn't security-critical, it's a bad habit to continue using outdated hash functions unless there's a good reason to use them) - [x] Updated release version number (0.17->0.18), see https://forum.freecadweb.org/posting.php?mode=reply&f=3&t=54978 - [x] Minimal `.gitignore` - [x] Minor code formatting tweaks
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin master:master
git checkout master

Merge

Merge the changes and update on Gitea.
git checkout origin-master
git merge --no-ff master
git checkout origin-master
git merge --ff-only master
git checkout master
git rebase origin-master
git checkout origin-master
git merge --no-ff master
git checkout origin-master
git merge --squash master
git checkout origin-master
git merge --ff-only master
git checkout origin-master
git merge master
git push origin origin-master
Sign in to join this conversation.
No description provided.