Your message dated Wed, 26 Feb 2025 11:05:09 +0000
with message-id <e1tnfdx-00cakn...@fasolo.debian.org>
and subject line Bug#1078641: fixed in pyvo 1.6.1-1
has caused the Debian Bug report #1078641,
regarding pyvo: will FTBFS during trixie support period
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.)


-- 
1078641: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pyvo
Version: 1.5.2-1
User: debian...@lists.debian.org
Usertags: ftbfs-during-trixie-support-period
Tags: ftbfs

Dear maintainer:

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

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyvo
* Building wheel...
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml 
does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/setuptools_scm/_integration/pyproject_reading.py",
 line 36, in read_pyproject
    section = defn.get("tool", {})[tool_name]
              ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pyvo
copying pyvo/conftest.py -> build/lib/pyvo
copying pyvo/samp.py -> build/lib/pyvo
copying pyvo/version.py -> build/lib/pyvo
copying pyvo/_astropy_init.py -> build/lib/pyvo
copying pyvo/__init__.py -> build/lib/pyvo
creating build/lib/pyvo/dam
copying pyvo/dam/__init__.py -> build/lib/pyvo/dam
copying pyvo/dam/obscore.py -> build/lib/pyvo/dam
creating build/lib/pyvo/io
copying pyvo/io/__init__.py -> build/lib/pyvo/io
creating build/lib/pyvo/utils
copying pyvo/utils/formatting.py -> build/lib/pyvo/utils
copying pyvo/utils/http.py -> build/lib/pyvo/utils
copying pyvo/utils/compat.py -> build/lib/pyvo/utils
copying pyvo/utils/protofeature.py -> build/lib/pyvo/utils
copying pyvo/utils/url.py -> build/lib/pyvo/utils
copying pyvo/utils/decorators.py -> build/lib/pyvo/utils
copying pyvo/utils/__init__.py -> build/lib/pyvo/utils
copying pyvo/utils/prototype.py -> build/lib/pyvo/utils
copying pyvo/utils/vocabularies.py -> build/lib/pyvo/utils
creating build/lib/pyvo/auth
copying pyvo/auth/credentialstore.py -> build/lib/pyvo/auth
copying pyvo/auth/securitymethods.py -> build/lib/pyvo/auth
copying pyvo/auth/__init__.py -> build/lib/pyvo/auth
copying pyvo/auth/authurls.py -> build/lib/pyvo/auth
copying pyvo/auth/authsession.py -> build/lib/pyvo/auth
creating build/lib/pyvo/dal
copying pyvo/dal/query.py -> build/lib/pyvo/dal
copying pyvo/dal/adhoc.py -> build/lib/pyvo/dal
copying pyvo/dal/params.py -> build/lib/pyvo/dal
copying pyvo/dal/exceptions.py -> build/lib/pyvo/dal
copying pyvo/dal/ssa.py -> build/lib/pyvo/dal
copying pyvo/dal/sia2.py -> build/lib/pyvo/dal
copying pyvo/dal/__init__.py -> build/lib/pyvo/dal
copying pyvo/dal/dbapi2.py -> build/lib/pyvo/dal
copying pyvo/dal/mimetype.py -> build/lib/pyvo/dal
copying pyvo/dal/sla.py -> build/lib/pyvo/dal
copying pyvo/dal/scs.py -> build/lib/pyvo/dal
copying pyvo/dal/sia.py -> build/lib/pyvo/dal
copying pyvo/dal/vosi.py -> build/lib/pyvo/dal
copying pyvo/dal/tap.py -> build/lib/pyvo/dal
creating build/lib/pyvo/registry
copying pyvo/registry/__init__.py -> build/lib/pyvo/registry
copying pyvo/registry/rtcons.py -> build/lib/pyvo/registry
copying pyvo/registry/regtap.py -> build/lib/pyvo/registry
creating build/lib/pyvo/io/uws
copying pyvo/io/uws/__init__.py -> build/lib/pyvo/io/uws
copying pyvo/io/uws/tree.py -> build/lib/pyvo/io/uws
copying pyvo/io/uws/endpoint.py -> build/lib/pyvo/io/uws
creating build/lib/pyvo/io/vosi
copying pyvo/io/vosi/vodataservice.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/exceptions.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/tapregext.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/__init__.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/voresource.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/availability.py -> build/lib/pyvo/io/vosi
copying pyvo/io/vosi/endpoint.py -> build/lib/pyvo/io/vosi
creating build/lib/pyvo/io/uws/tests
copying pyvo/io/uws/tests/test_job.py -> build/lib/pyvo/io/uws/tests
copying pyvo/io/uws/tests/__init__.py -> build/lib/pyvo/io/uws/tests
creating build/lib/pyvo/io/vosi/tests
copying pyvo/io/vosi/tests/test_tables.py -> build/lib/pyvo/io/vosi/tests
copying pyvo/io/vosi/tests/test_availability.py -> build/lib/pyvo/io/vosi/tests
copying pyvo/io/vosi/tests/__init__.py -> build/lib/pyvo/io/vosi/tests
copying pyvo/io/vosi/tests/test_capabilities.py -> build/lib/pyvo/io/vosi/tests
creating build/lib/pyvo/utils/xml
copying pyvo/utils/xml/exceptions.py -> build/lib/pyvo/utils/xml
copying pyvo/utils/xml/elements.py -> build/lib/pyvo/utils/xml
copying pyvo/utils/xml/__init__.py -> build/lib/pyvo/utils/xml
creating build/lib/pyvo/utils/tests
copying pyvo/utils/tests/test_vocabularies_remote.py -> 
build/lib/pyvo/utils/tests
copying pyvo/utils/tests/test_prototype.py -> build/lib/pyvo/utils/tests
copying pyvo/utils/tests/__init__.py -> build/lib/pyvo/utils/tests
copying pyvo/utils/tests/test_url.py -> build/lib/pyvo/utils/tests
copying pyvo/utils/tests/test_http.py -> build/lib/pyvo/utils/tests
creating build/lib/pyvo/auth/tests
copying pyvo/auth/tests/conftest.py -> build/lib/pyvo/auth/tests
copying pyvo/auth/tests/test_auth.py -> build/lib/pyvo/auth/tests
copying pyvo/auth/tests/__init__.py -> build/lib/pyvo/auth/tests
creating build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_sla.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_scs.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_datalink.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_sia2_remote.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_tap.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/conftest.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_sia2.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/make_testdata.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/__init__.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_mimetype.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_query.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_monkeypatch.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_ssa.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_adhoc.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_params.py -> build/lib/pyvo/dal/tests
copying pyvo/dal/tests/test_sia.py -> build/lib/pyvo/dal/tests
creating build/lib/pyvo/registry/tests
copying pyvo/registry/tests/conftest.py -> build/lib/pyvo/registry/tests
copying pyvo/registry/tests/__init__.py -> build/lib/pyvo/registry/tests
copying pyvo/registry/tests/commonfixtures.py -> build/lib/pyvo/registry/tests
copying pyvo/registry/tests/test_regtap.py -> build/lib/pyvo/registry/tests
copying pyvo/registry/tests/test_rtcons.py -> build/lib/pyvo/registry/tests
creating build/lib/pyvo/io/uws/tests/data
copying pyvo/io/uws/tests/data/job-error.xml -> build/lib/pyvo/io/uws/tests/data
copying pyvo/io/uws/tests/data/job.xml -> build/lib/pyvo/io/uws/tests/data
copying pyvo/io/uws/tests/data/job-implicit-v1.0.xml -> 
build/lib/pyvo/io/uws/tests/data
creating build/lib/pyvo/io/vosi/tests/data
copying pyvo/io/vosi/tests/data/tables.xml -> build/lib/pyvo/io/vosi/tests/data
copying pyvo/io/vosi/tests/data/capabilities.xml -> 
build/lib/pyvo/io/vosi/tests/data
copying pyvo/io/vosi/tests/data/availability.xml -> 
build/lib/pyvo/io/vosi/tests/data
creating build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_table_name.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/single_table_description.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_foreignkey_descriptions.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_schema_titles.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_names.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/wrong_arraysize.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/wrong_datatypes_tap.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_foreignkey_utypes.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/wrong_datatypes_votable.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_ucds.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_targettables.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_schemas.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/datatypes_votable.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_fromcolumn.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_table_descriptions.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_descriptions.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_fromcolumns.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/sizenegative.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_table_names.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/datatypes_tap.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_units.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/wrong_flag.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_targetcolumns.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_schema_names.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_schema_name.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_targetcolumn.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_table_titles.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_table_utypes.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/no_table_description.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_datatypes.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_schema_descriptions.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_schema_utypes.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
copying pyvo/io/vosi/tests/data/tables/multiple_column_utypes.xml -> 
build/lib/pyvo/io/vosi/tests/data/tables
creating build/lib/pyvo/io/vosi/tests/data/capabilities
copying pyvo/io/vosi/tests/data/capabilities/multiple_capa_descriptions.xml -> 
build/lib/pyvo/io/vosi/tests/data/capabilities
creating build/lib/pyvo/auth/tests/data
creating build/lib/pyvo/auth/tests/data/tap
copying pyvo/auth/tests/data/tap/capabilities.xml -> 
build/lib/pyvo/auth/tests/data/tap
creating build/lib/pyvo/dal/tests/data
copying pyvo/dal/tests/data/monkeypatch.xml -> build/lib/pyvo/dal/tests/data
creating build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/missingcolumns.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/basic.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/errorstatus.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/missingresource.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/firstresource.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/dataset.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/missingtable.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/overflowstatus.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/rootinfo.xml -> 
build/lib/pyvo/dal/tests/data/query
copying pyvo/dal/tests/data/query/tableinfo.xml -> 
build/lib/pyvo/dal/tests/data/query
creating build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/datalink-obscore.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/proc.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/cutout1.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/proc_inf.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/cutout2.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/datalink-ssa.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/datalink.xml -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/datalink.desise -> 
build/lib/pyvo/dal/tests/data/datalink
copying pyvo/dal/tests/data/datalink/proc_units.xml -> 
build/lib/pyvo/dal/tests/data/datalink
creating build/lib/pyvo/dal/tests/data/sia
copying pyvo/dal/tests/data/sia/dataset.xml -> build/lib/pyvo/dal/tests/data/sia
creating build/lib/pyvo/dal/tests/data/sla
copying pyvo/dal/tests/data/sla/dataset.xml -> build/lib/pyvo/dal/tests/data/sla
creating build/lib/pyvo/dal/tests/data/querydata
copying pyvo/dal/tests/data/querydata/image.fits -> 
build/lib/pyvo/dal/tests/data/querydata
creating build/lib/pyvo/dal/tests/data/scs
copying pyvo/dal/tests/data/scs/result.xml -> build/lib/pyvo/dal/tests/data/scs
creating build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/examples.htm -> 
build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/obscore-examples.html -> 
build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/obscore-image.xml -> 
build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/tables.xml -> build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/lazy-table2.xml -> 
build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/capabilities.xml -> 
build/lib/pyvo/dal/tests/data/tap
copying pyvo/dal/tests/data/tap/lazy-table1.xml -> 
build/lib/pyvo/dal/tests/data/tap
creating build/lib/pyvo/dal/tests/data/mimetype
copying pyvo/dal/tests/data/mimetype/test.fits -> 
build/lib/pyvo/dal/tests/data/mimetype
copying pyvo/dal/tests/data/mimetype/ivoa_logo.jpg -> 
build/lib/pyvo/dal/tests/data/mimetype
creating build/lib/pyvo/dal/tests/data/sia2
copying pyvo/dal/tests/data/sia2/capabilities-newformat.xml -> 
build/lib/pyvo/dal/tests/data/sia2
copying pyvo/dal/tests/data/sia2/capabilities-basicauth.xml -> 
build/lib/pyvo/dal/tests/data/sia2
copying pyvo/dal/tests/data/sia2/dataset.xml -> 
build/lib/pyvo/dal/tests/data/sia2
copying pyvo/dal/tests/data/sia2/capabilities.xml -> 
build/lib/pyvo/dal/tests/data/sia2
copying pyvo/dal/tests/data/sia2/capabilities-priv.xml -> 
build/lib/pyvo/dal/tests/data/sia2
creating build/lib/pyvo/dal/tests/data/ssa
copying pyvo/dal/tests/data/ssa/result.xml -> build/lib/pyvo/dal/tests/data/ssa
creating build/lib/pyvo/registry/tests/data
copying pyvo/registry/tests/data/regtap.xml -> 
build/lib/pyvo/registry/tests/data
copying pyvo/registry/tests/data/multi-interface.xml -> 
build/lib/pyvo/registry/tests/data
copying pyvo/registry/tests/data/capabilities.xml -> 
build/lib/pyvo/registry/tests/data
copying pyvo/registry/tests/data/messenger.desise -> 
build/lib/pyvo/registry/tests/data
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyvo
creating build/bdist.linux-x86_64/wheel/pyvo/dam
copying build/lib/pyvo/dam/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dam
copying build/lib/pyvo/dam/obscore.py -> build/bdist.linux-x86_64/wheel/pyvo/dam
creating build/bdist.linux-x86_64/wheel/pyvo/io
creating build/bdist.linux-x86_64/wheel/pyvo/io/uws
copying build/lib/pyvo/io/uws/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws
copying build/lib/pyvo/io/uws/tree.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws
creating build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests
copying build/lib/pyvo/io/uws/tests/test_job.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests
copying build/lib/pyvo/io/uws/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests
creating build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests/data
copying build/lib/pyvo/io/uws/tests/data/job-error.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests/data
copying build/lib/pyvo/io/uws/tests/data/job.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests/data
copying build/lib/pyvo/io/uws/tests/data/job-implicit-v1.0.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws/tests/data
copying build/lib/pyvo/io/uws/endpoint.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/uws
copying build/lib/pyvo/io/__init__.py -> build/bdist.linux-x86_64/wheel/pyvo/io
creating build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/vodataservice.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/exceptions.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/tapregext.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/voresource.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
creating build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests
copying build/lib/pyvo/io/vosi/tests/test_tables.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests
copying build/lib/pyvo/io/vosi/tests/test_availability.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests
copying build/lib/pyvo/io/vosi/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests
creating build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data
creating build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/capabilities
copying 
build/lib/pyvo/io/vosi/tests/data/capabilities/multiple_capa_descriptions.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/capabilities
creating build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_table_name.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/single_table_description.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying 
build/lib/pyvo/io/vosi/tests/data/tables/multiple_foreignkey_descriptions.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_schema_titles.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_names.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/wrong_arraysize.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/wrong_datatypes_tap.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_foreignkey_utypes.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/wrong_datatypes_votable.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_ucds.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_targettables.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_schemas.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/datatypes_votable.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_fromcolumn.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_table_descriptions.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_descriptions.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_fromcolumns.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/sizenegative.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_table_names.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/datatypes_tap.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_units.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/wrong_flag.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_targetcolumns.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_schema_names.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_schema_name.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_targetcolumn.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_table_titles.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_table_utypes.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/no_table_description.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_datatypes.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_schema_descriptions.xml 
-> build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_schema_utypes.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables/multiple_column_utypes.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data/tables
copying build/lib/pyvo/io/vosi/tests/data/tables.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data
copying build/lib/pyvo/io/vosi/tests/data/capabilities.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data
copying build/lib/pyvo/io/vosi/tests/data/availability.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests/data
copying build/lib/pyvo/io/vosi/tests/test_capabilities.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi/tests
copying build/lib/pyvo/io/vosi/availability.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/io/vosi/endpoint.py -> 
build/bdist.linux-x86_64/wheel/pyvo/io/vosi
copying build/lib/pyvo/conftest.py -> build/bdist.linux-x86_64/wheel/pyvo
copying build/lib/pyvo/samp.py -> build/bdist.linux-x86_64/wheel/pyvo
creating build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/formatting.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/http.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/compat.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/protofeature.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/url.py -> build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/decorators.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/utils/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
creating build/bdist.linux-x86_64/wheel/pyvo/utils/xml
copying build/lib/pyvo/utils/xml/exceptions.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/xml
copying build/lib/pyvo/utils/xml/elements.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/xml
copying build/lib/pyvo/utils/xml/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/xml
copying build/lib/pyvo/utils/prototype.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
creating build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/tests/test_vocabularies_remote.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/tests/test_prototype.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/tests/test_url.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/tests/test_http.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils/tests
copying build/lib/pyvo/utils/vocabularies.py -> 
build/bdist.linux-x86_64/wheel/pyvo/utils
copying build/lib/pyvo/version.py -> build/bdist.linux-x86_64/wheel/pyvo
copying build/lib/pyvo/_astropy_init.py -> build/bdist.linux-x86_64/wheel/pyvo
creating build/bdist.linux-x86_64/wheel/pyvo/auth
copying build/lib/pyvo/auth/credentialstore.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth
copying build/lib/pyvo/auth/securitymethods.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth
copying build/lib/pyvo/auth/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth
copying build/lib/pyvo/auth/authurls.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth
creating build/bdist.linux-x86_64/wheel/pyvo/auth/tests
copying build/lib/pyvo/auth/tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth/tests
copying build/lib/pyvo/auth/tests/test_auth.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth/tests
copying build/lib/pyvo/auth/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth/tests
creating build/bdist.linux-x86_64/wheel/pyvo/auth/tests/data
creating build/bdist.linux-x86_64/wheel/pyvo/auth/tests/data/tap
copying build/lib/pyvo/auth/tests/data/tap/capabilities.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/auth/tests/data/tap
copying build/lib/pyvo/auth/authsession.py -> 
build/bdist.linux-x86_64/wheel/pyvo/auth
copying build/lib/pyvo/__init__.py -> build/bdist.linux-x86_64/wheel/pyvo
creating build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/query.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/adhoc.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/params.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/exceptions.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/ssa.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/sia2.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/dbapi2.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/mimetype.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/sla.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/scs.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/sia.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_sla.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_scs.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_datalink.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_sia2_remote.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_tap.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_sia2.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/make_testdata.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_mimetype.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_query.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_monkeypatch.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_ssa.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_adhoc.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/missingcolumns.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/basic.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/errorstatus.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/missingresource.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/firstresource.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/dataset.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/missingtable.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/overflowstatus.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/rootinfo.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
copying build/lib/pyvo/dal/tests/data/query/tableinfo.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/query
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/datalink-obscore.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/proc.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/cutout1.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/proc_inf.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/cutout2.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/datalink-ssa.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/datalink.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/datalink.desise -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
copying build/lib/pyvo/dal/tests/data/datalink/proc_units.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/datalink
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia
copying build/lib/pyvo/dal/tests/data/sia/dataset.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sla
copying build/lib/pyvo/dal/tests/data/sla/dataset.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sla
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/querydata
copying build/lib/pyvo/dal/tests/data/querydata/image.fits -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/querydata
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/scs
copying build/lib/pyvo/dal/tests/data/scs/result.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/scs
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/examples.htm -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/obscore-examples.html -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/obscore-image.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/tables.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/lazy-table2.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/capabilities.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
copying build/lib/pyvo/dal/tests/data/tap/lazy-table1.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/tap
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/mimetype
copying build/lib/pyvo/dal/tests/data/mimetype/test.fits -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/mimetype
copying build/lib/pyvo/dal/tests/data/mimetype/ivoa_logo.jpg -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/mimetype
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/sia2/capabilities-newformat.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/sia2/capabilities-basicauth.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/sia2/dataset.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/sia2/capabilities.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/sia2/capabilities-priv.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/sia2
copying build/lib/pyvo/dal/tests/data/monkeypatch.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data
creating build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/ssa
copying build/lib/pyvo/dal/tests/data/ssa/result.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests/data/ssa
copying build/lib/pyvo/dal/tests/test_params.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/tests/test_sia.py -> 
build/bdist.linux-x86_64/wheel/pyvo/dal/tests
copying build/lib/pyvo/dal/vosi.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
copying build/lib/pyvo/dal/tap.py -> build/bdist.linux-x86_64/wheel/pyvo/dal
creating build/bdist.linux-x86_64/wheel/pyvo/registry
copying build/lib/pyvo/registry/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry
copying build/lib/pyvo/registry/rtcons.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry
creating build/bdist.linux-x86_64/wheel/pyvo/registry/tests
copying build/lib/pyvo/registry/tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests
copying build/lib/pyvo/registry/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests
copying build/lib/pyvo/registry/tests/commonfixtures.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests
creating build/bdist.linux-x86_64/wheel/pyvo/registry/tests/data
copying build/lib/pyvo/registry/tests/data/regtap.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests/data
copying build/lib/pyvo/registry/tests/data/messenger.desise -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests/data
copying build/lib/pyvo/registry/tests/data/multi-interface.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests/data
copying build/lib/pyvo/registry/tests/data/capabilities.xml -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests/data
copying build/lib/pyvo/registry/tests/test_regtap.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests
copying build/lib/pyvo/registry/tests/test_rtcons.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry/tests
copying build/lib/pyvo/registry/regtap.py -> 
build/bdist.linux-x86_64/wheel/pyvo/registry
running install_egg_info
running egg_info
creating pyvo.egg-info
writing pyvo.egg-info/PKG-INFO
writing dependency_links to pyvo.egg-info/dependency_links.txt
writing requirements to pyvo.egg-info/requires.txt
writing top-level names to pyvo.egg-info/top_level.txt
writing manifest file 'pyvo.egg-info/SOURCES.txt'
reading manifest file 'pyvo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'build'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/api'
warning: no previously-included files matching '*.pyc' found anywhere in 
distribution
warning: no previously-included files matching '*.o' found anywhere in 
distribution
adding license file 'LICENSE.rst'
writing manifest file 'pyvo.egg-info/SOURCES.txt'
Copying pyvo.egg-info to build/bdist.linux-x86_64/wheel/pyvo-1.5.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pyvo-1.5.2.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyvo/.tmp-n792ty2h/pyvo-1.5.2-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyvo/__init__.py'
adding 'pyvo/_astropy_init.py'
adding 'pyvo/conftest.py'
adding 'pyvo/samp.py'
adding 'pyvo/version.py'
adding 'pyvo/auth/__init__.py'
adding 'pyvo/auth/authsession.py'
adding 'pyvo/auth/authurls.py'
adding 'pyvo/auth/credentialstore.py'
adding 'pyvo/auth/securitymethods.py'
adding 'pyvo/auth/tests/__init__.py'
adding 'pyvo/auth/tests/conftest.py'
adding 'pyvo/auth/tests/test_auth.py'
adding 'pyvo/auth/tests/data/tap/capabilities.xml'
adding 'pyvo/dal/__init__.py'
adding 'pyvo/dal/adhoc.py'
adding 'pyvo/dal/dbapi2.py'
adding 'pyvo/dal/exceptions.py'
adding 'pyvo/dal/mimetype.py'
adding 'pyvo/dal/params.py'
adding 'pyvo/dal/query.py'
adding 'pyvo/dal/scs.py'
adding 'pyvo/dal/sia.py'
adding 'pyvo/dal/sia2.py'
adding 'pyvo/dal/sla.py'
adding 'pyvo/dal/ssa.py'
adding 'pyvo/dal/tap.py'
adding 'pyvo/dal/vosi.py'
adding 'pyvo/dal/tests/__init__.py'
adding 'pyvo/dal/tests/conftest.py'
adding 'pyvo/dal/tests/make_testdata.py'
adding 'pyvo/dal/tests/test_adhoc.py'
adding 'pyvo/dal/tests/test_datalink.py'
adding 'pyvo/dal/tests/test_mimetype.py'
adding 'pyvo/dal/tests/test_monkeypatch.py'
adding 'pyvo/dal/tests/test_params.py'
adding 'pyvo/dal/tests/test_query.py'
adding 'pyvo/dal/tests/test_scs.py'
adding 'pyvo/dal/tests/test_sia.py'
adding 'pyvo/dal/tests/test_sia2.py'
adding 'pyvo/dal/tests/test_sia2_remote.py'
adding 'pyvo/dal/tests/test_sla.py'
adding 'pyvo/dal/tests/test_ssa.py'
adding 'pyvo/dal/tests/test_tap.py'
adding 'pyvo/dal/tests/data/monkeypatch.xml'
adding 'pyvo/dal/tests/data/datalink/cutout1.xml'
adding 'pyvo/dal/tests/data/datalink/cutout2.xml'
adding 'pyvo/dal/tests/data/datalink/datalink-obscore.xml'
adding 'pyvo/dal/tests/data/datalink/datalink-ssa.xml'
adding 'pyvo/dal/tests/data/datalink/datalink.desise'
adding 'pyvo/dal/tests/data/datalink/datalink.xml'
adding 'pyvo/dal/tests/data/datalink/proc.xml'
adding 'pyvo/dal/tests/data/datalink/proc_inf.xml'
adding 'pyvo/dal/tests/data/datalink/proc_units.xml'
adding 'pyvo/dal/tests/data/mimetype/ivoa_logo.jpg'
adding 'pyvo/dal/tests/data/mimetype/test.fits'
adding 'pyvo/dal/tests/data/query/basic.xml'
adding 'pyvo/dal/tests/data/query/dataset.xml'
adding 'pyvo/dal/tests/data/query/errorstatus.xml'
adding 'pyvo/dal/tests/data/query/firstresource.xml'
adding 'pyvo/dal/tests/data/query/missingcolumns.xml'
adding 'pyvo/dal/tests/data/query/missingresource.xml'
adding 'pyvo/dal/tests/data/query/missingtable.xml'
adding 'pyvo/dal/tests/data/query/overflowstatus.xml'
adding 'pyvo/dal/tests/data/query/rootinfo.xml'
adding 'pyvo/dal/tests/data/query/tableinfo.xml'
adding 'pyvo/dal/tests/data/querydata/image.fits'
adding 'pyvo/dal/tests/data/scs/result.xml'
adding 'pyvo/dal/tests/data/sia/dataset.xml'
adding 'pyvo/dal/tests/data/sia2/capabilities-basicauth.xml'
adding 'pyvo/dal/tests/data/sia2/capabilities-newformat.xml'
adding 'pyvo/dal/tests/data/sia2/capabilities-priv.xml'
adding 'pyvo/dal/tests/data/sia2/capabilities.xml'
adding 'pyvo/dal/tests/data/sia2/dataset.xml'
adding 'pyvo/dal/tests/data/sla/dataset.xml'
adding 'pyvo/dal/tests/data/ssa/result.xml'
adding 'pyvo/dal/tests/data/tap/capabilities.xml'
adding 'pyvo/dal/tests/data/tap/examples.htm'
adding 'pyvo/dal/tests/data/tap/lazy-table1.xml'
adding 'pyvo/dal/tests/data/tap/lazy-table2.xml'
adding 'pyvo/dal/tests/data/tap/obscore-examples.html'
adding 'pyvo/dal/tests/data/tap/obscore-image.xml'
adding 'pyvo/dal/tests/data/tap/tables.xml'
adding 'pyvo/dam/__init__.py'
adding 'pyvo/dam/obscore.py'
adding 'pyvo/io/__init__.py'
adding 'pyvo/io/uws/__init__.py'
adding 'pyvo/io/uws/endpoint.py'
adding 'pyvo/io/uws/tree.py'
adding 'pyvo/io/uws/tests/__init__.py'
adding 'pyvo/io/uws/tests/test_job.py'
adding 'pyvo/io/uws/tests/data/job-error.xml'
adding 'pyvo/io/uws/tests/data/job-implicit-v1.0.xml'
adding 'pyvo/io/uws/tests/data/job.xml'
adding 'pyvo/io/vosi/__init__.py'
adding 'pyvo/io/vosi/availability.py'
adding 'pyvo/io/vosi/endpoint.py'
adding 'pyvo/io/vosi/exceptions.py'
adding 'pyvo/io/vosi/tapregext.py'
adding 'pyvo/io/vosi/vodataservice.py'
adding 'pyvo/io/vosi/voresource.py'
adding 'pyvo/io/vosi/tests/__init__.py'
adding 'pyvo/io/vosi/tests/test_availability.py'
adding 'pyvo/io/vosi/tests/test_capabilities.py'
adding 'pyvo/io/vosi/tests/test_tables.py'
adding 'pyvo/io/vosi/tests/data/availability.xml'
adding 'pyvo/io/vosi/tests/data/capabilities.xml'
adding 'pyvo/io/vosi/tests/data/tables.xml'
adding 'pyvo/io/vosi/tests/data/capabilities/multiple_capa_descriptions.xml'
adding 'pyvo/io/vosi/tests/data/tables/datatypes_tap.xml'
adding 'pyvo/io/vosi/tests/data/tables/datatypes_votable.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_datatypes.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_descriptions.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_names.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_ucds.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_units.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_column_utypes.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_foreignkey_descriptions.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_foreignkey_utypes.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_fromcolumns.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_schema_descriptions.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_schema_names.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_schema_titles.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_schema_utypes.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_table_descriptions.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_table_names.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_table_titles.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_table_utypes.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_targetcolumns.xml'
adding 'pyvo/io/vosi/tests/data/tables/multiple_targettables.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_fromcolumn.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_schema_name.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_schemas.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_table_description.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_table_name.xml'
adding 'pyvo/io/vosi/tests/data/tables/no_targetcolumn.xml'
adding 'pyvo/io/vosi/tests/data/tables/single_table_description.xml'
adding 'pyvo/io/vosi/tests/data/tables/sizenegative.xml'
adding 'pyvo/io/vosi/tests/data/tables/wrong_arraysize.xml'
adding 'pyvo/io/vosi/tests/data/tables/wrong_datatypes_tap.xml'
adding 'pyvo/io/vosi/tests/data/tables/wrong_datatypes_votable.xml'
adding 'pyvo/io/vosi/tests/data/tables/wrong_flag.xml'
adding 'pyvo/registry/__init__.py'
adding 'pyvo/registry/regtap.py'
adding 'pyvo/registry/rtcons.py'
adding 'pyvo/registry/tests/__init__.py'
adding 'pyvo/registry/tests/commonfixtures.py'
adding 'pyvo/registry/tests/conftest.py'
adding 'pyvo/registry/tests/test_regtap.py'
adding 'pyvo/registry/tests/test_rtcons.py'
adding 'pyvo/registry/tests/data/capabilities.xml'
adding 'pyvo/registry/tests/data/messenger.desise'
adding 'pyvo/registry/tests/data/multi-interface.xml'
adding 'pyvo/registry/tests/data/regtap.xml'
adding 'pyvo/utils/__init__.py'
adding 'pyvo/utils/compat.py'
adding 'pyvo/utils/decorators.py'
adding 'pyvo/utils/formatting.py'
adding 'pyvo/utils/http.py'
adding 'pyvo/utils/protofeature.py'
adding 'pyvo/utils/prototype.py'
adding 'pyvo/utils/url.py'
adding 'pyvo/utils/vocabularies.py'
adding 'pyvo/utils/tests/__init__.py'
adding 'pyvo/utils/tests/test_http.py'
adding 'pyvo/utils/tests/test_prototype.py'
adding 'pyvo/utils/tests/test_url.py'
adding 'pyvo/utils/tests/test_vocabularies_remote.py'
adding 'pyvo/utils/xml/__init__.py'
adding 'pyvo/utils/xml/elements.py'
adding 'pyvo/utils/xml/exceptions.py'
adding 'pyvo-1.5.2.dist-info/LICENSE.rst'
adding 'pyvo-1.5.2.dist-info/METADATA'
adding 'pyvo-1.5.2.dist-info/WHEEL'
adding 'pyvo-1.5.2.dist-info/top_level.txt'
adding 'pyvo-1.5.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pyvo-1.5.2-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp conftest.py 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyvo/build
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyvo/build; 
python3.12 -m pytest --confcutdir=.
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0

