[blockdiag] 23/29: Import Upstream version 1.4.7

Andreas Tille tille at debian.org
Tue Jan 10 21:35:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository blockdiag.

commit bee839ec997f0560771b4c13c2c7d7a86ee585b7
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jan 10 11:08:06 2017 +0100

    Import Upstream version 1.4.7
---
 CHANGES.rst                       | 6 ++++++
 PKG-INFO                          | 2 +-
 src/blockdiag.egg-info/PKG-INFO   | 2 +-
 src/blockdiag/__init__.py         | 2 +-
 src/blockdiag/plugins/__init__.py | 4 ++--
 5 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index dbddc40..db39cac 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+1.4.7 (2014-10-21)
+------------------
+* Fix bugs
+
+  - Fix RuntimeError on unloading plugins
+
 1.4.6 (2014-10-14)
 ------------------
 * Show warnings on loading plugin multiple times
diff --git a/PKG-INFO b/PKG-INFO
index 05ec889..e40f1f6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: blockdiag
-Version: 1.4.6
+Version: 1.4.7
 Summary: blockdiag generates block-diagram image from text
 Home-page: http://blockdiag.com/
 Author: Takeshi Komiya
diff --git a/src/blockdiag.egg-info/PKG-INFO b/src/blockdiag.egg-info/PKG-INFO
index 05ec889..e40f1f6 100644
--- a/src/blockdiag.egg-info/PKG-INFO
+++ b/src/blockdiag.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: blockdiag
-Version: 1.4.6
+Version: 1.4.7
 Summary: blockdiag generates block-diagram image from text
 Home-page: http://blockdiag.com/
 Author: Takeshi Komiya
diff --git a/src/blockdiag/__init__.py b/src/blockdiag/__init__.py
index 5450abe..33edc89 100644
--- a/src/blockdiag/__init__.py
+++ b/src/blockdiag/__init__.py
@@ -13,4 +13,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-__version__ = '1.4.6'
+__version__ = '1.4.7'
diff --git a/src/blockdiag/plugins/__init__.py b/src/blockdiag/plugins/__init__.py
index 51072a3..dd550de 100644
--- a/src/blockdiag/plugins/__init__.py
+++ b/src/blockdiag/plugins/__init__.py
@@ -39,10 +39,10 @@ def load(plugins, diagram, **kwargs):
 
 
 def unload_all():
-    for name in general_handlers:
+    for name in general_handlers.keys():
         del general_handlers[name]
 
-    for handler in node_handlers:
+    for handler in node_handlers[:]:
         node_handlers.remove(handler)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/blockdiag.git



More information about the debian-science-commits mailing list