Package: q2-demux / 2024.5.0+dfsg-1

Metadata

Package Version Patches format
q2-demux 2024.5.0+dfsg-1 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                   
                                                                                
0001 make compatible with webpack5.patch | (download)

q2_demux/_summarize/assets/webpack.config.js | 30 18 + 12 - 0 !
1 file changed, 18 insertions(+), 12 deletions(-)

 webpack.config.js in incompatible with webpack4 api, hence did the needed changes
0002 skip test needing internet.patch | (download)

q2_demux/tests/test_demux.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip test needing internet.