Your message dated Tue, 30 Jan 2024 05:06:50 +0000
with message-id <e1rugkg-009njr...@fasolo.debian.org>
and subject line Bug#1056852: fixed in python-cassandra-driver 3.29.0-1
has caused the Debian Bug report #1056852,
regarding python-cassandra-driver 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.)


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


dh_auto_clean
I: pybuild base:310: python3.12 setup.py clean
/usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!


********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.

********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
/usr/bin/python3.12: No module named pip
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 101, in _fetch_build_egg_no_warn
    subprocess.check_call(cmd)
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.12', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpgtqtjpyq', '--quiet', 'Cython!=0.25,<0.30,>=0.20']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/setup.py", line 451, in <module>
    run_setup(None)
  File "/<<PKGBUILDDIR>>/setup.py", line 412, in run_setup
    setup(
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 106, in setup
    _install_setup_requires(attrs)
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 79, in _install_setup_requires
    _fetch_build_eggs(dist)
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 84, in _fetch_build_eggs
    dist.fetch_build_eggs(dist.setup_requires)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 908, in fetch_build_eggs
    return _fetch_build_eggs(self, requires)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 38, in _fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, in resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 865, in _resolve_dist
    dist = best[req.key] = env.best_match(
                           ^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1135, in best_match
    return self.obtain(req, installer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1147, in obtain
    return installer(requirement)
           ^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 103, in _fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3.12', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpgtqtjpyq', '--quiet', 'Cython!=0.25,<0.30,>=0.20']' returned non-zero exit status 1. E: pybuild pybuild:395: clean: plugin distutils failed with: exit code=1: python3.12 setup.py clean dh_auto_clean: error: pybuild --clean -i python{version} -p "3.12 3.11" returned exit code 13
--- End Message ---
--- Begin Message ---
Source: python-cassandra-driver
Source-Version: 3.29.0-1
Done: Emmanuel Arias <eam...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-cassandra-driver, 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.
Emmanuel Arias <eam...@debian.org> (supplier of updated python-cassandra-driver 
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: Sun, 28 Jan 2024 19:21:02 -0300
Source: python-cassandra-driver
Architecture: source
Version: 3.29.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1056852
Changes:
 python-cassandra-driver (3.29.0-1) unstable; urgency=medium
 .
   [ Emmanuel Arias ]
   * New upstream version.
   * d/control: Use python3-nose, instead of python3-nose2. Also changed the
     variable PYBUILD_TEST_NOSE=1 for PYBUILD_TEST_NOSE2=1 in rules.
   * d/control: Remove python3-six from Build Depends, it is not longer used.
   * d/patches/change-assertRaisesRegexp-in-test.patch: Add patch to replace
     the deprecated assertRaisesRegexp class method for assertRaisesRegex.
   * d/control: Add build dependency to python3-pyasyncore, the upstream code
     still use asyncore.
   * d/rules: remove tests/unit/cython/test_bytesio.py and
     tests/unit/cython/test_utils.py tests files. They fail for Python 3.12,
     need more investigation.
   * d/tests/control: Add python3-pyasyncore and python3-setuptools as Depends
     and use nose instead of nose2.
 .
   [ Andreas Tille ]
   * Reorder sequence of d/control fields by cme (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
   * Relax versioned Depends from cython
     Closes: #1056852
Checksums-Sha1:
 f8ff4c2cccf9cc3033119f7d659f5543b14b518f 2791 
python-cassandra-driver_3.29.0-1.dsc
 d883b651d7db3dfedc90b6e67f9eb37ff438a8a3 784715 
python-cassandra-driver_3.29.0.orig.tar.gz
 c958914b40c0785cd878dde4163da980b5c05375 9112 
python-cassandra-driver_3.29.0-1.debian.tar.xz
 892cac7c9a6d51a6ea9c3d96ad05ee3886beabe3 10595 
python-cassandra-driver_3.29.0-1_amd64.buildinfo
Checksums-Sha256:
 ba45aa73145576e4505091b01e25d9a918b51dda81754a7d1df6c2aba4f8ee2d 2791 
python-cassandra-driver_3.29.0-1.dsc
 0de35f3dcf75100b98289e7abfc209c19de1ab218e6dea45a47aac6d541fed5a 784715 
python-cassandra-driver_3.29.0.orig.tar.gz
 e0d506805575d9f54aeda8a618bacca9cb49cb6eac12bd636b2f1fb16ac284d7 9112 
python-cassandra-driver_3.29.0-1.debian.tar.xz
 0adc7379273d6c73170bbe4948eb9f7d9f61ee426338e7d9ee3d18ef1d7473c0 10595 
python-cassandra-driver_3.29.0-1_amd64.buildinfo
Files:
 abe66a1d78173fcbf2c43bc2ad55d78a 2791 python optional 
python-cassandra-driver_3.29.0-1.dsc
 d67581901d8f7bdaaf8d07a19c08eaf3 784715 python optional 
python-cassandra-driver_3.29.0.orig.tar.gz
 2b01f12cd562a302700d6ffaa6480345 9112 python optional 
python-cassandra-driver_3.29.0-1.debian.tar.xz
 22b985776e9c8b64868e27f25f2a0702 10595 python optional 
python-cassandra-driver_3.29.0-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmW4f0QSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxXCwP/17uuqI7ulWDS0tGCXoOZ8ujbKDhTkLP
Mzxv6LPPqSB2mByljjPsxA91kzqV/rvmi/EBznPWFSEGy6KaaSHzne/HKs1aTwsW
sF+zxIN5yez63aoLFOminJ7MWU6AIDA/M5ddeLOlsaDyU8ojGaw4L1GB55yTwEiD
rg5QxL2BiFfO9q/wcmiTFGzcdykwQDqpUU0Xa7jRa/J5rGMoYMcERECSlzI+84z4
S8kjH2d8NM1aT2GAC/IqWLUUjYM/IU9G4b3YvkTd3KQx+2uWF4H42p+G1VOIcd2k
5Y++nvcLy7QeC406Fjzg9HgJ+ESVPryhAjWFnkhgRD9LqHXepKy2A/94nxKPLFSf
OjZ+oR+YM8MjOHCWV+BoKRwF2uVmLv9B3iNjXgMMx0evcAATdGP0R12nLPxlHjC7
gazqNa6pw/p2N/tWcoMRSdr8qf1TLsNZCOaB4B2SqiDxn50wSVQplKIt462BNWpN
sRInJCqz1MW5l1njYUUxs8PZj5dnf3pVuUNYZNfYeFUfzzBeTsBvhs8nVLKmqM7O
4krw0YkJMkDsUZzGAbMo/2xI258AJ75dNJ/Qv1mlZjFljPJhSxxwkISyqV5hbdFV
xpeOGgntJksqd86+FMzH07o4ZTeJx8TAMia+x16vSxdHkTuCc5+toXkMEhG/Ct7/
/Oj+efKqBFP3
=LFiP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to