Running tests with pyvo version 1.5.2.
Running tests in .pybuild/cpython3_3.12_pyvo/build.

Date: 2028-06-10T12:00:31

Platform: Linux-6.1.0-23-cloud-amd64-x86_64-with-glibc2.39

Executable: /usr/bin/python3.12

Full Python Version:
3.12.5 (main, Aug  7 2024, 13:49:14) [GCC 14.2.0]

encodings: sys: utf-8, locale: UTF-8, filesystem: utf-8
byteorder: little
float info: dig: 15, mant_dig: 15

Package versions:
Numpy: 1.26.4
Astropy: 6.1.2
requests: 2.32.3

Using Astropy options: remote_data: none.

rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: remotedata-0.4.1, astropy-header-0.2.2, mock-3.14.0, 
hypothesis-6.105.1, arraydiff-0.6.1, filter-subpackage-0.2.0, 
requests_mock-1.12.1, doctestplus-1.2.1, astropy-0.11.0, cov-5.0.0
collected 345 items

pyvo/auth/tests/test_auth.py F.....                                      [  1%]
pyvo/dal/mimetype.py .                                                   [  2%]
pyvo/dal/tests/test_adhoc.py .....                                       [  3%]
pyvo/dal/tests/test_datalink.py ........                                 [  5%]
pyvo/dal/tests/test_mimetype.py s                                        [  6%]
pyvo/dal/tests/test_monkeypatch.py .                                     [  6%]
pyvo/dal/tests/test_params.py .......                                    [  8%]
pyvo/dal/tests/test_query.py .......................................     [ 19%]
pyvo/dal/tests/test_scs.py ...                                           [ 20%]
pyvo/dal/tests/test_sia.py ......                                        [ 22%]
pyvo/dal/tests/test_sia2.py ..........                                   [ 25%]
pyvo/dal/tests/test_sia2_remote.py sssssssssssssssssss                   [ 30%]
pyvo/dal/tests/test_sla.py ..                                            [ 31%]
pyvo/dal/tests/test_ssa.py ..                                            [ 31%]
pyvo/dal/tests/test_tap.py ................s.............                [ 40%]
pyvo/io/uws/tests/test_job.py ..                                         [ 41%]
pyvo/io/vosi/tests/test_availability.py .                                [ 41%]
pyvo/io/vosi/tests/test_capabilities.py .....................            [ 47%]
pyvo/io/vosi/tests/test_tables.py .......................x..........     [ 57%]
pyvo/registry/rtcons.py ...                                              [ 58%]
pyvo/registry/tests/test_regtap.py ..................................... [ 68%]
.........ssssss.sss...ssssss                                             [ 77%]
pyvo/registry/tests/test_rtcons.py ..................................... [ 87%]
.........................s                                               [ 95%]
pyvo/utils/tests/test_http.py .                                          [ 95%]
pyvo/utils/tests/test_prototype.py ........                              [ 97%]
pyvo/utils/tests/test_url.py .                                           [ 98%]
pyvo/utils/tests/test_vocabularies_remote.py ssssss                      [100%]

