Codebase list chargebee-python / 320a2c3
releasing package chargebee-python version 1.6.6-4 Louis-Philippe VĂ©ronneau 1 year, 5 months ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 chargebee-python (1.6.6-4) unstable; urgency=medium
1
2 * Team upload.
3 * d/rules: force tests to run via something other than the deprecated
4 "python3 setup.py test" command.
5
6 -- Louis-Philippe VĂ©ronneau <pollo@debian.org> Fri, 02 Dec 2022 17:36:19 -0500
7
08 chargebee-python (1.6.6-3) unstable; urgency=medium
19
210 [ Debian Janitor ]
11
22 export PYBUILD_NAME=chargebee
33
4 PYVERS = $(shell py3versions -s -v)
5
46 %:
57 dh $@ --with python3 --buildsystem=pybuild
8
9 override_dh_auto_test:
10 $(foreach pyv, $(PYVERS), python$(pyv) -m unittest -v tests/util.py;)