14
0
forked from pool/python-pycurl
Commit Graph

95 Commits

Author SHA256 Message Date
1a1cdc752c Accepting request 1084409 from devel:languages:python
Forwarded request #1084390 from dirkmueller

- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/request/show/1084409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=43
2023-05-04 15:09:06 +00:00
e45653a19e Accepting request 1084390 from home:dirkmueller:acdc:as_python3_module
- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/request/show/1084390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=97
2023-05-03 14:42:48 +00:00
0f2c0bdbcc Accepting request 1081787 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=42
2023-04-22 19:59:04 +00:00
e83aadd3cd Accepting request 1081550 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=95
2023-04-21 13:38:20 +00:00
c2e0b17128 Accepting request 1067565 from devel:languages:python
- Disable http3 tests if it's not supported

OBS-URL: https://build.opensuse.org/request/show/1067565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=41
2023-02-28 11:47:48 +00:00
6ccfdfcc5e - Disable http3 tests if it's not supported
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=93
2023-02-24 09:06:58 +00:00
dd65a17670 Accepting request 1046272 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1046272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=40
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=91
2023-01-02 18:57:10 +00:00
59a293a405 Accepting request 973531 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/973531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=39
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=89
2022-04-28 06:01:44 +00:00
144b882dc9 Accepting request 897519 from devel:languages:python
- Add curl7770_compatibility.patch to have package compatible
  with curl 7.77.0.

OBS-URL: https://build.opensuse.org/request/show/897519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=38
2021-06-05 21:31:22 +00:00
e9ec94c4f9 Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=87
2021-06-04 14:24:02 +00:00
7c896e3f71 - Add curl7770_compatibility.patch to have package compatible with curl 7.77.0.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=86
2021-06-04 14:23:45 +00:00
7d6405a227 Accepting request 877724 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/877724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=37
2021-03-12 12:30:06 +00:00
a766bacc73 Accepting request 877706 from home:pmonrealgonzalez:branches:devel:languages:python
- Remove a failing test-case until fixed in curl:
  * Upstream issue: https://github.com/curl/curl/issues/6615

OBS-URL: https://build.opensuse.org/request/show/877706
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=84
2021-03-08 12:20:53 +00:00
3d44de45ed Accepting request 867959 from devel:languages:python
- 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)
- refresh remove_nose.patch to remove even more nose code

