diff -Nru python-pauvre-0.2.2/debian/changelog python-pauvre-0.2.3/debian/changelog --- python-pauvre-0.2.2/debian/changelog 2020-07-08 16:40:39.000000000 +0000 +++ python-pauvre-0.2.3/debian/changelog 2021-08-15 13:17:57.000000000 +0000 @@ -1,3 +1,15 @@ +python-pauvre (0.2.3-1) unstable; urgency=medium + + [ Nilesh Patra ] + * Team Upload. + * New upstream version 0.2.3 + * Declare compliance with policy 4.5.1 + + [ Etienne Mollier ] + * d/control: updated my uploader address + + -- Nilesh Patra Sun, 15 Aug 2021 18:47:57 +0530 + python-pauvre (0.2.2-2) unstable; urgency=medium * Added myself as uploader. diff -Nru python-pauvre-0.2.2/debian/control python-pauvre-0.2.3/debian/control --- python-pauvre-0.2.2/debian/control 2020-07-08 16:40:39.000000000 +0000 +++ python-pauvre-0.2.3/debian/control 2021-08-15 13:17:32.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , - Étienne Mollier + Étienne Mollier Build-Depends: debhelper-compat (= 13), dh-python, python3, @@ -16,7 +16,7 @@ python3-sklearn , python3-tk , python3-progressbar -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 diff -Nru python-pauvre-0.2.2/pauvre/rcparams.py python-pauvre-0.2.3/pauvre/rcparams.py --- python-pauvre-0.2.2/pauvre/rcparams.py 2020-05-02 04:58:48.000000000 +0000 +++ python-pauvre-0.2.3/pauvre/rcparams.py 2021-05-04 03:05:32.000000000 +0000 @@ -6,7 +6,6 @@ # 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 @@ 'ytick.minor.pad' : 2 , 'savefig.dpi' : 601 , 'axes.linewidth' : 0.75 , - 'text.usetex' : False , "image.composite_image": False , "pdf.fonttype" : 42, "ps.fonttype" : 42 }) - diff -Nru python-pauvre-0.2.2/pauvre/version.py python-pauvre-0.2.3/pauvre/version.py --- python-pauvre-0.2.2/pauvre/version.py 2020-05-09 05:01:29.000000000 +0000 +++ python-pauvre-0.2.3/pauvre/version.py 2021-05-04 03:06:04.000000000 +0000 @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.2" +__version__ = "0.2.3" diff -Nru python-pauvre-0.2.2/pauvre.egg-info/PKG-INFO python-pauvre-0.2.3/pauvre.egg-info/PKG-INFO --- python-pauvre-0.2.2/pauvre.egg-info/PKG-INFO 2020-05-09 05:22:44.000000000 +0000 +++ python-pauvre-0.2.3/pauvre.egg-info/PKG-INFO 2021-05-04 03:08:07.000000000 +0000 @@ -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 diff -Nru python-pauvre-0.2.2/PKG-INFO python-pauvre-0.2.3/PKG-INFO --- python-pauvre-0.2.2/PKG-INFO 2020-05-09 05:22:44.000000000 +0000 +++ python-pauvre-0.2.3/PKG-INFO 2021-05-04 03:08:07.000000000 +0000 @@ -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