From aeaabf547ba4ac317f8c1d9cc103269676f17004 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 9 Dec 2022 05:16:08 +0100 Subject: [PATCH] fix last ci error + install instruction in README.rst + bump v3.0.2 (first beta release of py3 branch) Signed-off-by: Stephen L. --- .github/workflows/ci-build.yml | 1 - README.rst | 4 ++++ pyFileFixity/_infos.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c22dd70..d69dd8e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -64,5 +64,4 @@ jobs: #files: ./coverage1.xml,./coverage2.xml flags: unittests name: codecov-umbrella - path_to_write_report: ./coverage/codecov_report.txt verbose: true diff --git a/README.rst b/README.rst index 4fc3162..28e3bac 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,10 @@ Quickstart Runs on Python 3 up to Python 3.11. Both PyPy 3 and PyPy 2 are supported. Older versions such as Python 2.7.10 are still being automatically unit tested with continuous integration but support can be dropped at any moment. +- To install or update: + +``pip install --upgrade pyfilefixity`` + - To generate a monitoring database (to later check if files were changed, but no possibility of repairing): ``python rfigc.py -i "your_folder" -d "dbhash.csv" -g -f -l "log.txt"`` diff --git a/pyFileFixity/_infos.json b/pyFileFixity/_infos.json index 35021a9..e86e544 100644 --- a/pyFileFixity/_infos.json +++ b/pyFileFixity/_infos.json @@ -1,5 +1,5 @@ { "author": "Stephen Larroque", "email": "LRQ3000@gmail.com", -"version": "3.0.1" +"version": "3.0.2" }