Your message dated Fri, 04 Apr 2025 17:05:25 +0000
with message-id <e1u0ktt-003omj...@fasolo.debian.org>
and subject line Bug#1090096: fixed in diceware 1.0.1-1
has caused the Debian Bug report #1090096,
regarding diceware: FTBFS: ERROR: Invalid value `None` in 
intersphinx_mapping['http://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.)


-- 
1090096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:diceware
Version: 0.10-2
Severity: serious
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running config
I: pybuild base:311: python3.12 setup.py config 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py build 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/logger.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/wordlist.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/random_sources.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
copying diceware/config.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware
running egg_info
creating diceware.egg-info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
writing manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning: 
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'diceware.wordlists' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'diceware.wordlists' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'diceware.wordlists' to be distributed and are
        already explicitly excluding 'diceware.wordlists' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_de.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_de_8k.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_adjectives.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_eff.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_nouns.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_securedrop.asc -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
copying diceware/wordlists/wordlist_pt-br.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/logger.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/wordlist.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/random_sources.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
copying diceware/config.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware
running egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning: 
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'diceware.wordlists' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'diceware.wordlists' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'diceware.wordlists' to be distributed and are
        already explicitly excluding 'diceware.wordlists' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_de.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_de_8k.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_adjectives.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_eff.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_nouns.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_en_securedrop.asc -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
copying diceware/wordlists/wordlist_pt-br.txt -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
env PYTHONPATH=/<<PKGBUILDDIR>> dh_auto_test
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs /<<PKGBUILDDIR>>/README.rst 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 
/<<PKGBUILDDIR>>/setup.py egg_info -e 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info
writing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/PKG-INFO
writing dependency_links to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/dependency_links.txt
writing entry points to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/entry_points.txt
writing namespace_packages to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/namespace_packages.txt
writing requirements to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/requires.txt
writing top-level names to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/top_level.txt
writing manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
reading manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware.egg-info/SOURCES.txt'
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests
============================= test session starts ==============================
platform linux -- Python 3.13.1, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.1
collected 282 items / 4 deselected / 278 selected

tests/conftest.py .                                                      [  0%]
tests/test_config.py ......................                              [  8%]
tests/test_diceware.py ....................................              [ 21%]
tests/test_logger.py .....                                               [ 23%]
tests/test_random_sources.py .......................................     [ 37%]
tests/test_wordlist.py ....................................              [ 50%]
tests/conftest.py .                                                      [ 50%]
tests/test_config.py ......................                              [ 50%]
tests/test_diceware.py ....................................              [ 50%]
tests/test_logger.py .....                                               [ 50%]
tests/test_random_sources.py .......................................     [ 50%]
tests/test_wordlist.py ....................................              [ 50%]

=============================== warnings summary ===============================
diceware/__init__.py:19
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__init__.py:19: 
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
================= 278 passed, 4 deselected, 1 warning in 0.56s =================
I: pybuild pybuild:334: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; rm 
-rf docs README.rst *.egg-info
I: pybuild pybuild:308: cp -r /<<PKGBUILDDIR>>/docs /<<PKGBUILDDIR>>/README.rst 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 
/<<PKGBUILDDIR>>/setup.py egg_info -e 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running egg_info
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info
writing /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/PKG-INFO
writing dependency_links to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/dependency_links.txt
writing entry points to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/entry_points.txt
writing namespace_packages to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/namespace_packages.txt
writing requirements to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/requires.txt
writing top-level names to 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/top_level.txt
writing manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
reading manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware.egg-info/SOURCES.txt'
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
python3.12 -m pytest /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests
============================= test session starts ==============================
platform linux -- Python 3.12.8, pytest-8.3.4, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: tox.ini
plugins: typeguard-4.4.1
collected 282 items / 4 deselected / 278 selected

tests/conftest.py .                                                      [  0%]
tests/test_config.py ......................                              [  8%]
tests/test_diceware.py ....................................              [ 21%]
tests/test_logger.py .....                                               [ 23%]
tests/test_random_sources.py .......................................     [ 37%]
tests/test_wordlist.py ....................................              [ 50%]
tests/conftest.py .                                                      [ 50%]
tests/test_config.py ......................                              [ 50%]
tests/test_diceware.py ....................................              [ 50%]
tests/test_logger.py .....                                               [ 50%]
tests/test_random_sources.py .......................................     [ 50%]
tests/test_wordlist.py ....................................              [ 50%]

=============================== warnings summary ===============================
diceware/__init__.py:19
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__init__.py:19: 
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
================= 278 passed, 4 deselected, 1 warning in 0.59s =================
I: pybuild pybuild:334: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; rm 
-rf docs README.rst *.egg-info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_install
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root 
/<<PKGBUILDDIR>>/debian/tmp 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
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 egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning: 
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'diceware.wordlists' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'diceware.wordlists' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'diceware.wordlists' to be distributed and are
        already explicitly excluding 'diceware.wordlists' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/logger.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/config.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/logger.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/random_sources.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/wordlist.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__pycache__/__init__.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlist.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/random_sources.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_securedrop.asc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_pt-br.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_eff.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_de.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_de_8k.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_adjectives.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/wordlists/wordlist_en_nouns.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlists
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/diceware/config.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/logger.py 
to logger.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/wordlist.py
 to wordlist.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/random_sources.py
 to random_sources.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware/config.py 
to config.cpython-313.pyc
running install_egg_info
Copying diceware.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.13/dist-packages/diceware-0.10.egg-info
Skipping SOURCES.txt
running install_scripts
Installing diceware script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
I: pybuild base:311: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/tmp 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
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 egg_info
writing diceware.egg-info/PKG-INFO
writing dependency_links to diceware.egg-info/dependency_links.txt
writing entry points to diceware.egg-info/entry_points.txt
writing namespace_packages to diceware.egg-info/namespace_packages.txt
writing requirements to diceware.egg-info/requires.txt
writing top-level names to diceware.egg-info/top_level.txt
reading manifest file 'diceware.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'diceware.egg-info/SOURCES.txt'
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:218: _Warning: 
Package 'diceware.wordlists' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'diceware.wordlists' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to 
distribute this
        package, please make sure that 'diceware.wordlists' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation 
page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'diceware.wordlists' to be distributed and are
        already explicitly excluding 'diceware.wordlists' via
        `find_namespace_packages(...)/find_namespace` or 
`find_packages(...)/find`,
        you can try to use `exclude_package_data`, or 
`include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools 
documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        
********************************************************************************

!!
  check.warn(importable)
running install_lib
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages
creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/logger.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/wordlist.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/random_sources.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/logger.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__pycache__/config.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__pycache__
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlist.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/__init__.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/random_sources.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
creating 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_securedrop.asc
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_pt-br.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_eff.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_de.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_de_8k.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_adjectives.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/wordlists/wordlist_en_nouns.txt
 -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlists
copying /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/diceware/config.py -> 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/logger.py 
to logger.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/wordlist.py
 to wordlist.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/random_sources.py
 to random_sources.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware/config.py 
to config.cpython-312.pyc
running install_egg_info
Copying diceware.egg-info to 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.12/dist-packages/diceware-0.10.egg-info
Skipping SOURCES.txt
running install_scripts
Installing diceware script to /<<PKGBUILDDIR>>/debian/tmp/usr/bin
cd docs ; env PYTHONPATH=/<<PKGBUILDDIR>> LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 make 
html
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v8.1.3
WARNING: Invalid configuration value found: 'language = None'. Update your 
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[2]: *** [Makefile:54: html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: *** [debian/rules:26: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: 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: diceware
Source-Version: 1.0.1-1
Done: Andre Bianchi <dr...@riseup.net>

We believe that the bug you reported is fixed in the latest version of
diceware, 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.
Andre Bianchi <dr...@riseup.net> (supplier of updated diceware 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: Mon, 24 Feb 2025 17:20:20 -0300
Source: diceware
Architecture: source
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Andre Bianchi <dr...@riseup.net>
Changed-By: Andre Bianchi <dr...@riseup.net>
Closes: 1083360 1090096
Changes:
 diceware (1.0.1-1) unstable; urgency=medium
 .
   * Update upstream to version 1.0.1 (Closes: #1090096, #1083360)
   * Source-only upload (unblocks migration to testing)
Checksums-Sha1:
 5eeb43d326cc4908dac0a3c1f1ff624279de0a96 1480 diceware_1.0.1-1.dsc
 19f2f7f9fc2416c1741eaaf2fbdcb440654df226 382051 diceware_1.0.1.orig.tar.gz
 1231a167ff52d52e7e37b96dfb486ac753e33560 10988 diceware_1.0.1-1.debian.tar.xz
 c13711397410e48c570643d7d562f704c8ad479f 7595 diceware_1.0.1-1_amd64.buildinfo
Checksums-Sha256:
 15ac7272a10071c81fe347c50e5db4e74ec816cd55ddf63d7f5b853e5bfe57a6 1480 
diceware_1.0.1-1.dsc
 3a3686a48b8c97341d53e17d0f0c13775ddffde51ee271870072c731f05aa1bb 382051 
diceware_1.0.1.orig.tar.gz
 dc44f4a044f72d44e68800b3e2df805107df0bd95dbe30c8f00d2aab6b299441 10988 
diceware_1.0.1-1.debian.tar.xz
 a81028c38164b9cc50dae774ea25e8b85df336307cc6f5264bdf4c45a5ac9b11 7595 
diceware_1.0.1-1_amd64.buildinfo
Files:
 4c0fc5d6157b842396983feac54c4a47 1480 utils optional diceware_1.0.1-1.dsc
 3d26f2737d21e617fd7e95f86c2c9933 382051 utils optional 
diceware_1.0.1.orig.tar.gz
 3d992c0e4a5f0378447bd9893bd23622 10988 utils optional 
diceware_1.0.1-1.debian.tar.xz
 97aba9512dfccee0bf2a21386788da89 7595 utils optional 
diceware_1.0.1-1_amd64.buildinfo

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

iHUEARYKAB0WIQS7ts1MmNdOE1inUqYCKTpvpOU0cwUCZ/ADtAAKCRACKTpvpOU0
c0fHAQDsqC4q3zwQN/jrwNKzlxGoZNn4gba9duupb9qiZKR8mgEAx7CASbGS5n3d
LRJJNlwARaXn1VUjXnCbPXsvGQdPuQ8=
=QkR5
-----END PGP SIGNATURE-----

Attachment: pgpbRIhW5PU0V.pgp
Description: PGP signature


--- End Message ---

Reply via email to