[Python-apps-commits] r12419 - in packages/isort/trunk/debian (5 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Mon Sep 28 03:44:06 UTC 2015


    Date: Monday, September 28, 2015 @ 03:44:05
  Author: mithrandi
Revision: 12419

  - Dropped dependency on python3-pies (closes: #779703 -- although I cannot
    confirm this due to being unable to reproduce in the first place).
* Drop override as upstream now ships a changelog.

Modified:
  packages/isort/trunk/debian/changelog
  packages/isort/trunk/debian/control
Deleted:
  packages/isort/trunk/debian/isort.lintian-overrides
  packages/isort/trunk/debian/py3dist-overrides
  packages/isort/trunk/debian/python3-isort.lintian-overrides

Modified: packages/isort/trunk/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog	2015-09-25 21:09:49 UTC (rev 12418)
+++ packages/isort/trunk/debian/changelog	2015-09-28 03:44:05 UTC (rev 12419)
@@ -1,10 +1,12 @@
-isort (4.0.0+ds1-1) UNRELEASED; urgency=medium
+isort (4.2.2+ds1-1) unstable; urgency=medium
 
   * New upstream release.
-    - Depend on newer version of python3-pies.
+    - Dropped dependency on python3-pies (closes: #779703 -- although I cannot
+      confirm this due to being unable to reproduce in the first place).
   * Add a .pydist file.
+  * Drop override as upstream now ships a changelog.
 
- -- Tristan Seligmann <mithrandi at debian.org>  Thu, 25 Dec 2014 20:26:24 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 28 Sep 2015 05:43:58 +0200
 
 isort (3.9.2+ds1-1) unstable; urgency=low
 

Modified: packages/isort/trunk/debian/control
===================================================================
--- packages/isort/trunk/debian/control	2015-09-25 21:09:49 UTC (rev 12418)
+++ packages/isort/trunk/debian/control	2015-09-28 03:44:05 UTC (rev 12419)
@@ -3,14 +3,13 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends:
+ debhelper (>= 9),
  dh-python,
  python3-all,
- python3-setuptools,
- python3-natsort,
- python3-pies (>= 2.6.2),
  python3-mock,
  python3-pytest,
+ python3-setuptools,
 X-Python3-Version: >= 3.0
 Standards-Version: 3.9.6
 Homepage: https://github.com/timothycrosley/isort
@@ -19,7 +18,7 @@
 
 Package: isort
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-isort
+Depends: python3-isort, ${misc:Depends}, ${python3:Depends}
 Description: utility for sorting Python imports
  isort is a Python utility / library to sort imports alphabetically, and
  automatically separated into sections. It provides a command line

Deleted: packages/isort/trunk/debian/isort.lintian-overrides
===================================================================
--- packages/isort/trunk/debian/isort.lintian-overrides	2015-09-25 21:09:49 UTC (rev 12418)
+++ packages/isort/trunk/debian/isort.lintian-overrides	2015-09-28 03:44:05 UTC (rev 12419)
@@ -1,2 +0,0 @@
-# Upstream provides no changelog to install.
-isort: no-upstream-changelog

Deleted: packages/isort/trunk/debian/py3dist-overrides
===================================================================
--- packages/isort/trunk/debian/py3dist-overrides	2015-09-25 21:09:49 UTC (rev 12418)
+++ packages/isort/trunk/debian/py3dist-overrides	2015-09-28 03:44:05 UTC (rev 12419)
@@ -1,2 +0,0 @@
-pies python3-pies; PEP386
-natsort python3-natsort; PEP386

Deleted: packages/isort/trunk/debian/python3-isort.lintian-overrides
===================================================================
--- packages/isort/trunk/debian/python3-isort.lintian-overrides	2015-09-25 21:09:49 UTC (rev 12418)
+++ packages/isort/trunk/debian/python3-isort.lintian-overrides	2015-09-28 03:44:05 UTC (rev 12419)
@@ -1,2 +0,0 @@
-# Upstream provides no changelog to install.
-python3-isort: no-upstream-changelog




More information about the Python-apps-commits mailing list