=================================== FAILURES ===================================
_____________________ test_cookies_auth[security_methods0] _____________________

files = None

    def update_leap_seconds(files=None):
        """If the current ERFA leap second table is out of date, try to update 
it.
Uses `astropy.utils.iers.LeapSeconds.auto_open` to try to find an
        up-to-date table.  See that routine for the definition of "out of date".
In order to make it safe to call this any time, all exceptions are turned
        into warnings,
Parameters
        ----------
        files : list of path-like, optional
            List of files/URLs to attempt to open.  By default, uses defined by
            `astropy.utils.iers.LeapSeconds.auto_open`, which includes the table
            used by ERFA itself, so if that is up to date, nothing will happen.
Returns
        -------
        n_update : int
            Number of items updated.
"""
        try:
            from astropy.utils import iers
          table = iers.LeapSeconds.auto_open(files)

/usr/lib/python3/dist-packages/astropy/time/core.py:3496:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

cls = <class 'astropy.utils.iers.iers.LeapSeconds'>
files = ['erfa', 
'/usr/lib/python3/dist-packages/astropy_iers_data/data/Leap_Second.dat', 
'https://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat', 
'https://data.iana.org/time-zones/data/leap-seconds.list']

    @classmethod
    def auto_open(cls, files=None):
        """Attempt to get an up-to-date leap-second list.
The routine will try the files in sequence until it finds one
        whose expiration date is "good enough" (see below).  If none
        are good enough, it returns the one with the most recent expiration
        date, warning if that file is expired.
For remote files that are cached already, the cached file is tried
        first before attempting to retrieve it again.
Parameters
        ----------
        files : list of path-like, optional
            List of files/URLs to attempt to open.  By default, uses
            ``cls._auto_open_files``.
Returns
        -------
        leap_seconds : `~astropy.utils.iers.LeapSeconds`
            Up to date leap-second table
Notes
        -----
        Bulletin C is released about 10 days after a possible leap second is
        introduced, i.e., mid-January or mid-July.  Expiration days are thus
        generally at least 150 days after the present.  We look for a file
        that expires more than 180 - `~astropy.utils.iers.Conf.auto_max_age`
        after the present.
        """
        offset = 180 - (30 if conf.auto_max_age is None else conf.auto_max_age)
        good_enough = cls._today() + TimeDelta(offset, format="jd")
