Commit Graph

138 Commits

Author SHA1 Message Date
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
Ralph Bean
646b32969a Remove broken symlinks to unbundled python3-six files
For https://bugzilla.redhat.com/show_bug.cgi?id=1295015
2016-06-01 16:12:39 -04:00
Ralph Bean
b73a1a95e6 Bring this back. 2016-05-03 10:55:00 -04:00
Ralph Bean
05973779a5 1.15.1 2016-05-03 10:42:38 -04:00
Ralph Bean
baa5773536 Apply patch from upstream to fix ipv6. 2016-02-26 11:14:18 -05:00
Fedora Release Engineering
84fceb2708 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 21:17:14 +00:00
Ralph Bean
948beaa046 1.13.1 2015-12-21 10:18:48 -05:00
Ralph Bean
298ec5cce9 1.13 2015-12-18 11:52:21 -05:00
Ralph Bean
5e3e64d813 1.12 2015-12-14 10:03:18 -05:00
Robert Kuska
9cbc253664 Rebuilt for Python3.5 rebuild 2015-10-15 09:55:32 +02:00
Ralph Bean
a8898e4cf7 Sync from PyPI instead of a git checkout. 2015-10-10 15:05:18 -04:00
Ralph Bean
c79ce17afe Handle this case as well. 2015-09-08 13:04:26 -04:00
Ralph Bean
afd6a7838d Typofix. 2015-09-08 12:50:20 -04:00
Ralph Bean
762324aa24 Drop requirement on python-backports-ssl_match_hostname on F22 and newer. 2015-09-08 12:46:15 -04:00
Ralph Bean
fdee4bf064 Remove some debug statements. 2015-09-08 12:37:13 -04:00
Dennis Gilmore
d15a22cb86 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 21:13:22 +00:00
Ralph Bean
a1d2b32552 Inject pyopenssl into urllib3 on Fedora 21 due to an older version of CPython there. 2015-06-08 10:12:50 -04:00
Ralph Bean
7e15819439 Specify symlinks for six.py{c,o} 2015-05-19 09:46:18 -04:00
Ralph Bean
65b03677d2 1.10.4. 2015-05-03 22:28:15 -04:00
Ralph Bean
98fa605bbb Latest git snapshot to get chunked stuff working again. 2015-04-29 09:57:30 -04:00
Ralph Bean
817aac82cf 1.10.3 2015-04-23 10:04:50 -04:00
Ralph Bean
9dff84a0d3 1.10.3 2015-04-22 10:01:54 -04:00
Haikel Guemar
af5280cb42 Fix EL6 build
Fix nose patch
2015-04-22 09:59:33 -04:00
Ralph Bean
db79cbad44 1.10.2 2015-02-25 21:23:27 -05:00
Ralph Bean
39487aaa7a 1.10.1 2015-02-18 14:59:37 -05:00
Ralph Bean
5ce4305a64 1.10.1 2015-02-18 14:52:45 -05:00
Ralph Bean
a641ca8965 Copy in that shim. 2015-01-05 12:41:22 -05:00
Ralph Bean
2d102046f1 Remove dummyserver tests which fail only sometimes. 2014-12-16 14:41:11 -05:00
Ralph Bean
f611c7ae39 Latest upstream. Re-do unbundling. 2014-12-16 14:17:20 -05:00
Ralph Bean
1960586c2a Latest upstream to match the latest python-requests. 2014-11-05 14:40:28 -05:00
Tom Callaway
149e0ed0fa fix license handling 2014-08-04 00:05:41 -04:00
Dennis Gilmore
90da227046 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 19:02:28 -05:00
Slavek Kabrda
b8e7d560db Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-15 16:37:03 +02:00
Arun S A G
131a805cef Update to upstream version 1.8.2
- Refactor python-urllib3-unbundle.patch
2014-04-27 23:53:12 -07:00
Ralph Bean
4670672fa3 Update patch to find ca_certs in the correct place. 2013-10-28 12:53:51 -04:00
Ralph Bean
4a646b98e0 Latest upstream. 2013-09-25 14:18:34 -04:00
Ralph Bean
89b18071bd bump release. 2013-08-28 22:18:03 -04:00
Ralph Bean
e709c886e0 Release bump. 2013-08-26 11:23:06 -04:00
Ralph Bean
1563f31238 Latest upstream. 2013-08-22 14:50:14 -04:00
Dennis Gilmore
da55d728d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 05:34:59 -05:00
Toshio Kuratomi
f54a32e693 Fix Requires of python-ordereddict to only apply to RHEL 2013-06-11 09:31:06 -07:00
Toshio Kuratomi
750fa891d4 Unbundling finished! 2013-03-01 10:26:23 -08:00
Ralph Bean
23a06f9568 Fix overwritten Accept header when proxy is used (#916725) 2013-03-01 10:28:34 -05:00
Ralph Bean
e2c2602a24 Initial import (#907688) 2013-02-28 09:56:18 -05:00