Commit Graph

104 Commits

Author SHA1 Message Date
Fedora Release Engineering
822b1fd2e9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 10:07:28 +00:00
Kevin Fenzi
67a7304903 Update to 1.26.1. Fixes rhbz#1976190
Fix FTBFS. Fixes rhbz#1966120
2021-07-11 08:00:13 -07:00
yatinkarel
a1d6618ef3 Update minimal requirement of six to >= 1.16.0
urllib3-1.26.5 to work properly needs six to be
atleast >= 1.16.0. So to ensure when urllib3 is installed
already installed python3-six is upgraded let's set minimum
requirement of six to >= 1.16.0[1] which contains required methods like
six.ensure_text method needed by urllib3-1.26.5, also urllib3
bundles six-1.16.0[2].

[1] https://github.com/urllib3/urllib3/commit/5b047b
[2] https://github.com/urllib3/urllib3/commit/2698537
2021-06-30 10:13:21 +05:30
Karolina Surma
b71ec3d8c8 Restore ssl_match_hostname unbundle wrapper
This is to prevent pipenv failure when it creates Pipfile.lock in Python2 environment.
2021-06-16 14:23:31 +02:00
Karolina Surma
70fe2fa552 Update to 1.26.5 2021-06-16 12:57:03 +02:00
Python Maint
8a166800e1 Rebuilt for Python 3.10 2021-06-04 13:24:35 +02:00
Python Maint
dc936fbd65 Bootstrap for Python 3.10 2021-06-02 18:47:32 +02:00
Miro Hrončok
c3cafe2099 Update to 1.26.4
- switch to %pytest
- don't ship our own ssl_match_hostname wrapper, use the one from upstream
2021-05-18 19:59:57 +02:00
Fedora Release Engineering
0d27139c00 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 14:02:32 +00:00
Miro Hrončok
edd63be688 Remove unwanted BRs
Nose is officially deprecated and not needed.

