Commit graph

54 commits

Author SHA1 Message Date
Python Maint
6238b69d7d Finish Python 3.13 bootstrap
Our tooling indicates the package is not yet ready to be built
with this change due to missing dependencies.
However, considering the Fedora 41 Mass Rebuild happens tomorrow,
we revert our changes for now,
not to create a false indication that this package builds fine.
If a dependency needs to be dropped permanently,
it should be done manually by the package maintainer(s).
2024-07-16 22:17:19 +02:00
Paul Wouters
987e25db07 Resolves: rhbz#2282202 Update to 2.7.1
- Disable unpackaged cohere
2024-07-05 13:43:04 -04:00
Python Maint
30f00540cd Bootstrap for Python 3.13 2024-06-11 18:03:08 +02:00
Miro Hrončok
7501b73789 Add a bcond for tests
Apparently, this package is required by plasma-drkonqi,
which is needed to build the KDE image.

We don't have all the tests deps for a Python 3.13 rebuild,
so this allows us to build the package without tests first.
2024-06-11 18:01:54 +02:00
Roman Inflianskas
52e4dd8be2
Update to v2.1.1 (fedora#2257648) 2024-05-10 08:17:14 +03:00
Roman Inflianskas
df86972479
Update comment about pytest issue
[skip changelog]
2024-05-02 10:53:48 +03:00
Roman Inflianskas
d8aca4e97c
Update to v2.0.1 2024-05-02 10:52:10 +03:00
Benjamin A. Beasley
11b7a1b2a1 Allow testing with anyio 4 2024-04-26 12:22:18 -04:00
Roman Inflianskas
d147a9f460
Update to v1.45.0 2024-04-18 19:32:45 +03:00
Roman Inflianskas
24c0bc5851
Update to v1.44.0 2024-04-01 17:44:13 +03:00
Roman Inflianskas
a4bc877d6a
Use %tox for testing instead of %pytest
[skip changelog]
2024-04-01 15:20:16 +03:00
Roman Inflianskas
69025a6e64
BuildRequires: psycopg -> psycopg2 2024-02-21 08:25:11 +02:00
Roman Inflianskas
ce1ad6f845
Update to 1.39.2 2024-02-21 08:15:05 +02:00
Roman Inflianskas
60a358000a
Use forges 2024-02-20 09:46:18 +02:00
Roman Inflianskas
9e322dee99
Use %autorelease 2024-02-20 09:32:04 +02:00
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
ec4efa5aaa
Remove sources from git repository committed by mistake 2023-09-04 18:19:47 +03: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