Your message dated Sun, 13 Jul 2025 10:07:11 +0000
with message-id <[email protected]>
and subject line Bug#1103323: fixed in python-django-storages 1.14.5-2
has caused the Debian Bug report #1103323,
regarding python-django-storages: FTBFS with the nocheck build profile
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.)


-- 
1103323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103323
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-django-storages
Version: 1.14.5-1
Severity: important
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules execute_before_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs/.build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with sphinxdoc --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:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

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

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
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.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/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/storages
copying storages/utils.py -> build/lib/storages
copying storages/compress.py -> build/lib/storages
copying storages/base.py -> build/lib/storages
copying storages/__init__.py -> build/lib/storages
creating build/lib/storages/backends
copying storages/backends/gcloud.py -> build/lib/storages/backends
copying storages/backends/dropbox.py -> build/lib/storages/backends
copying storages/backends/s3.py -> build/lib/storages/backends
copying storages/backends/sftpstorage.py -> build/lib/storages/backends
copying storages/backends/azure_storage.py -> build/lib/storages/backends
copying storages/backends/apache_libcloud.py -> build/lib/storages/backends
copying storages/backends/__init__.py -> build/lib/storages/backends
copying storages/backends/ftp.py -> build/lib/storages/backends
copying storages/backends/s3boto3.py -> build/lib/storages/backends
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/storages
copying build/lib/storages/utils.py -> build/bdist.linux-x86_64/wheel/./storages
copying build/lib/storages/compress.py -> 
build/bdist.linux-x86_64/wheel/./storages
creating build/bdist.linux-x86_64/wheel/storages/backends
copying build/lib/storages/backends/gcloud.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/dropbox.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/s3.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/sftpstorage.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/azure_storage.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/apache_libcloud.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/__init__.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/ftp.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/backends/s3boto3.py -> 
build/bdist.linux-x86_64/wheel/./storages/backends
copying build/lib/storages/base.py -> build/bdist.linux-x86_64/wheel/./storages
copying build/lib/storages/__init__.py -> 
build/bdist.linux-x86_64/wheel/./storages
running install_egg_info
running egg_info
creating django_storages.egg-info
writing django_storages.egg-info/PKG-INFO
writing dependency_links to django_storages.egg-info/dependency_links.txt
writing requirements to django_storages.egg-info/requires.txt
writing top-level names to django_storages.egg-info/top_level.txt
writing manifest file 'django_storages.egg-info/SOURCES.txt'
reading manifest file 'django_storages.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'django_storages.egg-info/SOURCES.txt'
Copying django_storages.egg-info to 
build/bdist.linux-x86_64/wheel/./django_storages-1.14.5.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/django_storages-1.14.5.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-gsqy3gs7/django_storages-1.14.5-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'django_storages-1.14.5.dist-info/licenses/LICENSE'
adding 'storages/__init__.py'
adding 'storages/base.py'
adding 'storages/compress.py'
adding 'storages/utils.py'
adding 'storages/backends/__init__.py'
adding 'storages/backends/apache_libcloud.py'
adding 'storages/backends/azure_storage.py'
adding 'storages/backends/dropbox.py'
adding 'storages/backends/ftp.py'
adding 'storages/backends/gcloud.py'
adding 'storages/backends/s3.py'
adding 'storages/backends/s3boto3.py'
adding 'storages/backends/sftpstorage.py'
adding 'django_storages-1.14.5.dist-info/METADATA'
adding 'django_storages-1.14.5.dist-info/WHEEL'
adding 'django_storages-1.14.5.dist-info/top_level.txt'
adding 'django_storages-1.14.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built django_storages-1.14.5-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
dh: command-omitted: The call to "dh_auto_test -O--buildsystem=pybuild" was 
omitted due to "DEB_BUILD_OPTIONS=nocheck"
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
   dh_install -O--buildsystem=pybuild
dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3.*/*-packages/storages/__pycache__/*.pyc" (tried in ., 
debian/tmp)

dh_install: warning: python3-django-storages missing files: 
usr/lib/python3.*/*-packages/storages/__pycache__/*.pyc
dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3.*/*-packages/storages/backends/__pycache__/__init__.*.pyc" 
(tried in ., debian/tmp)

dh_install: warning: python3-django-storages missing files: 
usr/lib/python3.*/*-packages/storages/backends/__pycache__/__init__.*.pyc
dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3.*/*-packages/storages/backends/__pycache__/dropbox.*.pyc" 
(tried in ., debian/tmp)

dh_install: warning: python3-django-storages-dropbox missing files: 
usr/lib/python3.*/*-packages/storages/backends/__pycache__/dropbox.*.pyc
dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3.*/*-packages/storages/backends/__pycache__/ftp.*.pyc" (tried 
in ., debian/tmp)

