[med-svn] [Git][med-team/python-bioframe][master] 5 commits: reformat with debputy
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sat Feb 15 19:19:43 GMT 2025
Alexandre Detiste pushed to branch master at Debian Med / python-bioframe
Commits:
a92a2103 by Alexandre Detiste at 2025-02-15T20:05:34+01:00
reformat with debputy
- - - - -
3b366f56 by Alexandre Detiste at 2025-02-15T20:06:17+01:00
add a runtime dep on python3-pkg-resources
- - - - -
c5e3a1bf by Alexandre Detiste at 2025-02-15T20:06:44+01:00
use dh-sequence-python3
- - - - -
16f70fe2 by Alexandre Detiste at 2025-02-15T20:07:07+01:00
bump Standards-Version to 4.7.0
- - - - -
6b249dd1 by Alexandre Detiste at 2025-02-15T20:11:56+01:00
release
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-bioframe (0.4.1-2) unstable; urgency=medium
+
+ * Team Upload
+ * Reformat d/control with debputy
+ * Add a runtime dep on python3-pkg-resources
+ * Use dh-sequence-python3
+ * Bump Standards-Version to 4.7.0
+
+ -- Alexandre Detiste <tchet at debian.org> Sat, 15 Feb 2025 20:11:30 +0100
+
python-bioframe (0.4.1-1) unstable; urgency=medium
* New upstream version 0.4.1
=====================================
debian/control
=====================================
@@ -1,29 +1,34 @@
Source: python-bioframe
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Nilesh Patra <nilesh at debian.org>
+Uploaders:
+ Nilesh Patra <nilesh at debian.org>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- python3-all,
- python3-matplotlib,
- python3-numpy,
- python3-pandas,
- python3-pytest <!nocheck>,
- python3-requests,
- python3-setuptools,
- python3-wheel
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3-all,
+ python3-matplotlib,
+ python3-numpy,
+ python3-pandas,
+ python3-pytest <!nocheck>,
+ python3-requests,
+ python3-setuptools,
+ python3-wheel,
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/python-bioframe
Vcs-Git: https://salsa.debian.org/med-team/python-bioframe.git
Homepage: https://github.com/open2c/bioframe
Rules-Requires-Root: no
+X-Style: black
Package: python3-bioframe
Architecture: all
-Depends: ${misc:Depends},
- ${shlibs:Depends},
- ${python3:Depends}
+Depends:
+ python3-pkg-resources,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
Description: library to enable flexible, scalable operations on genomic interval dataframes
Building bioframe directly on top of pandas enables immediate access
to a rich set of dataframe operations. Working in Python enables
=====================================
debian/rules
=====================================
@@ -5,4 +5,4 @@ export LC_ALL=C.UTF-8
export PYBUILD_NAME=python-bioframe
%:
- dh $@ --with python3 --buildsystem pybuild
+ dh $@ --buildsystem pybuild
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,8 @@
-Tests: run-unit-test
-Depends: @, python3-pytest, python3-all
-Restrictions: allow-stderr
+Tests:
+ run-unit-test,
+Depends:
+ python3-all,
+ python3-pytest,
+ @,
+Restrictions:
+ allow-stderr,
View it on GitLab: https://salsa.debian.org/med-team/python-bioframe/-/compare/0ddbde0616de8f710b28bd0717a35edf64978dd6...6b249dd17c564ed53d813a3d0722a92c243a4869
--
View it on GitLab: https://salsa.debian.org/med-team/python-bioframe/-/compare/0ddbde0616de8f710b28bd0717a35edf64978dd6...6b249dd17c564ed53d813a3d0722a92c243a4869
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/20250215/f07d435d/attachment-0001.htm>
More information about the debian-med-commit
mailing list