Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 7c8782d

Browse files
Fix of split SPPCheck files between sppcheck and sppCheck (#122)
## SPPCheck [1.0.1] - 2022-08-30 ### Fixed * Split up folder between `sppcheck` and `sppCheck` which was not shown on a windows development system * Included pandas and numpy in the requirements file * Removed Python 10 features, allowing compatibility with python 8. ## SPPMon [1.2.2] - 2022-08-30 ### Changed * Updated the requirements file to the latest versions ### Fixed * Included pandas and numpy in the requirements file * Removed Python 10 features, allowing compatibility with python 8.
1 parent aa809e1 commit 7c8782d

15 files changed

+41
-17
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525

2626
### Known Issues
2727

28+
## SPPMon [1.2.2] - 2022-08-30
29+
30+
### Changed
31+
32+
* Updated the requirements file to the latest versions
33+
34+
### Fixed
35+
36+
* Included pandas and numpy in the requirements file
37+
* Removed Python 10 features, allowing compatibility with python 8.
38+
39+
## SPPCheck [1.0.1] - 2022-08-30
40+
### Fixed
41+
42+
* Split up folder between `sppcheck` and `sppCheck` which was not shown on a windows development system
43+
* Included pandas and numpy in the requirements file
44+
* Removed Python 10 features, allowing compatibility with python 8.
45+
46+
### Known Issues
47+
2848
## [1.2.1] - 2022-08-21
2949

3050
### Added

python/requirements.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
2+
# This file is autogenerated by pip-compile with python 3.8
33
# To update, run:
44
#
55
# pip-compile --allow-unsafe ./python/requirements.txt
@@ -9,9 +9,7 @@
99
# pandas-stubs
1010
# openpyxl
1111
# pyxlsb
12-
13-
###
14-
12+
# pip
1513

1614
bcrypt==4.0.0
1715
# via paramiko
@@ -21,7 +19,7 @@ cffi==1.15.1
2119
# via
2220
# cryptography
2321
# pynacl
24-
charset-normalizer==2.0.12
22+
charset-normalizer==2.1.1
2523
# via requests
2624
cryptography==37.0.4
2725
# via paramiko
@@ -84,15 +82,20 @@ scipy==1.9.1
8482
six==1.16.0
8583
# via
8684
# influxdb
85+
# paramiko
8786
# patsy
8887
# python-dateutil
8988
statsmodels==0.13.2
9089
# via -r ./python/requirements.txt
9190
types-pytz==2022.2.1.0
9291
# via pandas-stubs
93-
urllib3==1.26.7
92+
urllib3==1.26.12
9493
# via
9594
# -r ./python/requirements.txt
9695
# requests
9796
wcwidth==0.2.5
9897
# via prettytable
98+
99+
# The following packages are considered to be unsafe in a requirements file:
100+
pip==22.2.2
101+
# via -r ./python/requirements.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.

python/sppcheck/json_structures/excel_structure_v1.9.json renamed to python/sppCheck/json_structures/excel_structure_v1.9.json

File renamed without changes.
File renamed without changes.

python/sppcheck/predictor/predictor_influx_connector.py renamed to python/sppCheck/predictor/predictor_influx_connector.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)