Mohd Bilal pushed to branch master at Debian Med / q2-fragment-insertion
Commits: 98ee21d1 by Mohammed Bilal at 2022-09-07T12:22:47+00:00 routine-update: New upstream version - - - - - 4e94ea1c by Mohammed Bilal at 2022-09-07T12:22:57+00:00 New upstream version 2022.8.0 - - - - - 878e80e5 by Mohammed Bilal at 2022-09-07T12:22:57+00:00 Update upstream source from tag 'upstream/2022.8.0' Update to upstream version '2022.8.0' with Debian dir 01ed96137cdc128ba25abb9ba5a496e41b51b7ef - - - - - b7ee6e2e by Mohammed Bilal at 2022-09-07T12:23:02+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - f8ea9bad by Mohammed Bilal at 2022-09-07T12:25:26+00:00 Update dependency on qiime/q2-* >= 2022.8.0 - - - - - 6fa8490e by Mohammed Bilal at 2022-09-07T12:26:28+00:00 Upload to unstable - - - - - 5 changed files: - ci/recipe/meta.yaml - debian/changelog - debian/control - debian/rules - q2_fragment_insertion/_version.py Changes: ===================================== ci/recipe/meta.yaml ===================================== @@ -20,7 +20,7 @@ requirements: run: - python {{ python }} - openjdk - - biom-format >=2.1.5,<2.2.0 + - biom-format {{ biom_format }} - qiime2 {{ qiime2_epoch }}.* - q2-types {{ qiime2_epoch }}.* - sepp ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +q2-fragment-insertion (2022.8.0-1) unstable; urgency=medium + + * Team upload. + * New upstream version 2022.8.0 + * Update dependency on qiime/q2-* >= 2022.8.0 + + -- Mohammed Bilal <[email protected]> Wed, 07 Sep 2022 12:25:31 +0000 + q2-fragment-insertion (2022.2.0-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-setuptools, - qiime (>= 2022.2.0), + qiime (>= 2022.8.0), python3-pytest <!nocheck>, python3-pytest-cov <!nocheck>, python3-biom-format <!nocheck>, @@ -24,7 +24,7 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, - qiime (>= 2022.2.0), + qiime (>= 2022.8.0), python3-biom-format, python3-skbio, q2-types ===================================== debian/rules ===================================== @@ -24,4 +24,3 @@ endif override_dh_auto_clean: dh_auto_clean rm -f q2_fragment_insertion.egg-info/PKG-INFO q2_fragment_insertion.egg-info/SOURCES.txt q2_fragment_insertion.egg-info/dependency_links.txt q2_fragment_insertion.egg-info/entry_points.txt q2_fragment_insertion.egg-info/not-zip-safe q2_fragment_insertion.egg-info/top_level.txt - ===================================== q2_fragment_insertion/_version.py ===================================== @@ -23,9 +23,9 @@ def get_keywords(): # setup.py/versioneer.py will grep for the variable names, so they must # each be defined on a line of their own. _version.py will just call # get_keywords(). - git_refnames = " (tag: 2022.2.0)" - git_full = "c7ee1723315f70e539aece7f33033a76d743bd50" - git_date = "2022-02-18 19:29:20 +0000" + git_refnames = " (tag: 2022.8.0)" + git_full = "4843c553a36b7088183e541bb7172dc5c4155164" + git_date = "2022-08-23 17:28:26 +0000" keywords = {"refnames": git_refnames, "full": git_full, "date": git_date} return keywords View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/829fa9005aa21d0d168f1a1ba3fc30a90fd51801...6fa8490e368c47984cf1932278a87b7ae996a480 -- View it on GitLab: https://salsa.debian.org/med-team/q2-fragment-insertion/-/compare/829fa9005aa21d0d168f1a1ba3fc30a90fd51801...6fa8490e368c47984cf1932278a87b7ae996a480 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
