[med-svn] [Git][python-team/packages/python-schema-salad][master] 3 commits: Breaks: older cwltool (<< 3.1.20210521105815)
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Sep 30 11:19:13 BST 2021
Michael R. Crusoe pushed to branch master at Debian Python Team / packages / python-schema-salad
Commits:
866c7856 by Michael R. Crusoe at 2021-09-30T12:14:44+02:00
Breaks: older cwltool (<< 3.1.20210521105815)
- - - - -
656a1989 by Michael R. Crusoe at 2021-09-30T12:15:14+02:00
Mark minimum pytest version; enable building with fewer dependencies with the "nocheck" profile.
- - - - -
f32a83c7 by Michael R. Crusoe at 2021-09-30T12:15:59+02:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-schema-salad (8.2.20210918131710-2) unstable; urgency=medium
+
+ * Breaks: older cwltool (<< 3.1.20210521105815)
+ * Mark minimum pytest version; enable building with fewer dependencies
+ with the "nocheck" profile.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 30 Sep 2021 12:15:59 +0200
+
python-schema-salad (8.2.20210918131710-1) unstable; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -17,8 +17,9 @@ Build-Depends: debhelper-compat (= 13),
python3-ruamel.yaml,
python3-cachecontrol,
python3-lockfile,
- python3-pytest-xdist,
- python3-pytest-runner,
+ python3-pytest-xdist <!nocheck>,
+ python3-pytest (>> 6.2) <!nocheck>,
+ python3-pytest-runner <!nocheck>,
help2man
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-schema-salad
@@ -33,6 +34,7 @@ Depends: ${python3:Depends},
${misc:Depends},
libjs-bootstrap
Recommends: cwltool
+Breaks: cwltool (<< 3.1.20210521105815)
Description: Schema Annotations for Linked Avro Data (SALAD)
Salad is a schema language for describing JSON or YAML structured linked data
documents. Salad is based originally on JSON-LD and the Apache Avro data
=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-tests
-Depends: @, python3-pytest-xdist
+Depends: @, python3-pytest-xdist, python3-pytest (>> 6.2)
Restrictions: allow-stderr
View it on GitLab: https://salsa.debian.org/python-team/packages/python-schema-salad/-/compare/e04f38d0add5f07ff346fc1f51d3ff91628c1467...f32a83c7fef01f4bae19167f1b3870fad347f0b9
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-schema-salad/-/compare/e04f38d0add5f07ff346fc1f51d3ff91628c1467...f32a83c7fef01f4bae19167f1b3870fad347f0b9
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/20210930/a3b04061/attachment-0001.htm>
More information about the debian-med-commit
mailing list