[Python-modules-commits] r3336 - in /packages/sip4-qt3/trunk/debian: changelog sipconfig.py

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Sun Sep 30 12:05:21 UTC 2007


Author: shlomme
Date: Sun Sep 30 12:05:20 2007
New Revision: 3336

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3336
Log:
* new upstream release
* fix sipconfig.py

Modified:
    packages/sip4-qt3/trunk/debian/changelog
    packages/sip4-qt3/trunk/debian/sipconfig.py

Modified: packages/sip4-qt3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sip4-qt3/trunk/debian/changelog?rev=3336&op=diff
==============================================================================
--- packages/sip4-qt3/trunk/debian/changelog (original)
+++ packages/sip4-qt3/trunk/debian/changelog Sun Sep 30 12:05:20 2007
@@ -1,8 +1,13 @@
-sip4-qt3 (4.7-6) UNRELEASED; urgency=low
-
+sip4-qt3 (4.7.1-1) unstable; urgency=low
+
+  [ Piotr Ożarowski ]
   * XS-Vcs-Svn, XS-Vcs-Browser and Homepage fields added
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat, 22 Sep 2007 17:00:09 +0200
+  [ Torsten Marek ]
+  * New upstream release.
+  * Expose private members of sipconfig_*.py as well. (Closes: #444259)
+
+ -- Torsten Marek <shlomme at debian.org>  Sun, 30 Sep 2007 14:03:51 +0200
 
 sip4-qt3 (4.7-5) unstable; urgency=low
 

Modified: packages/sip4-qt3/trunk/debian/sipconfig.py
URL: http://svn.debian.org/wsvn/python-modules/packages/sip4-qt3/trunk/debian/sipconfig.py?rev=3336&op=diff
==============================================================================
--- packages/sip4-qt3/trunk/debian/sipconfig.py (original)
+++ packages/sip4-qt3/trunk/debian/sipconfig.py Sun Sep 30 12:05:20 2007
@@ -5,7 +5,9 @@
 if getattr(sys, "pydebug", False):
     try:
         from sipconfig_d import *
+        from sipconfig_d import _pkg_config, _default_macros
     except ImportError, msg:
         raise ImportError, 'No module named sipconfig; package python-sip4-dbg not installed'
 else:
     from sipconfig_nd import *
+    from sipconfig_nd import _pkg_config, _default_macros




More information about the Python-modules-commits mailing list