[med-svn] [Git][med-team/python-pangolearn][master] 3 commits: pep440.patch: adjust upstream version number
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Mon Feb 6 17:43:38 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / python-pangolearn
Commits:
97b90e2d by Étienne Mollier at 2023-02-06T18:29:09+01:00
pep440.patch: adjust upstream version number
Since setuptools 66.0, version number must be enforced to PEP 440.
Closes: #1030467
- - - - -
01529f33 by Étienne Mollier at 2023-02-06T18:41:07+01:00
d/rules: unset spurious executable bits on csv files
- - - - -
119e7052 by Étienne Mollier at 2023-02-06T18:43:02+01:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- + debian/patches/pep440.patch
- + debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-pangolearn (2022-07-09+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * pep440.patch: add; adjust upstream version number. (Closes: #1030467)
+ * d/rules: unset spurious executable bits on csv files.
+
+ -- Étienne Mollier <emollier at debian.org> Mon, 06 Feb 2023 18:41:52 +0100
+
python-pangolearn (2022-07-09+dfsg-1) unstable; urgency=medium
* New upstream version
=====================================
debian/patches/pep440.patch
=====================================
@@ -0,0 +1,9 @@
+--- python-pangolearn.orig/pangoLEARN/__init__.py
++++ python-pangolearn/pangoLEARN/__init__.py
+@@ -1,5 +1,5 @@
+ _program = "pangoLEARN"
+-__version__ = "2022-07-09"
++__version__ = "2022.07.09"
+ PANGO_VERSION = "v1.12"
+
+ __all__ = ["training"]
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+pep440.patch
=====================================
debian/rules
=====================================
@@ -17,3 +17,9 @@ override_dh_python3:
mkdir -p debian/python3-$(PYBUILD_NAME)/usr/share/python3-$(PYBUILD_NAME)
mv debian/python3-$(PYBUILD_NAME)/usr/lib/python3/dist-packages/pangoLEARN/data debian/python3-$(PYBUILD_NAME)/usr/share/python3-$(PYBUILD_NAME)
dh_link /usr/share/python3-$(PYBUILD_NAME)/data /usr/lib/python3/dist-packages/pangoLEARN/data
+
+INSTALLDIR = $(CURDIR)/debian/python3-pangolearn
+DATADIR = $(INSTALLDIR)/usr/share/python3-pangolearn/data
+execute_after_dh_fixperms:
+ chmod -v -x $(DATADIR)/decisionTree_recall_report.csv
+ chmod -v -x $(DATADIR)/randomForest_recall_report.csv
View it on GitLab: https://salsa.debian.org/med-team/python-pangolearn/-/compare/2fdb284a42dd7989b09ff177672e9d858f4d72fc...119e70529e6af5767339288f5cfb9ee46674cf7b
--
View it on GitLab: https://salsa.debian.org/med-team/python-pangolearn/-/compare/2fdb284a42dd7989b09ff177672e9d858f4d72fc...119e70529e6af5767339288f5cfb9ee46674cf7b
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/20230206/c00ee31a/attachment-0001.htm>
More information about the debian-med-commit
mailing list