Your message dated Wed, 17 Dec 2025 16:49:17 +0000
with message-id <[email protected]>
and subject line Bug#1123260: fixed in python-laspy 2.6.1-2
has caused the Debian Bug report #1123260,
regarding python-laspy: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" 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.)


-- 
1123260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123260
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-laspy
Version: 2.6.1-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot 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 add an affects on src:python-laspy, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_laspy  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/laspy
copying laspy/lasreader.py -> build/lib/laspy
copying laspy/header.py -> build/lib/laspy
copying laspy/lasappender.py -> build/lib/laspy
copying laspy/typehints.py -> build/lib/laspy
copying laspy/lib.py -> build/lib/laspy
copying laspy/compression.py -> build/lib/laspy
copying laspy/file.py -> build/lib/laspy
copying laspy/_pointappender.py -> build/lib/laspy
copying laspy/errors.py -> build/lib/laspy
copying laspy/laswriter.py -> build/lib/laspy
copying laspy/lasdata.py -> build/lib/laspy
copying laspy/_pointreader.py -> build/lib/laspy
copying laspy/utils.py -> build/lib/laspy
copying laspy/copc.py -> build/lib/laspy
copying laspy/lasmmap.py -> build/lib/laspy
copying laspy/extradims.py -> build/lib/laspy
copying laspy/_pointwriter.py -> build/lib/laspy
copying laspy/__init__.py -> build/lib/laspy
creating build/lib/laspy/cli
copying laspy/cli/main.py -> build/lib/laspy/cli
copying laspy/cli/core.py -> build/lib/laspy/cli
copying laspy/cli/copc.py -> build/lib/laspy/cli
copying laspy/cli/__init__.py -> build/lib/laspy/cli
creating build/lib/laspy/_compression
copying laspy/_compression/lazrsbackend.py -> build/lib/laspy/_compression
copying laspy/_compression/format.py -> build/lib/laspy/_compression
copying laspy/_compression/lazbackend.py -> build/lib/laspy/_compression
copying laspy/_compression/selection.py -> build/lib/laspy/_compression
copying laspy/_compression/backend.py -> build/lib/laspy/_compression
copying laspy/_compression/laszipbackend.py -> build/lib/laspy/_compression
copying laspy/_compression/__init__.py -> build/lib/laspy/_compression
creating build/lib/laspy/point
copying laspy/point/format.py -> build/lib/laspy/point
copying laspy/point/dims.py -> build/lib/laspy/point
copying laspy/point/record.py -> build/lib/laspy/point
copying laspy/point/packing.py -> build/lib/laspy/point
copying laspy/point/__init__.py -> build/lib/laspy/point
creating build/lib/laspy/vlrs
copying laspy/vlrs/known.py -> build/lib/laspy/vlrs
copying laspy/vlrs/vlr.py -> build/lib/laspy/vlrs
copying laspy/vlrs/vlrlist.py -> build/lib/laspy/vlrs
copying laspy/vlrs/geotiff.py -> build/lib/laspy/vlrs
copying laspy/vlrs/__init__.py -> build/lib/laspy/vlrs
running egg_info
creating laspy.egg-info
writing laspy.egg-info/PKG-INFO
writing dependency_links to laspy.egg-info/dependency_links.txt
writing requirements to laspy.egg-info/requires.txt
writing top-level names to laspy.egg-info/top_level.txt
writing manifest file 'laspy.egg-info/SOURCES.txt'
reading manifest file 'laspy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'laspy.egg-info/SOURCES.txt'
copying laspy/lib.pyi -> build/lib/laspy
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/laspy
copying build/lib/laspy/lasreader.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/header.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasappender.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/cli
copying build/lib/laspy/cli/main.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/core.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/copc.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/typehints.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/_compression
copying build/lib/laspy/_compression/lazrsbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/format.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/lazbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/selection.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/backend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/laszipbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/lib.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lib.pyi -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/compression.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/file.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointappender.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/errors.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/laswriter.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasdata.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointreader.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/utils.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/copc.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasmmap.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/point
copying build/lib/laspy/point/format.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/dims.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/record.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/packing.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/extradims.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointwriter.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/__init__.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/vlrs
copying build/lib/laspy/vlrs/known.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/vlr.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/vlrlist.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/geotiff.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
running install_egg_info
Copying laspy.egg-info to build/bdist.linux-x86_64/wheel/./laspy-2.6.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/laspy-2.6.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_laspy/.tmp-lv70564g/laspy-2.6.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'laspy/__init__.py'
adding 'laspy/_pointappender.py'
adding 'laspy/_pointreader.py'
adding 'laspy/_pointwriter.py'
adding 'laspy/compression.py'
adding 'laspy/copc.py'
adding 'laspy/errors.py'
adding 'laspy/extradims.py'
adding 'laspy/file.py'
adding 'laspy/header.py'
adding 'laspy/lasappender.py'
adding 'laspy/lasdata.py'
adding 'laspy/lasmmap.py'
adding 'laspy/lasreader.py'
adding 'laspy/laswriter.py'
adding 'laspy/lib.py'
adding 'laspy/lib.pyi'
adding 'laspy/typehints.py'
adding 'laspy/utils.py'
adding 'laspy/_compression/__init__.py'
adding 'laspy/_compression/backend.py'
adding 'laspy/_compression/format.py'
adding 'laspy/_compression/laszipbackend.py'
adding 'laspy/_compression/lazbackend.py'
adding 'laspy/_compression/lazrsbackend.py'
adding 'laspy/_compression/selection.py'
adding 'laspy/cli/__init__.py'
adding 'laspy/cli/copc.py'
adding 'laspy/cli/core.py'
adding 'laspy/cli/main.py'
adding 'laspy/point/__init__.py'
adding 'laspy/point/dims.py'
adding 'laspy/point/format.py'
adding 'laspy/point/packing.py'
adding 'laspy/point/record.py'
adding 'laspy/vlrs/__init__.py'
adding 'laspy/vlrs/geotiff.py'
adding 'laspy/vlrs/known.py'
adding 'laspy/vlrs/vlr.py'
adding 'laspy/vlrs/vlrlist.py'
adding 'laspy-2.6.1.dist-info/licenses/LICENSE.txt'
adding 'laspy-2.6.1.dist-info/METADATA'
adding 'laspy-2.6.1.dist-info/WHEEL'
adding 'laspy-2.6.1.dist-info/top_level.txt'
adding 'laspy-2.6.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built laspy-2.6.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_laspy  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: BSD License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
running egg_info
writing laspy.egg-info/PKG-INFO
writing dependency_links to laspy.egg-info/dependency_links.txt
writing requirements to laspy.egg-info/requires.txt
writing top-level names to laspy.egg-info/top_level.txt
reading manifest file 'laspy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'laspy.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/laspy
copying build/lib/laspy/lasreader.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/header.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasappender.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/cli
copying build/lib/laspy/cli/main.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/core.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/copc.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/cli/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/cli
copying build/lib/laspy/typehints.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/_compression
copying build/lib/laspy/_compression/lazrsbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/format.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/lazbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/selection.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/backend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/laszipbackend.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/_compression/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/_compression
copying build/lib/laspy/lib.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lib.pyi -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/compression.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/file.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointappender.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/errors.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/laswriter.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasdata.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointreader.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/utils.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/copc.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/lasmmap.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/point
copying build/lib/laspy/point/format.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/dims.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/record.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/packing.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/point/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/point
copying build/lib/laspy/extradims.py -> build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/_pointwriter.py -> 
build/bdist.linux-x86_64/wheel/./laspy
copying build/lib/laspy/__init__.py -> build/bdist.linux-x86_64/wheel/./laspy
creating build/bdist.linux-x86_64/wheel/laspy/vlrs
copying build/lib/laspy/vlrs/known.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/vlr.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/vlrlist.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/geotiff.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
copying build/lib/laspy/vlrs/__init__.py -> 
build/bdist.linux-x86_64/wheel/./laspy/vlrs
running install_egg_info
Copying laspy.egg-info to build/bdist.linux-x86_64/wheel/./laspy-2.6.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/laspy-2.6.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_laspy/.tmp-8mads6zw/laspy-2.6.1-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'laspy/__init__.py'
adding 'laspy/_pointappender.py'
adding 'laspy/_pointreader.py'
adding 'laspy/_pointwriter.py'
adding 'laspy/compression.py'
adding 'laspy/copc.py'
adding 'laspy/errors.py'
adding 'laspy/extradims.py'
adding 'laspy/file.py'
adding 'laspy/header.py'
adding 'laspy/lasappender.py'
adding 'laspy/lasdata.py'
adding 'laspy/lasmmap.py'
adding 'laspy/lasreader.py'
adding 'laspy/laswriter.py'
adding 'laspy/lib.py'
adding 'laspy/lib.pyi'
adding 'laspy/typehints.py'
adding 'laspy/utils.py'
adding 'laspy/_compression/__init__.py'
adding 'laspy/_compression/backend.py'
adding 'laspy/_compression/format.py'
adding 'laspy/_compression/laszipbackend.py'
adding 'laspy/_compression/lazbackend.py'
adding 'laspy/_compression/lazrsbackend.py'
adding 'laspy/_compression/selection.py'
adding 'laspy/cli/__init__.py'
adding 'laspy/cli/copc.py'
adding 'laspy/cli/core.py'
adding 'laspy/cli/main.py'
adding 'laspy/point/__init__.py'
adding 'laspy/point/dims.py'
adding 'laspy/point/format.py'
adding 'laspy/point/packing.py'
adding 'laspy/point/record.py'
adding 'laspy/vlrs/__init__.py'
adding 'laspy/vlrs/geotiff.py'
adding 'laspy/vlrs/known.py'
adding 'laspy/vlrs/vlr.py'
adding 'laspy/vlrs/vlrlist.py'
adding 'laspy-2.6.1.dist-info/licenses/LICENSE.txt'
adding 'laspy-2.6.1.dist-info/METADATA'
adding 'laspy-2.6.1.dist-info/WHEEL'
adding 'laspy-2.6.1.dist-info/top_level.txt'
adding 'laspy-2.6.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built laspy-2.6.1-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values 
to unpack (expected at least 1, got 0)
E: pybuild pybuild:389: test: plugin pyproject failed with: not enough values 
to unpack (expected at least 1, got 0)
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-laspy
Source-Version: 2.6.1-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-laspy, 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.
Colin Watson <[email protected]> (supplier of updated python-laspy 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, 17 Dec 2025 16:32:09 +0000
Source: python-laspy
Architecture: source
Version: 2.6.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123260
Changes:
 python-laspy (2.6.1-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/pybuild.testfiles: Remove blank line (closes: #1123260).
Checksums-Sha1:
 7ec5c1fbe640b6cc05c2b5359ea40291ab82cb4f 2918 python-laspy_2.6.1-2.dsc
 c53fd7db2636ffa3ed8757118b1fcdd33dab29fc 4740 
python-laspy_2.6.1-2.debian.tar.xz
 4d3481a8138d435462abe5c3cb9a59571bcb2a71 1945276 
python-laspy_2.6.1-2.git.tar.xz
 7c315c6c705a8d0fc491c435f66bfc82c7f642ec 17155 
python-laspy_2.6.1-2_source.buildinfo
Checksums-Sha256:
 96d93ff4eb43875011f898c109ef898435e389d9c909bbcc955fb75b1684a294 2918 
python-laspy_2.6.1-2.dsc
 1dac0a3099635f0c15bc5383e2635e66cc62c1c18310dc107d8f4e297f4664e4 4740 
python-laspy_2.6.1-2.debian.tar.xz
 76eb8ef20bdb2acbd41de9e7052c9653d38da9fe44b5b649084304388b65ee60 1945276 
python-laspy_2.6.1-2.git.tar.xz
 d5dce333bb4fddfb865f9941e4028b8f571bcdd567cf6134dca6bb0854b38345 17155 
python-laspy_2.6.1-2_source.buildinfo
Files:
 e61103dcb807f4b77d02266ff7c5d196 2918 python optional python-laspy_2.6.1-2.dsc
 61539137e290458b16b96034abbfdb07 4740 python optional 
python-laspy_2.6.1-2.debian.tar.xz
 3d88948f9394ed360d6ce172ff1a5d3e 1945276 python optional 
python-laspy_2.6.1-2.git.tar.xz
 a7583864d76407ab46c31b3abed7dc08 17155 python optional 
python-laspy_2.6.1-2_source.buildinfo
Git-Tag-Info: tag=25eda5598a00b0f7d2ae6a537b52967749517b36 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmlC224ACgkQYG0ITkaD
wHkMxRAAzjrJA6RFuC52YQ6JZ2IZ+P3WNd/vaiUdIoMadmthLP8ViyopWzGYJu1B
8pJFEqDd8dD5VldlsRU1bj9X75LYubVWsUBxbwNU5xlpyfQ77Oyg3F+9wygV1FQj
ACOoEIc6pYoayyI0Yo9La3h6e9LKky/9CSmdCg5W5/mSwWUjS8flVTJ0TKu1aWRN
OVpc9WNK0gB/P+bOi3jKVo3iIni50pvw/5d6C4cJOGb7m63JYRX3igJPELq80qOY
C1UpC6XIZAcLhXYG9HUlVZOy01hhivI2dOYW5p1XEiTI6vVsk6LEHyfmyTO6FKTT
u5Zz6yb0dtZgSJMPlDfnmxS2UG2noyb/00nqumlGX0cPbdTsrpvLj/sdzHlEpoKl
9XXzDqOZvhk7z7b60grV1SOFRzfL0AZD5tCZe6mYMppgTJ0nPBC9MY4I9MqkpuA+
inmvTkwe2VTQzDUAKixGO2mrkvcMVkAMiJ8zPm243DJs3WpJ//FBuGuV1Ah09YFx
N+1CHNAujPrkHQk6Ty0d8VEgl8rnh8Or8QVQDzHqvSzeD6cWB3PolPCVaC26pF8H
/p13YG71yq8fa+d65vZx1R/9IWGoZS+5n7CP6U/WLiY6qQ5XBz/Az6BhxS81Gd3c
n/RlY527UlI+gb4oldtvdOqmLGi2pzs4xEOG7WxCqnTH5eY/+lw=
=FmA5
-----END PGP SIGNATURE-----

Attachment: pgp3UENRQjWro.pgp
Description: PGP signature


--- End Message ---

Reply via email to