Your message dated Sat, 09 Jul 2022 13:51:07 +0000
with message-id <[email protected]>
and subject line Bug#1013375: fixed in pandas 1.3.5+dfsg-5
has caused the Debian Bug report #1013375,
regarding pandas: FTBFS with Sphinx 5.0, docutils 0.18: ImportError: cannot 
import name 'rpartition' from 'sphinx.util' 
(/usr/lib/python3/dist-packages/sphinx/util/__init__.py)
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.)


-- 
1013375: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013375
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pandas
Version: 1.3.5+dfsg-4
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx5.0

Hi,

pandas fails to build with Sphinx 5.0 and docutils 0.18, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> py3versions: no X-Python3-Version in control file, using supported versions
> mkdir -p buildtmp
> [ -e pandas/__version.py ] || \
> echo -e "version = '1.3.5'\nshort_version = '1.3.5'" > pandas/__version.py
> dh_auto_build
> I: pybuild base:239: /usr/bin/python3.9 setup.py build 
> running build
> running build_py
> running egg_info
> writing pandas.egg-info/PKG-INFO
> writing dependency_links to pandas.egg-info/dependency_links.txt
> writing entry points to pandas.egg-info/entry_points.txt
> writing requirements to pandas.egg-info/requires.txt
> writing top-level names to pandas.egg-info/top_level.txt
> reading manifest file 'pandas.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'doc/build'
> warning: no previously-included files matching '*~' found anywhere in 
> distribution
> warning: no previously-included files matching '.DS_Store' found anywhere in 
> distribution
> warning: no previously-included files matching '#*' found anywhere in 
> distribution
> warning: no previously-included files matching '*.py[ocd]' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'pandas.egg-info/SOURCES.txt'
> UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_version.py
> set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_version.py to '1.3.5'
> running build_ext
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/algos.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/arrays.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/groupby.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/hashing.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/hashtable.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/index.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/indexing.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/internals.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/interval.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/join.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/lib.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/missing.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/parsers.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/reduction.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/ops.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/ops_dispatch.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/properties.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/reshape.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/sparse.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslib.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/base.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/ccalendar.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/dtypes.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/conversion.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/fields.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/nattype.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/np_datetime.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/offsets.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/parsing.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/period.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/strptime.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/timedeltas.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/timestamps.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/timezones.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/tzconversion.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/tslibs/vectorized.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/testing.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/window/aggregations.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/window
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/window/indexers.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs/window
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/writers.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/io/sas/_sas.cpython-39-x86_64-linux-gnu.so
>  -> pandas/io/sas
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9/build/pandas/_libs/json.cpython-39-x86_64-linux-gnu.so
>  -> pandas/_libs
> I: pybuild base:239: /usr/bin/python3 setup.py build 
> running build
> running build_py
> running egg_info
> writing pandas.egg-info/PKG-INFO
> writing dependency_links to pandas.egg-info/dependency_links.txt
> writing entry points to pandas.egg-info/entry_points.txt
> writing requirements to pandas.egg-info/requires.txt
> writing top-level names to pandas.egg-info/top_level.txt
> reading manifest file 'pandas.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching 'doc/build'
> warning: no previously-included files matching '*~' found anywhere in 
> distribution
> warning: no previously-included files matching '.DS_Store' found anywhere in 
> distribution
> warning: no previously-included files matching '#*' found anywhere in 
> distribution
> warning: no previously-included files matching '*.py[ocd]' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'pandas.egg-info/SOURCES.txt'
> UPDATING /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_version.py
> set /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_version.py to 
> '1.3.5'
> running build_ext
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/algos.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/arrays.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/groupby.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/hashing.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/hashtable.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/index.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/indexing.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/internals.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/interval.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/join.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/lib.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/missing.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/parsers.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/reduction.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/ops.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/ops_dispatch.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/properties.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/reshape.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/sparse.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslib.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/base.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/ccalendar.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/dtypes.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/conversion.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/fields.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/nattype.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/np_datetime.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/offsets.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/parsing.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/period.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/strptime.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/timedeltas.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/timestamps.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/timezones.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/tzconversion.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/tslibs/vectorized.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/tslibs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/testing.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/window/aggregations.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/window
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/window/indexers.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs/window
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/writers.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/io/sas/_sas.cpython-310-x86_64-linux-gnu.so
>  -> pandas/io/sas
> copying 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build/pandas/_libs/json.cpython-310-x86_64-linux-gnu.so
>  -> pandas/_libs
> : # Build Documentation
> cd doc && PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10/build LC_ALL=C 
> python3 make.py html
> Running Sphinx v5.0.2
> Pandoc not installed. Skipping notebooks.
> 
> Configuration error:
> There is a programmable error in your configuration file:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/sphinx/config.py", line 343, in 
> eval_config_file
>     exec(code, namespace)
>   File "/<<PKGBUILDDIR>>/doc/source/conf.py", line 466, in <module>
>     from sphinx.util import rpartition  # isort:skip
> ImportError: cannot import name 'rpartition' from 'sphinx.util' 
> (/usr/lib/python3/dist-packages/sphinx/util/__init__.py)
> 
> make[1]: *** [debian/rules:88: override_dh_auto_build-indep] Error 2


