File python-CXX-6.2.5-fix-version.patch of Package python-CXX
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup (name = "CXX", - version = "6.2.4", + version = "6.2.5", maintainer = "Barry Scott", maintainer_email = "barry-scott@users.sourceforge.net", description = "Facility for extending Python with C++",