Your message dated Mon, 26 Jan 2026 02:20:37 +0000
with message-id <[email protected]>
and subject line Bug#1126229: fixed in python-django-extensions 4.1-2
has caused the Debian Bug report #1126229,
regarding python-django-extensions: FTBFS: FAILED 
tests/templatetags/test_highlighting.py::HighlightTagTests::test_should_highlight_python_syntax_with_name
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.)


-- 
1126229: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126229
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-django-extensions
Version: 4.1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202601/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-django-extensions, so that this is 
still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules execute_before_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs/.build docs/images
rm -f django_extensions/locale/*/LC_MESSAGES/django.mo
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild

[... snipped ...]


self = <tests.templatetags.test_highlighting.HighlightTagTests 
testMethod=test_should_highlight_python_syntax_with_name>

        def test_should_highlight_python_syntax_with_name(self):
            content = """{% load highlighting %}
    {% highlight 'python' 'Excerpt: blah.py' %}
    def need_food(self):
        print("Love is colder than death")
    {% endhighlight %}"""
            expected_result = """<div class="predesc"><span>Excerpt: 
blah.py</span></div><div class="highlight"><pre><span></span><span 
class="k">def</span> <span class="nf">need_food</span><span 
class="p">(</span><span class="bp">self</span><span class="p">):</span>
        <span class="nb">print</span><span class="p">(</span><span 
class="s2">&quot;Love is colder than death&quot;</span><span class="p">)</span>
    </pre></div>"""
            result = Template(content).render(self.ctx)
    
>           self.assertHTMLEqual(result, expected_result)

tests/templatetags/test_highlighting.py:40: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3/dist-packages/django/test/testcases.py:1044: in assertHTMLEqual
    self.fail(self._formatMessage(msg, standardMsg))
E   AssertionError: <div class="predesc">
E   <span>
E   Excerpt: blah.py
E   </span>
E   </div><div class="highligh [truncated]... != <div class="predesc">
E   <span>
E   Excerpt: blah.py
E   </span>
E   </div><div class="highligh [truncated]...
E     <div class="predesc">
E     <span>
E     Excerpt: blah.py
E     </span>
E     </div><div class="highlight">
E     <pre>
E     <span><span class="k">
E     def
E   - </span><span class="w"><span class="nf">
E   ?              ----------------
E   
E   + </span><span class="nf">
E     need_food
E     </span><span class="p">
E     (
E     </span><span class="bp">
E     self
E     </span><span class="p">
E     ):
E     </span><span class="nb">
E     print
E     </span><span class="p">
E     (
E     </span><span class="s2">
E     &quot;Love is colder than death&quot;
E     </span><span class="p">
E     )
E     </span>
E     </pre>
E     </div>
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/django/conf/__init__.py:241
  /usr/lib/python3/dist-packages/django/conf/__init__.py:241: 
RemovedInDjango50Warning: The default value of USE_TZ will change from False to 
True in Django 5.0. Set USE_TZ to False in your project settings if you want to 
keep the current default behavior.
    warnings.warn(

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_migration_is_not_squashed
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6bb508e0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_migration_is_not_squashed
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6c905930>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_migration_is_not_squashed
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6b9fca30>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_migration_is_not_squashed
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6b9fdff0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_more_than_one_migration_matches_to_given_arg
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_squashed_migration_not_found
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_squashed_migration_not_foundee
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandError_if_app_does_not_have_migrations
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandError_when_database_does_not_exist
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_delete_squashed_migrations
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_delete_squashed_migrations_if_interactive_mode_is_set_to_False
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_not_delete_anything
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_not_delete_files_for_given_squashed_migration
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'testapp_with_appconfig.titlemodel' was already registered. Reloading 
models is not advised as it can lead to inconsistencies, most notably with 
related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandEror_if_squashed_migration_not_found
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_delete_squashed_migrations_if_interactive_mode_is_set_to_False
tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsTests::test_should_not_delete_files_for_given_squashed_migration
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'testapp_with_appconfig.namemodel' was already registered. Reloading 
models is not advised as it can lead to inconsistencies, most notably with 
related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandError_when_database_does_not_exist
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6bb50250>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_delete_squashed_migrations.py::DeleteSquashedMigrationsExceptionsTests::test_should_raise_CommandError_when_database_does_not_exist
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6bb50280>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_describe_form.py::DescribeFormTests::test_should_print_form_definition_for_TestModel_with_non_editable_field
tests/management/commands/test_describe_form.py::DescribeFormTests::test_should_print_form_with_fields_for_TestModel
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'testapp.basemodel' was already registered. Reloading models is not 
advised as it can lead to inconsistencies, most notably with related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/management/commands/test_describe_form.py::DescribeFormTests::test_should_print_form_definition_for_TestModel_with_non_editable_field
tests/management/commands/test_describe_form.py::DescribeFormTests::test_should_print_form_with_fields_for_TestModel
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'testapp.noneditablemodel' was already registered. Reloading models is 
not advised as it can lead to inconsistencies, most notably with related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/management/commands/test_drop_test_database.py: 11 warnings
tests/management/commands/test_reset_db.py: 3 warnings
tests/management/commands/test_reset_schema.py: 1 warning
tests/management/commands/test_sqlcreate.py: 6 warnings
tests/management/commands/test_sqldsn.py: 13 warnings
  /usr/lib/python3/dist-packages/django/test/utils.py:458: UserWarning: 
Overriding setting DATABASES can lead to unexpected behavior.
    with self as context:

tests/management/commands/test_list_signals.py::ListSignalsTests::test_should_print_all_signals
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django-extensions/build/tests/management/commands/test_list_signals.py:29:
 DeprecationWarning: 'count' is passed as positional argument
    out = re.sub(r"(?<=#)\d+", "", self.out.getvalue(), re.M)

tests/management/commands/test_reset_db.py::ResetDbSqlite3Tests::test_should_cancel_reset_db_if_input_is_different_than_yes
tests/management/commands/test_reset_db.py::ResetDbMysqlTests::test_should_cancel_reset_db_if_input_is_different_than_yes
tests/management/commands/test_reset_db.py::ResetDbPostgresqlTests::test_should_cancel_reset_db_if_input_is_different_than_yes
tests/management/commands/test_reset_schema.py::ResetSchemaTests::test_should_cancel_reset_schema_and_print_info_if_input_is_different_than_yes
  /usr/lib/python3/dist-packages/django/test/testcases.py:1448: UserWarning: 
Overriding setting DATABASES can lead to unexpected behavior.
    super().setUpClass()

tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_should_reload_permission_only_for_specified_apps
tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_should_update_permission_if_name_changed
tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_works
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'django_extensions.permmodel' was already registered. Reloading models is 
not advised as it can lead to inconsistencies, most notably with related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_should_reload_permission_only_for_specified_apps
tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_should_update_permission_if_name_changed
tests/management/commands/test_update_permissions.py::UpdatePermissionsTests::test_works
  /usr/lib/python3/dist-packages/django/db/models/base.py:366: RuntimeWarning: 
Model 'testapp.testmodel' was already registered. Reloading models is not 
advised as it can lead to inconsistencies, most notably with related models.
    new_class._meta.apps.register_model(new_class._meta.app_label, new_class)

tests/test_randomchar_field.py::RandomCharFieldTest::testRandomCharTestModelAsserts
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6ceacc10>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_generate_password.py::test_without_args
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6b6c3280>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_generate_password.py::test_without_args
  /usr/lib/python3/dist-packages/_pytest/unraisableexception.py:67: 
PytestUnraisableExceptionWarning: Exception ignored in: 
<django.core.management.base.OutputWrapper object at 0x7f2a6b6c36d0>
  
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/django/core/management/base.py", line 
170, in flush
      self._out.flush()
      ~~~~~~~~~~~~~~~^^
  ValueError: I/O operation on closed file.
  
  Enable tracemalloc to get traceback where the object was allocated.
  See 
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
 for more info.
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

tests/management/commands/test_print_settings.py::test_without_args
tests/management/commands/test_print_settings.py::test_with_setting_args
tests/management/commands/test_print_settings.py::test_with_setting_wildcard
tests/management/commands/test_print_settings.py::test_with_setting_fail
tests/management/commands/test_print_settings.py::test_with_multiple_setting_args
tests/management/commands/test_print_settings.py::test_format
tests/management/commands/test_print_settings.py::test_format_json_without_indent
  /usr/lib/python3/dist-packages/django/conf/__init__.py:193: 
RemovedInDjango51Warning: The DEFAULT_FILE_STORAGE setting is deprecated. Use 
STORAGES instead.
    self._show_deprecation_warning(

tests/management/commands/test_print_settings.py::test_without_args
tests/management/commands/test_print_settings.py::test_with_setting_args
tests/management/commands/test_print_settings.py::test_with_setting_wildcard
tests/management/commands/test_print_settings.py::test_with_setting_fail
tests/management/commands/test_print_settings.py::test_with_multiple_setting_args
tests/management/commands/test_print_settings.py::test_format
tests/management/commands/test_print_settings.py::test_format_json_without_indent
  /usr/lib/python3/dist-packages/django/conf/__init__.py:201: 
RemovedInDjango51Warning: The STATICFILES_STORAGE setting is deprecated. Use 
STORAGES instead.
    self._show_deprecation_warning(

tests/management/commands/test_print_settings.py::test_without_args
tests/management/commands/test_print_settings.py::test_with_setting_args
tests/management/commands/test_print_settings.py::test_with_setting_wildcard
tests/management/commands/test_print_settings.py::test_with_setting_fail
tests/management/commands/test_print_settings.py::test_with_multiple_setting_args
tests/management/commands/test_print_settings.py::test_format
tests/management/commands/test_print_settings.py::test_format_json_without_indent
  /usr/lib/python3/dist-packages/django/conf/__init__.py:178: 
RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with 
Django 5.0, localized formatting of data will always be enabled. For example 
Django will display numbers and dates using the format of the current locale.
    self._show_deprecation_warning(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED 
tests/templatetags/test_highlighting.py::HighlightTagTests::test_should_highlight_python_syntax_with_name
= 1 failed, 509 passed, 4 skipped, 9 xfailed, 6 xpassed, 92 warnings in 7.11s ==
E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_django-extensions/build; python3.13 -m 
pytest --no-cov django_extensions tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-django-extensions
Source-Version: 4.1-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-django-extensions, 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.
Colin Watson <[email protected]> (supplier of updated 
python-django-extensions 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, 26 Jan 2026 01:49:28 +0000
Source: python-django-extensions
Architecture: source
Version: 4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1126229
Changes:
 python-django-extensions (4.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Drop patch to tolerate pygments < 2.19.0 in tests (closes: #1126229).
Checksums-Sha1:
 4d64b8807af1e7b1c7ec3f3d02625ea1d357e7ae 2868 
python-django-extensions_4.1-2.dsc
 15415422cc200025560ef1e82054a5ed2ecab1cf 393568 
python-django-extensions_4.1-2.debian.tar.xz
 a4f747ff31ff4e307dd11238d0a13cb6e6a2fac4 1162660 
python-django-extensions_4.1-2.git.tar.xz
 b7bf2151d06759561aaaddf8c818403dffd59d82 17354 
python-django-extensions_4.1-2_source.buildinfo
Checksums-Sha256:
 01a26a98caac6071cdd7c362364be5fa54b08015096fab8a036f3f1d79dae8cd 2868 
python-django-extensions_4.1-2.dsc
 90eca9fd8d77c923fa6da2fbd2c4659ff205d6e1161e029ab81285da635d3d1c 393568 
python-django-extensions_4.1-2.debian.tar.xz
 661b5440730e0357a6a31c08c59e47e82bd72899464f0a08fbf3f2226f623e42 1162660 
python-django-extensions_4.1-2.git.tar.xz
 299b1acd6715172a5d55a469229e857df9221f5f58fb20199d476c5417f8c9f8 17354 
python-django-extensions_4.1-2_source.buildinfo
Files:
 87884f753d8379197147accf8f50d6d2 2868 python optional 
python-django-extensions_4.1-2.dsc
 8a490fb09a441d90b5cc0f362654b497 393568 python optional 
python-django-extensions_4.1-2.debian.tar.xz
 2614411cf8934bea9d9cdfe76ccf44e7 1162660 python optional 
python-django-extensions_4.1-2.git.tar.xz
 7ab13e6db4c7ecbcc0a74365120f8576 17354 python optional 
python-django-extensions_4.1-2_source.buildinfo
Git-Tag-Info: tag=77163c05401d70f016861d743e1268e79a447acb 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAml2yRAACgkQYG0ITkaD
wHnFTg/8CePznYBIs9y6RuFhVjdINTBMa4wmOlcZKWTWXO1VWA2S0yqOjYpIMmho
+T61oFQPGX7U3zvrPQ2ttZPDW64gFpJPXqaq4xajCB4XebSxeIPresW698mVQKlz
qcJFKppQDoGSh19t9qUbHF5plRU99OntAeN+JQ1ss2YSXvFnfJwCbVLaw7HJLvNE
PHV+Uz2p/6XrPusX1/oZjorOOYF2GIEW/Zw4WxYqh0RhH8SpjUWxlel0NDWCpLkc
nrzkGq4to27jAadpfKUaWb8fQqqPMimgGkm5P3vWRFg2Q0pnFoA+cF0qTXow4niA
wIHj77nFpAySVYwBMblyoRGwofk7C08WJYZXeZkWQ8RBxmk/Ptg3WmYGfJBA2les
rLzZeSQ3AfNP89eifmgCpCC7tum8l/UmtccWYiX4jBjjm8ZpKzezNbHo0MGBVJMF
1pZxxi1CahrGJNf7eRZqOBWX1U1EKv8NTvzuzVMgvn3m8oOjdlAfknmIMFNkL8ZK
EAbICws8mvknIZZEvRrBIHtwPrNEQKR6cA+yZAIV3Xly8UOjbcgXRfH9Uk1hOTRR
1qnYiNqcqtZMoi43YSieFauJqJH+XgoNKerTUQgtZDhcvQupWyaxT02OFzQozuHF
b7a1b5UWafv1GqlDCKrStVKfbLD5BXL/c/D3t5EKJU+UlYSw2RU=
=h0RC
-----END PGP SIGNATURE-----

Attachment: pgpqGpG0UTbXn.pgp
Description: PGP signature


--- End Message ---

Reply via email to