aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-twisted/patches
Commit message (Collapse)AuthorAge
* python-twisted: Update to 23.10.0, refresh patchesJeffery To2023-11-16
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 23.8.0, rework patchesJeffery To2023-10-05
| | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 22.10.0Jeffery To2023-04-24
| | | | | | | | | Includes fix for CVE-2022-39348 (NameVirtualHost Host header injection). This adds a build dependency that will be required for pyproject.toml-based builds. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 22.4.0, refresh patchesJeffery To2022-04-18
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 22.1.0, refresh patchesJeffery To2022-02-15
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 21.7.0, refresh patchesJeffery To2021-08-09
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 21.2.0, redo patchesJeffery To2021-06-12
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 20.3.0, refresh patchesJeffery To2020-03-23
| | | | | | | | This update includes fixes for: * CVE-2020-10108 * CVE-2020-10109 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 19.10.0, refresh patchesJeffery To2019-11-18
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 19.7.0, refresh patchesJeffery To2019-08-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-twisted: Update to 19.2.0, refresh patchesJeffery To2019-04-19
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* twisted: Rename package, fix errorsJeffery To2019-02-18
This renames the Python 2 twisted package to python-twisted, and updates dependents (i.e. obfsproxy) to reference the updated name. This also fixes conflicts between the Python 2 and 3 packages. Twisted installs some scripts to /usr/bin, and previously scripts for both packages used the same names. This adds a "3" suffix to scripts installed by python3-twisted. This also adds python[3]-setuptools as a dependency, as the scripts installed to /usr/bin depend on pkg_resources (part of setuptools). Signed-off-by: Jeffery To <jeffery.to@gmail.com>