Package: q2-quality-control / 2024.5.0-2

Metadata

Package Version Patches format
q2-quality-control 2024.5.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configparser.patch | (download)

versioneer.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use configparser instead of safeconfigparser                   
                                                                                
The configparser's SafeConfigParser has been renamed to ConfigParser in         
Python 3.2 [1]. It was finally removed in Python 3.12 [2].                      
                                                                                
[1] https://docs.python.org/dev/whatsnew/3.2.html#configparser                  
[2] https://docs.python.org/3/whatsnew/3.12.html#configparser                   
                                                                                
pandas2.0.patch | (download)

q2_quality_control/tests/test_quality_control.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test failure with pandas 2.0
Bug-Debian: https://bugs.debian.org/1044060