Mock is a backport module. Not needed here.
2021-01-15 18:57:52 +01:00
Anna Khaitovich
87cc35d196 Update RECENT_DATE dynamically 2021-01-05 10:43:32 +01:00
Kevin Fenzi
2a892015ad Update to 1.25.10. Fixed bug #1824900 2020-09-27 17:24:36 -07:00
Fedora Release Engineering
e65e04a4bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 04:29:40 +00:00
Miro Hrončok
23fcbeb647 Rebuilt for Python 3.9 2020-05-24 21:14:40 +02:00
Miro Hrončok
6fdabe5c0b Bootstrap for Python 3.9 2020-05-22 18:00:21 +02:00
f3350c1f1a Update to 1.25.8
* Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1771186
2020-03-22 15:21:52 -05:00
Fedora Release Engineering
9ba37f0571 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 16:02:02 +00:00
Miro Hrončok
12d0355210 BR setuptools, make sure egg-info is a directory 2019-11-18 10:53:13 +01:00
Miro Hrončok
2cea24bdbc Subpackage python2-urllib3 has been removed 2019-11-18 10:53:06 +01:00
Jeremy Cline
d21c604418 Depend on trustme for tests 2019-11-13 10:43:08 -05:00
Jeremy Cline
c3f3dc010e Update to 1.25.7 2019-11-13 10:37:15 -05:00
Jeremy Cline
7052b95759 Buildrequire on python2-setuptools? 2019-10-15 15:32:32 +00:00
Jeremy Cline
5787270f5d Update to v1.25.6 2019-10-15 15:21:53 +00:00
Miro Hrončok
492a345e4a Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 14:34:53 +02:00
Miro Hrončok
a028911724 Rebuilt for Python 3.8 2019-08-18 12:26:29 +02:00
Miro Hrončok
5d54ee2af6 Bootstrap for Python 3.8 2019-08-15 16:53:12 +02:00
Fedora Release Engineering
c43e056ad4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 16:56:05 +00:00
Miro Hrončok
85d9ed5010 Set RECENT_DATE not to be older than 2 years
Backports https://github.com/urllib3/urllib3/pull/1645
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1727796
2019-07-08 10:23:29 +02:00
Jeremy Cline
f032b5b74e Drop Python 2 tests as python2-tornado is going away 2019-05-28 13:21:36 -04:00
Jeremy Cline
17996d6c19 Update to v1.25.3
Pulls in an upstreamed (but unreleased) patch for the tests to work
with the latest pytest.
2019-05-28 13:16:50 -04:00
Jeremy Cline
d68ec5c740 Update to v1.24.2 2019-04-17 16:51:22 -04:00
Fedora Release Engineering
4a6b9a8114 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 09:54:50 +00:00
Jeremy Cline
4425178aca
Bring back the ssl_match_hostname source and hackery
Python 3 has ssl_match_hostname as a file, but Python 2 symlinks the
directory and upgrading is troublesome. Rather than dealing with an
upgrade scriptlet, just bring back the old rm -rf stuff and wait for
Python 2 to die.
2018-11-13 14:02:34 -05:00
Jeremy Cline
9c6ea19d89
Update to v1.24.1 2018-11-13 12:11:41 -05:00
Lumir Balhar
da5d9b98b5 Remove unneeded dependency python[23]-psutil 2018-06-20 09:57:03 +02:00
Miro Hrončok
5a180480e5 Rebuilt for Python 3.7 2018-06-18 11:48:38 +02:00
Miro Hrončok
ab1886dec8 Bootstrap for Python 3.7 2018-06-14 14:53:23 +02:00
Jeremy Cline
0b513a8d72
urllib3 v1.23 (rhbz 1586072) 2018-06-05 14:30:24 -04:00
Jeremy Cline
0905637ec9
Backport patch for Python 3.7 support (rhbz 1584112)
Since it's not clear when urllib3 will get a new release, fix the Python
3.7 test failures now.
2018-05-30 08:58:59 -04:00
Miro Hrončok
d2ba833e15 Conditionalize the tests, useful when bootstrapping Python 2018-05-14 14:07:52 +02:00
Lukas Slebodnik
f9db920e4e Do not lowercase hostnames with custom-protocol (rhbz 1574684)
upstream: https://github.com/urllib3/urllib3/issues/1267
2018-05-03 22:37:57 +02:00
Jeremy Cline
f545e58745
Drop the dependency on cryptography and idna
Both these dependencies were only used by the PyOpenSSL injection
module, which we don't need on Fedora as we ship sufficiently new
versions of Python.
2018-04-18 12:16:13 -04:00
Jeremy Cline
2b8e0c721a
Drop PyOpenSSL requirement (rhbz 1567862)
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-04-16 10:31:30 -04:00
Fedora Release Engineering
ff1ca8879c - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 11:30:41 +00:00
Iryna Shcherbina
31b337ff52 Update Python 2 dependency declarations to new packaging standards 2018-01-31 03:45:16 +01:00
Tomas Hoger
9b84183aca Fix FTBFS - Move RECENT_DATE to 2017-06-30
As of 2018-01-01, python-urllib3 no longer builds because of the test
suite failure caused by RECENT_DATE not being recent enough.
RECENT_DATE was updated to 2017-06-30 upstream.

https://github.com/shazow/urllib3/issues/1303
4bff1e93d2
2018-01-25 09:27:01 +01:00
Jeremy Cline
a4ea2a37ad
Symlink the Python 3 bytecode for six (rbhz 1519147) 2017-12-01 12:13:20 -05:00
Fedora Release Engineering
cd301189c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 12:11:00 +00:00
Jeremy Cline
da96fffeeb
Remove the Google App Engine tests
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-07-21 14:13:43 -04:00
Jeremy Cline
9365051449
Run the tests with pytest rather than nose
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-07-21 13:55:06 -04:00