Your message dated Sat, 14 Jan 2023 17:08:12 +0000
with message-id <e1pgk0q-005bsd...@fasolo.debian.org>
and subject line Bug#1028881: fixed in cyarray 1.1-5
has caused the Debian Bug report #1028881,
regarding cyarray: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.10 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 ow...@bugs.debian.org
immediately.)


-- 
1028881: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cyarray
Version: 1.1-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230113 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary --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:240: python3.10 setup.py config 
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: 
> Cython directive 'language_level' not set, using 2 for now (Py2). This will 
> change in a later release! File: /<<PKGBUILDDIR>>/cyarray/carray.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> Compiling cyarray/carray.pyx because it changed.
> [1/1] Cythonizing cyarray/carray.pyx
> running config
> I: pybuild base:240: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.10 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray/tests
> copying cyarray/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray/tests
> copying cyarray/tests/test_carray.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray/tests
> running egg_info
> creating cyarray.egg-info
> writing cyarray.egg-info/PKG-INFO
> writing dependency_links to cyarray.egg-info/dependency_links.txt
> writing requirements to cyarray.egg-info/requires.txt
> writing top-level names to cyarray.egg-info/top_level.txt
> writing manifest file 'cyarray.egg-info/SOURCES.txt'
> reading manifest file 'cyarray.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'Makefile'
> warning: no files found matching '*.toml'
> adding license file 'LICENSE.txt'
> writing manifest file 'cyarray.egg-info/SOURCES.txt'
> copying cyarray/carray.pxd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/carray.pxd.mako -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/carray.pyx.mako -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> copying cyarray/msstdint.h -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray
> running build_ext
> building 'cyarray.carray' extension
> creating build
> creating build/temp.linux-x86_64-cpython-310
> creating build/temp.linux-x86_64-cpython-310/cyarray
> x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv 
> -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g 
> -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -Icyarray 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.10 
> -c cyarray/carray.cpp -o build/temp.linux-x86_64-cpython-310/cyarray/carray.o
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from cyarray/carray.cpp:785:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2:
>  warning: #warning "Using deprecated NumPy API, disable it with " "#define 
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-310/cyarray/carray.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build/cyarray/carray.cpython-310-x86_64-linux-gnu.so
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/api.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/generator.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray/tests
> copying cyarray/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray/tests
> copying cyarray/tests/test_carray.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray/tests
> running egg_info
> writing cyarray.egg-info/PKG-INFO
> writing dependency_links to cyarray.egg-info/dependency_links.txt
> writing requirements to cyarray.egg-info/requires.txt
> writing top-level names to cyarray.egg-info/top_level.txt
> reading manifest file 'cyarray.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'Makefile'
> warning: no files found matching '*.toml'
> adding license file 'LICENSE.txt'
> writing manifest file 'cyarray.egg-info/SOURCES.txt'
> copying cyarray/carray.pxd -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/carray.pxd.mako -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/carray.pyx.mako -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> copying cyarray/msstdint.h -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray
> running build_ext
> building 'cyarray.carray' extension
> creating build/temp.linux-x86_64-cpython-311
> creating build/temp.linux-x86_64-cpython-311/cyarray
> x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g 
> -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g 
> -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Icyarray 
> -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.11 
> -c cyarray/carray.cpp -o build/temp.linux-x86_64-cpython-311/cyarray/carray.o
> In file included from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1940,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/ndarrayobject.h:12,
>                  from 
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/arrayobject.h:5,
>                  from cyarray/carray.cpp:785:
> /usr/lib/python3/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2:
>  warning: #warning "Using deprecated NumPy API, disable it with " "#define 
> NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
>    17 | #warning "Using deprecated NumPy API, disable it with " \
>       |  ^~~~~~~
> x86_64-linux-gnu-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-z,relro -Wl,-z,now -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-cpython-311/cyarray/carray.o 
> -L/usr/lib/x86_64-linux-gnu -o 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build/cyarray/carray.cpython-311-x86_64-linux-gnu.so
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build; python3.10 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> collected 26 items
> 
> cyarray/tests/test_carray.py ............FF............                  
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ TestLongArray.test_remove 
> ___________________________
> 
> self = <cyarray.tests.test_carray.TestLongArray testMethod=test_remove>
> 
>     def test_remove(self):
>         l1 = LongArray(10)
>         l1.set_data(numpy.arange(10))
>         rem = [0, 4, 3]
> >       l1.remove(numpy.array(rem, dtype=numpy.int))
> 
> cyarray/tests/test_carray.py:227: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> attr = 'int'
> 
>     def __getattr__(attr):
>         # Warn for expired attributes, and return a dummy function
>         # that always raises an exception.
>         import warnings
>         try:
>             msg = __expired_functions__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>     
>             def _expired(*args, **kwds):
>                 raise RuntimeError(msg)
>     
>             return _expired
>     
>         # Emit warnings for deprecated attributes
>         try:
>             val, msg = __deprecated_attrs__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>             return val
>     
>         if attr in __future_scalars__:
>             # And future warnings for those that will change, but also give
>             # the AttributeError
>             warnings.warn(
>                 f"In the future `np.{attr}` will be defined as the "
>                 "corresponding NumPy scalar.  (This may have returned Python "
>                 "scalars in past versions.", FutureWarning, stacklevel=2)
>     
>         # Importing Tester requires importing all of UnitTest which is not a
>         # cheap import Since it is mainly used in test suits, we lazy import 
> it
>         # here to save on the order of 10 ms of import time for most users
>         #
>         # The previous way Tester was imported also had a side effect of 
> adding
>         # the full `numpy.testing` namespace
>         if attr == 'testing':
>             import numpy.testing as testing
>             return testing
>         elif attr == 'Tester':
>             from .testing import Tester
>             return Tester
>     
> >       raise AttributeError("module {!r} has no attribute "
>                              "{!r}".format(__name__, attr))
> E       AttributeError: module 'numpy' has no attribute 'int'. Did you mean: 
> 'inf'?
> 
> /usr/lib/python3/dist-packages/numpy/__init__.py:284: AttributeError
> ____________________ TestLongArray.test_remove_with_strides 
> ____________________
> 
> self = <cyarray.tests.test_carray.TestLongArray 
> testMethod=test_remove_with_strides>
> 
>     def test_remove_with_strides(self):
>         # Given
>         l1 = LongArray(12)
>         l1.set_data(numpy.arange(12))
>     
>         # When
>         rem = [3, 1]
> >       l1.remove(numpy.array(rem, dtype=numpy.int), stride=3)
> 
> cyarray/tests/test_carray.py:253: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> attr = 'int'
> 
>     def __getattr__(attr):
>         # Warn for expired attributes, and return a dummy function
>         # that always raises an exception.
>         import warnings
>         try:
>             msg = __expired_functions__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>     
>             def _expired(*args, **kwds):
>                 raise RuntimeError(msg)
>     
>             return _expired
>     
>         # Emit warnings for deprecated attributes
>         try:
>             val, msg = __deprecated_attrs__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>             return val
>     
>         if attr in __future_scalars__:
>             # And future warnings for those that will change, but also give
>             # the AttributeError
>             warnings.warn(
>                 f"In the future `np.{attr}` will be defined as the "
>                 "corresponding NumPy scalar.  (This may have returned Python "
>                 "scalars in past versions.", FutureWarning, stacklevel=2)
>     
>         # Importing Tester requires importing all of UnitTest which is not a
>         # cheap import Since it is mainly used in test suits, we lazy import 
> it
>         # here to save on the order of 10 ms of import time for most users
>         #
>         # The previous way Tester was imported also had a side effect of 
> adding
>         # the full `numpy.testing` namespace
>         if attr == 'testing':
>             import numpy.testing as testing
>             return testing
>         elif attr == 'Tester':
>             from .testing import Tester
>             return Tester
>     
> >       raise AttributeError("module {!r} has no attribute "
>                              "{!r}".format(__name__, attr))
> E       AttributeError: module 'numpy' has no attribute 'int'. Did you mean: 
> 'inf'?
> 
> /usr/lib/python3/dist-packages/numpy/__init__.py:284: AttributeError
> =========================== short test summary info 
> ============================
> FAILED cyarray/tests/test_carray.py::TestLongArray::test_remove - 
> AttributeEr...
> FAILED cyarray/tests/test_carray.py::TestLongArray::test_remove_with_strides
> ========================= 2 failed, 24 passed in 0.16s 
> =========================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cyarray/build; python3.10 -m pytest 
> I: pybuild base:240: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build; python3.11 -m pytest 
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0+repack
> rootdir: /<<PKGBUILDDIR>>
> collected 26 items
> 
> cyarray/tests/test_carray.py ............FF............                  
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ TestLongArray.test_remove 
> ___________________________
> 
> self = <cyarray.tests.test_carray.TestLongArray testMethod=test_remove>
> 
>     def test_remove(self):
>         l1 = LongArray(10)
>         l1.set_data(numpy.arange(10))
>         rem = [0, 4, 3]
> >       l1.remove(numpy.array(rem, dtype=numpy.int))
> 
> cyarray/tests/test_carray.py:227: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> attr = 'int'
> 
>     def __getattr__(attr):
>         # Warn for expired attributes, and return a dummy function
>         # that always raises an exception.
>         import warnings
>         try:
>             msg = __expired_functions__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>     
>             def _expired(*args, **kwds):
>                 raise RuntimeError(msg)
>     
>             return _expired
>     
>         # Emit warnings for deprecated attributes
>         try:
>             val, msg = __deprecated_attrs__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>             return val
>     
>         if attr in __future_scalars__:
>             # And future warnings for those that will change, but also give
>             # the AttributeError
>             warnings.warn(
>                 f"In the future `np.{attr}` will be defined as the "
>                 "corresponding NumPy scalar.  (This may have returned Python "
>                 "scalars in past versions.", FutureWarning, stacklevel=2)
>     
>         # Importing Tester requires importing all of UnitTest which is not a
>         # cheap import Since it is mainly used in test suits, we lazy import 
> it
>         # here to save on the order of 10 ms of import time for most users
>         #
>         # The previous way Tester was imported also had a side effect of 
> adding
>         # the full `numpy.testing` namespace
>         if attr == 'testing':
>             import numpy.testing as testing
>             return testing
>         elif attr == 'Tester':
>             from .testing import Tester
>             return Tester
>     
> >       raise AttributeError("module {!r} has no attribute "
>                              "{!r}".format(__name__, attr))
> E       AttributeError: module 'numpy' has no attribute 'int'
> 
> /usr/lib/python3/dist-packages/numpy/__init__.py:284: AttributeError
> ____________________ TestLongArray.test_remove_with_strides 
> ____________________
> 
> self = <cyarray.tests.test_carray.TestLongArray 
> testMethod=test_remove_with_strides>
> 
>     def test_remove_with_strides(self):
>         # Given
>         l1 = LongArray(12)
>         l1.set_data(numpy.arange(12))
>     
>         # When
>         rem = [3, 1]
> >       l1.remove(numpy.array(rem, dtype=numpy.int), stride=3)
> 
> cyarray/tests/test_carray.py:253: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> attr = 'int'
> 
>     def __getattr__(attr):
>         # Warn for expired attributes, and return a dummy function
>         # that always raises an exception.
>         import warnings
>         try:
>             msg = __expired_functions__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>     
>             def _expired(*args, **kwds):
>                 raise RuntimeError(msg)
>     
>             return _expired
>     
>         # Emit warnings for deprecated attributes
>         try:
>             val, msg = __deprecated_attrs__[attr]
>         except KeyError:
>             pass
>         else:
>             warnings.warn(msg, DeprecationWarning, stacklevel=2)
>             return val
>     
>         if attr in __future_scalars__:
>             # And future warnings for those that will change, but also give
>             # the AttributeError
>             warnings.warn(
>                 f"In the future `np.{attr}` will be defined as the "
>                 "corresponding NumPy scalar.  (This may have returned Python "
>                 "scalars in past versions.", FutureWarning, stacklevel=2)
>     
>         # Importing Tester requires importing all of UnitTest which is not a
>         # cheap import Since it is mainly used in test suits, we lazy import 
> it
>         # here to save on the order of 10 ms of import time for most users
>         #
>         # The previous way Tester was imported also had a side effect of 
> adding
>         # the full `numpy.testing` namespace
>         if attr == 'testing':
>             import numpy.testing as testing
>             return testing
>         elif attr == 'Tester':
>             from .testing import Tester
>             return Tester
>     
> >       raise AttributeError("module {!r} has no attribute "
>                              "{!r}".format(__name__, attr))
> E       AttributeError: module 'numpy' has no attribute 'int'
> 
> /usr/lib/python3/dist-packages/numpy/__init__.py:284: AttributeError
> =========================== short test summary info 
> ============================
> FAILED cyarray/tests/test_carray.py::TestLongArray::test_remove - 
> AttributeEr...
> FAILED cyarray/tests/test_carray.py::TestLongArray::test_remove_with_strides
> ========================= 2 failed, 24 passed in 0.15s 
> =========================
> E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_cyarray/build; python3.11 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/01/13/cyarray_1.1-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230113;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230113&fusertaguser=lu...@debian.org&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: cyarray
Source-Version: 1.1-5
Done: Antonio Valentino <antonio.valent...@tiscali.it>

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

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated cyarray 
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: Sat, 14 Jan 2023 16:21:50 +0000
Source: cyarray
Architecture: source
Version: 1.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1028881
Changes:
 cyarray (1.1-5) unstable; urgency=medium
 .
   * debian/patches:
     - new 0002-Compatibility-with-numpy-v1.24.patch (Closes: #1028881).
   * debisn/rules:
     - enable numpy3 debhelper.
   * debian/copyright:
     - update copyright dates.
   * Standards version bumped to 4.6.1 (no changes).
Checksums-Sha1:
 e0047420c35a24f3d18d2d97a753b43a9fd5f277 2103 cyarray_1.1-5.dsc
 3b186b81ccf939786251401e5cae146f4a5d2591 4248 cyarray_1.1-5.debian.tar.xz
 3a762f594538ff35e34387098a039e1301a27144 8132 cyarray_1.1-5_amd64.buildinfo
Checksums-Sha256:
 c3ada26a39539c5643a9fbb211dad0675f8960c75e3c265b252a3ba9314f5bd9 2103 
cyarray_1.1-5.dsc
 d8bd1407a3a997f78575a910f35719f6bcbdd56ad22c3b483864c8c2394745fc 4248 
cyarray_1.1-5.debian.tar.xz
 e5a3cf50015b09fa5235dbbfa51b497b6d1c31784fb19f300d724ecebc78f381 8132 
cyarray_1.1-5_amd64.buildinfo
Files:
 acedc86031551c513a381f19dfea1a49 2103 python optional cyarray_1.1-5.dsc
 6a339f40aa7a5669d27abf66423d3c1b 4248 python optional 
cyarray_1.1-5.debian.tar.xz
 6cc545f3b84e3e6d9000237d8e6e9da5 8132 python optional 
cyarray_1.1-5_amd64.buildinfo

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

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmPC3kcdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBLp4g/+Jy0uC8Pi4ElnmMYa
lRPxQ7k2WdT35tHfDiFqdWDNB4S+FFDP9hJf5kaOhPuUMnMj4gH+699WasLJUC8M
iqdYONeoOYZveQewp+QtLmyjUGrNnqfkE3ftUr7lcKXrFneuvESWlncIa4KZarvM
zw48EiyzaMUAMpC8ggeI+bxJUzcbY8Iw1o8J148U3fDvcJAiBFo1v78s28Js+HOW
cZc0+xrKiXIsU+i+M4hovB2lUmhqGz87VHvz94BdBt2NLICERuFUp19mkQc+FNFr
FsFfGhxkMrHyMou5GJm4cUFGLXpTjYfyfNGCtG7WMPLXaKY9zr56dxl6RFD4YSCa
j+0GSQYyIOPUzxFfQSr19DUaYSOqOTfbUsmsrlUPQpOgeLReKSDi6BeMpxvta0iI
iSQma7JDoBs6+tdZNNEWq8M7IGToJWy7pZYiPylzXSOFR9KcO2QMTkWXowReooqF
2D3HXqcoSkJMj1VJ3DE4Fol0GoW2Wkts+LeBqg3JGIIvk89FahLu7aiMy+h2QfeJ
OSUorWqqbvoneFd3VV4pTUIMJj2/CKwMymHaqyK8mZRMfnGRZQsFh1O7VmGBlDz3
dZvCd27vZF0k6hwshnuvK+2/qfZkloo+K4gDcmmiqZYeZYIFZI62awXqb+qvm6Al
fLg062h3O1WXvN0UlXDVS4/AHMs=
=5kgM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to