14
0
forked from pool/python-treq

Commit Graph

  • feeaf1b2f6 Accepting request 1219181 from devel:languages:python main Dominique Leuenberger 2024-10-30 16:36:18 +00:00
  • 988ef9cf01 - update to 24.9.1: * treq has vendored its dependency on the multipart library to avoid import conflicts with python-multipart; it should now be installable alongside that library. * treq now ships type annotations. * The new :mod:treq.cookies module provides helper functions for working with http.cookiejar.Cookie and CookieJar objects. * Python 3.13 is now supported. * :mod:treq.content.text_content() no longer generates deprecation warnings due to use of the cgi module. * Mixing the json argument with files or data now raises TypeError. * Passing non-string (str or bytes) values as part of a dict to the headers argument now results in a TypeError, as does passing any collection other than a dict or Headers instance. * Support for Python 3.7 and PyPy 3.8, which have reached end of support, has been dropped. Dirk Mueller 2024-10-29 20:41:59 +00:00
  • 7981a98185 Accepting request 1133550 from devel:languages:python Ana Guerrero 2023-12-17 20:31:44 +00:00
  • 13bab5aa86 - update to 23.11.0: * When the collector passed to `treq.collect(response, collector) throws an exception, that error will now be returned to the caller of collect() via the result Deferred`, and the underlying HTTP transport will be closed. * Python 3.11 is now supported. * Python 3.12 is now supported. * PyPy 3.9 is now supported. * PyPy 3.10 is now supported. * Deprecations and Removals * The minimum supported Twisted version has increased to 22.10.0. Older versions are no longer tested in CI. * Support for Python 3.6, which has reached end of support, has been dropped. * Support for PyPy 3.7, which has reached end of support, has been removed. * Support for PyPy 3.8, which has reached end of support, is deprecated. Dirk Mueller 2023-12-15 22:24:06 +00:00
  • 93f22cb6b0 Accepting request 1093691 from devel:languages:python Dominique Leuenberger 2023-06-19 20:50:34 +00:00
  • 46c0bc2bf2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-treq?expand=0&rev=33 Dirk Mueller 2023-06-11 20:07:56 +00:00
  • 6fec7a8067 Accepting request 1092321 from home:ecsos:python Dirk Mueller 2023-06-11 20:07:41 +00:00
  • d831ec03f0 Clean up the SPEC file Matej Cepl 2023-05-10 11:48:45 +00:00
  • d769d5b0ff Accepting request 985684 from devel:languages:python Dominique Leuenberger 2022-06-29 14:01:42 +00:00
  • c97576e359 Accepting request 984944 from home:bnavigator:Twisted Matej Cepl 2022-06-28 22:17:45 +00:00
  • 8e3a17682b Accepting request 981187 from devel:languages:python Dominique Leuenberger 2022-06-08 12:24:43 +00:00
  • 0abacc7982 Accepting request 981184 from home:darix:apps Dirk Mueller 2022-06-07 16:41:31 +00:00
  • 30b08752d4 Accepting request 951348 from devel:languages:python Dominique Leuenberger 2022-02-03 22:16:54 +00:00
  • 0f4edcab9b Remove superfluous python-six Requires Matej Cepl 2022-02-03 11:37:33 +00:00
  • 8acdb10013 - Switch to pyproject* tool chain. Matej Cepl 2022-02-03 11:35:00 +00:00
  • 2d567613e6 Don't build on Python 2 Matej Cepl 2022-02-03 10:22:35 +00:00
  • 72214b432e - Update to 22.1.0 - Cookies specified as a dict were sent to every domain, not just the domain of the request, potentially exposing them on redirect. See GHSA-fhpf-pp6p-55qc, CVE-2022-23607, bsc#1195432 - PEP 517/518 build-system metadata is now provided in pyproject.toml. - treq.testing.StubTreq now persists twisted.web.server.Session instances between requests. - The dependency on Sphinx required to build the documentation has been moved from the dev extra to the new docs extra. - Support for Python 2.7 and 3.5 has been dropped. treq no longer depends on six or mock. Matej Cepl 2022-02-03 10:20:41 +00:00
  • 616043feb4 Accepting request 879834 from devel:languages:python Dominique Leuenberger 2021-03-18 21:55:11 +00:00
  • b6921569e3 Accepting request 879767 from home:cyphar:matrix Dirk Mueller 2021-03-18 08:11:07 +00:00
  • 1a43a2480e Accepting request 822412 from devel:languages:python Dominique Leuenberger 2020-07-26 14:18:47 +00:00
  • 025d4088c4 Accepting request 822410 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-07-23 13:17:03 +00:00
  • b79533ff9e Accepting request 788271 from devel:languages:python Dominique Leuenberger 2020-03-25 22:48:17 +00:00
  • 352ee23e7f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-treq?expand=0&rev=17 Tomáš Chvátal 2020-03-25 16:32:02 +00:00
  • ea8e70d201 - urlparsing.patch (upstreamed) Tomáš Chvátal 2020-03-25 16:31:46 +00:00
  • eaf423ff28 Accepting request 788244 from home:pgajdos:python Tomáš Chvátal 2020-03-25 16:17:05 +00:00
  • 1a844db148 Accepting request 735394 from devel:languages:python Dominique Leuenberger 2019-10-05 14:21:56 +00:00
  • 75bd1d4fac Accepting request 735337 from home:cyphar:matrix Tomáš Chvátal 2019-10-05 07:18:23 +00:00
  • 8fbe09d93a Accepting request 730449 from devel:languages:python Ludwig Nussel 2019-09-13 13:02:02 +00:00
  • 8eb3f39962 - Add patch to fix build with new Twisted releases: * urlparsing.patch Tomáš Chvátal 2019-09-12 17:22:14 +00:00
  • 256f58e0f1 Accepting request 682433 from devel:languages:python Stephan Kulow 2019-03-10 08:34:28 +00:00
  • 53dbed7863 - Add patch to fix testrun on python3.7: * python37.patch - Fix macro expansion to run the tests under python3 Tomáš Chvátal 2019-03-07 11:34:48 +00:00
  • 28a862e9f5 Accepting request 643644 from devel:languages:python Dominique Leuenberger 2018-11-10 15:55:01 +00:00
  • 6374f57a2d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-treq?expand=0&rev=5 Tomáš Chvátal 2018-10-22 07:51:41 +00:00
  • 41cec70356 - Make the tests actually execute Tomáš Chvátal 2018-10-22 07:25:38 +00:00
  • 0f1fd64b25 Accepting request 641921 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2018-10-14 11:22:12 +00:00
  • a677390211 - State all dependnecies properly and execute tests Tomáš Chvátal 2018-10-11 08:47:03 +00:00
  • a2925c164d Accepting request 640573 from home:ecsos:messenger:matrix Tomáš Chvátal 2018-10-11 08:15:16 +00:00