Your message dated Thu, 06 Jan 2022 16:34:11 +0000
with message-id <e1n5vin-0003ze...@fasolo.debian.org>
and subject line Bug#1002339: fixed in python-django-modelcluster 5.2-2
has caused the Debian Bug report #1002339,
regarding python-django-modelcluster: FTBFS: dh_auto_test: error: pybuild 
--test -i python{version} -p "3.10 3.9" --system=custom "--test-args=cd 
{build_dir}; {interpreter} ./runtests.py" returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1002339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002339
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-modelcluster
Version: 5.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- --system=custom --test-args="cd {build_dir}; {interpreter} 
> ./runtests.py"
> I: pybuild pybuild:286: cp -r /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/runtests.py 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-modelcluster/build
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-modelcluster/build; python3.10 
> ./runtests.py
> Creating test database for alias 'default'...
> System check identified some issues:
> 
> WARNINGS:
> tests.Album: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Article: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Author: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Band: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.BandMember: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Category: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Chef: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Dish: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Document: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Gallery: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.GalleryImage: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.House: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Log: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.MenuItem: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NewsPaper: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NonClusterPlace: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Person: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Place: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Review: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Room: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Song: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedArticle: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedNonClusterPlace: (models.W042) Auto-created primary key used when 
> not defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedPlace: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Wine: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> 
> System check identified 25 issues (0 silenced).
> ................................................................ss.....................................................................E....x...
> ======================================================================
> ERROR: test_can_access_tags_on_unsaved_instance (tests.tests.test_tag.TagTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-modelcluster/build/tests/tests/test_tag.py",
>  line 40, in test_can_access_tags_on_unsaved_instance
>     mission_burrito.tags.set('mexican', 'burrito')
>   File "/usr/lib/python3/dist-packages/taggit/utils.py", line 124, in inner
>     return func(self, *args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-modelcluster/build/modelcluster/contrib/taggit.py",
>  line 78, in set
>     return super(_ClusterTaggableManager, self).set(*tags, clear=True)
>   File "/usr/lib/python3/dist-packages/taggit/utils.py", line 124, in inner
>     return func(self, *args, **kwargs)
> TypeError: _TaggableManager.set() takes 2 positional arguments but 3 were 
> given
> 
> ----------------------------------------------------------------------
> Ran 144 tests in 0.621s
> 
> FAILED (errors=1, skipped=2, expected failures=1)
> Destroying test database for alias 'default'...
> E: pybuild pybuild:355: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-modelcluster/build; python3.10 
> ./runtests.py
> I: pybuild pybuild:286: cp -r /<<PKGBUILDDIR>>/tests 
> /<<PKGBUILDDIR>>/runtests.py 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-modelcluster/build
> I: pybuild base:237: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-modelcluster/build; python3.9 
> ./runtests.py
> Creating test database for alias 'default'...
> System check identified some issues:
> 
> WARNINGS:
> tests.Album: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Article: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Author: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Band: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.BandMember: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Category: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Chef: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Dish: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Document: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Gallery: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.GalleryImage: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.House: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Log: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.MenuItem: (models.W042) Auto-created primary key used when not defining 
> a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NewsPaper: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.NonClusterPlace: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Person: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Place: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Review: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Room: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Song: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedArticle: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedNonClusterPlace: (models.W042) Auto-created primary key used when 
> not defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.TaggedPlace: (models.W042) Auto-created primary key used when not 
> defining a primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> tests.Wine: (models.W042) Auto-created primary key used when not defining a 
> primary key type, by default 'django.db.models.AutoField'.
>       HINT: Configure the DEFAULT_AUTO_FIELD setting or the 
> AppConfig.default_auto_field attribute to point to a subclass of AutoField, 
> e.g. 'django.db.models.BigAutoField'.
> 
> System check identified 25 issues (0 silenced).
> ................................................................ss.....................................................................E....x...
> ======================================================================
> ERROR: test_can_access_tags_on_unsaved_instance (tests.tests.test_tag.TagTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-modelcluster/build/tests/tests/test_tag.py",
>  line 40, in test_can_access_tags_on_unsaved_instance
>     mission_burrito.tags.set('mexican', 'burrito')
>   File "/usr/lib/python3/dist-packages/taggit/utils.py", line 124, in inner
>     return func(self, *args, **kwargs)
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-modelcluster/build/modelcluster/contrib/taggit.py",
>  line 78, in set
>     return super(_ClusterTaggableManager, self).set(*tags, clear=True)
>   File "/usr/lib/python3/dist-packages/taggit/utils.py", line 124, in inner
>     return func(self, *args, **kwargs)
> TypeError: set() takes 2 positional arguments but 3 were given
> 
> ----------------------------------------------------------------------
> Ran 144 tests in 0.622s
> 
> FAILED (errors=1, skipped=2, expected failures=1)
> Destroying test database for alias 'default'...
> E: pybuild pybuild:355: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-modelcluster/build; python3.9 
> ./runtests.py
> dh_auto_test: error: pybuild --test -i python{version} -p "3.10 3.9" 
> --system=custom "--test-args=cd {build_dir}; {interpreter} ./runtests.py" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2021/12/20/python-django-modelcluster_5.2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-django-modelcluster
Source-Version: 5.2-2
Done: Carsten Schoenert <c.schoen...@t-online.de>

We believe that the bug you reported is fixed in the latest version of
python-django-modelcluster, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1002...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated 
python-django-modelcluster package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 06 Jan 2022 16:54:34 +0100
Source: python-django-modelcluster
Architecture: source
Version: 5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1000684 1002339
Changes:
 python-django-modelcluster (5.2-2) unstable; urgency=medium
 .
   * Team upload
   * Add patches from patch queue branch
     Added patches (cherry picked upstream):
     0001-Fix-test-to-use-the-appropriate-variant-of-TaggableM.patch
     0002-Update-CI-to-test-against-taggit-1.3-2.0-and-2.0-sep.patch
     (Closes: #1000684, #1002339)
   * autopkgtest: Add python3-all to build-deps
Checksums-Sha1:
 9ad5ea8b0f814c4333de31d7e22e943c2df0796c 2269 
python-django-modelcluster_5.2-2.dsc
 4cc4e22849bdfdb34998862e7de1e41ecc8a4ff9 4992 
python-django-modelcluster_5.2-2.debian.tar.xz
 25c4b84540ce0fa8b0ab92c6a87628570104f514 6810 
python-django-modelcluster_5.2-2_amd64.buildinfo
Checksums-Sha256:
 8bce10d0afc822de9dd5fc785bff70a744454504e648fd272009bb21c22d3e3e 2269 
python-django-modelcluster_5.2-2.dsc
 90ad88ef8694817238a309b5d2794412440dae4336dfa263b9d680db5e89899b 4992 
python-django-modelcluster_5.2-2.debian.tar.xz
 4b9b208bb8b315e929705a4335dbf38b5a37a5299b8c602e98c9b2baf80f607c 6810 
python-django-modelcluster_5.2-2_amd64.buildinfo
Files:
 af60ee956e6ff579c7ce085bf04353dd 2269 python optional 
python-django-modelcluster_5.2-2.dsc
 42215b65ba3a11629390b453ec794527 4992 python optional 
python-django-modelcluster_5.2-2.debian.tar.xz
 a41dd5458d944d29cdb2e058b18e026c 6810 python optional 
python-django-modelcluster_5.2-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmHXFFUACgkQgwFgFCUd
HbA8Hw//bpzTl003Sucgl4Lwl1YSyFKzsBgucqHcYNDMS6vk1bGwWjX79Fpo5BWw
hocJST6pWIe/4HCbrG5glOx9rIG7/dD1EAIR4lYwtADSgN+w+sAgmV/+ZBSyzqlS
EW5knskxL4T/Q53Z3+vK1TkzvheAm8Br2r8Q1wjJ5fPOV7wOGAWjhua97FqlvX18
mzioqRgTlx4NlenE2nWR8l9n6MqWTn8gKEI9Y/6+UUBsZ8/p3M0dolSriMBsN1aR
zy373qEucVgmbABstGtyVutRoaY+Gv+PS0scJ3a0Scg+cXS+snniFP4EqDJv0rYr
rNU2CfPpHRbE1UREsA1FH7T07UfisSVgXP4HWjavHBGkS1XMfkSzAlDJQp0A/yAB
hf7XiF5K6x7x9SgeK1S5yYnfT4nJCPDevlqQ7tzH44ttAPOkFDkglPwfVuT7FT1s
Qe7D+UeQ2aeSMMdff5IcL4Nx9iYyDjM8HcdSBHP1QRQ1Dcx3aKdkT1YzHyWw6wwp
4eb3Eouh/CkApPmIUxTqvIALooKnn4WOzzg3e6K7g5cbFcZtvqWLPfUm/eosiC22
JQe1OaSRnxO2CGkUivfwfa2uLJbpFCT7lOvtFAuvyI7BaW/SBJbCY0V7s55c57nF
v1JdbD91U4/GzPpkodyOlAwjq8YbgG/tqbHS9iAGP1zkM8HIzic=
=SOjn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to