The full build log is available from:
http://qa-logs.debian.net/2022/06/23/pandas_1.3.5+dfsg-4_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.

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.18.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=sphinx5.0;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx5.0&[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: pandas
Source-Version: 1.3.5+dfsg-5
Done: Rebecca N. Palmer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pandas, 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.
Rebecca N. Palmer <[email protected]> (supplier of updated pandas package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 26 Jun 2022 15:06:07 +0100
Source: pandas
Architecture: source
Version: 1.3.5+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Rebecca N. Palmer <[email protected]>
Closes: 1013375
Changes:
 pandas (1.3.5+dfsg-5) unstable; urgency=medium
 .
   * Fix FTBFS with Sphinx 5.  (Closes: #1013375)
Checksums-Sha1:
 cf1b3d5e08d94323d36c95dba3aad2652b877c67 4397 pandas_1.3.5+dfsg-5.dsc
 a06d9d478523bc0bc1a7eeb127012f1baaad689b 66756 
pandas_1.3.5+dfsg-5.debian.tar.xz
 fd7ac354d2e6c89236a3c8b0677f9ebe54af3a9a 6532 
pandas_1.3.5+dfsg-5_source.buildinfo
Checksums-Sha256:
 66d07b34736d6234d8bb1f900f89164029af751828ae784b2785d1b777664ef9 4397 
pandas_1.3.5+dfsg-5.dsc
 e670a621df89654254180f0fb415d581454ef3686ea103ca8c5fc786201db9cd 66756 
pandas_1.3.5+dfsg-5.debian.tar.xz
 094e2304cf7927882513f11e7a07d4d40c3b6d7a0321ff417e40f1510658238f 6532 
pandas_1.3.5+dfsg-5_source.buildinfo
Files:
 4a8931581fb28450e13d7945a590037e 4397 python optional pandas_1.3.5+dfsg-5.dsc
 87b431850c52ff4ef6631e3fcf28fe8e 66756 python optional 
pandas_1.3.5+dfsg-5.debian.tar.xz
 4001d262d33e602678d562ceb510cf47 6532 python optional 
pandas_1.3.5+dfsg-5_source.buildinfo

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

iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmLJgOgYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJmAo8P/2lxk+6PhA5yxLqBvgW4j3tg
HURtteV7NxpGMFqwqprhfUKCUCJgKS6FiZcXhgSs2uoBudy8BzAW7hmW76LSkqi7
aSF8r75GRpl3nuALPL9cgPTIoa9DA9/l6nS84WFvHNDfOGjfW7qSPvwBArWrHi3Z
9WDFDPU/1IuaHje98S1OYgzBk8wChiIneDQx8QbyXDzAlxQ6R7AJ7jmxwze13yBj
4rldlCKgiKwMS1Vi4a8V4Fdf5gADttVddGlhHOA3AS8ARjH+1V95W44jcBMpayjI
+5BpqS0s0DMbZvAgbikoBcwCfG2hYOJOdZRckklY3i6Q6WTS6n65GCoSc/CpthGA
CewWdRszY02X2s01/Fl7An0ytJqSG0SNY3qaLPmDyNlDEPmUhSwxLt6tDart3+Jw
gQb8+MisBItrIHj9vU2E+QuOo1CQ8xqB8Oazk5B0qnQB8zyGfHP5CN3B8SihVgad
xUUk8dzTygkp5rH3oxf98+y73vJapph2wm6xyFp95OqIGp+lW/xFdgle1VjoDMih
9gnwLWL6dpYxwo7Hcl2NSi55ABqta7kwgDLS8t4zt+JOiFOOly+xdIWTF5tzL3k6
WfulGyRv1TzeHlAVEuDO9GnXlXqMpOcZkVmGyl+fc5mp+MoVHDQAKcK5uT3lev1b
OWIWiAJL817Ao30gzBed
=YD/u
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to