14
0
forked from pool/python-pycurl

Commit Graph

  • ffaf135edc Accepting request 1229355 from devel:languages:python main Ana Guerrero 2024-12-10 22:43:03 +00:00
  • c0fada6647 Switch off services Matej Cepl 2024-12-09 11:12:04 +00:00
  • cfc61e9bab Fix macro Matej Cepl 2024-12-09 09:39:44 +00:00
  • b27bb314ff - Switch to %pyproject_*. Matej Cepl 2024-12-09 09:39:18 +00:00
  • f169947e72 Accepting request 1205723 from devel:languages:python Ana Guerrero 2024-10-06 15:51:39 +00:00
  • 32aec400c7 - Switching off test_multi_ tests, they are just too unrealiable. When running the test cycle in cycle I have never managed to make it pass ten times without this change. Matej Cepl 2024-10-04 14:29:20 +00:00
  • 44a08c916c Accepting request 1202901 from devel:languages:python Ana Guerrero 2024-09-25 19:52:39 +00:00
  • 3ea19cb85b - Add upstream patch test-bottle-flask.patch to use Flask instead of bottle for tests. gh#pycurl/pycurl#838 Daniel Garcia 2024-09-24 10:48:42 +00:00
  • a1348aefd2 Accepting request 1179069 from devel:languages:python Ana Guerrero 2024-06-07 13:01:48 +00:00
  • 70e1d94b9d - update to 7.45.3: * Add CURLOPT_REQUEST_TARGET option * Add missing 2nd parameters to METH_NOARGS functions * Add CURLOPT_AWS_SIGV4 option (patch by Scott Talbert). * Add consistent names for newer Curl version constants * Only run HTTP version 3 option constant test if curl supported * Expose COMPILE_SSL_LIB in Python and use for test filtering * Filter tests based on *compile* libcurl version not runtime version * Use print function in callbacks documentation * Add missing shebang to tests/ext/test-suite.sh * Officially declare support for Python 3.12 * Fix curl_multi_info_read flow that loses messages * Support using environment variables for setup on Windows * Add support for Schannel SSL backend (patch by Scott Talbert) * Skip HTTP2 tests based on a curl support check * Fix fake-curl tests so they work when run out of tree * xfail test_easy_pause_unpause unconditionally * Provide generic error strings in pycurl.error objects * Change URLs to new curl mailing list (patch by Michael C). * Add missing HTTPS proxy options (patch by Jean Hominal). * Add support for setting CURLOPT_SSLCERT_BLOB * Add support for setting rest of CURLOPTTYPE_BLOB fields * Build wheels on Linux/macOS/Windows (patch by Scott Talbert). - drop pause-unpause-xfail.patch (upstream) - refresh python-pycurl-7.43.0-tls-backend.patch - remove runtime curl version check and __DATE__ __TIME__ usage - Add Source URL, see https://en.opensuse.org/SourceUrls - added python3 package Dirk Mueller 2024-06-06 19:37:11 +00:00
  • ae91eb745f Accepting request 1133226 from devel:languages:python Ana Guerrero 2023-12-15 20:46:08 +00:00
  • 624c187926 - Add patch pause-unpause-xfail.patch: * XFAIL a test due to gh#pycurl/pycurl#729 (bsc#1218062) Steve Kowalik 2023-12-15 01:54:30 +00:00
  • 863ea712de Accepting request 1117519 from devel:languages:python Ana Guerrero 2023-10-12 21:37:18 +00:00
  • c3d2f88363 Fix changelog Matej Cepl 2023-10-12 18:13:29 +00:00
  • 2de07c02b1 - Skip test_multi_socket_select (gh#pycurl/pycurl#819), test_multi_socket_action (gh#pycurl/pycurl#729), and test_request_with_verifypeer (gh#pycurl/pycurl#822). Matej Cepl 2023-10-12 18:11:45 +00:00
  • 240cef0feb Accepting request 1117496 from home:anag:Factory Ana Guerrero 2023-10-12 16:44:01 +00:00
  • 6d92679e4d - Skip test_multi_socket_select (gh#pycurl/pycurl#819) Matej Cepl 2023-10-12 14:09:26 +00:00
  • 1a1cdc752c Accepting request 1084409 from devel:languages:python Dominique Leuenberger 2023-05-04 15:09:06 +00:00
  • e45653a19e Accepting request 1084390 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-05-03 14:42:48 +00:00
  • 0f2c0bdbcc Accepting request 1081787 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:04 +00:00
  • e83aadd3cd Accepting request 1081550 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 13:38:20 +00:00
  • c2e0b17128 Accepting request 1067565 from devel:languages:python Dominique Leuenberger 2023-02-28 11:47:48 +00:00
  • 6ccfdfcc5e - Disable http3 tests if it's not supported Daniel Garcia 2023-02-24 09:06:58 +00:00
  • dd65a17670 Accepting request 1046272 from devel:languages:python Dominique Leuenberger 2023-01-04 16:50:45 +00:00
  • 4e0a286f03 - update to 7.45.2: * Python 3.9 compatibility for Py_TRASHCAN_SAFE_BEGIN * Add support for CURL_HTTP_VERSION_3 * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS options * Added HTTP09_ALLOWED option * Removed use of distutils - drop curl-789-error-message.patch (upstream) Dirk Mueller 2023-01-02 18:57:10 +00:00
  • 59a293a405 Accepting request 973531 from devel:languages:python Dominique Leuenberger 2022-04-29 22:44:26 +00:00
  • ee9534f50e - Update to 7.45.1: * Fixed build against libcurl < 7.64.1 (patch by Scott Talbert). * Add CURLOPT_MAXLIFETIME_CONN (patch by fsbs). * Easy handle duplication support (patch by fsbs). * Support for unsetting a number of multi options (patch by fsbs). * pycurl classes can now be subclassed (patch by fsbs). * Multi callbacks' thread state management fixed (patch by fsbs). * Add CURL_LOCK_DATA_PSL (patch by fsbs). * Add support for SecureTransport SSL backend (MacOS) (patch by Scott Talbert). * Fixed Python thread initialization causing hangs on operations (patch by Scott Talbert). * getinfo(CURLINFO_FTP_ENTRY_PATH) now handles NULL return from libcurl, returning None in this case. * Python 3.9 is now officially supported (patch by Bill Collins). * Added CURLOPT_DOH_URL (patch by resokou). * Best effort Python 2 support has been reinstated. * Added missing fields to curl_version_info struct (patch by Hasan). * Added CURLINFO_CONDITION_UNMET (patch by Dima Tisnek). * Exposed MAX_CONCURRENT_STREAMS in CurlMulti (patch by Alexandre Pion). * Compilation fixed against Python 3.10 alpha (patch by Kamil Dudka). - Remove patch curl7770_compatibility.patch and remove_nose.patch: * They have both merged upstream. - Modify patch disable_randomly_failing_tests.patch: * Use pytest rather than nose methods. - Add patch curl-789-error-message.patch: * Handle missing ! in a returned error message. Steve Kowalik 2022-04-28 06:01:44 +00:00
  • 144b882dc9 Accepting request 897519 from devel:languages:python Dominique Leuenberger 2021-06-05 21:31:22 +00:00
  • e9ec94c4f9 Fix changes Matej Cepl 2021-06-04 14:24:02 +00:00
  • 7c896e3f71 - Add curl7770_compatibility.patch to have package compatible with curl 7.77.0. Matej Cepl 2021-06-04 14:23:45 +00:00
  • 7d6405a227 Accepting request 877724 from devel:languages:python Dominique Leuenberger 2021-03-12 12:30:06 +00:00
  • a766bacc73 Accepting request 877706 from home:pmonrealgonzalez:branches:devel:languages:python Matej Cepl 2021-03-08 12:20:53 +00:00
  • 3d44de45ed Accepting request 867959 from devel:languages:python Dominique Leuenberger 2021-02-04 19:21:49 +00:00
  • 37678d79d4 - refresh remove_nose.patch to remove even more nose code Dirk Mueller 2021-01-30 11:34:53 +00:00
  • dd4b947354 - update to 7.43.0.6: * Fixed offset parameter usage in seek callback * Added support for libcurl SSL backend detection via curl-config --ssl-backends * Added support for libcurl MultiSSL * Added ability to unset CURLOPT_PROXY. * Added support for CURLOPT_UPLOAD_BUFFERSIZE * Added support for CURLOPT_MAXAGE_CONN * Added support for sharing connection cache in libcurl * Added support for CURLOPT_HAPROXYPROTOCOL * CC and CFLAGS environment variables are now respected when building * Fixed OpenSSL detection on CentOS 7 and 8 * surrogateescape error handler is used in multi_info_read to handle invalid UTF-8. - drop python-pycurl-7.43.0-tls-backend.patch (upstream) Dirk Mueller 2021-01-28 23:09:02 +00:00
  • 8969dc9770 Accepting request 855998 from devel:languages:python Dominique Leuenberger 2020-12-16 10:00:16 +00:00
  • e88975f3ae Fix patches Matej Cepl 2020-12-15 13:45:48 +00:00
  • 98ad44af5c Fix patches Matej Cepl 2020-12-15 13:45:25 +00:00
  • 83afa3fbbf - Add make-leap15-compat.patch to pass tests on Leap 15.2 Matej Cepl 2020-12-15 13:45:12 +00:00
  • cc0209f14a Accepting request 855980 from home:bnavigator:branches:devel:languages:python Matej Cepl 2020-12-15 12:58:04 +00:00
  • 5a7b2bc300 - Add make-py2-compat.patch to pass tests on Leap 15.2 Matej Cepl 2020-12-15 12:57:04 +00:00
  • 7c52be85c5 Accepting request 855776 from home:mcepl:branches:devel:tools:scm Matej Cepl 2020-12-15 11:17:18 +00:00
  • b71d70efa6 Accepting request 816392 from devel:languages:python Dominique Leuenberger 2020-06-23 19:01:14 +00:00
  • 2a83c29997 Accepting request 816279 from home:gmbr3:branches:Base:System3 Tomáš Chvátal 2020-06-22 14:07:12 +00:00
  • 4458bea30e Accepting request 792436 from devel:languages:python Dominique Leuenberger 2020-04-15 18:04:29 +00:00
  • f693862ebe - Do not pull in py2 package on doc subpkg Tomáš Chvátal 2020-04-08 12:05:40 +00:00
  • 6dee45d63b Accepting request 781212 from devel:languages:python Dominique Leuenberger 2020-03-08 21:22:07 +00:00
  • 61b2e0c368 - update to 7.43.0.5 - refresh python-pycurl-7.43.0-tls-backend.patch * added python 3.8 support * officialy ended support for python 2 Ondřej Súkup 2020-03-03 13:10:06 +00:00
  • af5d7a0f24 Accepting request 749288 from devel:languages:python Dominique Leuenberger 2019-11-22 09:25:49 +00:00
  • 9f3b1794c6 - Skip 4 tests that are tied to old bottle version so we can update the python-bottle package Tomáš Chvátal 2019-11-18 10:53:07 +00:00
  • 253515cc59 Accepting request 717837 from devel:languages:python Dominique Leuenberger 2019-07-30 11:05:33 +00:00
  • 2c6fe7918e - Update to 7.43.0.3: * This release primarily fixes an OpenSSL-related installation issue, and repairs the ability to use PycURL with newer libcurls compiled without FTP support. - Rebase patch: * python-pycurl-7.43.0-tls-backend.patch Tomáš Chvátal 2019-07-23 10:28:57 +00:00
  • 24210d23bd Accepting request 692313 from devel:languages:python Dominique Leuenberger 2019-04-10 21:10:58 +00:00
  • 65a6986e5b Accepting request 692312 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-08 13:58:31 +00:00
  • 8fe46206a5 Accepting request 692305 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-08 13:37:38 +00:00
  • 67d24a6472 Accepting request 684317 from devel:languages:python Dominique Leuenberger 2019-03-29 19:33:50 +00:00
  • fe91328dd3 Fix URL of the project Matej Cepl 2019-03-12 14:21:24 +00:00
  • e3fc9042a4 Accepting request 684241 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-03-12 10:30:55 +00:00
  • 51a6b12727 Accepting request 672293 from devel:languages:python Dominique Leuenberger 2019-02-11 20:17:07 +00:00
  • b6651d4107 Accepting request 672204 from home:alarrosa:branches:devel:languages:python Dirk Mueller 2019-02-06 20:17:56 +00:00
  • 734b385d5a Accepting request 660010 from devel:languages:python Dominique Leuenberger 2018-12-26 23:29:41 +00:00
  • 6bcbdd8e9f Add missing setuptools BR Matej Cepl 2018-12-19 13:18:52 +00:00
  • d67200700b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=53 Matej Cepl 2018-12-07 00:34:54 +00:00
  • 895ca69deb This is not a noarch package Matej Cepl 2018-12-07 00:15:19 +00:00
  • 3fae9cfdbb Fix BR Matej Cepl 2018-12-06 23:38:17 +00:00
  • 882b64c24a Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:49:47 +00:00
  • f831ea4a1a Accepting request 646252 from devel:languages:python Dominique Leuenberger 2018-11-12 08:48:45 +00:00
  • 28267579d1 Accepting request 646093 from home:vitezslav_cizek:branches:devel:languages:python Tomáš Chvátal 2018-11-04 09:35:53 +00:00
  • 3171d28b5a Accepting request 634807 from devel:languages:python Yuchen Lin 2018-09-20 09:40:59 +00:00
  • 84540e8381 Accepting request 634806 from home:mcepl:work Matej Cepl 2018-09-10 21:28:39 +00:00
  • 62c43c2120 Accepting request 632305 from devel:languages:python Dominique Leuenberger 2018-08-31 07:51:56 +00:00
  • 409100f1c0 - Add patch to match up Fedora on how we detect tls backend on runtime * python-pycurl-7.43.0-tls-backend.patch Tomáš Chvátal 2018-08-30 12:36:56 +00:00
  • e9551c469b - Make sure we build on Leap 42.3 Tomáš Chvátal 2018-08-29 08:33:51 +00:00
  • 891a7c60b6 Accepting request 628389 from devel:languages:python Dominique Leuenberger 2018-08-17 21:57:31 +00:00
  • 53fa37b590 - Start excluding flaky tests Tomáš Chvátal 2018-08-09 11:19:05 +00:00
  • ef9ba83f54 Accepting request 623375 from devel:languages:python Dominique Leuenberger 2018-07-21 08:08:14 +00:00
  • 7ebe19c858 Update to 7.43.0.2 Matej Cepl 2018-07-10 11:11:33 +00:00
  • 09a7dd361b Accepting request 572020 from devel:languages:python Dominique Leuenberger 2018-02-05 09:48:28 +00:00
  • 35703003f8 - Disable tests on arm platforms as they are very flaky there, on multiple runs always different failures Tomáš Chvátal 2018-02-02 13:17:41 +00:00
  • acfa6380e0 - Disable strict aliasing as reported by the rpm checks Tomáš Chvátal 2018-02-02 13:16:04 +00:00
  • ed64a0c1d0 Accepting request 571200 from devel:languages:python Dominique Leuenberger 2018-02-01 20:25:54 +00:00
  • c1a8a0c2b5 Accepting request 571151 from home:vitezslav_cizek:branches:devel:languages:python Tomáš Chvátal 2018-01-30 17:25:48 +00:00
  • 804e69bed6 Accepting request 555536 from devel:languages:python Dominique Leuenberger 2017-12-10 17:17:07 +00:00
  • 8d7f4c29b2 Accepting request 555317 from home:apersaud:branches:devel:languages:python Tomáš Chvátal 2017-12-09 12:42:07 +00:00
  • bb6380b3f7 Accepting request 515236 from devel:languages:python Dominique Leuenberger 2017-08-14 10:37:18 +00:00
  • 89d76bd2cf Accepting request 515235 from home:tbechtold:branches:devel:languages:python Dirk Mueller 2017-08-08 19:19:53 +00:00
  • fca18db389 Accepting request 505428 from devel:languages:python Dominique Leuenberger 2017-06-29 12:59:34 +00:00
  • c9e5b920e1 Accepting request 505248 from home:alarrosa:branches:devel:languages:python Jan Matejek 2017-06-21 13:51:57 +00:00
  • 8ef2cc9944 Accepting request 503384 from openSUSE:Leap:15.0:Rings:1-MinimalX Dominique Leuenberger 2017-06-15 11:58:36 +00:00
  • 8615b551e5 Accepting request 487859 from devel:languages:python Dominique Leuenberger 2017-04-28 08:39:23 +00:00
  • 6a7bfb0850 Accepting request 486190 from devel:languages:python:singlespec Jan Matejek 2017-04-06 15:49:32 +00:00
  • 120cd9dee5 Accepting request 293103 from devel:languages:python Dominique Leuenberger 2015-03-29 18:15:08 +00:00
  • de9105ba7b Accepting request 293100 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-03-25 14:11:46 +00:00
  • dcd1be6b53 Accepting request 235420 from devel:languages:python Stephan Kulow 2014-05-27 16:23:37 +00:00
  • a2d3ea1a31 Accepting request 235419 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-05-26 15:35:09 +00:00
  • 6f03fb134b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=20 Todd R 2014-05-21 15:41:57 +00:00
  • 5b4fb2390c Accepting request 234864 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-05-20 14:19:04 +00:00
  • 50d1507157 Accepting request 197050 from devel:languages:python Stephan Kulow 2013-09-03 20:03:54 +00:00
  • 1e59230168 Accepting request 196933 from home:elvigia:branches:devel:languages:python Sascha Peilicke 2013-09-02 08:34:49 +00:00
  • 5333a5d88f Accepting request 179953 from devel:languages:python Stephan Kulow 2013-06-19 14:46:46 +00:00