Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-disable-multiprocessing-tests.patch | disable multiprocessing tests We do not always have permissions to run multiprocessing tests. |
Boyuan Yang <byang@debian.org> | no | 2022-06-08 | ||
backport/0002-Expose-the-line-number-in-the-parsed-content.patch | Expose the line number in the parsed content The information about the current line number is already available, just expose it. |
Luigi Toscano <luigi.toscano@tiscali.it> | no | 2022-04-18 | ||
backport/0003-Fix-compatibility-issues-with-Python-3.11.patch | Fix compatibility issues with Python 3.11 * Fixes: https://github.com/candlepin/python-iniparse/issues/23 * BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2019017 * Replaced few deprecated methods with new methods |
Jiri Hnidek <jhnidek@redhat.com> | no | 2022-05-11 | ||
remove-six.patch | [PATCH] Drop dependency on six Six is a Python 2--Python 3 compatibility library. It does not need to be included in Python 3 only codebase. |
Matyas Horky <mhorky@redhat.com> | invalid | 2022-10-17 | ||
backport/load-tests.patch | Use load tests protocol to run the test suite Since we no longer require Python 2, we can make use of the load tests protocol and automatic discovery to find all tests we want to run, rather than constructing a list of TestSuites by hand. As a consequence, I've had to fiddle with two test classes so they are not discovered and run. Drive-by the tox environment list as well. |
Steve Kowalik <steven@wedontsleep.org> | yes | debian upstream | backport, https://github.com/candlepin/python-iniparse/pull/32 | 2024-11-19 |