OBS-URL: https://build.opensuse.org/request/show/867959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=36
2021-02-04 19:21:49 +00:00
37678d79d4 - refresh remove_nose.patch to remove even more nose code
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=82
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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=81
2021-01-28 23:09:02 +00:00
8969dc9770 Accepting request 855998 from devel:languages:python
- Add make-leap15-compat.patch to pass tests on Leap 15.2
- Add remove_nose.patch to remove dependency on nose
  (gh#pycurl/pycurl#655).

OBS-URL: https://build.opensuse.org/request/show/855998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=35
2020-12-16 10:00:16 +00:00
e88975f3ae Fix patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=79
2020-12-15 13:45:48 +00:00
98ad44af5c Fix patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=78
2020-12-15 13:45:25 +00:00
83afa3fbbf - Add make-leap15-compat.patch to pass tests on Leap 15.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=77
2020-12-15 13:45:12 +00:00
cc0209f14a Accepting request 855980 from home:bnavigator:branches:devel:languages:python
- Upstream dropped python2 support. Python2 tests fail on Leap.
  => skip python2 build.

OBS-URL: https://build.opensuse.org/request/show/855980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=76
2020-12-15 12:58:04 +00:00
5a7b2bc300 - Add make-py2-compat.patch to pass tests on Leap 15.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=75
2020-12-15 12:57:04 +00:00
7c52be85c5 Accepting request 855776 from home:mcepl:branches:devel:tools:scm
- Add remove_nose.patch to remove dependency on nose
  (gh#pycurl/pycurl#655).

OBS-URL: https://build.opensuse.org/request/show/855776
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=74
2020-12-15 11:17:18 +00:00
b71d70efa6 Accepting request 816392 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/816392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=34
2020-06-23 19:01:14 +00:00
Tomáš Chvátal
2a83c29997 Accepting request 816279 from home:gmbr3:branches:Base:System3
- Fixes for %_libexecdir changing to /usr/libexec

OBS-URL: https://build.opensuse.org/request/show/816279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=72
2020-06-22 14:07:12 +00:00
4458bea30e Accepting request 792436 from devel:languages:python
- Do not pull in py2 package on doc subpkg

OBS-URL: https://build.opensuse.org/request/show/792436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=33
2020-04-15 18:04:29 +00:00
Tomáš Chvátal
f693862ebe - Do not pull in py2 package on doc subpkg
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=70
2020-04-08 12:05:40 +00:00
6dee45d63b Accepting request 781212 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/781212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=32
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=68
2020-03-03 13:10:06 +00:00
af5d7a0f24 Accepting request 749288 from devel:languages:python
- Skip 4 tests that are tied to old bottle version so we can
  update the python-bottle package

OBS-URL: https://build.opensuse.org/request/show/749288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=31
2019-11-22 09:25:49 +00:00
Tomáš Chvátal
9f3b1794c6 - Skip 4 tests that are tied to old bottle version so we can
update the python-bottle package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=66
2019-11-18 10:53:07 +00:00
253515cc59 Accepting request 717837 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/717837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=30
2019-07-30 11:05:33 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=64
2019-07-23 10:28:57 +00:00
24210d23bd Accepting request 692313 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/692313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=29
2019-04-10 21:10:58 +00:00
65a6986e5b Accepting request 692312 from home:mcepl:branches:devel:languages:python
More elegant use of %{with test}

OBS-URL: https://build.opensuse.org/request/show/692312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=62
2019-04-08 13:58:31 +00:00
8fe46206a5 Accepting request 692305 from home:mcepl:branches:devel:languages:python
- bsc#1128355: update to the Factory package to get multibuild and
  better working tests.
- Refreshed patch against the new minor release tarball:
  - pycurl-libssh.patch
- Added patches:
  - disable_randomly_failing_tests.patch
  - python-pycurl-7.43.0-tls-backend.patch (from
    https://src.fedoraproject.org/rpms/python-pycurl/blob/master/f/0002-python-pycurl-7.43.0-tls-backend.patch)

OBS-URL: https://build.opensuse.org/request/show/692305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=61
2019-04-08 13:37:38 +00:00
67d24a6472 Accepting request 684317 from devel:languages:python
Fix URL of the project

OBS-URL: https://build.opensuse.org/request/show/684317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=28
2019-03-29 19:33:50 +00:00
fe91328dd3 Fix URL of the project
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=59
2019-03-12 14:21:24 +00:00
e3fc9042a4 Accepting request 684241 from home:mcepl:branches:devel:languages:python
Update URL: field.

OBS-URL: https://build.opensuse.org/request/show/684241
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=58
2019-03-12 10:30:55 +00:00
51a6b12727 Accepting request 672293 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/672293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=27
2019-02-11 20:17:07 +00:00
b6651d4107 Accepting request 672204 from home:alarrosa:branches:devel:languages:python
- Set LANG to en_US.UTF8 to fix the tests

OBS-URL: https://build.opensuse.org/request/show/672204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=56
2019-02-06 20:17:56 +00:00
734b385d5a Accepting request 660010 from devel:languages:python
- Add missing setuptools BR

OBS-URL: https://build.opensuse.org/request/show/660010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=26
2018-12-26 23:29:41 +00:00
6bcbdd8e9f Add missing setuptools BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=54
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 2018-12-07 00:34:54 +00:00
895ca69deb This is not a noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=52
2018-12-07 00:15:19 +00:00
3fae9cfdbb Fix BR
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=51
2018-12-06 23:38:17 +00:00
882b64c24a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=50
2018-12-04 13:49:47 +00:00
f831ea4a1a Accepting request 646252 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/646252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycurl?expand=0&rev=25
2018-11-12 08:48:45 +00:00