if files is None:
            # Basic files to go over (entries in _auto_open_files can be
            # configuration items, which we want to be sure are up to date).
            files = [getattr(conf, f, f) for f in cls._auto_open_files]
# Remove empty entries.
        files = [f for f in files if f]
# Our trials start with normal files and remote ones that are
        # already in cache.  The bools here indicate that the cache
        # should be used.
        trials = [
            (f, True) for f in files if not urlparse(f).netloc or 
is_url_in_cache(f)
        ]
        # If we are allowed to download, we try downloading new versions
        # if none of the above worked.
        if conf.auto_download:
            trials += [(f, False) for f in files if urlparse(f).netloc]
self = None
        err_list = []
        # Go through all entries, and return the first one that
        # is not expired, or the most up to date one.
        for f, allow_cache in trials:
            if not allow_cache:
                clear_download_cache(f)
try:
                trial = cls.open(f, cache=True)
            except Exception as exc:
                err_list.append(exc)
                continue
if self is None or trial.expires > self.expires:
                self = trial
                self.meta["data_url"] = str(f)
                if self.expires > good_enough:
                    break
if self is None:
            raise ValueError(
                "none of the files could be read. The "
                f"following errors were raised:\n {err_list}"
            )
if self.expires < self._today() and conf.auto_max_age is not None:
          warn("leap-second file is expired.", IERSStaleWarning)
