snakemake 6.9.1+dfsg1-1 source package in Ubuntu

Changelog

snakemake (6.9.1+dfsg1-1) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * Fix watchfile to detect new versions on github
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
    update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Build-Depends: python3-requests-mock

  [ Nilesh Patra ]
  * d/control:
    + Add versioned Dep on pulp (>= 2.0)
    + Add B-D on python3-smart-open

  [ Steffen Moeller ]
  * Unselected tests needing internet access
  * fixing one calling pytest -> pytest-3
  * d/rules: Allowing consecutive builds with better cleaning
  * Added d/TODO to remind about missing "tes" Python module

 -- Nilesh Patra <email address hidden>  Tue, 19 Oct 2021 16:32:04 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
snakemake_6.9.1+dfsg1-1.dsc 3.1 KiB cead2fce120ea6bd3873c84e0aa83878cf86db7f7d7aefcea8d1a98637d2e7bb
snakemake_6.9.1+dfsg1.orig.tar.xz 4.8 MiB 6fbef35cee9461e4f9ad8f2ea9608ccafe580bd3eeef2f659df3141b3802da67
snakemake_6.9.1+dfsg1-1.debian.tar.xz 21.3 KiB 5239a71667fff6c9f7424da571cd279fc30fbb581f1dc49c937e2a550193fee8

No changes file available.

Binary packages built by this source

snakemake: pythonic workflow management system

 Build systems like GNU Make are frequently used to create complicated
 workflows, e.g. in bioinformatics. This project aims to reduce the
 complexity of creating workflows by providing a clean and modern domain
 specific language (DSL) in Python style, together with a fast and
 comfortable execution environment.