dh_install: warning: python3-django-storages-ftp missing files: 
usr/lib/python3.*/*-packages/storages/backends/__pycache__/ftp.*.pyc
dh_install: warning: Cannot find (any matches for) 
"usr/lib/python3.*/*-packages/storages/backends/__pycache__/sftpstorage.*.pyc" 
(tried in ., debian/tmp)

dh_install: warning: python3-django-storages-sftp missing files: 
usr/lib/python3.*/*-packages/storages/backends/__pycache__/sftpstorage.*.pyc
dh_install: error: missing files, aborting
make: *** [debian/rules:12: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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-django-storages, so that this is still
visible in the BTS web page for this package.

Notes:

* When a package is built with the nocheck profile, it means:

- DEB_BUILD_OPTIONS=nocheck
  (the tests should be skipped during the build)

- DEB_BUILD_PROFILES=nocheck
  (Build-Depends marked <!nocheck> are not installed)

- The contents of the package is allowed to be different than normal

* This category of bugs was going to be RC for trixie, but
according to the Release Managers it's a little bit late in the
release cycle to introduce a bunch of RC bugs of this type.

* In addition to the above, this package also fails when
using DEB_BUILD_OPTIONS=nocheck alone. In this mode:

- DEB_BUILD_OPTIONS=nocheck
  (the tests should be skipped during the build)

- Build-Depends marked <!nocheck> are installed as normal

- The contents of the package should not change compared
  to a regular build

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-django-storages
Source-Version: 1.14.5-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-django-storages, 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-django-storages 
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: Sun, 13 Jul 2025 11:41:10 +0200
Source: python-django-storages
Architecture: source
Version: 1.14.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1103323
Changes:
 python-django-storages (1.14.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Don't try to install *.pyc files in binary packages (closes: #1103323).
Checksums-Sha1:
 24b03f0d9b46b29ab929537ef86bbd42dc019ea5 3135 
python-django-storages_1.14.5-2.dsc
 e48ec2e4b4c385cdefdf0608bcf8d3e00aa8a120 6076 
python-django-storages_1.14.5-2.debian.tar.xz
Checksums-Sha256:
 6a6c189858efe5e01707735c4c61554dbf707ec3a1c47027533e639235d07a4c 3135 
python-django-storages_1.14.5-2.dsc
 c3dc7435da03d10dcfff58f1258459bab0fe3c99481ac53fa5189c4089636d24 6076 
python-django-storages_1.14.5-2.debian.tar.xz
Files:
 7bf94390e86701a74cf5b5dae1c9b96d 3135 python optional 
python-django-storages_1.14.5-2.dsc
 685fca2b9e1e82f77832f1d695b34fe0 6076 python optional 
python-django-storages_1.14.5-2.debian.tar.xz

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

iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmhzf6EACgkQOTWH2X2G
UAuZahAAkjWBL2yg2E96QT1KXMnWnNNI5kQHEsxlo8uiYUBFb7M4o1bQB2f4KhwQ
+OlK5UG5ABPBkycRici/4DJNOGpFfFwNrz2CCr2o9eJncytSGhB9IMj9AaHgOaBk
Oa3EM6JhKZC/xt+kuG496AyKiSOhnkSpba4NvknNg/0ULVLM5yWIg1uy88EpsOZj
RGed4XqLSDgclrengCZtakGJkjzYd/VvN3hqQsM/MMykq1G57qr0QiYXqHvAdrVS
bGUkF1Rs5jfDz4axRD4x99GDyaz7ST7IxYcx5kU4taFQDGwdBo8Ta7w/rP5IEIoG
jl7s6CcV2cBHVN04tCSP6N0lEOEJa8zpnlkza3ksw3HTk1L+KCrMIy7Ibd2Ty2fk
wVTExtRbvZ8YhHZSsLBHyhppXB8TS3zMvBGSLyuvxqhlBu9JwqANjBfzNBGvYn4k
KgKw5JwNgluUcIhR4ppYuVajycW5YGNfjyEk+GujPbhvEE9i5LEN/ODexB8Nvnlu
FTVfFUfcap/1m/ksJbbFfD9qFoSevpCvb8Lcb1CI0fAS5ZHHz+qMply8ZpTkREJ0
UvDPbZCTXJfRYXUy5+U7LTpwY3tMY8Ug0tzvygkNppEO2dlclEDj/1sF9318+ayN
uPzvfGcY2VDqF7DfQxd4N2yGViYMLrqNUXvvH3zAEWzhLhIzryA=
=0nZN
-----END PGP SIGNATURE-----

Attachment: pgpHLVJL515ze.pgp
Description: PGP signature


--- End Message ---

Reply via email to