Your message dated Mon, 01 Nov 2021 17:34:32 +0000 with message-id <[email protected]> and subject line Bug#997309: fixed in django-countries 7.2.1-1 has caused the Debian Bug report #997309, regarding django-countries: FTBFS: AttributeError: 'CountryField' object has no attribute 'db_collation' 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 [email protected] immediately.) -- 997309: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997309 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: django-countries Version: 6.0-1 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > py3versions: no X-Python3-Version in control file, using supported versions > /usr/bin/which: this version of `which' is deprecated; use `command -v' in > scripts instead. > set -e; \ > for python in python3.9; do \ > PYTHONPATH="." DJANGO_SETTINGS_MODULE=django_countries.tests.settings > $python /usr/bin/django-admin test django_countries.tests;\ > done > Creating test database for alias 'default'... > Traceback (most recent call last): > File "/usr/bin/django-admin", line 33, in <module> > sys.exit(load_entry_point('Django==3.2.8', 'console_scripts', > 'django-admin')()) > File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", > line 419, in execute_from_command_line > utility.execute() > File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", > line 413, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File > "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", > line 23, in run_from_argv > super().run_from_argv(argv) > File "/usr/lib/python3/dist-packages/django/core/management/base.py", line > 354, in run_from_argv > self.execute(*args, **cmd_options) > File "/usr/lib/python3/dist-packages/django/core/management/base.py", line > 398, in execute > output = self.handle(*args, **options) > File > "/usr/lib/python3/dist-packages/django/core/management/commands/test.py", > line 55, in handle > failures = test_runner.run_tests(test_labels) > File "/usr/lib/python3/dist-packages/django/test/runner.py", line 725, in > run_tests > old_config = self.setup_databases(aliases=databases) > File "/usr/lib/python3/dist-packages/django/test/runner.py", line 643, in > setup_databases > return _setup_databases( > File "/usr/lib/python3/dist-packages/django/test/utils.py", line 179, in > setup_databases > connection.creation.create_test_db( > File "/usr/lib/python3/dist-packages/django/db/backends/base/creation.py", > line 74, in create_test_db > call_command( > File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", > line 181, in call_command > return command.execute(*args, **defaults) > File "/usr/lib/python3/dist-packages/django/core/management/base.py", line > 398, in execute > output = self.handle(*args, **options) > File "/usr/lib/python3/dist-packages/django/core/management/base.py", line > 89, in wrapped > res = handle_func(*args, **kwargs) > File > "/usr/lib/python3/dist-packages/django/core/management/commands/migrate.py", > line 202, in handle > pre_migrate_apps = pre_migrate_state.apps > File "/usr/lib/python3/dist-packages/django/utils/functional.py", line 48, > in __get__ > res = instance.__dict__[self.name] = self.func(instance) > File "/usr/lib/python3/dist-packages/django/db/migrations/state.py", line > 208, in apps > return StateApps(self.real_apps, self.models) > File "/usr/lib/python3/dist-packages/django/db/migrations/state.py", line > 258, in __init__ > self.real_models.append(ModelState.from_model(model, exclude_rels=True)) > File "/usr/lib/python3/dist-packages/django/db/migrations/state.py", line > 407, in from_model > fields.append((name, field.clone())) > File "/usr/lib/python3/dist-packages/django/db/models/fields/__init__.py", > line 512, in clone > name, path, args, kwargs = self.deconstruct() > File "/<<PKGBUILDDIR>>/django_countries/fields.py", line 343, in deconstruct > name, path, args, kwargs = super().deconstruct() > File "/usr/lib/python3/dist-packages/django/db/models/fields/__init__.py", > line 1089, in deconstruct > if self.db_collation: > AttributeError: 'CountryField' object has no attribute 'db_collation' > make[1]: *** [debian/rules:14: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/10/23/django-countries_6.0-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: django-countries Source-Version: 7.2.1-1 Done: Michael Fladischer <[email protected]> We believe that the bug you reported is fixed in the latest version of django-countries, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Fladischer <[email protected]> (supplier of updated django-countries 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 01 Nov 2021 17:03:56 +0000 Source: django-countries Architecture: source Version: 7.2.1-1 Distribution: unstable Urgency: low Maintainer: Debian Python Team <[email protected]> Changed-By: Michael Fladischer <[email protected]> Closes: 997309 Changes: django-countries (7.2.1-1) unstable; urgency=low . [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. . [ Michael Fladischer ] * New upstream release. * Refresh patches. * Bump debhelper version to 13. . [ Ondřej Nový ] * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. . [ Salman Mohammadi ] * d/control: update HOMEPAGE url to github.com . [ Michael Fladischer ] * New upstream release (Closes: #997309). * Refresh patches. * Add patch to skip tests if graphene package is not available. * Bump Standards-Version to 4.6.0.1. * Use uscan version 4. * Enable upstream testsuite for autopkgtests. * Remove unnecessary autopkgtest-pkg-python testsuite. * Remove unused lintian overrides. Checksums-Sha1: 0e14dd35461712235497f5d1ad65db8c3b21b7d3 1852 django-countries_7.2.1-1.dsc 406594e2897f29e0fb0e32f0f6e3dc059721e9bd 649955 django-countries_7.2.1.orig.tar.gz 78812d16cd7de9c7303613b4decd8db7525825ff 16596 django-countries_7.2.1-1.debian.tar.xz 53048ce1aca42051c0f7b81815f328e8d5d36448 6518 django-countries_7.2.1-1_arm64.buildinfo Checksums-Sha256: eaccc88dd8fe9356f348c89cb89e77b2c7475b76726b45e9ade80e29340a8c13 1852 django-countries_7.2.1-1.dsc 26878b54d36bedff30b4535ceefcb8af6784741a8b30b1b8a662fb14a936a4ab 649955 django-countries_7.2.1.orig.tar.gz 5a58314f66a49402a0f145e19b67bd705523fa0dd8f28201ab6011a21cc81de3 16596 django-countries_7.2.1-1.debian.tar.xz 08ba493a10f6f47d35409c8e5e708a22e2d34652ef37794a14e3e0c3bd11b4ee 6518 django-countries_7.2.1-1_arm64.buildinfo Files: 83ef3badfd90f7736e9c7e845e326092 1852 python optional django-countries_7.2.1-1.dsc e8a326169e548230c1ad1536278c223b 649955 python optional django-countries_7.2.1.orig.tar.gz 33dcdb78dd388685fa3f02fb1d408cce 16596 python optional django-countries_7.2.1-1.debian.tar.xz 0394352132b583cbef2bd1e5ab77ae77 6518 python optional django-countries_7.2.1-1_arm64.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmGAH3MACgkQ/9PIi5l9 0WoO+Af+NFnXdG5+RpLQJ2MyeCUjBNfBf7t5LNBUHqZjd5vS6LsVIJs0Ecpq8jL4 8FDV2eyuDj1gyiyNxvcLNIX3W2lOwriDR8fAp17SEa+/O9LRvmL+qD5Djvm1Vmo+ /uj94fZDYEAeWMcVnacgfQnoqJMPDlL+iSKcLL+A2yhNbkqwxa+VHqbDDMdFjTL/ rtw23HnT++jwQBtqn1nKvjgXHM6/PURj++BiI2ZYSTWn7VWY3Uc3D3h96fnp2vWw PX5XiXaaSirfiIWDQ1rBCBykn3sN3B/RBVt1ZR4lr4UTUfPNWGT4fd7S6UFAwY6E P6xDRmReuEXcpNlA/rDDFNNL9AOUtw== =MTOQ -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
