[Python-modules-commits] r33387 - in packages/circuits/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Jul 18 11:07:37 UTC 2015


    Date: Saturday, July 18, 2015 @ 11:07:24
  Author: eriol-guest
Revision: 33387

Remove python{,3}-six from Depends since the embedded copy is modified by upstream

Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/control

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-18 10:23:30 UTC (rev 33386)
+++ packages/circuits/trunk/debian/changelog	2015-07-18 11:07:24 UTC (rev 33387)
@@ -10,6 +10,8 @@
     - Remove python{,3}-pyinotify from Build-Depends and Depends.
     - Remove python-imaging, python-multiprocessing, python-routes and
       python{,3}-serial from Recommends.
+    - Remove python{,3}-six from Depends since the embedded copy is modified
+      by upstream.
   * debian/watch
     - Use pypi.debian.net redirector.
   * debian/patches/01_disable_sphinxcontrib_extensions.patch
@@ -28,7 +30,7 @@
     - Remove fabric scripts to not pollute namespace.
     - Remove Python implementation of htpasswd.
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 14 Jul 2015 20:45:03 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 18 Jul 2015 13:06:38 +0200
 
 circuits (2.1.0-2) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2015-07-18 10:23:30 UTC (rev 33386)
+++ packages/circuits/trunk/debian/control	2015-07-18 11:07:24 UTC (rev 33387)
@@ -27,7 +27,6 @@
  ${misc:Depends},
  ${python:Depends},
  python-pkg-resources,
- python-six,
 Description: event-driven framework with a component architecture
  circuits is an event-driven framework with a focus on Component
  Software Architectures where System Functionality is defined in
@@ -49,7 +48,6 @@
  ${misc:Depends},
  ${python3:Depends},
  python3-pkg-resources,
- python3-six,
 Description: event-driven framework with a component architecture (Python3 version)
  circuits is an event-driven framework with a focus on Component
  Software Architectures where System Functionality is defined in




More information about the Python-modules-commits mailing list