Nilesh Patra pushed to branch master at Debian Med / python-pauvre
Commits: 798da887 by Nilesh Patra at 2021-05-11T22:06:43+05:30 New upstream version 0.2.3 - - - - - 5db9b837 by Nilesh Patra at 2021-05-11T22:06:45+05:30 Update upstream source from tag 'upstream/0.2.3' Update to upstream version '0.2.3' with Debian dir 35910b78737895ded2c13d46139784e10ea60f91 - - - - - 47fa85be by Nilesh Patra at 2021-05-11T22:13:38+05:30 Declare compliance with policy 4.5.1 - - - - - dd1866db by Nilesh Patra at 2021-05-11T22:14:11+05:30 Interim changelog entry - - - - - 6 changed files: - PKG-INFO - debian/changelog - debian/control - pauvre.egg-info/PKG-INFO - pauvre/rcparams.py - pauvre/version.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-pauvre (0.2.3-1) UNRELEASED; urgency=medium + + * Team Upload. + * New upstream version 0.2.3 + * Declare compliance with policy 4.5.1 + + -- Nilesh Patra <[email protected]> Tue, 11 May 2021 22:13:43 +0530 + python-pauvre (0.2.2-2) unstable; urgency=medium * Added myself as uploader. ===================================== debian/control ===================================== @@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 13), python3-sklearn <!nocheck>, python3-tk <!nocheck>, python3-progressbar <!nocheck> -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/python-pauvre Vcs-Git: https://salsa.debian.org/med-team/python-pauvre.git Homepage: https://github.com/conchoecia/pauvre ===================================== pauvre.egg-info/PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz ===================================== pauvre/rcparams.py ===================================== @@ -6,7 +6,6 @@ def update_rcParams(): # This mpl style is from the UCSC BME163 class. rcParams.update({ 'font.size' : 8.0 , - 'font.sans-serif' : 'Arial' , 'xtick.major.size' : 2 , 'xtick.major.width' : 0.75 , 'xtick.labelsize' : 8.0 , @@ -21,8 +20,6 @@ def update_rcParams(): 'ytick.minor.pad' : 2 , 'savefig.dpi' : 601 , 'axes.linewidth' : 0.75 , - 'text.usetex' : False , "image.composite_image": False , "pdf.fonttype" : 42, "ps.fonttype" : 42 }) - ===================================== pauvre/version.py ===================================== @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.2" +__version__ = "0.2.3" View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/1013a3e4f7a4548436dd1e34f3b61c42181f0b99...dd1866db38099768fb13e85e9ef528ddef03921d -- View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/1013a3e4f7a4548436dd1e34f3b61c42181f0b99...dd1866db38099768fb13e85e9ef528ddef03921d 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
