Skip to content

Commit

Permalink
Add CHANGELOG entry and update documentation #54
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Nov 18, 2020
1 parent ba93efb commit 951686f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Release notes
// -------------

### v1.0.5 (unreleased)

- Add support for Python 3.7, 3.8, and 3.9
https://github.com/nexB/scancode.io/issues/54

### v1.0.4 (2020-11-17)

- Add a to_json output pipe returning ScanCode compatible content
Expand Down
10 changes: 8 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Pre-requisite
-------------

* **Debian-like** distro or **macOS**
* Latest version of **Python 3.6**: https://www.python.org/downloads/
* **PostgreSQL** 10 or later: https://www.postgresql.org/ (or https://postgresapp.com/ on macOS)
* **Python 3.6 to 3.9**: https://www.python.org/downloads/
* **PostgreSQL 10** or later: https://www.postgresql.org/ (or https://postgresapp.com/ on macOS)
* Recent version of **git**: https://git-scm.com/

Local installation
Expand All @@ -22,6 +22,12 @@ install dependencies, and prepare the database::
make envfile
make cleandb

.. note::
The Python version can be specified using the following command during the
``make dev`` step::

make dev PYTHON_EXE=python3.8

Tests
-----

Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Utilities",
],
Expand Down

0 comments on commit 951686f

Please sign in to comment.