Repository 'motif_tools'
hg clone https://toolshed.g2.bx.psu.edu/repos/pjbriggs/motif_tools

Changeset 3:856008c4a5f3 (2018-10-05)
Previous changeset 2:2f48cf393d25 (2018-04-09)
Commit message:
Version 1.0.2 (updates bioperl to 1.7.2)
modified:
README.rst
motif_tools_macros.xml
b
diff -r 2f48cf393d25 -r 856008c4a5f3 README.rst
--- a/README.rst Mon Apr 09 04:56:28 2018 -0400
+++ b/README.rst Fri Oct 05 05:33:31 2018 -0400
b
@@ -42,6 +42,7 @@
 ========== ======================================================================
 Version    Changes
 ---------- ----------------------------------------------------------------------
+- 1.0.2    Update bioperl dependency to 1.7.2
 - 1.0.1    Updates to use conda dependency resolution and tidy up XML
 - 1.0.0    Initial version
 ========== ======================================================================
b
diff -r 2f48cf393d25 -r 856008c4a5f3 motif_tools_macros.xml
--- a/motif_tools_macros.xml Mon Apr 09 04:56:28 2018 -0400
+++ b/motif_tools_macros.xml Fri Oct 05 05:33:31 2018 -0400
b
@@ -1,9 +1,8 @@
 <macros>
-  <token name="@VERSION@">1.0.1</token>
+  <token name="@VERSION@">1.0.2</token>
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="1.6.924">perl-bioperl</requirement
->
+      <requirement type="package" version="1.7.2">perl-bioperl</requirement>
     </requirements>
   </xml>
 </macros>