Your message dated Sat, 10 Feb 2024 13:11:32 +0000
with message-id <e1ryn8m-001eci...@fasolo.debian.org>
and subject line Bug#1042590: fixed in django-session-security 2.6.7+dfsg-1
has caused the Debian Bug report #1042590,
regarding django-session-security: FTBFS with Sphinx 7.1, docutils 0.20: error: 
invalid command 'build_sphinx'
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.)


-- 
1042590: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: django-session-security
Version: 2.6.6+dfsg-2
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx7.1

Hi,

django-session-security fails to build with Sphinx 7.1 and docutils 0.20, both 
of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/views.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/utils.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/middleware.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/urls.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/models.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> copying session_security/settings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> copying session_security/tests/test_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> copying session_security/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> copying session_security/tests/test_views.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> copying session_security/tests/test_middleware.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> copying session_security/tests/test_script.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templatetags
> copying session_security/templatetags/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templatetags
> copying session_security/templatetags/session_security_tags.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templatetags
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project
> copying session_security/tests/project/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project
> copying session_security/tests/project/urls.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project
> copying session_security/tests/project/settings.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project
> copying session_security/tests/project/wsgi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project
> running egg_info
> creating django_session_security.egg-info
> writing django_session_security.egg-info/PKG-INFO
> writing dependency_links to 
> django_session_security.egg-info/dependency_links.txt
> writing requirements to django_session_security.egg-info/requires.txt
> writing top-level names to django_session_security.egg-info/top_level.txt
> writing manifest file 'django_session_security.egg-info/SOURCES.txt'
> reading manifest file 'django_session_security.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.txt'
> warning: no files found matching 'README'
> warning: no files found matching '*.mo' under directory 'session_security'
> adding license file 'LICENSE'
> adding license file 'AUTHORS'
> writing manifest file 'django_session_security.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.cs.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.cs.LC_MESSAGES' 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 
> 'session_security.locale.cs.LC_MESSAGES' 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 'session_security.locale.cs.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.cs.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.es.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.es.LC_MESSAGES' 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 
> 'session_security.locale.es.LC_MESSAGES' 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 'session_security.locale.es.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.es.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.fr.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.fr.LC_MESSAGES' 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 
> 'session_security.locale.fr.LC_MESSAGES' 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 'session_security.locale.fr.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.fr.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.it.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.it.LC_MESSAGES' 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 
> 'session_security.locale.it.LC_MESSAGES' 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 'session_security.locale.it.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.it.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.nl.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.nl.LC_MESSAGES' 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 
> 'session_security.locale.nl.LC_MESSAGES' 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 'session_security.locale.nl.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.nl.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.pl.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.pl.LC_MESSAGES' 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 
> 'session_security.locale.pl.LC_MESSAGES' 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 'session_security.locale.pl.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 'session_security.locale.pl.LC_MESSAGES' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.pt_BR.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.pt_BR.LC_MESSAGES' 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 
> 'session_security.locale.pt_BR.LC_MESSAGES' 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 'session_security.locale.pt_BR.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 
> 'session_security.locale.pt_BR.LC_MESSAGES' 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.locale.pt_PT.LC_MESSAGES' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.locale.pt_PT.LC_MESSAGES' 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 
> 'session_security.locale.pt_PT.LC_MESSAGES' 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 'session_security.locale.pt_PT.LC_MESSAGES' to be 
> distributed and are
>         already explicitly excluding 
> 'session_security.locale.pt_PT.LC_MESSAGES' 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.static.session_security' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.static.session_security' 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 
> 'session_security.static.session_security' 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 'session_security.static.session_security' to be 
> distributed and are
>         already explicitly excluding 
> 'session_security.static.session_security' 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.templates.session_security' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.templates.session_security' 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 
> 'session_security.templates.session_security' 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 'session_security.templates.session_security' to be 
> distributed and are
>         already explicitly excluding 
> 'session_security.templates.session_security' 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.tests.project.static' is absent from the `packages` 
> configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.tests.project.static' 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 
> 'session_security.tests.project.static' 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 'session_security.tests.project.static' to be 
> distributed and are
>         already explicitly excluding 'session_security.tests.project.static' 
> 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.tests.project.templates' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.tests.project.templates' 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 
> 'session_security.tests.project.templates' 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 'session_security.tests.project.templates' to be 
> distributed and are
>         already explicitly excluding 
> 'session_security.tests.project.templates' 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)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:201: _Warning: 
> Package 'session_security.tests.project.templates.admin' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'session_security.tests.project.templates.admin' 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 
> 'session_security.tests.project.templates.admin' 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 'session_security.tests.project.templates.admin' to 
> be distributed and are
>         already explicitly excluding 
> 'session_security.tests.project.templates.admin' 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.11/build/session_security/locale
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/cs
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/cs/LC_MESSAGES
> copying session_security/locale/cs/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/cs/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/es
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/es/LC_MESSAGES
> copying session_security/locale/es/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/es/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/fr
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/fr/LC_MESSAGES
> copying session_security/locale/fr/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/fr/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/it
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/it/LC_MESSAGES
> copying session_security/locale/it/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/it/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/nl
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/nl/LC_MESSAGES
> copying session_security/locale/nl/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/nl/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pl
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pl/LC_MESSAGES
> copying session_security/locale/pl/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pl/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_BR
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_BR/LC_MESSAGES
> copying session_security/locale/pt_BR/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_BR/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_PT
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_PT/LC_MESSAGES
> copying session_security/locale/pt_PT/LC_MESSAGES/django.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/locale/pt_PT/LC_MESSAGES
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/static/session_security
> copying session_security/static/session_security/script.js -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/static/session_security
> copying session_security/static/session_security/style.css -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/static/session_security
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templates
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templates/session_security
> copying session_security/templates/session_security/all.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templates/session_security
> copying session_security/templates/session_security/dialog.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/templates/session_security
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/static
> copying session_security/tests/project/static/jquery.js -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/static
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates
> copying session_security/tests/project/templates/404.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates
> copying session_security/tests/project/templates/500.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates
> copying session_security/tests/project/templates/home.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates/admin
> copying session_security/tests/project/templates/admin/base_site.html -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/session_security/tests/project/templates/admin
> python3 setup.py build_sphinx
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>    or: setup.py --help [cmd1 cmd2 ...]
>    or: setup.py --help-commands
>    or: setup.py cmd --help
> 
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:8: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/django-session-security_2.6.6+dfsg-2_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

