[Python-modules-commits] r31772 - in packages/deap/trunk/debian (changelog control watch)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Wed Feb 4 22:58:28 UTC 2015
Date: Wednesday, February 4, 2015 @ 22:58:27
Author: danstender-guest
Revision: 31772
watch: watch pypi.python.org/simple; added python3-scoop to Suggests
Modified:
packages/deap/trunk/debian/changelog
packages/deap/trunk/debian/control
packages/deap/trunk/debian/watch
Modified: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog 2015-02-04 22:08:32 UTC (rev 31771)
+++ packages/deap/trunk/debian/changelog 2015-02-04 22:58:27 UTC (rev 31772)
@@ -1,8 +1,9 @@
deap (1.0.1-4) UNRELEASED; urgency=medium
- * deb/control:
- + added python-scoop to Suggests.
+ * deb/control: added python{,3}-scoop to Suggests.
* deb/copyright: removed trailing commas, updated.
+ * deb/watch: changed to watch pypi.python.org/simple with filename
+ mangle to handle the MD5 suffixes.
* Symlinks for docs package to reduce file redundancy:
+ deb/control: added rdfind and symlinks to b-deps.
+ deb/rules: added auto symlink creation to dh_auto_install override.
@@ -11,7 +12,7 @@
+ activated Python deprecation warnings.
+ iterate unittests over py{,3}versions.
- -- Daniel Stender <debian at danielstender.com> Mon, 05 Jan 2015 12:43:18 +0100
+ -- Daniel Stender <debian at danielstender.com> Wed, 04 Feb 2015 23:58:42 +0100
deap (1.0.1-3+deb8u1) unstable; urgency=medium
Modified: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control 2015-02-04 22:08:32 UTC (rev 31771)
+++ packages/deap/trunk/debian/control 2015-02-04 22:58:27 UTC (rev 31772)
@@ -51,7 +51,8 @@
python3-matplotlib,
python3-numpy
Suggests:
- deap-doc
+ deap-doc,
+ python3-scoop
Description: Distributed Evolutionary Algorithms in Python3
DEAP is a novel evolutionary computation framework for rapid prototyping and
testing of ideas. It seeks to make algorithms explicit and data structures
Modified: packages/deap/trunk/debian/watch
===================================================================
--- packages/deap/trunk/debian/watch 2015-02-04 22:08:32 UTC (rev 31771)
+++ packages/deap/trunk/debian/watch 2015-02-04 22:58:27 UTC (rev 31772)
@@ -1,3 +1,4 @@
version=3
-https://pypi.python.org/pypi/deap/ \
-(?:|.*/)deap(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+opts="filenamemangle=s|.*/(.*)\#md5.*$|$1|" \
+https://pypi.python.org/simple/deap/ \
+(?:|.*/)deap-(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz|zip).*
More information about the Python-modules-commits
mailing list