Your message dated Mon, 16 Dec 2024 15:31:09 +0000
with message-id <e1tnd3t-000rkv...@fasolo.debian.org>
and subject line Bug#1090142: fixed in python-enmerkar 0.7.1-7
has caused the Debian Bug report #1090142,
regarding python-enmerkar: FTBFS: ERROR: Invalid value `None` in 
intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple 
or list.
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.)


-- 
1090142: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090142
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-enmerkar
Version: 0.7.1-6
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --buildsystem=python_distutils --with python3,sphinxdoc
   dh_update_autotools_config -O--buildsystem=python_distutils
   dh_autoreconf -O--buildsystem=python_distutils
   dh_auto_configure -O--buildsystem=python_distutils
dh_auto_configure: warning: Please use the third-party "pybuild" build system 
instead of python-distutils
dh_auto_configure: warning: This feature will be removed in compat 12.
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
echo "Do nothing..."
Do nothing...
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=python_distutils --with python3,sphinxdoc
   dh_testroot -O--buildsystem=python_distutils
   dh_prep -O--buildsystem=python_distutils
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
pkgos-dh_auto_install --no-py2 --in-tmp
+ PKGOS_IN_TMP=no
+ echo WARNING: --no-py2 is deprecated and always on.
WARNING: --no-py2 is deprecated and always on.
+ shift
+ PKGOS_IN_TMP=yes
+ shift
+ dpkg-parsechangelog -SSource
+ SRC_PKG_NAME=python-enmerkar
+ echo python-enmerkar
+ sed s/python-//
+ PY_MODULE_NAME=enmerkar
+ py3versions -vr
+ PYTHON3S=3.13 3.12
+ [ yes = yes ]
+ TARGET_DIR=tmp
+ pwd
+ python3.13 setup.py install --install-layout=deb --root 
/<<PKGBUILDDIR>>/debian/tmp
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
creating build/lib/enmerkar
copying enmerkar/__init__.py -> build/lib/enmerkar
copying enmerkar/middleware.py -> build/lib/enmerkar
copying enmerkar/extract.py -> build/lib/enmerkar
creating build/lib/enmerkar/templatetags
copying enmerkar/templatetags/babel.py -> build/lib/enmerkar/templatetags
copying enmerkar/templatetags/__init__.py -> build/lib/enmerkar/templatetags
creating build/lib/enmerkar/management
copying enmerkar/management/__init__.py -> build/lib/enmerkar/management
creating build/lib/enmerkar/management/commands
copying enmerkar/management/commands/babel.py -> 
build/lib/enmerkar/management/commands
copying enmerkar/management/commands/__init__.py -> 
build/lib/enmerkar/management/commands
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags
copying build/lib/enmerkar/templatetags/babel.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags
copying build/lib/enmerkar/templatetags/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands
copying build/lib/enmerkar/management/commands/babel.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands
copying build/lib/enmerkar/management/commands/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands
copying build/lib/enmerkar/management/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management
copying build/lib/enmerkar/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar
copying build/lib/enmerkar/middleware.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar
copying build/lib/enmerkar/extract.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags/babel.py
 to babel.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands/babel.py
 to babel.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/__init__.py 
to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/middleware.py
 to middleware.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/extract.py 
to extract.cpython-313.pyc
running install_egg_info
running egg_info
creating enmerkar.egg-info
writing enmerkar.egg-info/PKG-INFO
writing dependency_links to enmerkar.egg-info/dependency_links.txt
writing entry points to enmerkar.egg-info/entry_points.txt
writing requirements to enmerkar.egg-info/requires.txt
writing top-level names to enmerkar.egg-info/top_level.txt
writing manifest file 'enmerkar.egg-info/SOURCES.txt'
reading manifest file 'enmerkar.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
warning: no previously-included files matching '*.pyo' found anywhere in 
distribution
no previously-included directories found matching 'docs/_build'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'enmerkar.egg-info/SOURCES.txt'
Copying enmerkar.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar-0.7.1.egg-info
Skipping SOURCES.txt
running install_scripts
+ pwd
+ python3.12 setup.py install --install-layout=deb --root 
/<<PKGBUILDDIR>>/debian/tmp
running install
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
running build
running build_py
running install_lib
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags/babel.py
 to babel.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/templatetags/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands/babel.py
 to babel.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/commands/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/management/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/__init__.py 
to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/middleware.py
 to middleware.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar/extract.py 
