Skip to content
Snippets Groups Projects
Commit 187ecf72 authored by Janitor's avatar Janitor
Browse files

Remove constraints unnecessary since buster (oldstable)

* Build-Depends: Drop versioned constraint on python3-aiohttp.
* python3-aiohttp-proxy: Drop versioned constraint on python3-aiohttp in Depends.

Changes-By: deb-scrub-obsolete
parent 6ccf2819
No related branches found
No related tags found
No related merge requests found
python-aiohttp-proxy (0.1.1+dfsg-3) UNRELEASED; urgency=medium
* Update standards version to 4.6.1, no changes needed.
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on python3-aiohttp.
+ python3-aiohttp-proxy: Drop versioned constraint on python3-aiohttp in
Depends.
-- Debian Janitor <janitor@jelmer.uk> Sun, 02 Oct 2022 13:31:10 -0000
......
......@@ -6,7 +6,7 @@ Uploaders: Martin <debacle@debian.org>
Build-Depends: ca-certificates <!nocheck>,
debhelper-compat (= 13),
dh-python,
python3-aiohttp (>= 2.3.2) <!nocheck>,
python3-aiohttp <!nocheck>,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
......@@ -19,7 +19,7 @@ Testsuite: autopkgtest-pkg-python
Package: python3-aiohttp-proxy
Architecture: all
Depends: python3-aiohttp (>= 2.3.2), ${misc:Depends}, ${python3:Depends}
Depends: python3-aiohttp, ${misc:Depends}, ${python3:Depends}
Description: full-featured proxy connector for aiohttp
This library provides a SOCKS proxy connector for aiohttp.
HTTP, HTTPS, SOCKS4(a) and SOCKS5(h) proxies are supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment