Roman Inflianskas
dda0a78b6b
Use %autochangelog
2024-02-20 09:26:10 +02:00
Fedora Release Engineering
bc679b0589
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-26 10:37:27 +00:00
Fedora Release Engineering
7e4bd55758
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-22 06:58:41 +00:00
Roman Inflianskas
96fa34d8ce
Update to 1.39.1 (fedora#2238739)
...
- Use bcond for conditionally excluded integrations, sqlalchemy during
tests, and for network-related tests
- Verify all extras against setup.py
- Improve testing by removing ignores for tests that pass and adding
comments with reasons for ignores
- Remove patch for Python 3.12 which is unnecessary now
- Add new integrations (extras)
2024-01-03 15:23:48 +02:00
Miro Hrončok
90c9c5f347
Explicitly BuildRequire python3dist(pysocks)
...
The dependency is listed in test-requirements.txt,
when urllib3 does not pull in pysocks transitively,
the tests fail:
=================================== FAILURES ===================================
_________________________ test_socks_proxy[testcase1] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase2] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase3] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase4] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase5] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase6] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase7] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
_________________________ test_socks_proxy[testcase8] __________________________
tests/test_client.py:344: in test_socks_proxy
assert str(type(client.transport._pool)) == testcase["expected_proxy_class"]
E assert "<class 'urll...PoolManager'>" == "<class 'urll...roxyManager'>"
E - <class 'urllib3.contrib.socks.SOCKSProxyManager'>
E + <class 'urllib3.poolmanager.PoolManager'>
2023-10-12 11:07:24 +02:00
Roman Inflianskas
a69a033e3f
Update to 1.29.2 (fedora#2222617)
2023-09-04 18:00:04 +03:00
Fedora Release Engineering
043304facf
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-21 13:54:47 +00:00
Roman Inflianskas
cfd5f98938
Update to 1.28.0; tests: add support for Python 3.12 (fedora#2220929, fedora#2220496)
2023-07-13 11:54:57 +03:00
Python Maint
2241823332
Rebuilt for Python 3.12
2023-07-13 09:15:07 +02:00
Roman Inflianskas
bb5b60a68f
Update to 1.27.0 (resolve rhbz#2219588)
2023-07-05 10:16:30 +03:00
Roman Inflianskas
827e1c04cf
Update to 1.26.0 (resolve rhbz#2216744)
2023-06-26 13:19:37 +03:00
Roman Inflianskas
ceab21f8fd
Update to 1.25.1 (resolve rhbz#2211880)
2023-06-21 16:41:41 +03:00
Roman Inflianskas
b8c0429555
Update to 1.24.0 (resolve rhbz#2196238)
2023-05-25 15:37:26 +03:00
Benjamin A. Beasley
3ce2dd6dfc
Re-generate integration grpc test proto bindings
...
Fixes FTBFS with python-opentelemetry 1.18.0/0.39~b0
2023-05-22 09:47:54 -04:00
Benjamin A. Beasley
ffc280f457
Add an explicit protobuf dependency for testing
2023-05-22 09:38:56 -04:00
Benjamin A. Beasley
6e6354c108
Add grpcio extra metapackage and test dependency
2023-05-22 09:28:54 -04:00
Roman Inflianskas
a1caf90759
Update to 1.22.1 (resolve rhbz#2193365)
2023-05-08 08:04:57 +03:00
Roman Inflianskas
1772824948
Update to 1.21.1 (resolve rhbz#2182365)
2023-05-02 17:29:17 +03:00
Roman Inflianskas
189cd891de
Update to 1.17.0 (resolve rhbz#2179098)
2023-03-27 16:38:52 +03:00
Roman Inflianskas
951072fcf4
Update to 1.16.0 (resolve rhbz#2167733)
2023-02-28 07:59:09 +02:00
Roman Inflianskas
331b4d5d18
Fixed changelog merge conflict
2023-01-23 13:36:37 +02:00
Roman Inflianskas
ad7b63dabc
Update to 1.14.0 (resolve rhbz#2163387)
2023-01-23 13:34:28 +02:00
Fedora Release Engineering
e5765ce9a3
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 17:12:44 +00:00
Roman Inflianskas
43b178a145
Update to 1.13.0 (resolve rhbz#2160514)
2023-01-13 09:02:09 +02:00
Roman Inflianskas
f77ea15b7e
+- Update to 1.12.1 (resolve rhbz#2153838)
...
- Add fastapi, pymongo, and opentelemetry extras
- Remove falcon extra
- Check imports
2023-01-12 15:04:33 +02:00
Roman Inflianskas
e8af2b8a2c
Update to 1.11.1 (resolve rhbz#2144826)
2022-11-23 10:55:53 +02:00
Roman Inflianskas
238a2887bb
Update to 1.11.0 (resolve rhbz#2142588)
2022-11-21 09:16:01 +02:00
Roman Inflianskas
db0e2193e3
Deselect flaky tests
2022-10-26 16:50:09 +03:00
Roman Inflianskas
6cece59bdb
Update to 1.10.1 (resolve rhbz#2136521)
2022-10-26 16:32:46 +03:00
Roman Inflianskas
486f140ba7
Update to 1.9.10 (resolve rhbz#2131775)
2022-10-04 12:35:59 +03:00
Roman Inflianskas
1ddf175bfb
Update to 1.9.9 (resolve rhbz#2115953)
2022-09-28 15:21:46 +03:00
Roman Inflianskas
ea9cdc3be7
Update to 1.9.0 (resolve rhbz#2111875)
2022-07-29 11:11:11 +03:00
Roman Inflianskas
3ebc5238fc
Remove extras, which fail to install (resolve rhbz#2110754)
2022-07-26 11:31:52 +03:00
Roman Inflianskas
a0b6631ffc
Update to 1.8.0 (resolve rhbz#2105940)
2022-07-23 21:37:08 +03:00
Fedora Release Engineering
d6960c3235
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 22:14:48 +00:00
Roman Inflianskas
3f5c9f3815
Update to 1.6.0, remove falcon extra (resolve rhbz#2102851)
2022-07-01 11:58:08 +03:00
Roman Inflianskas
554d41482f
Initial import ( #2064188 )
2022-06-30 11:27:14 +03:00