Your message dated Fri, 05 Nov 2021 00:18:42 +0000
with message-id <[email protected]>
and subject line Bug#990149: fixed in supysonic 0.6.2+ds-4
has caused the Debian Bug report #990149,
regarding supysonic: the WSGI file shipped in Debian doesn't work
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.)


-- 
990149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: supysonic
Version: 0.6.2+ds-3
Severity: normal

The WSGI file we're shipping in Debian doesn't work, because the python
files are outside of the regular PYTHONPATH. This results in a
`supysonic module not found` error.

This one works though:

-------------------------------------------
import sys, os

path_to_app = "/usr/share/supysonic"

sys.path.insert(0, path_to_app)

from supysonic.web import create_application
application = create_application()
-------------------------------------------

Upstream has stopped shipping those files anyway, so we'll have to
provide one regardless.

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   [email protected] / veronneau.org
  ⠈⠳⣄

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: supysonic
Source-Version: 0.6.2+ds-4
Done: Louis-Philippe Véronneau <[email protected]>

We believe that the bug you reported is fixed in the latest version of
supysonic, 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.
Louis-Philippe Véronneau <[email protected]> (supplier of updated supysonic 
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: Mon, 21 Jun 2021 13:17:13 -0400
Source: supysonic
Architecture: source
Version: 0.6.2+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Louis-Philippe Véronneau <[email protected]>
Closes: 990148 990149 990150 990152
Changes:
 supysonic (0.6.2+ds-4) unstable; urgency=medium
 .
   * d/patches, d/links: Symlink jquery instead of loading it directly.
     Closes: #990148.
   * d/links: Use the minimized bootstrap CSS files. Closes: #990152.
   * d/examples: add apache vhost example. Closes: #990150.
   * d/examples: add working WSGI script. Closes: #990149.
   * d/lintian-overrides: remove old override.
Checksums-Sha1:
 a368d6dd794ccec58dc5d3c971ec9c7f06c0bace 1721 supysonic_0.6.2+ds-4.dsc
 93e34c19857d9673463200122ed7e2d7a97bd1f4 18996 
supysonic_0.6.2+ds-4.debian.tar.xz
 4d5a4858d9e7aee5951773bb99953d77c5fd971b 8524 
supysonic_0.6.2+ds-4_amd64.buildinfo
Checksums-Sha256:
 add1528de134d61f1a8bf316655a27f04781e83dd469b5202154d0abcb22ba0f 1721 
supysonic_0.6.2+ds-4.dsc
 e0751bbae47322265ebe235012f2351632c8c347035858a4e7681c5f1d483e5e 18996 
supysonic_0.6.2+ds-4.debian.tar.xz
 f814d441903ba42c8773c924f5c269401959deee9b194654eef13f9ef976d5d7 8524 
supysonic_0.6.2+ds-4_amd64.buildinfo
Files:
 38fd1e7a611a8018189c48cb530d1636 1721 sound optional supysonic_0.6.2+ds-4.dsc
 505e2f07a444b13c99223c3aaf9cd208 18996 sound optional 
supysonic_0.6.2+ds-4.debian.tar.xz
 9aa166642ea9962261e140334713ed90 8524 sound optional 
supysonic_0.6.2+ds-4_amd64.buildinfo

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

iHUEARYKAB0WIQTKp0AHB6gWsCAvw830JXpQshz6hQUCYYR09QAKCRD0JXpQshz6
hYtIAQDkA2bwi7eF/485/4gtRw2mFEETsNhOtysI+tXfUeAsNwEAz+wFDwaOI6XN
4iIQyCl5oRhs+7np6byBmwZbQQ4Pbw0=
=/M7a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to