Your message dated Wed, 19 Apr 2023 10:38:59 +0200
with message-id <[email protected]>
and subject line python-repoze.what-plugins has been removed from Debian
has caused the Debian Bug report #666273,
regarding python-repoze.what-plugins: [patch] fix python-sqlalchemy 0.7 compat 
issue
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.)


-- 
666273: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666273
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-repoze.what-plugins
Version: 20090531-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch



*** /tmp/tmpgfoe_M/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * deal with sqlalchemy.exceptions -> sqlalchemy.exc name change
    in sqlalchemy 0.7

Ideally this should go to upstream as well :)

Thanks for considering the patch.

Cheers,
 Michael

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-18-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u python-repoze.what-plugins-20090531/debian/changelog python-repoze.what-plugins-20090531/debian/changelog
diff -u python-repoze.what-plugins-20090531/debian/control python-repoze.what-plugins-20090531/debian/control
--- python-repoze.what-plugins-20090531/debian/control
+++ python-repoze.what-plugins-20090531/debian/control
@@ -1,7 +1,8 @@
 Source: python-repoze.what-plugins
 Section: python
 Priority: optional
-Maintainer: Debian Python Modules Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Python Modules Team <[email protected]>
 Uploaders:
  Stefano Zacchiroli <[email protected]>,
  Piotr Ożarowski <[email protected]>
only in patch2:
unchanged:
--- python-repoze.what-plugins-20090531.orig/repoze.what.plugins.sql-1.0rc1/repoze/what/plugins/sql/adapters.py
+++ python-repoze.what-plugins-20090531/repoze.what.plugins.sql-1.0rc1/repoze/what/plugins/sql/adapters.py
@@ -60,7 +60,10 @@
 
 """
 
-from sqlalchemy.exceptions import SQLAlchemyError
+try:
+    from sqlalchemy.exceptions import SQLAlchemyError
+except ImportError:
+    from sqlalchemy.exc import SQLAlchemyError
 from sqlalchemy.orm.exc import NoResultFound
 
 from repoze.what.adapters import BaseSourceAdapter, SourceError

--- End Message ---
--- Begin Message ---
Version: 20090531-3.1+rm

python-repoze.what-plugins was last released with Debian 8 (jessie) in April 2015 and has been removed from the Debian archive afterwards.
See https://bugs.debian.org/805407 for details on the removal.
Regular security support for jessie ended in June 2018 and LTS support
ended in June 2020. I'm closing the remaining bug reports now.

Andreas

--- End Message ---

Reply via email to