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
|
python-gql (4.0.0-1) unstable; urgency=medium
* New upstream version 4.0.0.
* Drop unused B-D on python3-mock.
* Add myself to Uploaders.
* Refresh patches.
* Unset http_proxy and https_proxy which was previously set by pybuild,
as it blocks connections to 127.0.0.1.
* Add B-D on python3-pytest-console-scripts.
* Do not build docs if -Pnodoc.
* Mark some B-D as <!nocheck> <!nodoc> since docs/conf.py imports gql.
* Add debian/salsa-ci.yml.
* Enable build profiles in salsa-ci.yml.
* Drop Rules-Requires-Root: no since it's the default behaviour.
-- Tianyu Chen <billchenchina2001@gmail.com> Sun, 31 Aug 2025 02:37:32 +0800
python-gql (3.6.0~b4-1) unstable; urgency=medium
* New upstream release.
* New build dependency on httpx.
* Switch to autopkgtest-pkg-pybuild.
* Update Standards-Version.
* Update copyright year.
* Use debian/clean instead of override_dh_auto_clean.
* Simplify debian/rules.
-- Edward Betts <edward@4angle.com> Sat, 05 Apr 2025 07:49:37 +0100
python-gql (3.6.0~b2-1) unstable; urgency=medium
* New upstream release.
* Adjust debian/watch to handle alpha and beta versions.
* Run tests during package build and skip failing tests. (Closes: #1086811)
* Add missing Build-Depends that are needed for tests.
-- Edward Betts <edward@4angle.com> Fri, 15 Nov 2024 12:22:55 +0100
python-gql (3.5.0-2) unstable; urgency=medium
* Source-only upload to allow package to migrate to testing.
-- Edward Betts <edward@4angle.com> Tue, 10 Sep 2024 04:33:27 +0100
python-gql (3.5.0-1) unstable; urgency=medium
* Initial release. (Closes: #1080024)
-- Edward Betts <edward@4angle.com> Thu, 29 Aug 2024 19:10:14 +0100
|