Commit Graph

93 Commits

Author SHA1 Message Date
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
Jeremy Cline
bda1937358
Add a BuildRequires on pytest
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-07-21 13:32:43 -04:00
Jeremy Cline
d5c3e0965b
Update to 1.22 (#1473293)
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-07-21 13:25:27 -04:00
Jeremy Cline
ebed52294d
Update to 1.21.1 (#1445280)
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-05-17 13:07:03 -04:00
Jeremy Cline
6a3f489645
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/python-urllib3 2017-02-09 12:53:52 -05:00
Jeremy Cline
a103d65f31
Update to 1.20 (#1414775)
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2017-02-09 12:51:49 -05:00
Charalampos Stratakis
f7d96a6844 Rebuild for Python 3.6 2016-12-13 18:25:27 +01:00
Jeremy Cline
821ff06ccf
Update to 1.19.1 (#1373688) 2016-11-17 17:18:29 -05:00
Kevin Fenzi
66b44994e3 Rebuild now that python-requests is ready to update. 2016-08-10 15:34:08 -06:00
Fedora Release Engineering
57ee1a8b4c - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 12:03:07 +00:00
Kevin Fenzi
0731463aa2 Update to 1.16 2016-06-15 11:51:41 -06:00
Ralph Bean
bc86150b0a Add a python2 subpackage to comply with guidelines. 2016-06-02 13:13:43 -04:00