Some notable changes in Sphinx 6 and Sphinx 7:

- Sphinx no longer includes jquery.js and underscore.js by default.
  Please use python3-sphinxcontrib.jquery package if you are using a custom
  template and it still needs jquery.

- The setup.py build_sphinx command was removed. Please instead call
  sphinx-build or "python3 -m sphinx" directly.

- For packages using the extlinks extension, the caption should contain
  exactly one "%s" placeholder (if caption is not None).

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;users=python-modules-t...@lists.alioth.debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&fusertaguser=python-modules-t...@lists.alioth.debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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

--- End Message ---
--- Begin Message ---
Source: django-session-security
Source-Version: 2.6.7+dfsg-1
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated django-session-security 
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: Sat, 10 Feb 2024 09:39:13 +0000
Source: django-session-security
Built-For-Profiles: noudeb
Architecture: source
Version: 2.6.7+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1042590
Changes:
 django-session-security (2.6.7+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [Yogeswaran Umasankar]
   * New upstream version 2.6.7.
   * Updated no-external-images patch to fit new upstream version.
   * Enabled tests during build + added d/tests for autopkgtest.
   * Included selenium in B-Depends in d/control.
   * Removed old lintian overrides.
   * Bumped Standards-Version to 4.6.2.
   * Added pybuild name in rules.
 .
   [Andreas Tille]
   * Use sphinx-build
     Closes: #1042590
Checksums-Sha1:
 543285f89d703cd5401452d2b6067114c10e2fbe 2328 
django-session-security_2.6.7+dfsg-1.dsc
 9f0680672935734977f3c1fb98a05fd0436b8b05 95988 
django-session-security_2.6.7+dfsg.orig.tar.xz
 abb6f8b55be6ada9edf1f390ed45ff8be1259c6e 7888 
django-session-security_2.6.7+dfsg-1.debian.tar.xz
 e3808fbbed57baade33f1ccebd7b796df2ac27bf 15608 
django-session-security_2.6.7+dfsg-1_source.buildinfo
Checksums-Sha256:
 204a3adaeac9d9f320951ea5de338a70f752b393e64b1f3f9f1eba8fa1fc119c 2328 
django-session-security_2.6.7+dfsg-1.dsc
 a245bab170a5f7615a025c7040c975887da5a72c5fb33cb6abd8632a406572cb 95988 
django-session-security_2.6.7+dfsg.orig.tar.xz
 7285d03ab3393a96d65db319e720c92d5e6ce32e8018309b2a944c29c43175c6 7888 
django-session-security_2.6.7+dfsg-1.debian.tar.xz
 94bcbfc3a386932d885010b1d2f5a7d0f634e830a95660e4247940a10697d8b0 15608 
django-session-security_2.6.7+dfsg-1_source.buildinfo
Files:
 45c8edd2163eceed644a5228ae652701 2328 python optional 
django-session-security_2.6.7+dfsg-1.dsc
 cc902af84a5e4d7c54c2579419177753 95988 python optional 
django-session-security_2.6.7+dfsg.orig.tar.xz
 69df7ff672afeed03f71955a9da8c889 7888 python optional 
django-session-security_2.6.7+dfsg-1.debian.tar.xz
 f3a999963b018815babb8d83254cb95b 15608 python optional 
django-session-security_2.6.7+dfsg-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmXHRIQACgkQQoMEoXSN
zHroNQ//SmgkTkgMivfUSLm7siJ7AQL2wVOws2wQxmdbsuwhUDOdXa8KQCgeq2bN
V1SfBcPwAHxmC98dvFpdpiL4EBOpOezTN6cZHJ1XVJl2CbMNjrRTSdM+Dc4xw4YU
WxHAzmCSSS2+DRpjYPxX5sHjwzbsGrDk6Jb20ACo4mcnuf8KOLb3Is7yQRSrJqSt
0qHDA2Uj5mw6reVBWpLAaoPm5LzJ8Re57UjUuuG9vBn54x9mDJtWG6r+qidKDzTG
Bi24grctgsXsJW+emkDCsnliAwDi/2eXo4Jzz7QeDYwDGNR1P51X8P+jqeLqj5zw
amAmlHEi2aR6mgl3OalDo9QQWqFUtBZC3beF4woGzd5FSXS2PE51lZoT59jIoGE7
0MwI0Ri/7uXnfa3PH6O7d12w8Yh4NX7xO9WxIyG6uu4ucFnHDZ3Tk8g631/0hqfK
KJOVPOYgmOJF+gW7Im7y+BIt5fShh5ZGNWFzo1Bm/+ePJUBrrhszTo/wHdbFLGDb
CbeP4qwuNWwwaepPkPTtCRMu50V5ANA5NSXLftgZQASaJM040MycsXoTAFd5wsSM
XnVLwrqK6Y6E54AdqBS/qV3WlCnhw3XsqfgqM3h5u20ySYMaP6BYPabRXagj6SrS
AYMBl1LQf4sjyWVbGMTN3I+vsdmgyZerj5xPPALRQVpXXlqKKIA=
=k7n2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to