update nodejs; added mongo5 & 6

This commit is contained in:
ziggi
2023-03-25 20:04:06 +02:00
parent 9251e2c9bd
commit c3be8e3b6e
240 changed files with 12812 additions and 56 deletions

View File

@@ -0,0 +1,10 @@
--- setup.py.orig 2017-01-04 05:33:56 UTC
+++ setup.py
@@ -270,5 +270,6 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Filters',
'Topic :: Text Processing :: Markup :: HTML'
- ]
+ ],
+ test_suite='nose.collector',
)