Commit Graph

6 Commits

Author SHA1 Message Date
liubo0711 deaad03a73 SECURITY UPDATE 2024-11-04 16:45:25 +08:00
Calum Hutton 08be726ab3 [PATCH] xmlattr filter disallows keys with spaces
Gbp-Pq: Name CVE-2024-22195.patch
2024-05-07 15:42:51 +08:00
Piotr Ożarowski 28428f6850 fix nose leftovers
taken from upstream repo

Gbp-Pq: Name 0003-fix-nose-leftovers.patch
2024-05-07 15:42:51 +08:00
Thomas Goirand bb6aae741f Python 3.9: fix collections import
Bug-Debian: https://bugs.debian.org/949018
Forwarded: no
Last-Update: 2020-02-27

As collections has moved to collections.abc, this produces a warning which
may lead to unit testing errors: this is the case when building Rally.

This patch attempts to import from collections.abc, and if it fails, falls
back to collections. This should be harmless.

Note that this patch is probably useless with future version, as hopefully,
upstream will fix it (I didn't check). However, I didn't dare upgrading the
package to the major upstream release 3.x.

Gbp-Pq: Name py3.9-fix-collections-import.patch
2024-05-07 15:42:51 +08:00
luoyaoming 65adae8035 Import Upstream version 3.1.2 2024-05-07 15:42:49 +08:00
su-fang 3088e602dd Import Upstream version 3.0.3 2023-03-14 15:43:04 +08:00