Your message dated Sat, 24 Feb 2018 04:33:11 +0000 with message-id <[email protected]> and subject line Bug#891115: Removed package(s) from unstable has caused the Debian Bug report #593575, regarding python-pisa: Deprecation warning 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.) -- 593575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593575 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-pisa Version: 3.0.32-1 Tags: patch In /usr/share/pyshared/sx/w3c/css.py line 40 import sets gives a warning: DeprecationWarning: the sets module is deprecated I'm not sure, but probably the following patch is OK: --- css.py 2009-03-18 14:02:36.000000000 +0100 +++ css.py.new 2010-08-19 14:10:00.000000000 +0200 @@ -37,7 +37,6 @@ #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ import copy -import sets import cssParser import cssSpecial @@ -526,12 +525,12 @@ class CSSBuilder(cssParser.CSSBuilderAbstract): RulesetFactory = CSSRuleset SelectorFactory = CSSMutableSelector - MediumSetFactory = sets.Set + MediumSetFactory = set DeclarationsFactory = CSSDeclarations TermFunctionFactory = CSSTerminalFunction TermOperatorFactory = CSSTerminalOperator xmlnsSynonyms = {} - mediumSet = None + mediumSet = [] trackImportance = True charset = None
--- End Message ---
--- Begin Message ---Version: 3.0.32-4+rm Dear submitter, as the package pisa has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/891115 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

