[Python-modules-commits] r30634 - in packages/python-fs/trunk/debian (6 files)

janos at users.alioth.debian.org janos at users.alioth.debian.org
Mon Sep 15 18:53:12 UTC 2014


    Date: Monday, September 15, 2014 @ 18:53:11
  Author: janos
Revision: 30634

Release 0.4.0-2

Added:
  packages/python-fs/trunk/debian/patches/
  packages/python-fs/trunk/debian/patches/series
  packages/python-fs/trunk/debian/patches/wxpython3.0.patch
Modified:
  packages/python-fs/trunk/debian/changelog
  packages/python-fs/trunk/debian/control
  packages/python-fs/trunk/debian/copyright

Modified: packages/python-fs/trunk/debian/changelog
===================================================================
--- packages/python-fs/trunk/debian/changelog	2014-09-15 17:41:16 UTC (rev 30633)
+++ packages/python-fs/trunk/debian/changelog	2014-09-15 18:53:11 UTC (rev 30634)
@@ -1,3 +1,14 @@
+python-fs (0.4.0-2) unstable; urgency=medium
+
+  [ Olly Betts ]
+  * Update for wxPython 3.0 (Closes: #759054):
+    - New patch: wxpython3.0.patch
+
+  [ Janos Guljas ]
+  * Update my email address and copyright year.
+
+ -- Janos Guljas <janos at debian.org>  Mon, 15 Sep 2014 20:29:58 +0200
+
 python-fs (0.4.0-1) unstable; urgency=low
 
   [ Janos Guljas ]

Modified: packages/python-fs/trunk/debian/control
===================================================================
--- packages/python-fs/trunk/debian/control	2014-09-15 17:41:16 UTC (rev 30633)
+++ packages/python-fs/trunk/debian/control	2014-09-15 18:53:11 UTC (rev 30634)
@@ -1,7 +1,7 @@
 Source: python-fs
 Section: python
 Priority: optional
-Maintainer: Janos Guljas <janos at resenje.org>
+Maintainer: Janos Guljas <janos at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
            Jan Dittberner <jandd at debian.org>
 Build-Depends: debhelper (>= 9), python-all (>= 2.5)
@@ -28,7 +28,7 @@
 
 Package: python-fs-browser
 Architecture: all
-Depends: python-fs, python-wxgtk2.8, ${misc:Depends}
+Depends: python-fs, python-wxgtk3.0, ${misc:Depends}
 Description: Python filesystem abstraction - Gtk browser
  Pyfilesystem is a Python module that provides a common interface to many types
  of filesystem, and provides some powerful features such as exposing

Modified: packages/python-fs/trunk/debian/copyright
===================================================================
--- packages/python-fs/trunk/debian/copyright	2014-09-15 17:41:16 UTC (rev 30633)
+++ packages/python-fs/trunk/debian/copyright	2014-09-15 18:53:11 UTC (rev 30634)
@@ -59,7 +59,7 @@
 License: MIT
 
 Files: debian/*
-Copyright: 2011 Janos Guljas <janos at resenje.org>
+Copyright: 2014 Janos Guljas <janos at debian.org>
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions

Added: packages/python-fs/trunk/debian/patches/series
===================================================================
--- packages/python-fs/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-fs/trunk/debian/patches/series	2014-09-15 18:53:11 UTC (rev 30634)
@@ -0,0 +1 @@
+wxpython3.0.patch

Added: packages/python-fs/trunk/debian/patches/wxpython3.0.patch
===================================================================
--- packages/python-fs/trunk/debian/patches/wxpython3.0.patch	                        (rev 0)
+++ packages/python-fs/trunk/debian/patches/wxpython3.0.patch	2014-09-15 18:53:11 UTC (rev 30634)
@@ -0,0 +1,17 @@
+Description: Update for wxPython 3.0
+Author: Olly Betts <olly at survex.com>
+Bug-Debian: https://bugs.debian.org/759054
+Forwarded: no
+Last-Update: 2014-09-13
+
+--- python-fs-0.4.0.orig/fs/browsewin.py
++++ python-fs-0.4.0/fs/browsewin.py
+@@ -187,7 +187,7 @@ def browse(fs, hide_dotfiles=False):
+ 
+     """
+ 
+-    app = wx.PySimpleApp()
++    app = wx.App(False)
+     frame = BrowseFrame(fs, hide_dotfiles=hide_dotfiles)
+     frame.Show()
+     app.MainLoop()




More information about the Python-modules-commits mailing list