to extract.cpython-312.pyc
running install_egg_info
running egg_info
writing enmerkar.egg-info/PKG-INFO
writing dependency_links to enmerkar.egg-info/dependency_links.txt
writing entry points to enmerkar.egg-info/entry_points.txt
writing requirements to enmerkar.egg-info/requires.txt
writing top-level names to enmerkar.egg-info/top_level.txt
reading manifest file 'enmerkar.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
warning: no previously-included files matching '*.pyo' found anywhere in 
distribution
no previously-included directories found matching 'docs/_build'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'enmerkar.egg-info/SOURCES.txt'
removing 
'/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar-0.7.1.egg-info'
 (and everything under it)
Copying enmerkar.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/enmerkar-0.7.1.egg-info
Skipping SOURCES.txt
running install_scripts
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/python*/usr/lib/python*/dist-packages/*.pth
+ pwd
+ rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
set -e ; for pyvers in 3.13 3.12; do \
        python$pyvers -m pytest tests -v ; \
done
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
plugins: cov-5.0.0, django-4.5.2, typeguard-4.4.1
collecting ... collected 33 items

tests/test_command.py::test_babel_compilemessages PASSED                 [  3%]
tests/test_extract.py::ExtractDjangoTestCase::test_blocktrans_with_whitespace_not_trimmed
 PASSED [  6%]
tests/test_extract.py::ExtractDjangoTestCase::test_blocktrans_with_whitespace_trimmed
 PASSED [  9%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_block 
PASSED [ 12%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_double_quotes
 PASSED [ 15%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_in_block 
PASSED [ 18%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_single_quotes
 PASSED [ 21%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_context_in_block 
PASSED [ 24%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_context_in_plural_block
 PASSED [ 27%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filter_with_filter 
PASSED [ 30%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filters_default_translatable
 PASSED [ 33%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filters_default_translatable_single_quotes
 PASSED [ 36%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_ignored_comment 
PASSED [ 39%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_ignored_comment2 
PASSED [ 42%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_no_tags PASSED [ 45%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_double_quotes 
PASSED [ 48%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_single_quotes 
PASSED [ 51%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_double_quotes
 PASSED [ 54%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_single_quotes
 PASSED [ 57%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_with_double_quotes
 PASSED [ 60%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_with_single_quotes
 PASSED [ 63%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_singular_form PASSED 
[ 66%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_unicode PASSED [ 69%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_unicode_blocktrans 
PASSED [ 72%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_valid_comment PASSED 
[ 75%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_var PASSED    [ 78%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_var_other PASSED [ 
81%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_with_interpolation 
PASSED [ 84%]
tests/test_extract.py::ExtractDjangoTestCase::test_trans_blocks_must_not_include_other_block_tags
 PASSED [ 87%]
tests/test_render.py::test_babel_render[en] PASSED                       [ 90%]
tests/test_render.py::test_babel_render[fi] PASSED                       [ 93%]
tests/test_render.py::test_babel_render[sv] PASSED                       [ 96%]
tests/test_render.py::test_babel_render[pt-BR] PASSED                    [100%]

=============================== warnings summary ===============================
tests/testproject/settings.py:1
  /<<PKGBUILDDIR>>/tests/testproject/settings.py:1: DeprecationWarning: 
pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 33 passed, 1 warning in 0.19s =========================
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0 -- 
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
plugins: cov-5.0.0, django-4.5.2, typeguard-4.4.1
collecting ... collected 33 items

tests/test_command.py::test_babel_compilemessages PASSED                 [  3%]
tests/test_extract.py::ExtractDjangoTestCase::test_blocktrans_with_whitespace_not_trimmed
 PASSED [  6%]
tests/test_extract.py::ExtractDjangoTestCase::test_blocktrans_with_whitespace_trimmed
 PASSED [  9%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_block 
PASSED [ 12%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_double_quotes
 PASSED [ 15%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_in_block 
PASSED [ 18%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_constant_single_quotes
 PASSED [ 21%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_context_in_block 
PASSED [ 24%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_context_in_plural_block
 PASSED [ 27%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filter_with_filter 
PASSED [ 30%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filters_default_translatable
 PASSED [ 33%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_filters_default_translatable_single_quotes
 PASSED [ 36%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_ignored_comment 
PASSED [ 39%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_ignored_comment2 
PASSED [ 42%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_no_tags PASSED [ 45%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_double_quotes 
PASSED [ 48%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_single_quotes 
PASSED [ 51%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_double_quotes
 PASSED [ 54%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_single_quotes
 PASSED [ 57%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_with_double_quotes
 PASSED [ 60%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_simple_with_context_with_single_quotes
 PASSED [ 63%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_singular_form PASSED 
[ 66%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_unicode PASSED [ 69%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_unicode_blocktrans 
PASSED [ 72%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_valid_comment PASSED 
[ 75%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_var PASSED    [ 78%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_var_other PASSED [ 
81%]
tests/test_extract.py::ExtractDjangoTestCase::test_extract_with_interpolation 
PASSED [ 84%]
tests/test_extract.py::ExtractDjangoTestCase::test_trans_blocks_must_not_include_other_block_tags
 PASSED [ 87%]
tests/test_render.py::test_babel_render[en] PASSED                       [ 90%]
tests/test_render.py::test_babel_render[fi] PASSED                       [ 93%]
tests/test_render.py::test_babel_render[sv] PASSED                       [ 96%]
tests/test_render.py::test_babel_render[pt-BR] PASSED                    [100%]

=============================== warnings summary ===============================
tests/testproject/settings.py:1
  /<<PKGBUILDDIR>>/tests/testproject/settings.py:1: DeprecationWarning: 
pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 33 passed, 1 warning in 0.20s =========================
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install -O--buildsystem=python_distutils
   dh_installdocs -O--buildsystem=python_distutils
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
DJANGO_SETTINGS_MODULE=tests.testproject.settings PYTHONPATH=. python3 -m 
sphinx -b html docs 
debian/python-enmerkar-doc/usr/share/doc/python-enmerkar-doc/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:32: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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 affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-enmerkar
Source-Version: 0.7.1-7
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-enmerkar, 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 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-enmerkar 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: SHA256

Format: 1.8
Date: Mon, 16 Dec 2024 15:55:35 +0100
Source: python-enmerkar
Architecture: source
Version: 0.7.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1090142
Changes:
 python-enmerkar (0.7.1-7) unstable; urgency=medium
 .
   * Add remove-intersphinx-extention.patch (Closes: #1090142).
Checksums-Sha1:
 dc4f481fb637b9c094443473f152b460f3af3186 2344 python-enmerkar_0.7.1-7.dsc
 a39535a7f929f6cfaa62c91b81c3388eb56772a9 4212 
python-enmerkar_0.7.1-7.debian.tar.xz
 feaff3c1c2368e0a465590b9b3e79c5dc6a8c687 9326 
python-enmerkar_0.7.1-7_amd64.buildinfo
Checksums-Sha256:
 59b9c55e5371ff3639fb966ddb631dcb2554cb0f7db4666cd48399542fa9f542 2344 
python-enmerkar_0.7.1-7.dsc
 7544025b43a2cb376d5f30bb34f4785d96acf9040e6b7e42dd7b74a424df10af 4212 
python-enmerkar_0.7.1-7.debian.tar.xz
 bd3ab9ade1c2e42b71c37c925e2649ab6aade934e294558252e4819615c3eaba 9326 
python-enmerkar_0.7.1-7_amd64.buildinfo
Files:
 9e5f47b7437a831a485a03488d0c0689 2344 python optional 
python-enmerkar_0.7.1-7.dsc
 8ca6c17f479bc91e3f2e2b6bf3b6fdab 4212 python optional 
python-enmerkar_0.7.1-7.debian.tar.xz
 8436a8bc64b679613ecce6beb6b1ea7c 9326 python optional 
python-enmerkar_0.7.1-7_amd64.buildinfo

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmdgQDcACgkQ1BatFaxr
Q/4iARAAgXJet4iazrVzdRADa4D+GU9J+WBhvKSzs/WoA6Dr63O2SYwVfu7SBfrJ
jnlT4zXB/z+rfGX+8OEYtSe448u1lY/qYK5+O1FY1uTx+mhSqGX3HYk6ktbcek4F
eDEQlzcugsNwz0E1fLfBhiFRQ4OeeQfLr2I7dHN3kPFdBlgodYo649Kt7ESaBGgo
wEos8OD/aMehERX9UDr+L1ea+1+FAwWo+KMR/n87rS2TW6h/0GhiE2zE/FkaJPx/
4HwPhvO+w82Dq+warJzGF3SgHWZkz5h300NnoTa0KITFH5KI2PAKyA2ZdVZfgsKF
8ModJq7ykQUP/Sbe61GXwx1VXBWjS/WO1OEELjrcYN4LgcUfOZActWvtRB2IdcKN
t/wnflLLkdWj5hrGMR8LMKoEotJaZnbg/4Eucjkd1h/j9A8pfG/QCuS6//aUlnJQ
7LGvaulIechoeGtppk9CrdDvObBS3d4+R5+k6fQtWUiPBHteGEUjawDN19Llw+UE
Rswk2GCdeA5eQ5GodgsGw9+3+3/ENWiaIrjTo7uqfw/+gDpkb/l2s6PStWtUa+TV
tdX0TQC81TU0LIoOivN/wJNVPVd4vZBRFW/heXQqIu/lqAW50+ZeJWoKyaHsvMRx
8Cx9UUIU0Jrgj4qO9S9iUx2daMTwnCylJr933e5nn826Yda1kMI=
=PJ/W
-----END PGP SIGNATURE-----

Attachment: pgptOYjk67prj.pgp
Description: PGP signature


--- End Message ---

Reply via email to