[Python-modules-commits] r34178 - in packages/python-padme/trunk/debian (changelog control)

zyga-guest at users.alioth.debian.org zyga-guest at users.alioth.debian.org
Sun Sep 6 10:21:55 UTC 2015


    Date: Sunday, September 6, 2015 @ 10:21:53
  Author: zyga-guest
Revision: 34178

Correct package description (closes: #783930)

Modified:
  packages/python-padme/trunk/debian/changelog
  packages/python-padme/trunk/debian/control

Modified: packages/python-padme/trunk/debian/changelog
===================================================================
--- packages/python-padme/trunk/debian/changelog	2015-09-06 09:59:11 UTC (rev 34177)
+++ packages/python-padme/trunk/debian/changelog	2015-09-06 10:21:53 UTC (rev 34178)
@@ -1,3 +1,9 @@
+python-padme (1.1.1-3) UNRELEASED; urgency=medium
+
+  * Correct package description (closes: #783930)
+
+ -- Zygmunt Krynicki <zygmunt.krynicki at canonical.com>  Sun, 06 Sep 2015 12:10:32 +0200
+
 python-padme (1.1.1-2) unstable; urgency=medium
 
   * Improve compatibility with the most recent version of python-mock. This

Modified: packages/python-padme/trunk/debian/control
===================================================================
--- packages/python-padme/trunk/debian/control	2015-09-06 09:59:11 UTC (rev 34177)
+++ packages/python-padme/trunk/debian/control	2015-09-06 10:21:53 UTC (rev 34178)
@@ -27,8 +27,9 @@
  proxy objects out of any other Python object.
  .
  The resulting object is as close to mimicking the original as possible. Some
- things are impossible to fake in CPython so those are highlighted below. All
- other operations are silently forwarded to the original.
+ things are impossible to fake in CPython so those are highlighted in the
+ documentation (though mainly object identity). All other operations are
+ silently forwarded to the original.
  .
  This package contains the Python 2.x version of the library
 
@@ -42,8 +43,9 @@
  proxy objects out of any other Python object.
  .
  The resulting object is as close to mimicking the original as possible. Some
- things are impossible to fake in CPython so those are highlighted below. All
- other operations are silently forwarded to the original.
+ things are impossible to fake in CPython so those are highlighted in the
+ documentation (though mainly object identity). All other operations are
+ silently forwarded to the original.
  .
  This package contains the HTML documentation
 
@@ -55,7 +57,8 @@
  proxy objects out of any other Python object.
  .
  The resulting object is as close to mimicking the original as possible. Some
- things are impossible to fake in CPython so those are highlighted below. All
- other operations are silently forwarded to the original.
+ things are impossible to fake in CPython so those are highlighted in the
+ documentation (though mainly object identity). All other operations are
+ silently forwarded to the original.
  .
  This package contains the Python 3.x version of the library




More information about the Python-modules-commits mailing list