[Python-apps-commits] r12421 - in packages/isort/tags (17 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Mon Sep 28 04:33:49 UTC 2015


    Date: Monday, September 28, 2015 @ 04:33:48
  Author: mithrandi
Revision: 12421

[svn-buildpackage] Tagging isort 4.2.2+ds1-1

Added:
  packages/isort/tags/4.2.2+ds1-1/
  packages/isort/tags/4.2.2+ds1-1/debian/changelog
    (from rev 12420, packages/isort/trunk/debian/changelog)
  packages/isort/tags/4.2.2+ds1-1/debian/control
    (from rev 12419, packages/isort/trunk/debian/control)
  packages/isort/tags/4.2.2+ds1-1/debian/copyright
    (from rev 11324, packages/isort/trunk/debian/copyright)
  packages/isort/tags/4.2.2+ds1-1/debian/isort.1
    (from rev 11648, packages/isort/trunk/debian/isort.1)
  packages/isort/tags/4.2.2+ds1-1/debian/isort.manpages
    (from rev 11648, packages/isort/trunk/debian/isort.manpages)
  packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.pydist
    (from rev 11651, packages/isort/trunk/debian/python3-isort.pydist)
  packages/isort/tags/4.2.2+ds1-1/debian/rules
    (from rev 12420, packages/isort/trunk/debian/rules)
  packages/isort/tags/4.2.2+ds1-1/debian/watch
    (from rev 11324, packages/isort/trunk/debian/watch)
Deleted:
  packages/isort/tags/4.2.2+ds1-1/debian/changelog
  packages/isort/tags/4.2.2+ds1-1/debian/control
  packages/isort/tags/4.2.2+ds1-1/debian/copyright
  packages/isort/tags/4.2.2+ds1-1/debian/isort.lintian-overrides
  packages/isort/tags/4.2.2+ds1-1/debian/py3dist-overrides
  packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.lintian-overrides
  packages/isort/tags/4.2.2+ds1-1/debian/rules
  packages/isort/tags/4.2.2+ds1-1/debian/watch

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/changelog	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,5 +0,0 @@
-isort (3.9.0-1) UNRELEASED; urgency=medium
-
-  * Initial release. (Closes: #761167)
-
- -- Tristan Seligmann <mithrandi at debian.org>  Sat, 13 Sep 2014 15:06:20 +0200

Copied: packages/isort/tags/4.2.2+ds1-1/debian/changelog (from rev 12420, packages/isort/trunk/debian/changelog)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/changelog	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/changelog	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,31 @@
+isort (4.2.2+ds1-1) unstable; urgency=medium
+
+  * New upstream release.
+    - 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.
+  * Actually run tests during build.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Mon, 28 Sep 2015 05:43:58 +0200
+
+isort (3.9.2+ds1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version.
+  * Add a man page.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Thu, 25 Dec 2014 08:51:29 +0200
+
+isort (3.9.0+ds1-1) unstable; urgency=medium
+
+  * Repack upstream source without runtests.py.
+  * Fix debian/watch to fetch the source we're actually using.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 28 Sep 2014 01:33:31 +0200
+
+isort (3.9.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #761167)
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sat, 13 Sep 2014 19:38:48 +0200

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/control
===================================================================
--- packages/isort/trunk/debian/control	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/control	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,40 +0,0 @@
-Source: isort
-Section: python
-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),
- dh-python,
- python3-all,
- python3-setuptools,
- python3-natsort,
- python3-pies,
- python3-mock,
- python3-pytest,
-X-Python3-Version: >= 3.0
-Standards-Version: 3.9.5
-Homepage: https://github.com/timothycrosley/isort
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/isort/trunk/
-
-Package: isort
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-isort
-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
- utility, Python library and plugins for various editors to quickly sort
- all your imports.
- .
- This package contains the isort utility.
-
-Package: python3-isort
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Description: library for sorting Python imports
- isort is a Python utility / library to sort imports alphabetically, and
- automatically separated into sections. It provides a command line
- utility, Python library and plugins for various editors to quickly sort
- all your imports.
- .
- This package contains the isort library for Python 3.

Copied: packages/isort/tags/4.2.2+ds1-1/debian/control (from rev 12419, packages/isort/trunk/debian/control)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/control	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/control	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,39 @@
+Source: isort
+Section: python
+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),
+ dh-python,
+ python3-all,
+ python3-mock,
+ python3-pytest,
+ python3-setuptools,
+X-Python3-Version: >= 3.0
+Standards-Version: 3.9.6
+Homepage: https://github.com/timothycrosley/isort
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/isort/trunk/
+
+Package: isort
+Architecture: all
+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
+ utility, Python library and plugins for various editors to quickly sort
+ all your imports.
+ .
+ This package contains the isort utility.
+
+Package: python3-isort
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: library for sorting Python imports
+ isort is a Python utility / library to sort imports alphabetically, and
+ automatically separated into sections. It provides a command line
+ utility, Python library and plugins for various editors to quickly sort
+ all your imports.
+ .
+ This package contains the isort library for Python 3.

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/copyright
===================================================================
--- packages/isort/trunk/debian/copyright	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/copyright	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,31 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: isort
-Upstream-Contact: Timothy Crosley <timothy.crosley at gmail.com>
-Source: https://github.com/timothycrosley/isort
-
-Files: *
-Copyright: 2013 Timothy Edmund Crosley
-License: Expat
-
-Files: debian/*
-Copyright: 2014 Tristan Seligmann <mithrandi at debian.org>
-License: Expat
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.

Copied: packages/isort/tags/4.2.2+ds1-1/debian/copyright (from rev 11324, packages/isort/trunk/debian/copyright)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/copyright	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/copyright	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: isort
+Upstream-Contact: Timothy Crosley <timothy.crosley at gmail.com>
+Source: https://github.com/timothycrosley/isort
+Files-Excluded: runtests.py
+
+Files: *
+Copyright: 2013 Timothy Edmund Crosley
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Tristan Seligmann <mithrandi at debian.org>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Copied: packages/isort/tags/4.2.2+ds1-1/debian/isort.1 (from rev 11648, packages/isort/trunk/debian/isort.1)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/isort.1	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/isort.1	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,120 @@
+.TH ISORT "1" "December 2014" "isort 3.9.2" "User Commands"
+.SH NAME
+isort \- program for sorting Python import definitions
+.SH SYNOPSIS
+.B isort
+[\fB\-h\fR]
+[\fB\-l\fR \fILINE_LENGTH\fR]
+[\fB\-s\fR \fISKIP\fR]
+[\fB\-ns\fR \fINOT_SKIP\fR]
+[\fB\-t\fR \fIFORCE_TO_TOP\fR]
+[\fB\-b\fR \fIKNOWN_STANDARD_LIBRARY\fR]
+[\fB\-o\fR \fIKNOWN_THIRD_PARTY\fR]
+[\fB\-p\fR \fIKNOWN_FIRST_PARTY\fR]
+[\fB\-m\fR \fIMODE\fR]
+[\fB\-i\fR \fIINDENT\fR]
+[\fB\-a\fR \fIADD_IMPORTS\fR]
+[\fB\-af\fR]
+[\fB\-r\fR \fIREMOVE_IMPORTS\fR]
+[\fB\-ls\fR]
+[\fB\-d\fR]
+[\fB\-c\fR]
+[\fB\-sl\fR]
+[\fB\-sd\fR \fIDEFAULT_SECTION\fR]
+[\fB\-df\fR]
+[\fB\-e\fR]
+[\fB\-rc\fR]
+[\fB\-ot\fR]
+[\fB\-ac\fR]
+[\fB\-cs\fR]
+[\fB\-v\fR]
+[\fB\-vb\fR]
+[\fB\-sp\fR \fISETTINGS_PATH\fR]
+.IR file ...
+.SH DESCRIPTION
+.B isort
+sorts Python import definitions alphabetically within logical sections.
+.SH OPTIONS
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-l\fR \fILINE_LENGTH\fR, \fB\-\-lines\fR \fILINE_LENGTH\fR
+The maximum length of an import line (used for wrapping long imports).
+.TP
+\fB\-s\fR \fISKIP\fR, \fB\-\-skip\fR \fISKIP\fR
+Files that sort imports should skip over.
+.TP
+\fB\-ns\fR \fINOT_SKIP\fR, \fB\-\-dont\-skip\fR \fINOT_SKIP\fR
+Files that sort imports should never skip over.
+.TP
+\fB\-t\fR \fIFORCE_TO_TOP, \fB\-\-top\fR \fIFORCE_TO_TOP\fR
+Force specific imports to the top of their appropriate section.
+.TP
+\fB\-b\fR \fIKNOWN_STANDARD_LIBRARY\fR, \fB\-\-builtin\fR \fIKNOWN_STANDARD_LIBRARY\fR
+Force isort to recognize a module as part of the python standard library.
+.TP
+\fB\-o\fR \fIKNOWN_THIRD_PARTY\fR, \fB\-\-thirdparty\fR \fIKNOWN_THIRD_PARTY\fR
+Force isort to recognize a module as being part of a third party library.
+.TP
+\fB\-p\fR \fIKNOWN_FIRST_PARTY\fR, \fB\-\-project\fR \fIKNOWN_FIRST_PARTY\fR
+Force isort to recognize a module as being part of the current python project.
+.TP
+\fB\-m\fR \fIMODE\fR, \fB\-\-multi_line\fR \fIMODE\fR
+Multi line output (0=grid, 1=vertical, 2=hanging, 3=vert-hanging, 4=vert-grid, 5=vert-grid-grouped).
+.TP
+\fB\-i\fR \fIINDENT\fR, \fB\-\-indent\fR \fIINDENT\fR
+String to place for indents; defaults to "    " (4 spaces).
+.TP
+\fB\-a\fR \fIADD_IMPORTS\fR, \fB\-\-add_import\fR \fIADD_IMPORTS\fR
+Adds the specified import line to all files, automatically determining correct placement.
+.TP
+\fB\-af\fR, \fB\-\-force_adds\fR
+Forces import adds even if the original file is empty.
+.TP
+\fB\-r\fR \fIREMOVE_IMPORTS\fR, \fB\-\-remove_import\fR \fIREMOVE_IMPORTS\fR
+Removes the specified import from all files.
+.TP
+\fB\-ls\fR, \fB\-\-length_sort\fR
+Sort imports by their string length.
+.TP
+\fB\-d\fR, \fB\-\-stdout\fR
+Force resulting output to stdout, instead of in-place.
+.TP
+\fB\-c\fR, \fB\-\-check\-only\fR
+Checks the file for unsorted imports and prints them to the command line without modifying the file.
+.TP
+\fB\-sl\fR, \fB\-\-force_single_line_imports\fR
+Forces all from imports to appear on their own line.
+.TP
+\fB\-sd\fR \fIDEFAULT_SECTION\fR, \fB\-\-section\-default\fR \fIDEFAULT_SECTION\fR
+Sets the default section for imports (by default, \fIFIRSTPARTY\fR).
+Possible values:
+.IR FUTURE ", " ISTDLIB ", " THIRDPARTY ", " FIRSTPARTY ", " LOCALFOLDER
+.TP
+\fB\-df\fR, \fB\-\-diff\fR
+Prints a diff of all the changes isort would make to a file, instead of changing it in place
+.TP
+\fB\-e\fR, \fB\-\-balanced\fR
+Balances wrapping to produce the most consistent line length possible.
+.TP
+\fB\-rc\fR, \fB\-\-recursive\fR
+Recursively look for Python files of which to sort imports.
+.TP
+\fB\-ot\fR, \fB\-\-order\-by\-type\fR
+Order imports by type in addition to alphabetically.
+.TP
+\fB\-ac\fR, \fB\-\-atomic\fR
+Ensures the output doesn't save if the resulting file contains syntax errors.
+.TP
+\fB\-cs\fR, \fB\-\-combine\-star\fR
+Ensures that if a star import is present, nothing else is imported from that namespace.
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Show program's version number and exit.
+.TP
+\fB\-vb\fR, \fB\-\-verbose\fR
+Shows verbose output, such as when files are skipped or when a check is successful.
+.TP
+\fB\-sp\fR \fISETTINGS_PATH\fR, \fB\-\-settings\-path\fR \fISETTINGS_PATH\fR
+Explicitly set the settings path instead of auto determining based on file location.

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/isort.lintian-overrides
===================================================================
--- packages/isort/trunk/debian/isort.lintian-overrides	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/isort.lintian-overrides	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,2 +0,0 @@
-# Upstream provides no changelog to install.
-isort: no-upstream-changelog

Copied: packages/isort/tags/4.2.2+ds1-1/debian/isort.manpages (from rev 11648, packages/isort/trunk/debian/isort.manpages)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/isort.manpages	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/isort.manpages	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1 @@
+debian/isort.1

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/py3dist-overrides
===================================================================
--- packages/isort/trunk/debian/py3dist-overrides	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/py3dist-overrides	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,2 +0,0 @@
-pies python3-pies; PEP386
-natsort python3-natsort; PEP386

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.lintian-overrides
===================================================================
--- packages/isort/trunk/debian/python3-isort.lintian-overrides	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.lintian-overrides	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,2 +0,0 @@
-# Upstream provides no changelog to install.
-python3-isort: no-upstream-changelog

Copied: packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.pydist (from rev 11651, packages/isort/trunk/debian/python3-isort.pydist)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.pydist	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/python3-isort.pydist	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1 @@
+isort python3-isort; PEP386

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/rules
===================================================================
--- packages/isort/trunk/debian/rules	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/rules	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-export PYBUILD_NAME=isort
-
-%:
-	dh $@ --with python3 --buildsystem=pybuild
-
-
-override_dh_auto_install:
-	dh_auto_install
-	mkdir -p debian/isort/usr/bin
-	mv debian/python3-isort/usr/bin/isort debian/isort/usr/bin/isort
-	rmdir debian/python3-isort/usr/bin

Copied: packages/isort/tags/4.2.2+ds1-1/debian/rules (from rev 12420, packages/isort/trunk/debian/rules)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/rules	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/rules	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=isort
+export PYBUILD_BEFORE_TEST=cp {dir}/test_isort.py {build_dir}
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir -p debian/isort/usr/bin
+	mv debian/python3-isort/usr/bin/isort debian/isort/usr/bin/isort
+	rmdir debian/python3-isort/usr/bin

Deleted: packages/isort/tags/4.2.2+ds1-1/debian/watch
===================================================================
--- packages/isort/trunk/debian/watch	2014-09-13 17:35:57 UTC (rev 11294)
+++ packages/isort/tags/4.2.2+ds1-1/debian/watch	2015-09-28 04:33:48 UTC (rev 12421)
@@ -1,2 +0,0 @@
-version=3
-https://pypi.python.org/packages/source/i/isort/isort-(.*)\.tar\.gz

Copied: packages/isort/tags/4.2.2+ds1-1/debian/watch (from rev 11324, packages/isort/trunk/debian/watch)
===================================================================
--- packages/isort/tags/4.2.2+ds1-1/debian/watch	                        (rev 0)
+++ packages/isort/tags/4.2.2+ds1-1/debian/watch	2015-09-28 04:33:48 UTC (rev 12421)
@@ -0,0 +1,6 @@
+version=3
+opts=\
+dversionmangle=s/\+ds\d*//\
+,repacksuffix=+ds1\
+,filenamemangle=s/(?:.*)?(\d[\d\.]*)\.tar\.gz/isort-$1.tar.gz/ \
+ https://github.com/timothycrosley/isort/tags (?:.*/)?(\d[\d\.]*)\.tar\.gz




More information about the Python-apps-commits mailing list