Your message dated Tue, 28 May 2013 15:23:59 +0000
with message-id <e1uhlkl-0004ri...@franck.debian.org>
and subject line Bug#707162: fixed in yapsy 1.10.2-1
has caused the Debian Bug report #707162,
regarding yapsy: FTBFS: AssertionError: 'IP' != 'Default'
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.)
--
707162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: yapsy
Version: 1.10.1-2
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.3
yapsy FTBFS:
| + python3.3 setup.py test
| running test
| running egg_info
| writing dependency_links to Yapsy.egg-info/dependency_links.txt
| writing top-level names to Yapsy.egg-info/top_level.txt
| writing Yapsy.egg-info/PKG-INFO
| reading manifest file 'Yapsy.egg-info/SOURCES.txt'
| reading manifest template 'MANIFEST.in'
| no previously-included directories found matching 'src2/package/doc/_build'
| no previously-included directories found matching 'src3/package/doc/_build'
| writing manifest file 'Yapsy.egg-info/SOURCES.txt'
| running build_ext
| testActivationAndDeactivation (test.test_SimplePlugin.SimpleTestsCase) ...
src3/package/yapsy/PluginFileLocator.py:178: DeprecationWarning: The
SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This
alias will be removed in future versions. Use ConfigParser directly instead.
| config_parser = configparser.SafeConfigParser()
| src3/package/yapsy/PluginFileLocator.py:180: DeprecationWarning: This method
will be removed in future versions. Use 'parser.read_file()' instead.
| config_parser.readfp(infoFileObject)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/simpleplugin.yapsy-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/test/test_SimplePlugin.py:68: DeprecationWarning: Please use
assertTrue instead.
| self.assert_(not self.plugin_info.plugin_object.is_activated)
| ok
| testGetAll (test.test_SimplePlugin.SimpleTestsCase) ... ok
| testLoaded (test.test_SimplePlugin.SimpleTestsCase) ... ok
| testCandidatesManipulation
(test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) ... ok
| testCategoryManipulation
(test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) ... ok
| testMultipleCategoriesForASamePlugin
(test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) ... FAIL
| testTwoStepsLoad
(test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) ... ok
| testNonRecursivePluginlocationNotFound
(test.test_SimplePlugin.SimplePluginDetectionTestsCase) ... ok
| testRecursivePluginlocation
(test.test_SimplePlugin.SimplePluginDetectionTestsCase) ... ok
| testActivationAndDeactivation (test.test_Singleton.ConfigSingletonTestsCase)
... src3/package/test/test_Singleton.py:33: DeprecationWarning: The
SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This
alias will be removed in future versions. Use ConfigParser directly instead.
| self.config_parser = configparser.SafeConfigParser()
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/configplugin.yapsy-config-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/test/test_Singleton.py:121: DeprecationWarning: Please use
assertTrue instead.
| self.assert_(self.plugin_info.plugin_object.is_activated)
| ok
| testConfigurationFileExistence (test.test_Singleton.ConfigSingletonTestsCase)
... ok
| testLoaded (test.test_Singleton.ConfigSingletonTestsCase) ... ok
| testPluginOptions (test.test_Singleton.ConfigSingletonTestsCase) ... ok
| testActivationAndDeactivation (test.test_ConfigPlugin.ConfigTestCase) ...
src3/package/test/test_ConfigPlugin.py:27: DeprecationWarning: The
SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This
alias will be removed in future versions. Use ConfigParser directly instead.
| self.config_parser = configparser.SafeConfigParser()
| src3/package/test/test_ConfigPlugin.py:121: DeprecationWarning: Please use
assertTrue instead.
| self.assert_(not self.plugin_info.plugin_object.is_activated)
| ok
| testConfigurationFileExistence (test.test_ConfigPlugin.ConfigTestCase) ...
src3/package/test/test_ConfigPlugin.py:55: DeprecationWarning: The
SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This
alias will be removed in future versions. Use ConfigParser directly instead.
| self.config_parser = configparser.SafeConfigParser()
| ok
| testLoaded (test.test_ConfigPlugin.ConfigTestCase) ... ok
| testPluginOptions (test.test_ConfigPlugin.ConfigTestCase) ... ok
| testActivationAndDeactivation (test.test_VersionedPlugin.VersionedTestsCase) ...
src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/versioned12.version-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/versioned10.version-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/versioned111.version-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/versioned11.version-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/versioned12a1.version-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/test/test_VersionedPlugin.py:53: DeprecationWarning: Please use
assertTrue instead.
| self.assert_(self.plugin_info)
| ok
| testLatestPluginOfCategory (test.test_VersionedPlugin.VersionedTestsCase) ...
ok
| testLoaded (test.test_VersionedPlugin.VersionedTestsCase) ... ok
| testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallTestsCase)
... src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/pluginstoinstall/autoinstallplugin.yapsy-autoinstall-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/test/test_AutoInstallPlugin.py:124: DeprecationWarning: Please
use assertTrue instead.
| self.assert_(install_success)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/autoinstallplugin.yapsy-autoinstall-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| ok
| testInstallDir (test.test_AutoInstallPlugin.AutoInstallTestsCase) ...
src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/pluginstoinstall/autoinstalldirplugin.yapsy-autoinstall-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/autoinstalldirplugin.yapsy-autoinstall-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| ok
| testInstallFile (test.test_AutoInstallPlugin.AutoInstallTestsCase) ... ok
| testNoneLoaded (test.test_AutoInstallPlugin.AutoInstallTestsCase) ... ok
| testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase)
... src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/autoinstallzipplugin.yapsy-autoinstall-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| ok
| testInstallZIP (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) ... ok
| testInstallZIPFailOnWrongZip
(test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) ... WARNING:yapsy:Zip
file structure seems wrong in
'/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/pluginstoinstall/autoinstallWRONGzipplugin.zip',
could not match info file with the implementation of plugin 'Auto Install
Wrong ZIP Plugin'.
| ok
| testNoneLoaded (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) ... ok
| testActivationAndDeactivation (test.test_FilterPlugin.FilteredTestsCase) ...
src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/simpleplugin.yapsy-filter-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/configplugin.yapsy-filter-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| src3/package/test/test_FilterPlugin.py:59: DeprecationWarning: Please use
assertTrue instead.
| self.assert_(self.plugin_info)
| ok
| testAppendOkPlugins (test.test_FilterPlugin.FilteredTestsCase) ...
src3/package/test/test_FilterPlugin.py:149: DeprecationWarning: Please use
assertEqual instead.
| self.assertEquals(len(self.filteredPluginManager.getRejectedPlugins()),0)
| ok
| testAppendRejectedPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testLoaded (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testRejectPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testRejectedList (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testRejectedStable (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testRemovePlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testUnrejectPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok
| testActivationAndDeactivation
(test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) ... ok
| testLoaded (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) ... ok
| testRejectedList (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) ...
ok
| testTwoStepsLoadWithError (test.test_ErrorInPlugin.ErrorTestCase) ...
src3/package/yapsy/PluginFileLocator.py:219: ResourceWarning: unclosed file
<_io.TextIOWrapper
name='/build/yapsy-9Bh5eN/yapsy-1.10.1/src3/package/test/plugins/erroneousplugin.yapsy-error-plugin'
mode='r' encoding='ANSI_X3.4-1968'>
| name, moduleName, config_parser =
self.getPluginNameAndModuleFromStream(open(candidate_infofile),candidate_infofile)
| ok
| test_Contruction
(test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok
| test_getInfosDictFromPlugin
(test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok
| test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest)
... ok
| test_isValid_WithMultiExtensions
(test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok
| test_Contruction
(test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest) ... ok
| test_getInfosDictFromPlugin
(test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest) ... ok
| test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest)
... ok
| test_appendAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok
| test_gatherCorePluginInfo (test.test_PluginFileLocator.PluginFileLocatorTest)
... ok
| test_locatePlugins (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok
| test_removeAllAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest)
... ok
| test_removeAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest) ...
ok
| test_setAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok
|
| ======================================================================
| FAIL: testMultipleCategoriesForASamePlugin
(test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "src3/package/test/test_SimplePlugin.py", line 188, in
testMultipleCategoriesForASamePlugin
| self.assertEqual(first_category,"Default")
| AssertionError: 'IP' != 'Default'
| - IP
| + Default
|
|
| ----------------------------------------------------------------------
| Ran 54 tests in 0.749s
|
| FAILED (failures=1)
| make[1]: *** [override_dh_auto_test] Error 1
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: yapsy
Source-Version: 1.10.2-1
We believe that the bug you reported is fixed in the latest version of
yapsy, 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 707...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
der...@debian.org (supplier of updated yapsy 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 27 May 2013 17:43:01 -0300
Source: yapsy
Binary: python-yapsy python3-yapsy python-yapsy-doc
Architecture: source all
Version: 1.10.2-1
Distribution: unstable
Urgency: low
Maintainer: Agustin Henze <t...@sluc.org.ar>
Changed-By: der...@debian.org
Description:
python-yapsy - simple plugin system for Python applications
python-yapsy-doc - simple plugin system for Python applications - doc
python3-yapsy - simple plugin system for Python3 applications
Closes: 707162
Changes:
yapsy (1.10.2-1) unstable; urgency=low
.
* Imported Upstream version 1.10.2.
* Fixed FTBFS: AssertionError: 'IP' != 'Default' (Closes: #707162).
* Untracked Yapsy.egg-info folder, this content is autogenerated by
setuptools.
* Fix duplicate-short-description lintian warning in python3 package.
* Convert debian/copyright file to machine readable.
* Removes Yapsy.egg-info folder in clean target (debian/rules).
Checksums-Sha1:
1f1b52d7c49269c8510edafb32b9ba237cf3181f 2158 yapsy_1.10.2-1.dsc
f3db421e26d73e6d9413a0712f92d79d5d1064ce 146089 yapsy_1.10.2.orig.tar.gz
87d3e7440eb36b0da2dff011577cf58552731d0d 3797 yapsy_1.10.2-1.debian.tar.gz
df67959b408ee6294b28675f1b9f9ebe60ea83fe 31096 python-yapsy_1.10.2-1_all.deb
08cfc6c6a26179edcbd79bb31f9f2693f05f8abc 30134 python3-yapsy_1.10.2-1_all.deb
2af6b6ee89433ca96025b1553ce13fd5437edf86 75422
python-yapsy-doc_1.10.2-1_all.deb
Checksums-Sha256:
713fcd9407f947894b40d3a6b31d76b9e8a87fed7643a6fa97a8058aebe3cb83 2158
yapsy_1.10.2-1.dsc
52996e71e240c48fa14c3c39a0041e8edcdd9c8cf646394f7a95abd5ea574b66 146089
yapsy_1.10.2.orig.tar.gz
1f9a0f387d81b55f82e866f845bb080e4e515288abb71cd997a8a1703f51ba0d 3797
yapsy_1.10.2-1.debian.tar.gz
f5865064f30c95fd8a89a999e0ca65e05c55bcbf1a364315be1b05bff889b4b5 31096
python-yapsy_1.10.2-1_all.deb
05c583bb897766696893d9d5e80431230052ca4541fcedf88647b99aa97d365a 30134
python3-yapsy_1.10.2-1_all.deb
5a8ac1ed0c533b8bf304eed64f8e5ede3a9bf01aa63cfd00580187a2346e2a69 75422
python-yapsy-doc_1.10.2-1_all.deb
Files:
6c980b3637d2f28ebb696d2aa38398b9 2158 python optional yapsy_1.10.2-1.dsc
d905b574d4f55ff62e02603ec3dc89b3 146089 python optional
yapsy_1.10.2.orig.tar.gz
4dd8f70c195b7b1328d84493c686aece 3797 python optional
yapsy_1.10.2-1.debian.tar.gz
76389ac4a5f74676497c3dbffcc6f05d 31096 python optional
python-yapsy_1.10.2-1_all.deb
75301ee659073ef791ef57b00209453e 30134 python optional
python3-yapsy_1.10.2-1_all.deb
c764361be19d5a398a35fc61d04de847 75422 doc optional
python-yapsy-doc_1.10.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJRpLYBAAoJEGin9OG0lUUKyisQAMjVVCJuBGu3ONptHPkdKumz
TaZg/OLImMf/UcN7PNgmJxR51DEymoi48VYepKqzY/LzasFElynS217JfsGqcGcI
xCxvN9Thr6Zg/aYzjP/2iTM2U+1IHiCWo4mpeaEi/6F6ov3TrcXukmTxvfXVECpW
pCTS1iinTk8aW88xL6WgiuJwLGWxyQbiqR9wT0QOdgxZpjFS+EknRGwsB+3yGFLB
W5XEsYG9HPmqK8rmFna9KTbpkYXRVya4kDAV8zdlUAbLdK85C00LUWQAFMhcETgj
QfnF/pJ3TtVzlplW3ZC2v2cvXIspq6rizAdKw2eJ0FxSnur7YjvY5F0oWmy0w0f9
Bo8ZwCq9LRZ3a3T3oJRE6sZDx3pkyTuxFruF5rCpMjCKYcBD38TNuVrJLngiUghb
KmeAUf/FvT+B/nTgDm/7u8ml+cX0Ty6vHjGV052n9PnI+r1FhTYwt1QHBoEzyKON
2CSec76Gk0uUq4lDqd+IMXGV1tkmvRy2yoaW9c1PWSgQqJHPD4GvspIwG2/vYeJi
VWp8NptY4IAb6a1re5zh1PFSaU8yo4ElpNU4P/y1LTWm2CQs+7uiBAElqvoU929V
32nlCPxz6ZKWRQAgamG7kECFlRWzMKX+dtBxq/R8UV/QKo5joQ72GMNHC639hHDB
W1WhUTgHJnTk6M5na6Ji
=3C13
-----END PGP SIGNATURE-----
--- End Message ---