Your message dated Thu, 14 Dec 2023 23:20:19 +0000
with message-id <e1rdv07-00368j...@fasolo.debian.org>
and subject line Bug#1056036: fixed in python-aiohttp 3.9.1-1
has caused the Debian Bug report #1056036,
regarding python-aiohttp 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.)


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

python-aiohttp ftbfs with Python 3.12:

[...]
building 'aiohttp._websocket' extension
creating build
creating build/temp.linux-x86_64-cpython-312
creating build/temp.linux-x86_64-cpython-312/aiohttp
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -g -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -fwrapv -O2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/python-aiohttp-3.8.6-1build1 -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c aiohttp/_websocket.c -o build/temp.linux-x86_64-cpython-312/aiohttp/_websocket.o aiohttp/_websocket.c: In function ‘__pyx_pf_7aiohttp_10_websocket__websocket_mask_cython’: aiohttp/_websocket.c:1475:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
 1475 |   if (unlikely(!Py_OptimizeFlag)) {
      |   ^~
In file included from /usr/include/python3.12/Python.h:48,
                 from aiohttp/_websocket.c:6:
/usr/include/python3.12/cpython/pydebug.h:13:37: note: declared here
   13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
      |                                     ^~~~~~~~~~~~~~~
aiohttp/_websocket.c: In function ‘__Pyx_get_tp_dict_version’:
aiohttp/_websocket.c:2680:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 2680 |     return likely(dict) ? __PYX_GET_DICT_VERSION(dict) : 0;
      |     ^~~~~~
In file included from /usr/include/python3.12/dictobject.h:90,
                 from /usr/include/python3.12/Python.h:61:
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
aiohttp/_websocket.c: In function ‘__Pyx_get_object_dict_version’:
aiohttp/_websocket.c:2692:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations] 2692 | return (dictptr && *dictptr) ? __PYX_GET_DICT_VERSION(*dictptr) : 0;
      |     ^~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
aiohttp/_websocket.c: In function ‘__Pyx_object_dict_version_matches’:
aiohttp/_websocket.c:2696:5: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations] 2696 | if (unlikely(!dict) || unlikely(tp_dict_version != __PYX_GET_DICT_VERSION(dict)))
      |     ^~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
aiohttp/_websocket.c: In function ‘__Pyx_CLineForTraceback’:
aiohttp/_websocket.c:2741:9: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 2741 |         __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
aiohttp/_websocket.c:2741:9: warning: ‘ma_version_tag’ is deprecated [-Wdeprecated-declarations]
 2741 |         __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/python3.12/cpython/dictobject.h:22:34: note: declared here
   22 |     Py_DEPRECATED(3.12) uint64_t ma_version_tag;
      |                                  ^~~~~~~~~~~~~~
aiohttp/_websocket.c: In function ‘__Pyx_PyInt_As_long’:
aiohttp/_websocket.c:3042:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3042 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
aiohttp/_websocket.c:3097:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3097 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
aiohttp/_websocket.c: In function ‘__Pyx_PyInt_As_int’:
aiohttp/_websocket.c:3238:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3238 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
aiohttp/_websocket.c:3293:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3293 |             const digit* digits = ((PyLongObject*)x)->ob_digit;
      |                                                     ^~
aiohttp/_websocket.c: In function ‘__Pyx_PyIndex_AsSsize_t’:
aiohttp/_websocket.c:3744:45: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
 3744 |     const digit* digits = ((PyLongObject*)b)->ob_digit;
      |                                             ^~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:395: build: plugin distutils failed with: exit code=1: /usr/bin/python3.12 setup.py build
--- End Message ---
--- Begin Message ---
Source: python-aiohttp
Source-Version: 3.9.1-1
Done: Bo YU <tsu.y...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
python-aiohttp, 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 1056...@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-aiohttp 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, 13 Dec 2023 10:32:49 +0800
Source: python-aiohttp
Architecture: source
Version: 3.9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1047256 1056036 1057163 1057164
Changes:
 python-aiohttp (3.9.1-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 3.9.1
     - CVE-2023-49081 (aiohttp's ClientSession is vulnerable to CRLF
       injection via version) (Closes: #1057163)
     - CVE-2023-49082 (aiohttp's ClientSession is vulnerable to CRLF
       injection via method) (Closes: #1057164)
     - Fix ftbfs on python3.12 (Closes: #1056036)
   * Update debian/patches
   * Update debian/copyright
   * Clean built docs (Closes: #1047256)
Checksums-Sha1:
 a594b2cef39298f49e9c589a986e3add989af4de 2383 python-aiohttp_3.9.1-1.dsc
 10e8907e412a2b589026ec268af8a4342b092728 7482118 
python-aiohttp_3.9.1.orig.tar.gz
 902f9976f38aa4553d26cc55e16762c0911fa024 7444 
python-aiohttp_3.9.1-1.debian.tar.xz
 00e7486ee197733a7246b383e2725fbd99dad951 7909 
python-aiohttp_3.9.1-1_source.buildinfo
Checksums-Sha256:
 0b12ff10d79180721d690a0785992c6b1966a09c88140f9f56f7819f66a21e36 2383 
python-aiohttp_3.9.1-1.dsc
 8fc49a87ac269d4529da45871e2ffb6874e87779c3d0e2ccd813c0899221239d 7482118 
python-aiohttp_3.9.1.orig.tar.gz
 23b81f8a72bb19fec70d47807d175c7fd57cad4a46822620a8ca7ef8d48d866d 7444 
python-aiohttp_3.9.1-1.debian.tar.xz
 13915dc30b42b5ece3f13e00360d053c7372fbf67ce27d4b1e311e106024d511 7909 
python-aiohttp_3.9.1-1_source.buildinfo
Files:
 3dce80aec6d0471db578de1635cf94ea 2383 python optional 
python-aiohttp_3.9.1-1.dsc
 264e1b4fbe9f09050523c03f4d9b5ee2 7482118 python optional 
python-aiohttp_3.9.1.orig.tar.gz
 2c98cd2e469d80d097a27a3f4f6b7b28 7444 python optional 
python-aiohttp_3.9.1-1.debian.tar.xz
 7cb82281f905e31d9b52d55fa341dd98 7909 python optional 
python-aiohttp_3.9.1-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmV7i7gQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFLKBDADGz0Gk5/OnyHZCOTPVes2sgykgciOxcgOh
Z6DgnOkdtn5SEF70bgqquYi6EnwsrkX5Rsg64v+UB9BivxgbMsuLNkfyjXZIePSU
SrMLGwaHO/FdT6aDdL3cw6GlVqGxwx3xJenyVQivhc6muAQB/+vll7AkIfiPD6t/
C2tRxo/p/YnPMlD6YtfVCn/DKsTwBHlD3FCtPCwnhqUSP2nV4WnSR/YIuzq/5fig
ab94dIQ7bj1mOIg2kzcVp0hVSdxuUyW9qimORlBPkO9zUbZRAWOIP6gYZi9jD64T
SDqsXP+2w1EmlbkXUvGA/tHHqStlNQTQtyu6L3QYt9izIDZCPpUF5VhhbckXHZpH
Mg5GiJWwZhCkEYAvgHsvU9Ct5yhRNuiZqvM1vnkyF5mn3TjsDT59gWwHRn5Ggild
I6w1TuR4qa5X4wvKMc9n4rNVO0bMo5jwMIK7XO5hoXm/9VVyGCOvPJOAckibzYXH
u53IlYoh2d4KdT0tmWQYWmIm0qDwnNs=
=gDxv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to