[Python-apps-commits] r13408 - in packages/isort/tags (7 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Tue Jul 19 19:17:05 UTC 2016
Date: Tuesday, July 19, 2016 @ 19:17:04
Author: mithrandi
Revision: 13408
[svn-buildpackage] Tagging isort 4.2.5+ds1-2
Added:
packages/isort/tags/4.2.5+ds1-2/
packages/isort/tags/4.2.5+ds1-2/debian/changelog
(from rev 13407, packages/isort/trunk/debian/changelog)
packages/isort/tags/4.2.5+ds1-2/debian/control
(from rev 13407, packages/isort/trunk/debian/control)
packages/isort/tags/4.2.5+ds1-2/debian/rules
(from rev 13407, packages/isort/trunk/debian/rules)
Deleted:
packages/isort/tags/4.2.5+ds1-2/debian/changelog
packages/isort/tags/4.2.5+ds1-2/debian/control
packages/isort/tags/4.2.5+ds1-2/debian/rules
Deleted: packages/isort/tags/4.2.5+ds1-2/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog 2016-07-19 18:52:43 UTC (rev 13406)
+++ packages/isort/tags/4.2.5+ds1-2/debian/changelog 2016-07-19 19:17:04 UTC (rev 13408)
@@ -1,39 +0,0 @@
-isort (4.2.5+ds1-1) unstable; urgency=medium
-
- * New upstream release.
- * Bump Standards-Version to 3.9.7 (no changes).
- * Use https in Vcs-Browser.
-
- -- Tristan Seligmann <mithrandi at debian.org> Wed, 06 Apr 2016 21:58:26 +0200
-
-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
Copied: packages/isort/tags/4.2.5+ds1-2/debian/changelog (from rev 13407, packages/isort/trunk/debian/changelog)
===================================================================
--- packages/isort/tags/4.2.5+ds1-2/debian/changelog (rev 0)
+++ packages/isort/tags/4.2.5+ds1-2/debian/changelog 2016-07-19 19:17:04 UTC (rev 13408)
@@ -0,0 +1,45 @@
+isort (4.2.5+ds1-2) unstable; urgency=medium
+
+ * Add python-isort package for Python 2 module (closes: #802582).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Tue, 19 Jul 2016 21:09:28 +0200
+
+isort (4.2.5+ds1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump Standards-Version to 3.9.7 (no changes).
+ * Use https in Vcs-Browser.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Wed, 06 Apr 2016 21:58:26 +0200
+
+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.5+ds1-2/debian/control
===================================================================
--- packages/isort/trunk/debian/control 2016-07-19 18:52:43 UTC (rev 13406)
+++ packages/isort/tags/4.2.5+ds1-2/debian/control 2016-07-19 19:17:04 UTC (rev 13408)
@@ -1,39 +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-mock,
- python3-pytest,
- python3-setuptools,
-X-Python3-Version: >= 3.0
-Standards-Version: 3.9.7
-Homepage: https://github.com/timothycrosley/isort
-Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
-Vcs-Browser: https://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.
Copied: packages/isort/tags/4.2.5+ds1-2/debian/control (from rev 13407, packages/isort/trunk/debian/control)
===================================================================
--- packages/isort/tags/4.2.5+ds1-2/debian/control (rev 0)
+++ packages/isort/tags/4.2.5+ds1-2/debian/control 2016-07-19 19:17:04 UTC (rev 13408)
@@ -0,0 +1,54 @@
+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,
+ python-all,
+ python-mock,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-mock,
+ python3-pytest,
+ python3-setuptools,
+X-Python3-Version: >= 3.0
+Standards-Version: 3.9.7
+Homepage: https://github.com/timothycrosley/isort
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/isort/trunk/
+Vcs-Browser: https://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: python-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 2.
+
+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.5+ds1-2/debian/rules
===================================================================
--- packages/isort/trunk/debian/rules 2016-07-19 18:52:43 UTC (rev 13406)
+++ packages/isort/tags/4.2.5+ds1-2/debian/rules 2016-07-19 19:17:04 UTC (rev 13408)
@@ -1,13 +0,0 @@
-#!/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
Copied: packages/isort/tags/4.2.5+ds1-2/debian/rules (from rev 13407, packages/isort/trunk/debian/rules)
===================================================================
--- packages/isort/tags/4.2.5+ds1-2/debian/rules (rev 0)
+++ packages/isort/tags/4.2.5+ds1-2/debian/rules 2016-07-19 19:17:04 UTC (rev 13408)
@@ -0,0 +1,15 @@
+#!/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
+ rm debian/python-isort/usr/bin/isort
+ rmdir debian/python-isort/usr/bin
+ mv debian/python3-isort/usr/bin/isort debian/isort/usr/bin/isort
+ rmdir debian/python3-isort/usr/bin
More information about the Python-apps-commits
mailing list