[med-svn] [Git][med-team/python-pbcommand][master] 6 commits: d/tests/control: skip on unavailable architectures like s390x.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Fri Mar 22 18:10:15 GMT 2024



Michael R. Crusoe pushed to branch master at Debian Med / python-pbcommand


Commits:
f24dcdc1 by Michael R. Crusoe at 2024-03-22T18:36:56+01:00
d/tests/control: skip on unavailable architectures like s390x.

- - - - -
6c58ed3a by Michael R. Crusoe at 2024-03-22T18:41:05+01:00
d/control: removed non-sensical Breaks/Provides/Replaces fields from the source package stanza

- - - - -
b0b752c1 by Michael R. Crusoe at 2024-03-22T18:43:46+01:00
d/patches/fix_version: this git snapshot reports itself as 2.4.0

- - - - -
6691b8fe by Michael R. Crusoe at 2024-03-22T18:58:15+01:00
routine-update: Standards-Version: 4.6.2

- - - - -
9555c379 by Michael R. Crusoe at 2024-03-22T18:58:19+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/

- - - - -
2a13195f by Michael R. Crusoe at 2024-03-22T18:58:36+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/fix_version.patch
- debian/rules
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+python-pbcommand (2.1.1+git20220616.3f2e6c2-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/tests/control: skip on unavailable architectures like s390x.
+  * d/control: removed non-sensical Breaks/Provides/Replaces fields from
+    the source package stanza
+  * d/patches/fix_version: this git snapshot reports itself as 2.4.0
+  * Standards-Version: 4.6.2 (routine-update)
+  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Fri, 22 Mar 2024 18:58:36 +0100
+
 python-pbcommand (2.1.1+git20220616.3f2e6c2-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               dh-python,
+               dh-sequence-python3,
                python3-all,
                python3-setuptools,
                python3-jsonschema,
@@ -16,10 +16,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest-cov <!nocheck>,
                python3-pytest-xdist <!nocheck>,
                python3-pbcore <!nocheck>
-Breaks: python-pbcommand
-Provides: python-pbcommand
-Replaces: python-pbcommand
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/python-pbcommand
 Vcs-Git: https://salsa.debian.org/med-team/python-pbcommand.git
 Homepage: https://pbcommand.readthedocs.org/en/latest/
@@ -32,7 +29,6 @@ Depends: ${misc:Depends},
          python3-avro,
          python3-numpy
 Recommends: python3-pbcore
-Breaks: python-pbcommand (<< 1.1.1+git20191122.ec024c3)
 Description: common command-line interface for Pacific Biosciences analysis modules
  To integrate with the pbsmrtpipe workflow engine, one must to be able to
  generate a Tool Contract and to be able to run from a Resolved Tool Contract.


=====================================
debian/patches/fix_version.patch
=====================================
@@ -12,7 +12,7 @@ Description: For some reason pkg_resources.get_distribution('pbcommand') fails
      __VERSION__ = pkg_resources.get_distribution('pbcommand').version
  except Exception:
 -    __VERSION__ = 'unknown'
-+    __VERSION__ = '1.1.1'
++    __VERSION__ = '2.4.0'
  
  VERSION = (int(x) for x in __VERSION__.split('.'))
  


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk
 export PYBUILD_NAME=pbcommand
 
 %:
-	LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild
+	LC_ALL=C.UTF-8 dh $@ --buildsystem=pybuild
 
 override_dh_install:
 	dh_install


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
 Depends: @, python3-pytest, python3-pytest-xdist, python3-pytest-cov, python3-pbcore
-Restrictions: allow-stderr
+Restrictions: allow-stderr, skip-not-installable



View it on GitLab: https://salsa.debian.org/med-team/python-pbcommand/-/compare/68db6aac1f1b8ea6b3d709dfca427897b016c6e9...2a13195f81cab4b7fd044a2d2d8859f53adf927c

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-pbcommand/-/compare/68db6aac1f1b8ea6b3d709dfca427897b016c6e9...2a13195f81cab4b7fd044a2d2d8859f53adf927c
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/20240322/fb1c1a38/attachment-0001.htm>


More information about the debian-med-commit mailing list