Your message dated Wed, 28 Feb 2024 17:44:28 +0000
with message-id <[email protected]>
and subject line Bug#1058435: fixed in orsopy 1.2.0-1
has caused the Debian Bug report #1058435,
regarding orsopy: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.12 3.11" returned exit code 13
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.)


-- 
1058435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058435
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: orsopy
Version: 1.1.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> copying orsopy/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> copying orsopy/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbcreation.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_elements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbmaterial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/typing_backport.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/resolver_slddb.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/density_resolver.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/chemical_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/dbconfig.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/database.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/comparators.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/importers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/masses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_nist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_henke.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths_pt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/element.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nabs_geant4.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> running egg_info
> creating orsopy.egg-info
> writing orsopy.egg-info/PKG-INFO
> writing dependency_links to orsopy.egg-info/dependency_links.txt
> writing requirements to orsopy.egg-info/requires.txt
> writing top-level names to orsopy.egg-info/top_level.txt
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.fileio.schema' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.fileio.schema' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'orsopy.fileio.schema' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.fileio.schema' to be distributed and are
>         already explicitly excluding 'orsopy.fileio.schema' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.slddb.element_table.nabs_geant4' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.slddb.element_table.nabs_geant4' as an 
> importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 
> 'orsopy.slddb.element_table.nabs_geant4' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.slddb.element_table.nabs_geant4' to be 
> distributed and are
>         already explicitly excluding 'orsopy.slddb.element_table.nabs_geant4' 
> via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'tests.test_slddb.test_data' is absent from the `packages` 
> configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'tests.test_slddb.test_data' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'tests.test_slddb.test_data' is 
> explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'tests.test_slddb.test_data' to be distributed and 
> are
>         already explicitly excluding 'tests.test_slddb.test_data' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> copying tests/not_orso.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/test_example.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/test_example2.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/1011267.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/2300202.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/7lzm.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/AMS_DATA.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.json -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.yaml -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B10.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B11.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd106.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd108.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd110.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd111.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd112.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd113.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd114.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd116.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd152.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd154.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd155.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd156.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd157.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd158.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd160.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li6.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li7.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> copying orsopy/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> copying orsopy/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbcreation.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_elements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbmaterial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/typing_backport.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/resolver_slddb.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/density_resolver.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/chemical_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/dbconfig.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/database.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/comparators.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/importers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/masses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_nist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_henke.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths_pt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/element.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nabs_geant4.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> running egg_info
> writing orsopy.egg-info/PKG-INFO
> writing dependency_links to orsopy.egg-info/dependency_links.txt
> writing requirements to orsopy.egg-info/requires.txt
> writing top-level names to orsopy.egg-info/top_level.txt
> reading manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.fileio.schema' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.fileio.schema' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'orsopy.fileio.schema' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.fileio.schema' to be distributed and are
>         already explicitly excluding 'orsopy.fileio.schema' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.slddb.element_table.nabs_geant4' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.slddb.element_table.nabs_geant4' as an 
> importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 
> 'orsopy.slddb.element_table.nabs_geant4' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.slddb.element_table.nabs_geant4' to be 
> distributed and are
>         already explicitly excluding 'orsopy.slddb.element_table.nabs_geant4' 
> via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'tests.test_slddb.test_data' is absent from the `packages` 
> configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'tests.test_slddb.test_data' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'tests.test_slddb.test_data' is 
> explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'tests.test_slddb.test_data' to be distributed and 
> are
>         already explicitly excluding 'tests.test_slddb.test_data' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> copying tests/not_orso.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/test_example.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/test_example2.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/1011267.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/2300202.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/7lzm.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/AMS_DATA.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.json -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.yaml -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B10.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B11.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd106.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd108.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd110.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd111.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd112.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd113.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd114.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd116.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd152.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd154.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd155.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd156.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd157.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd158.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd160.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li6.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li7.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 88 items / 6 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_base.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_base.py:18: in <module>
>     from orsopy.fileio import base, orso
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_data_source.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_data_source.py:10: in <module>
>     from orsopy.fileio import base, data_source
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_model_language.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_model_language.py:14: in <module>
>     from orsopy.fileio import ComplexValue, Value
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_orso.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_orso.py:14: in <module>
>     from orsopy import fileio as fileio
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_reduction.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_reduction.py:8: in <module>
>     from orsopy.fileio import base, reduction
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_schema.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_schema.py:8: in <module>
>     from orsopy import fileio
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> =========================== short test summary info 
> ============================
> ERROR tests/test_fileio/test_base.py - NameError: name 
> '__dataclass_type_erro...
> ERROR tests/test_fileio/test_data_source.py - NameError: name 
> '__dataclass_ty...
> ERROR tests/test_fileio/test_model_language.py - NameError: name 
> '__dataclass...
> ERROR tests/test_fileio/test_orso.py - NameError: name 
> '__dataclass_type_erro...
> ERROR tests/test_fileio/test_reduction.py - NameError: name 
> '__dataclass_type...
> ERROR tests/test_fileio/test_schema.py - NameError: name 
> '__dataclass_type_er...
> !!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ============================== 6 errors in 2.28s 
> ===============================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build; python3.12 -m pytest 
> tests
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 205 items
> 
> tests/test_fileio/test_base.py ......................................... [ 
> 20%]
> ................                                                         [ 
> 27%]
> tests/test_fileio/test_data_source.py ..................                 [ 
> 36%]
> tests/test_fileio/test_model_language.py .s................s...s         [ 
> 47%]
> tests/test_fileio/test_orso.py .........                                 [ 
> 52%]
> tests/test_fileio/test_reduction.py .........                            [ 
> 56%]
> tests/test_fileio/test_schema.py .                                       [ 
> 57%]
> tests/test_slddb/test_converters.py ....................                 [ 
> 66%]
> tests/test_slddb/test_dbcreation.py ....                                 [ 
> 68%]
> tests/test_slddb/test_dbmaterial.py ...............                      [ 
> 76%]
> tests/test_slddb/test_elements.py .......                                [ 
> 79%]
> tests/test_slddb/test_formula.py ........                                [ 
> 83%]
> tests/test_slddb/test_material.py ........................               [ 
> 95%]
> tests/test_slddb/test_webapi.py ..........                               
> [100%]
> 
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.11_orsopy/build/tests/test_fileio/test_base.py::TestValue::test_unit_conversion
>   /usr/lib/python3/dist-packages/pint/parser.py:264: DeprecationWarning: path 
> is deprecated. Use files() instead. Refer to 
> https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy
>  for migration advice.
>     with resources.path(__package__, resource_name) as p:
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ================== 202 passed, 3 skipped, 1 warning in 2.22s 
> ===================
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/orsopy_1.1.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: orsopy
Source-Version: 1.2.0-1
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
orsopy, 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.
Roland Mas <[email protected]> (supplier of updated orsopy 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: Wed, 28 Feb 2024 17:27:13 +0100
Source: orsopy
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1058435
Changes:
 orsopy (1.2.0-1) unstable; urgency=medium
 .
   * New upstream release. This fixes: "FTBFS: dh_auto_test: error: pybuild
     --test --test-pytest -i python{version} -p '3.12 3.11'
     returned exit code 13", thanks to Lucas Nussbaum (Closes: #1058435).
Checksums-Sha1:
 4c99099a0ca237b4d903217daef5951d999da74c 2044 orsopy_1.2.0-1.dsc
 7d4a8e78dc7e2d5a35e6b15d60dcda7dd37b47ab 2481934 orsopy_1.2.0.orig.tar.gz
 fd4ff11e0ddfccabe2dd09b5b22c300ca42eb605 2980 orsopy_1.2.0-1.debian.tar.xz
 1b2eea3938b2771a73e54718d6a8a55d97cf48e8 8565 orsopy_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
 54b4823d041d6176a3fc09689935ffc3a5c30fde90cb68eb4d617f8f13600dbe 2044 
orsopy_1.2.0-1.dsc
 6b17dcd62c792940a79bcf4442d479af74bce78292bfe78d7d341af71ce6583a 2481934 
orsopy_1.2.0.orig.tar.gz
 8a2beca8861ff534f0e9bacf07ee512fe3ce5952d789b40d85ba511307845f21 2980 
orsopy_1.2.0-1.debian.tar.xz
 ae7f3ef8bc4c069eaccc26ed9510f81561820356ceff2fa37ad7d5461ab301f4 8565 
orsopy_1.2.0-1_amd64.buildinfo
Files:
 328b106ce67cd1945fa3c11279c5de8f 2044 python optional orsopy_1.2.0-1.dsc
 148d35488ccc58da912233fbe114fd4e 2481934 python optional 
orsopy_1.2.0.orig.tar.gz
 5ba8083da623046660c5de0e7dc08c12 2980 python optional 
orsopy_1.2.0-1.debian.tar.xz
 e17e87248f9aad6747001a40aa88f93c 8565 python optional 
orsopy_1.2.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmXfXzkACgkQ0w3s0lmT
IvxcsQ/+J6Bi6e1JenQk5bg+MQA3L7jwHRv9Nb81jZedvKLtP40KeROsePIL0PGj
HdRULUzM9jZs3d0qwfqFkPTePIumCl6rJqvu9Uk4MiB9fgCywmnbDiLqmAlJtvNu
DY+8MbN5uTkNfPBIsIQc61Y+YKWSRWSloWRPjuMFyYuH5WLGGqozF4ZTS2BIBOAk
Tht2vFVXX1pCb7rT3XbeXCChDBCIfvT7EgUzwLv57i57BINBh3tRFBHhSvG10BbT
IpufXcnrNs0uU3Rf/6AXkiqnj0HBCkWq/R6fvyRPiH1Zp7lLWa1M7WLAsbB8kb+5
Ahttbd2s7ltpBRfupxVelnfrQl1yNwxfFOY9HKyJ23UMJwl+ocL7mzdgNlAQRYDH
5X0RPcKudufORsYtD5YEma0C1rlk260awlmOUQjpqCKtveMLB3StHTnRM0bP6SBD
AWj3BYl3opqMf3JwoN7TdFylGE0Ma3AkHboA1kikFPG8kGg20CdVrcf61b2y/jly
5tT/+MXUoyrT/aMRDvgcrFyv2xIYGn27f6iK5ByVH+dEGn74nnXxN5XZJG9bA3jk
eO+/uKmXKEkodKzBkj3bvS/GJf0I6iFKis3SwtaetTWb1pHwrmI5+5G7k9izUfkg
ZHm30sY3Ad7Q3ZNCA2h50F+MklnIcQRVbhSyqdTiO10OzBiZ63c=
=uqty
-----END PGP SIGNATURE-----

Attachment: pgpt4cMuLWB8a.pgp
Description: PGP signature


--- End Message ---

Reply via email to