Your message dated Mon, 29 Jan 2024 21:22:07 +0000
with message-id <[email protected]>
and subject line Bug#1042620: fixed in flufl.i18n 5.0.2-1
has caused the Debian Bug report #1042620,
regarding flufl.i18n: 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 [email protected]
immediately.)


-- 
1042620: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042620
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: flufl.i18n
Version: 3.0.1-3
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx7.1

Hi,

flufl.i18n 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 
> /usr/lib/python3/dist-packages/setuptools/dist.py:945: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please replace its usage with implicit namespaces (PEP 420).
> 
>         See 
> https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
>  for details.
>         
> ********************************************************************************
> 
> !!
>   ep.load()(self, ep.name, value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_registry.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_strategy.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/types.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_application.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/conf.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_expand.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/_substitute.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing
> copying flufl/i18n/testing/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> copying flufl/i18n/tests/test_expand.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> copying flufl/i18n/tests/test_application.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> copying flufl/i18n/tests/test_translator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> copying flufl/i18n/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> copying flufl/i18n/tests/test_substitute.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> copying flufl/i18n/docs/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages
> copying flufl/i18n/testing/messages/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages
> running egg_info
> writing flufl.i18n.egg-info/PKG-INFO
> writing dependency_links to flufl.i18n.egg-info/dependency_links.txt
> writing namespace_packages to flufl.i18n.egg-info/namespace_packages.txt
> writing requirements to flufl.i18n.egg-info/requires.txt
> writing top-level names to flufl.i18n.egg-info/top_level.txt
> reading manifest file 'flufl.i18n.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files found matching '.gitignore'
> no previously-included directories found matching 'build'
> no previously-included directories found matching '.tox'
> no previously-included directories found matching 'dist'
> adding license file 'LICENSE'
> writing manifest file 'flufl.i18n.egg-info/SOURCES.txt'
> copying flufl/i18n/NEWS.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/README.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n
> copying flufl/i18n/docs/apiref.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> copying flufl/i18n/docs/expand.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> copying flufl/i18n/docs/strategies.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> copying flufl/i18n/docs/using.rst -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/docs
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/xx
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/xx/LC_MESSAGES
> copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.mo -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/xx/LC_MESSAGES
> copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/xx/LC_MESSAGES
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/yy
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/yy/LC_MESSAGES
> copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.mo -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/yy/LC_MESSAGES
> copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.po -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.i18n/build/flufl/i18n/testing/messages/yy/LC_MESSAGES
> python3 setup.py build_sphinx
> /usr/lib/python3/dist-packages/setuptools/dist.py:945: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
> !!
> 
>         
> ********************************************************************************
>         Please replace its usage with implicit namespaces (PEP 420).
> 
>         See 
> https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
>  for details.
>         
> ********************************************************************************
> 
> !!
>   ep.load()(self, ep.name, value)
> 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:16: override_dh_auto_build] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/flufl.i18n_3.0.1-3_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 [email protected] 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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&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: flufl.i18n
Source-Version: 5.0.2-1
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
flufl.i18n, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated flufl.i18n package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 29 Jan 2024 21:59:29 +0100
Source: flufl.i18n
Architecture: source
Version: 5.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 974515 1042620
Changes:
 flufl.i18n (5.0.2-1) unstable; urgency=medium
 .
   [ Pierre-Elliott Bécue ]
   * New upstream release. (Closes: #1042620)
   * d/watch: move URL to gitlab.
   * d/control: update build dependencies.
 .
   [ Andreas Tille ]
   * Standards-Version: 4.6.2 (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Add salsa-ci file (routine-update)
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
   * Build-Depends: python3-pdm-backend.
   * Mark autopkgtest superficial
     Closes: #974515
 .
   [Yogeswaran Umasankar]
   * Patch to enabled setuptools and sphinx-build html docs
     with Python 3.12.
   * Added setuptools and sphinx-rtd-theme in Build-depends d/control.
   * Revised rules to sphinx-build html docs and exclude coverage.xml.
   * Removed setup_helpers.py from copyright as it is not in new
     upstream version.
Checksums-Sha1:
 72b9a85b1248f8cc794a9432fdfccf67f34fe051 2322 flufl.i18n_5.0.2-1.dsc
 0529c53e5beb4fa1209fb175d469941b0bebd534 42325 flufl.i18n_5.0.2.orig.tar.gz
 d0d186134aaf8c2c06cb976754ee0676c59886f4 36420 flufl.i18n_5.0.2-1.debian.tar.xz
 a72352c74b2902f59f8d5873c26c0507dc7a3f29 9321 
flufl.i18n_5.0.2-1_amd64.buildinfo
Checksums-Sha256:
 58acea90e43ad79d27d8a62d7fc499ea230411f1747e1b311b1afc62e2ac6494 2322 
flufl.i18n_5.0.2-1.dsc
 aa95a81eb7d11803b0990cc0a3078e51bf428557d6f6666f80ccd7ec20d31f88 42325 
flufl.i18n_5.0.2.orig.tar.gz
 33b4b8b7de633218b059f2e2483726bcbf5230acdcffcdd623cf0d5b667894e9 36420 
flufl.i18n_5.0.2-1.debian.tar.xz
 21d5413282e2eadc510ffaef4aed833fc7a995dbc0cd27106e3220775c8431d1 9321 
flufl.i18n_5.0.2-1_amd64.buildinfo
Files:
 460c7988b8034fc6822c4cd396ab43db 2322 python optional flufl.i18n_5.0.2-1.dsc
 6d906e3b41e34fe21f2a0edfd737bccf 42325 python optional 
flufl.i18n_5.0.2.orig.tar.gz
 53c7103c9b26cac96c205def2a6bd3cb 36420 python optional 
flufl.i18n_5.0.2-1.debian.tar.xz
 a8a03b98b5b925e3cdfc91abc3718836 9321 python optional 
flufl.i18n_5.0.2-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmW4EsURHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGhPw/+I6mC1AxF1LCbUchXBqd07IisKtsnYHDH
RIkpYjbscx4qnZrk//3n1IIVjNC5Jqmcjs+KBmg8PlEb3ytqU/P/vIZa4apBDgvc
tWnmMF+tpO8D+L7X45860KI29fmNjHO0uXTzgZjxzyjnss/B1+MztfcJ60SJf/Vd
XdzTZkGQE7a84xce7Y7qsBx0078ab3uCUxzpMBJYxgHRF6L+RBFJae0nKEtIW4Xx
Rc7dDjJEetoF/nlNaZo8adhhUYtuaKDwyIfqxh5KZ2ee5kedidjS8gJuRh9UwPPZ
Luso8cK17+bLaXJVpmoP8MKHP0HZ5yg5eymcvJqI/m871FuDbsSf/QV+D+UMvZys
BS0LJA0jPBPVZ5nYAuTBTr/8NdB0Hp2q7f+n5y8AeqOrmV4GBhNUW3Z5xwXdMknY
xzu8n2nPd6y3sE9Qvhc145Bg3vpCLVfNE0ZWUIHnlzmAG2QY7dWe5LMZHSDYVzi/
x0wJbAqNIk0dSJNvOi0JpKFREn6vI//T2CtCaRM/KQHvoyUD2Y4QWEKtP+bv9LuK
yqeYtBz0gQbBeObELTiabREeBeHpirF59V9Ix+HjRLWfvYwpqw4AFTi3Ec4WRrIm
AtisA8w0dJg9L1CR3GJ20JaRcQy92+dm6jAH7xGKVIjRZS9sSWItZFCLS2LFL904
7mhzs91pPz0=
=8Nqd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to