Your message dated Wed, 27 Dec 2023 11:05:24 +0000
with message-id <e1rirj2-009vjy...@fasolo.debian.org>
and subject line Bug#1055715: fixed in python-line-profiler 4.1.2-1
has caused the Debian Bug report #1055715,
regarding python-line-profiler ftbfs with Python 3.12
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.)


-- 
1055715: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055715
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-line-profiler
Version: 4.0.2-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

python-line-profiler ftbfs with Python 3.12:

I: pybuild base:310: python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_line-profiler
* Building wheel...
<string>:61: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead

Error compiling Cython file:
------------------------------------------------------------
...

    def __exit__(self, exc_type, exc_val, exc_tb):
        self.disable_by_count()

    def enable(self):
        PyEval_SetTrace(python_trace_callback, self)
                        ^
------------------------------------------------------------

line_profiler/_line_profiler.pyx:275:24: Cannot assign type 'int (object, PyFrameObject *, int, PyObject *) except? -1' to 'Py_tracefunc'. Exception values are incompatible. Suggest adding 'noexcept' to type 'int (object, PyFrameObject *, int, PyObject *) except? -1'.
Compiling line_profiler/_line_profiler.pyx because it changed.
[1/1] Cythonizing line_profiler/_line_profiler.pyx
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
    main()
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
    return _build_backend().build_wheel(wheel_directory, config_settings,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 434, in build_wheel
    return self._build_with_temp_dir(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 419, in _build_with_temp_dir
    self.run_setup()
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 341, in run_setup
    exec(code, locals())
  File "<string>", line 235, in <module>
  File "<string>", line 222, in run_cythonize
File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1154, in cythonize
    cythonize_one(*args)
File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1321, in cythonize_one
    raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: line_profiler/_line_profiler.pyx

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:395: build: plugin pyproject failed with: exit code=1: python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_line-profiler I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" module I: pybuild base:310: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_line-profiler
* Building wheel...

Error compiling Cython file:
------------------------------------------------------------
...

    def __exit__(self, exc_type, exc_val, exc_tb):
        self.disable_by_count()

    def enable(self):
        PyEval_SetTrace(python_trace_callback, self)
                        ^
------------------------------------------------------------

line_profiler/_line_profiler.pyx:275:24: Cannot assign type 'int (object, PyFrameObject *, int, PyObject *) except? -1' to 'Py_tracefunc'. Exception values are incompatible. Suggest adding 'noexcept' to type 'int (object, PyFrameObject *, int, PyObject *) except? -1'.
Compiling line_profiler/_line_profiler.pyx because it changed.
[1/1] Cythonizing line_profiler/_line_profiler.pyx
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in <module>
    main()
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel
    return _build_backend().build_wheel(wheel_directory, config_settings,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 434, in build_wheel
    return self._build_with_temp_dir(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 419, in _build_with_temp_dir
    self.run_setup()
File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 341, in run_setup
    exec(code, locals())
  File "<string>", line 235, in <module>
  File "<string>", line 222, in run_cythonize
File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1154, in cythonize
    cythonize_one(*args)
File "/usr/lib/python3/dist-packages/Cython/Build/Dependencies.py", line 1321, in cythonize_one
    raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: line_profiler/_line_profiler.pyx

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:395: build: plugin pyproject failed with: exit code=1: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_line-profiler dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.11" returned exit code 13
--- End Message ---
--- Begin Message ---
Source: python-line-profiler
Source-Version: 4.1.2-1
Done: Bo YU <tsu.y...@gmail.com>

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

Debian distribution maintenance software
pp.
Bo YU <tsu.y...@gmail.com> (supplier of updated python-line-profiler package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 27 Dec 2023 10:19:00 +0000
Source: python-line-profiler
Built-For-Profiles: noudeb
Architecture: source
Version: 4.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1049276 1055715 1056862
Changes:
 python-line-profiler (4.1.2-1) unstable; urgency=medium
 .
   [ Bo YU ]
   * Team upload.
   * New upstream version 4.1.2. (Closes: #1055715, #1056862)
   * Add python-is-python3 for test.
   * Add extend-diff-ignore. (Closes: #1049276)
 .
   [ Jeroen Ploemen ]
   * Tests: loop over py3versions -s rather than -r.
Checksums-Sha1:
 44ff7461318e3abf1b08d5d912da9a540ce3104a 2401 python-line-profiler_4.1.2-1.dsc
 7b80cf9ec6f729d7e00c4e9aabbed55e7939ab10 100514 
python-line-profiler_4.1.2.orig.tar.gz
 059637d6107d4b3e6ed7e7cf8dfe76b37e7e37a2 6304 
python-line-profiler_4.1.2-1.debian.tar.xz
 d8a8fd3ce05293f79708a3425e32796ba2f9963e 15177 
python-line-profiler_4.1.2-1_source.buildinfo
Checksums-Sha256:
 89440b443ab9b2a6f77ef7901745bebb7278ff8f2fb3213eb409508001d3bb6d 2401 
python-line-profiler_4.1.2-1.dsc
 a1f3458c1dd1bf4b2d1d2657b78225f4e4e9046a1841f18cf528f01ebd3d5f43 100514 
python-line-profiler_4.1.2.orig.tar.gz
 e5ca5f7e4f3f3987b529a55ad76ef2930d2833fe45fa71fd4d078ac0b1a2a496 6304 
python-line-profiler_4.1.2-1.debian.tar.xz
 572f4232cb8b9795a4b51d3645f4768de7022fdd9714bf3fa91bfb2eebb20fa9 15177 
python-line-profiler_4.1.2-1_source.buildinfo
Files:
 5dba9d9528ed6e6d965d7a917f9f5980 2401 python optional 
python-line-profiler_4.1.2-1.dsc
 72192de4137a21662678c18401e1628b 100514 python optional 
python-line-profiler_4.1.2.orig.tar.gz
 a29f1af4147425562cdf288899d00fe1 6304 python optional 
python-line-profiler_4.1.2-1.debian.tar.xz
 383de290e09cd3c36a031da1cdaadadc 15177 python optional 
python-line-profiler_4.1.2-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmWL+jcACgkQQoMEoXSN
zHpVKBAAmDL1NJmHC8qDfzOaq4ITZIxgOT/BvocKUoF+xpPs+LlQPVB9aMILLiRm
aNgIgs7RfKCrZw6er+DZLeTsxHf3AL4L1h6xJOiglR5Bm4BowYknh/Shmkyt026y
t7ujqjF/bpheSH465p9LxXB7F96wWycqtr0OD1SWI4UI0OV74ihCKxKp1FqkKF7F
BG0LTZAudOKVcEvblvKuhkBIobHAN7cPigx3nqTu89pVK86pay/6DNt/lyD5SX0f
3K+hC1QN8T92KipiXUPTAk652bWfk88J2rKnDbgwNYImOXbaubB/L8Xhd4qQZoTO
O7McJHMxF6gkh9UQ1kuq8VNBAftc9mgZlAs8gQmZoiBvyV5zw7WG1b6d27M/3K5Z
h75nXsPIV3DnA8CtnhA6ce0sshNh2rAkQPCQUw3wZ7YbsiX3mTnGIN3/UMuM36XQ
W/Swbt9TYcEyNfxPvn6t59j4sVeDU3SzDKGAAh+Zk3/8aC4RCMe1ece19GsL1sEd
Qau5WXfvTNoiiZXlvRxmuJoIiXoRXEO7Qpz4syvnvNYmjMMKv1NvS4caYsUY/hcF
/QMvb/7lr2oy7REJ3mV7l3pFfCNDAEhBF9/N7cR/uVZ/Dvp/3C7P4iS373BJPZph
+Sa8ml4cHrrNtzBfC/Hll9kd7Soh5HN/+hBcQK1zyQwZ5rQVt/U=
=fxC3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to