[Python-modules-commits] r33830 - in packages/pycxx/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Aug 17 18:51:54 UTC 2015
Date: Monday, August 17, 2015 @ 18:51:53
Author: barry
Revision: 33830
* Team upload.
* New upstream release.
* debian/patches:
- fix-version.patch: Refreshed.
- fix-example-crash.patch: Removed; applied upstream.
Modified:
packages/pycxx/trunk/debian/changelog
packages/pycxx/trunk/debian/patches/fix-version.patch
packages/pycxx/trunk/debian/patches/series
Deleted:
packages/pycxx/trunk/debian/patches/fix-example-crash.patch
Modified: packages/pycxx/trunk/debian/changelog
===================================================================
--- packages/pycxx/trunk/debian/changelog 2015-08-17 18:07:25 UTC (rev 33829)
+++ packages/pycxx/trunk/debian/changelog 2015-08-17 18:51:53 UTC (rev 33830)
@@ -1,3 +1,13 @@
+pycxx (6.2.6-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * debian/patches:
+ - fix-version.patch: Refreshed.
+ - fix-example-crash.patch: Removed; applied upstream.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 17 Aug 2015 14:02:23 -0400
+
pycxx (6.2.5-3) unstable; urgency=medium
* Team upload.
Deleted: packages/pycxx/trunk/debian/patches/fix-example-crash.patch
===================================================================
--- packages/pycxx/trunk/debian/patches/fix-example-crash.patch 2015-08-17 18:07:25 UTC (rev 33829)
+++ packages/pycxx/trunk/debian/patches/fix-example-crash.patch 2015-08-17 18:51:53 UTC (rev 33830)
@@ -1,28 +0,0 @@
-Description: fix assert with pytohn3.4-dbg
- python3.4-dbg asserts on capi usage that can fail with an error set
-Bug: https://sourceforge.net/p/cxx/bugs/39/
-
---- a/Demo/Python3/example.cxx
-+++ b/Demo/Python3/example.cxx
-@@ -124,8 +124,6 @@ void test_String()
-
- void test_boolean()
- {
-- bool passed = true;
--
- Py::Object o;
- Py::Boolean pb1;
- Py::Boolean pb2;
-@@ -783,10 +781,11 @@ private:
- }
- catch( Py::TypeError &e )
- {
-+ e.clear();
-+
- std::cout << "PASSED: Correctly caught " << Py::type(e) << std::endl;
- std::cout << "PASSED: Py::Exception value: " << Py::value(e) << std::endl;
- std::cout << "PASSED: Py::Exception traceback: " << Py::trace(e) << std::endl;
-- e.clear();
- }
-
- try
Modified: packages/pycxx/trunk/debian/patches/fix-version.patch
===================================================================
--- packages/pycxx/trunk/debian/patches/fix-version.patch 2015-08-17 18:07:25 UTC (rev 33829)
+++ packages/pycxx/trunk/debian/patches/fix-version.patch 2015-08-17 18:51:53 UTC (rev 33830)
@@ -3,12 +3,12 @@
--- a/setup.py
+++ b/setup.py
-@@ -23,7 +23,7 @@ class my_install (install):
+@@ -23,7 +23,7 @@
setup (name = "CXX",
- version = "6.2.4",
-+ version = "6.2.5",
++ version = "6.2.6",
maintainer = "Barry Scott",
maintainer_email = "barry-scott at users.sourceforge.net",
description = "Facility for extending Python with C++",
Modified: packages/pycxx/trunk/debian/patches/series
===================================================================
--- packages/pycxx/trunk/debian/patches/series 2015-08-17 18:07:25 UTC (rev 33829)
+++ packages/pycxx/trunk/debian/patches/series 2015-08-17 18:51:53 UTC (rev 33830)
@@ -1,3 +1,2 @@
01_change_include_paths.patch
fix-version.patch
-fix-example-crash.patch
More information about the Python-modules-commits
mailing list