E           astropy.utils.iers.iers.IERSStaleWarning: leap-second file is 
expired.

/usr/lib/python3/dist-packages/astropy/utils/iers/iers.py:1178: IERSStaleWarning

During handling of the above exception, another exception occurred:

    @pytest.mark.usefixtures('cookie_auth_service', 'auth_capabilities')
    @pytest.mark.parametrize('security_methods', [[None, 
'ivo://ivoa.net/sso#cookie']])
    @pytest.mark.filterwarnings("ignore::astropy.io.votable.exceptions.W27")
    @pytest.mark.filterwarnings("ignore::astropy.io.votable.exceptions.W48")
    @pytest.mark.filterwarnings("ignore::astropy.io.votable.exceptions.W06")
    def test_cookies_auth():
        session = AuthSession()
        session.credentials.set_cookie('TEST_COOKIE', 'BADCOOKIE')
        service = pyvo.dal.TAPService('http://example.com/tap', session=session)
      service.run_async("SELECT * FROM ivoa.obscore")

pyvo/auth/tests/test_auth.py:108:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pyvo/dal/tap.py:320: in run_async
    job = AsyncTAPJob.create(
pyvo/dal/tap.py:642: in create
    response = tapquery.submit()
pyvo/dal/tap.py:1134: in submit
    response = self._session.post(
pyvo/auth/authsession.py:70: in post
    return self._request('POST', url, **kwargs)
pyvo/auth/authsession.py:108: in _request
    return session.request(http_method, url, **kwargs)
/usr/lib/python3/dist-packages/requests/sessions.py:589: in request
    resp = self.send(prep, **send_kwargs)
/usr/lib/python3/dist-packages/requests_mock/mocker.py:185: in _fake_send
    return _original_send(session, request, **kwargs)
/usr/lib/python3/dist-packages/requests/sessions.py:703: in send
    r = adapter.send(request, **kwargs)
/usr/lib/python3/dist-packages/requests_mock/adapter.py:248: in send
    resp = matcher(request)
/usr/lib/python3/dist-packages/requests_mock/adapter.py:228: in __call__
    return response_matcher.get_response(request)
/usr/lib/python3/dist-packages/requests_mock/response.py:271: in get_response
    content=_call(self._params.get('content')),
/usr/lib/python3/dist-packages/requests_mock/response.py:266: in _call
    return f(request, context, *args, **kwargs) if callable(f) else f
pyvo/dal/tests/test_tap.py:188: in create
    job.quote = Time.now() + TimeDelta(1, format='sec')
/usr/lib/python3/dist-packages/astropy/time/core.py:2759: in __add__
    out._set_scale("tai")
/usr/lib/python3/dist-packages/astropy/time/core.py:797: in _set_scale
    _check_leapsec()
/usr/lib/python3/dist-packages/astropy/time/core.py:3467: in _check_leapsec
    update_leap_seconds()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

files = None

    def update_leap_seconds(files=None):
        """If the current ERFA leap second table is out of date, try to update 
it.
Uses `astropy.utils.iers.LeapSeconds.auto_open` to try to find an
        up-to-date table.  See that routine for the definition of "out of date".
In order to make it safe to call this any time, all exceptions are turned
        into warnings,
Parameters
        ----------
        files : list of path-like, optional
            List of files/URLs to attempt to open.  By default, uses defined by
            `astropy.utils.iers.LeapSeconds.auto_open`, which includes the table
            used by ERFA itself, so if that is up to date, nothing will happen.
Returns
        -------
        n_update : int
            Number of items updated.
"""
        try:
            from astropy.utils import iers
table = iers.LeapSeconds.auto_open(files)
            return erfa.leap_seconds.update(table)
except Exception as exc:
          warn(
                f"leap-second auto-update failed due to the following exception: 
{exc!r}",
                AstropyWarning,
            )
E           astropy.utils.exceptions.AstropyWarning: leap-second auto-update 
failed due to the following exception: IERSStaleWarning('leap-second file is 
expired.')

/usr/lib/python3/dist-packages/astropy/time/core.py:3500: AstropyWarning
=========================== short test summary info ============================
FAILED pyvo/auth/tests/test_auth.py::test_cookies_auth[security_methods0] - a...
============= 1 failed, 300 passed, 43 skipped, 1 xfailed in 1.89s =============
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pyvo/build; python3.12 -m pytest 
--confcutdir=.
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 
returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: 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/ftbfs-future/

About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

(While they are not yet, please note that the bugs will be RC for trixie)

The build was made 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: pyvo
Source-Version: 1.6.1-1
Done: Ole Streicher <oleb...@debian.org>

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

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated pyvo 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: Wed, 26 Feb 2025 11:15:15 +0100
Source: pyvo
Architecture: source
Version: 1.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Maintainers 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1078641
Changes:
 pyvo (1.6.1-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 1.6.1
   * Push Standards-Version to 4.7.0. No changes needed
   * Ignore Astropy warnings for stale IERS (Closes: #1078641)
Checksums-Sha1:
 2dd17f952ed017db1cea351926d9f20898e35729 2245 pyvo_1.6.1-1.dsc
 e62c4a03e0fd0edf633f18dec9922cd0ab1cbc46 1012808 pyvo_1.6.1.orig.tar.gz
 81341db96edaa453714499490490e89cfd01d599 4704 pyvo_1.6.1-1.debian.tar.xz
Checksums-Sha256:
 357cc9244a50187d7d93e72ce9eae8ca9cc0bfa4720cccfc34f5f8b2f8169dc1 2245 
pyvo_1.6.1-1.dsc
 667c6acaeb4242b015625411789bb8a8b687ab8e3e97591a4bcf5af186e06b08 1012808 
pyvo_1.6.1.orig.tar.gz
 6b8b6fb0e071ac0189ecc060724c06503cb0b529e8dec3bdd63a163e697e8c42 4704 
pyvo_1.6.1-1.debian.tar.xz
Files:
 d72766f547898bbd1b88a05ed41bfd5e 2245 python optional pyvo_1.6.1-1.dsc
 9b644aa444a99c9fb345bdc3ec3fa32c 1012808 python optional pyvo_1.6.1.orig.tar.gz
 aa93aff533edc6adf408341a42b127f9 4704 python optional 
pyvo_1.6.1-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAme+7swACgkQcRWv0HcQ
3PdObhAAuNzXZNcgrFu1/hDbHJp4BeJBZ5JL6G4FWilYPx9YjAnKFy3WTiAwlvz4
UanVTqDaM8kpNfCczCS1FUZ7MdIYCS9f/InmNwyrRfYYwxVnJ3TxgHLmRfE/MVvV
2xeyUqlswmjeH/x2N0HgTmRmFMb4VX3jJv8Pnbkjq51JOpBSmUYoYSmVn7/t4imP
ArRaF0A/nIXAxdKXTWPfuqBGV+z4zkHpgpgbSATAhEHqCHg6jhC30QQQ6syK3/sh
fFU28iAEAEj5mZf3OY6wnXMPYhZUDn/OcBI83ANNE/WVcqVkjZOWGrxrQm0zZQ7t
9xJiK/aj770Ip/vdJeeU7M40gCPXK7mmXje6gBOHWrh7t0zmZBN4GhysrSn2CW8j
cPiAMXkUWqo4CsdYx+SFYMRNzeGojQBnOKY5va8W0ywALi5iR5tlz+vYmgyxMbwL
nhe7/KCvA+qkxQHX6tzp7RrY/WDcfCjOt9Ogzq3JKku2FiOTVE6FPVhH5gLSOVyR
RFhZhj/Rk3tDaZId6h3gtzob+zH5fbxifXoQGq48T8JRuALIhHVNlFv/MwT/lFCl
nPIsCMb3SRH+1EIr3sNTxCuXk3RuAGgusqT1qnijZFGgvHsPdLf7OQckKs4LrgwC
DRIJc1uQSNbxkNLE2vCkrzVbt5WEJLzBDrFj5nOtNxO2q+Nd84o=
=bjjB
-----END PGP SIGNATURE-----

Attachment: pgpZSuiebohkk.pgp
Description: PGP signature


--- End Message ---

Reply via email to