1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
httpx (0.27.2-1) unstable; urgency=medium
* New upstream release
* debian/control
- add zstandard to b-d, needed by tests
-- Sandro Tosi <morph@debian.org> Wed, 20 Nov 2024 02:43:44 -0500
httpx (0.27.0-1) unstable; urgency=medium
* New upstream release
-- Sandro Tosi <morph@debian.org> Thu, 07 Mar 2024 20:44:52 -0500
httpx (0.26.0-2) unstable; urgency=medium
* drop DPT
-- Sandro Tosi <morph@debian.org> Fri, 01 Mar 2024 16:30:04 -0500
httpx (0.26.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Drops dependency on python3-rfc3986 (Closes: #1058669)
* Drop patch, hatch-fancy-pypi-readme is now available in Debian.
* Build-Depend on python3-anyio.
* Bump Build-Depends on python3-httpcore.
-- Stefano Rivera <stefanor@debian.org> Mon, 01 Jan 2024 18:54:09 -0400
httpx (0.23.3-1) unstable; urgency=medium
* New upstream release
* debian/copyright
- extend packaging copyright years
* Refresh/drop patches
* debian/control
- bump Standards-Version to 4.6.2.0 (no changes needed)
* debian/tests/unittests
- run autopkgtest on all supported python versions
-- Sandro Tosi <morph@debian.org> Sun, 22 Jan 2023 02:36:20 -0500
httpx (0.23.1-1) unstable; urgency=medium
* New upstream release
* debian/control
- replace b-d on dh-python with pybuild-plugin-pyproject
- add hatchling to b-d, needed by pyproject.toml
* debian/patches/disable-hatch-fancy-pypi-readme.patch
- dont use hatch-fancy-pypi-readme module, not available in Debian
* debian/patches/PR2456.patch
- drop multipart test requirement, since PyPI:multipart and
PyPI:python-multipart conflicts
-- Sandro Tosi <morph@debian.org> Fri, 09 Dec 2022 02:00:45 -0500
httpx (0.23.0-1) unstable; urgency=medium
* New upstream release; Closes: #1010336 - CVE-2021-41945
* debian/control
- bump b-d on httpcore to >= 0.15.0
-- Sandro Tosi <morph@debian.org> Wed, 22 Jun 2022 22:16:02 -0400
httpx (0.22.0-2) unstable; urgency=medium
* debian/control, debian/rules
- add socksio to b-d, needed by tests which were disable and can now be
enabled again
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Thu, 17 Mar 2022 22:24:35 -0400
httpx (0.22.0-1) unstable; urgency=medium
* New upstream release
* debian/rules, debian/tests/unittests
- skip test_socks_proxy, depends on socksio not present in debian yet
* debian/control
- bump versioned v-d on httpcore to >= 0.14.5
-- Sandro Tosi <morph@debian.org> Thu, 24 Feb 2022 23:52:19 -0500
httpx (0.21.1-1) unstable; urgency=medium
* New upstream release
* debian/rules
- run tests at build-time
- allow to run test_main, now that the right b-d are in place
* debian/control
- bump Standards-Version to 4.6.0.1 (no changes needed)
- bump versioned b-d on httpcore to >= 0.14
- add click, pygments, and rich to b-d, needed to run tests
- add click, pygments, and rich to Depends, needed to run /usr/bin/httpx
* debian/tests/*
- add autopkgtests
* debian/copyright
- extend packaging copyright years
-- Sandro Tosi <morph@debian.org> Tue, 30 Nov 2021 00:55:55 -0500
httpx (0.19.0-1) unstable; urgency=medium
* New upstream release
* Use the new Debian Python Team contact name and address.
* debian/patches/0000-Debianize-unittests-run
- refresh patch onto new upstream code
* debian/control
- add charset-normalizer to b-d, needed by tests
* Keep tests disabled
-- Sandro Tosi <morph@debian.org> Wed, 24 Nov 2021 22:32:58 -0500
httpx (0.16.1-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* New upstream release; Closes: #971702
* debian/watch
- track github
* debian/patches/
- remove patches, no longer needed
* debian/control
- wrap-and-sort
- add brotli, httpcore, pytest, pytest-cov, trio, trustme, uvicorn to b-d,
needed for tests
- set httpcore as a versioned b-d, to be >= 0.12
* debian/rules
- disable tests (temporarily)
-- Sandro Tosi <morph@debian.org> Thu, 29 Oct 2020 01:37:46 -0400
httpx (0.12.1-2) unstable; urgency=medium
* debian/watch
- sort dev releases lower than final ones
-- Sandro Tosi <morph@debian.org> Sat, 18 Jul 2020 01:53:45 -0400
httpx (0.12.1-1) unstable; urgency=low
* Initial release; Closes: #951551
-- Sandro Tosi <morph@debian.org> Mon, 11 May 2020 00:35:56 -0400
|