Debian Patches
Status for python-pyscss/1.4.0-7
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| remove-non-ascii-char.patch | This produced an FTBFS, so we're removing non-ascii char. From 15612dd5baa6288777ecf6c3c78d2267fac57c8a Mon Sep 17 00:00:00 2001 |
Thomas Goirand <zigo@debian.org> | no | 2014-06-28 | ||
| fix-python3.patch | fix-python3 | Debian Python Team <team+python@tracker.debian.org> | no | 2022-11-18 | ||
| reorder-import.patch | setuptools monkey-patch distutils, hence re-order to avoid build failures | Nilesh Patra <nilesh@debian.org> | no | debian | 2022-10-27 | |
| python3.11.patch | fix error: global flags not at the start of the expression at position 1 | tst <timo.stueber@contact-software.com> | no | debian | https://github.com/Kronuz/pyScss/pull/426 | 2022-11-03 |
| pytest9.patch | make tests compatible with pytest 9 | Vivek K J <vivekkj@disroot.org> | not-needed | debian | 2026-05-23 | |
| python3.13.patch | Fix invalid escape sequence warnings for Python 3.13+ The upstream code contains string literals with invalid escape sequences such as '\:' and regex patterns using '\s' in ordinary string literals. Python 3.12+ emits SyntaxWarning for such usage and future Python versions may treat them as errors. Convert affected regex strings to raw strings and properly escape literal backslashes where required, preserving existing behavior while restoring compatibility with newer Python versions. |
Vivek K J <vivekkj@disroot.org> | not-needed | debian | 2026-05-23 |
