[med-svn] [Git][med-team/heudiconv][master] 3 commits: New upstream version 1.1.6
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Fri Jul 19 19:13:22 BST 2024
Alexandre Detiste pushed to branch master at Debian Med / heudiconv
Commits:
175ab02a by Alexandre Detiste at 2024-07-19T20:08:34+02:00
New upstream version 1.1.6
- - - - -
ce14ea1d by Alexandre Detiste at 2024-07-19T20:08:55+02:00
Update upstream source from tag 'upstream/1.1.6'
Update to upstream version '1.1.6'
with Debian dir 5bdc13ae0c5656a9203cbfcb502bdf628e64fe64
- - - - -
70af9ef7 by Alexandre Detiste at 2024-07-19T20:12:48+02:00
retry CI
- - - - -
5 changed files:
- PKG-INFO
- debian/changelog
- heudiconv.egg-info/PKG-INFO
- heudiconv/_version.py
- heudiconv/bids.py
Changes:
=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: heudiconv
-Version: 1.1.1
+Version: 1.1.6
Summary: Heuristic DICOM Converter
Author: HeuDiConv team and contributors
License: Apache 2.0
=====================================
debian/changelog
=====================================
@@ -1,7 +1,7 @@
-heudiconv (1.1.1-1) experimental; urgency=medium
+heudiconv (1.1.6-1) experimental; urgency=medium
* Team upload.
- * New upstream version 1.1.1
+ * New upstream version 1.1.6
* update dependencies:
- python3-mock
- python3-six
=====================================
heudiconv.egg-info/PKG-INFO
=====================================
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: heudiconv
-Version: 1.1.1
+Version: 1.1.6
Summary: Heuristic DICOM Converter
Author: HeuDiConv team and contributors
License: Apache 2.0
=====================================
heudiconv/_version.py
=====================================
@@ -1 +1 @@
-__version__ = "1.1.1"
+__version__ = "1.1.6"
=====================================
heudiconv/bids.py
=====================================
@@ -385,7 +385,7 @@ def add_participant_record(
if participant_id in known_subjects:
return
else:
- # Populate particpants.json (an optional file to describe column names in
+ # Populate participants.json (an optional file to describe column names in
# participant.tsv). This auto generation will make BIDS-validator happy.
participants_json = op.join(studydir, "participants.json")
if not op.lexists(participants_json):
View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/compare/a2c6718f1ffcc240791e76a365730e4403c32368...70af9ef75ca01d240a37685f62957a4535d77302
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/heudiconv/-/compare/a2c6718f1ffcc240791e76a365730e4403c32368...70af9ef75ca01d240a37685f62957a4535d77302
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/20240719/0d916955/attachment-0001.htm>
More information about the debian-med-commit
mailing list