[Python-modules-commits] r32891 - in packages/python-jedi/trunk/debian (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Jun 7 20:17:25 UTC 2015
Date: Sunday, June 7, 2015 @ 20:17:24
Author: piotr
Revision: 32891
* New upstream release
* debian/watch: use pypi.debian.net redirector
Modified:
packages/python-jedi/trunk/debian/changelog
packages/python-jedi/trunk/debian/copyright
packages/python-jedi/trunk/debian/watch
Modified: packages/python-jedi/trunk/debian/changelog
===================================================================
--- packages/python-jedi/trunk/debian/changelog 2015-06-07 19:42:19 UTC (rev 32890)
+++ packages/python-jedi/trunk/debian/changelog 2015-06-07 20:17:24 UTC (rev 32891)
@@ -1,3 +1,10 @@
+python-jedi (0.9.0-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/watch: use pypi.debian.net redirector
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 07 Jun 2015 22:09:17 +0200
+
python-jedi (0.8.1-1) unstable; urgency=medium
* New upstream release (closes: 764746)
Modified: packages/python-jedi/trunk/debian/copyright
===================================================================
--- packages/python-jedi/trunk/debian/copyright 2015-06-07 19:42:19 UTC (rev 32890)
+++ packages/python-jedi/trunk/debian/copyright 2015-06-07 20:17:24 UTC (rev 32891)
@@ -6,27 +6,12 @@
Files: *
Copyright: 2012 David Halter <davidhalter88 at gmail.com>
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.
Files: debian/*
-Copyright: 2012-2013 Piotr Ożarowski <piotr at debian.org>
+Copyright: 2012-2015 Piotr Ożarowski <piotr 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
Modified: packages/python-jedi/trunk/debian/watch
===================================================================
--- packages/python-jedi/trunk/debian/watch 2015-06-07 19:42:19 UTC (rev 32890)
+++ packages/python-jedi/trunk/debian/watch 2015-06-07 20:17:24 UTC (rev 32891)
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/-final0//;s/-final(\d+)/+$1/;s/(rc|a|b|c)/~$1/ \
-https://pypi.python.org/packages/source/j/jedi/jedi-(.*)\.tar\.gz
+hhttp://pypi.debian.net/jedi/jedi-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list