chevah / compat

Chevah OS Compatibility Layer
Other
4 stars 1 forks source link

Use python-package 2.7.18.e26e753c. #108

Closed dumol closed 3 years ago

dumol commented 3 years ago

Scope

Use latest python-package release for:

This drops support for AIX older than 7.1, HP-UX, and Solaris older than 11.4.

Changes

Updated brink stuff from python-package repo.

Drive-by fixes:

How to try and test the changes

reviewers: @adiroiban

Please review changes.

Run the automated tests.

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 (54b4ba8) into master (8c8d96c) will increase coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   88.05%   88.10%   +0.05%     
==========================================
  Files          61       61              
  Lines        7920     7920              
  Branches      652      652              
==========================================
+ Hits         6974     6978       +4     
+ Misses        739      738       -1     
+ Partials      207      204       -3     
Impacted Files Coverage Δ
chevah/compat/capabilities.py 63.15% <ø> (ø)
chevah/compat/testing/testcase.py 77.95% <ø> (ø)
chevah/compat/nt_filesystem.py 90.59% <0.00%> (+0.22%) :arrow_up:
chevah/compat/administration.py 67.02% <0.00%> (+0.64%) :arrow_up:
dumol commented 3 years ago

Since there is no change into the compat own code (other than typo) there is no need to update the version.

Thanks! I'll keep that in mind next time I touch this.