[med-svn] [Git][med-team/python-gffutils][master] 2 commits: Add patch to fixup faulty version parsing (Closes: #1054738)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Nov 5 01:05:07 GMT 2023
Nilesh Patra pushed to branch master at Debian Med / python-gffutils
Commits:
72da5f97 by Nilesh Patra at 2023-11-05T01:00:45+00:00
Add patch to fixup faulty version parsing (Closes: #1054738)
- - - - -
d2aee323 by Nilesh Patra at 2023-11-05T01:00:59+00:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-version.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-gffutils (0.12-2) unstable; urgency=medium
+
+ * Team Upload.
+ * Add patch to fixup faulty version parsing (Closes: #1054738)
+
+ -- Nilesh Patra <nilesh at debian.org> Sun, 05 Nov 2023 01:00:49 +0000
+
python-gffutils (0.12-1) unstable; urgency=medium
* New upstream version 0.12
=====================================
debian/patches/fix-version.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fixup faulty version parsing in setup.py
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2023-11-05
+--- a/setup.py
++++ b/setup.py
+@@ -4,7 +4,7 @@
+ from setuptools import setup
+
+ version_py = os.path.join(os.path.dirname(__file__), 'gffutils', 'version.py')
+-version = open(version_py).read().strip().split('=')[-1].replace('"', '')
++version = open(version_py).read().strip().split('=')[-1].replace('"', '').strip()
+ requirements = open(os.path.join(os.path.dirname(__file__), 'requirements.txt')).readlines()
+ setup(
+ name='gffutils',
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
newer_bedtools
python3
+fix-version.patch
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/2aeef7af78b9f8844680b4fc695ca69675f9d447...d2aee323e1e8a70f01252abbf1a2141a08c94d05
--
View it on GitLab: https://salsa.debian.org/med-team/python-gffutils/-/compare/2aeef7af78b9f8844680b4fc695ca69675f9d447...d2aee323e1e8a70f01252abbf1a2141a08c94d05
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/20231105/04a109aa/attachment-0001.htm>
More information about the debian-med-commit
mailing list