[med-svn] [Git][med-team/mapdamage][upstream] New upstream version 2.2.2+dfsg
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Sun Aug 25 17:39:40 BST 2024
Étienne Mollier pushed to branch upstream at Debian Med / mapdamage
Commits:
863fdd7d by Étienne Mollier at 2024-08-25T18:34:06+02:00
New upstream version 2.2.2+dfsg
- - - - -
3 changed files:
- mapdamage/Rscripts/mapDamage.R
- mapdamage/version.py
- setup.py
Changes:
=====================================
mapdamage/Rscripts/mapDamage.R
=====================================
@@ -43,7 +43,7 @@ plot.base.composition <- function(tbl, base, color, around, ylabels.at = c(), xl
plot.axis <- function(yaxis.at) {
axis(side = yaxis.at, labels = (yaxis.at == ylabels.at), line = 0, las = 2, cex.axis = 0.8)
- if ((yaxis.at == 2) && (yaxis.at == ylabels.at)) {
+ if ((yaxis.at == 2) && any(yaxis.at == ylabels.at)) {
mtext("Frequency", side = 2, line = 2.5, cex = 0.6)
}
=====================================
mapdamage/version.py
=====================================
@@ -2,4 +2,4 @@
try:
from mapdamage._version import __version__
except ImportError:
- __version__ = "2.2.1"
+ __version__ = "2.2.2"
=====================================
setup.py
=====================================
@@ -60,8 +60,8 @@ class compileInstall(DistutilsInstall):
setup(
cmdclass={'install': compileInstall},
name='mapdamage',
- version='2.2.0',
- author='Aurélien Ginolhac, Mikkel Schubert, Ãkon Jónsson',
+ version='2.2.2',
+ author='Aurélien Ginolhac, Mikkel Schubert, Hákon Jónsson',
author_email='MSchubert at snm.ku.dk, jonsson.hakon at gmail.com',
packages=['mapdamage'],
package_data={'mapdamage': ['Rscripts/*.R','Rscripts/stats/*.R','tests/*','seqtk/seqtk']},
View it on GitLab: https://salsa.debian.org/med-team/mapdamage/-/commit/863fdd7df5b51ef6480359f56d506386bcfc0b7b
--
View it on GitLab: https://salsa.debian.org/med-team/mapdamage/-/commit/863fdd7df5b51ef6480359f56d506386bcfc0b7b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240825/c51fcf03/attachment-0001.htm>
More information about the debian-med-commit
mailing list