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
|
python-webargs (8.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 02 Nov 2025 20:46:51 +0000
python-webargs (8.7.0-2) unstable; urgency=medium
* Team upload.
* Remove usages of event_loop fixture to fix tests (closes: #1115756).
* Use dh-sequence-python3.
* Standards-Version: 4.7.2.
-- Colin Watson <cjwatson@debian.org> Fri, 10 Oct 2025 00:29:35 +0100
python-webargs (8.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Switch to autopkgtest-pkg-pybuild.
-- Colin Watson <cjwatson@debian.org> Mon, 05 May 2025 11:34:21 +0100
python-webargs (8.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- Fix the handling of invalid JSON bodies in the bottle parser to
support bottle versions >=0.13 (closes: #1082393).
-- Colin Watson <cjwatson@debian.org> Thu, 03 Oct 2024 23:42:24 +0100
python-webargs (8.5.0-1) unstable; urgency=medium
* Team Upload
* Adapt gbp.conf and *-ci.yml for Debian
* New upstream version 8.5.0
* Add missing build-deps flit and pybuild-plugin-pyproject
* Bump Standards-Version to 4.7.0 (no changes)
* Fix permissions of /usr/lib/python3/dist-packages/webargs/__init__.py
* Run the tests during the build
-- Sophie Brun <sophie@offensive-security.com> Fri, 09 Aug 2024 16:00:16 +0200
python-webargs (8.0.1-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 23 Nov 2022 21:42:46 +0000
python-webargs (8.0.1-1) unstable; urgency=low
* New upstream release.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 30 Dec 2021 09:30:01 +0000
python-webargs (7.0.1-2) unstable; urgency=medium
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 24 Dec 2021 19:27:36 +0000
python-webargs (7.0.1-1) unstable; urgency=medium
* Initial upload to unstable. Closes: #986750
-- Jelmer Vernooij <jelmer@debian.org> Mon, 12 Apr 2021 08:20:38 +0100
python-webargs (7.0.1-0kali1) kali-dev; urgency=medium
[ Kali Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Sophie Brun ]
* New upstream version 7.0.1
* Bump Standards-Version to 4.5.1
-- Sophie Brun <sophie@offensive-security.com> Tue, 05 Jan 2021 14:20:06 +0100
python-webargs (5.5.3-0kali1) kali-dev; urgency=medium
* New upstream version 5.5.3
-- Sophie Brun <sophie@offensive-security.com> Wed, 06 May 2020 11:17:45 +0200
python-webargs (5.1.2-0kali2) kali-dev; urgency=medium
* Remove Python 2 modules
-- Sophie Brun <sophie@offensive-security.com> Mon, 30 Dec 2019 14:12:50 +0100
python-webargs (5.1.2-0kali1) kali-dev; urgency=medium
* New upstream version 5.1.2
* Refresh patch
-- Sophie Brun <sophie@offensive-security.com> Fri, 22 Feb 2019 14:12:42 +0100
python-webargs (4.4.1-0kali1) kali-dev; urgency=medium
* New upstream version 4.4.1
* Refresh patch
* Add missing dependencies
-- Sophie Brun <sophie@offensive-security.com> Mon, 04 Feb 2019 16:04:15 +0100
python-webargs (4.0.0-0kali4) kali-dev; urgency=medium
* Fix the version comparison in patch
-- Sophie Brun <sophie@freexian.com> Wed, 24 Oct 2018 17:36:44 +0200
python-webargs (4.0.0-0kali3) kali-dev; urgency=medium
* Add a patch to handle correctly marshmallow version
-- Sophie Brun <sophie@freexian.com> Tue, 28 Aug 2018 11:35:48 +0200
python-webargs (4.0.0-0kali2) kali-dev; urgency=medium
* Remove unused build-dep
* Remove Python3 specific files in Python2 module
-- Sophie Brun <sophie@freexian.com> Mon, 27 Aug 2018 15:07:29 +0200
python-webargs (4.0.0-0kali1) kali-dev; urgency=medium
* Initial release
-- Sophie Brun <sophie@freexian.com> Fri, 27 Jul 2018 17:38:57 +0200
|