[med-svn] [Git][med-team/pydicom][master] 5 commits: Add patch to fix FTBFS (Closes: #997385)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Tue Nov 2 12:22:38 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / pydicom
Commits:
445ebd39 by Nilesh Patra at 2021-11-02T17:42:59+05:30
Add patch to fix FTBFS (Closes: #997385)
- - - - -
a3b82c11 by Nilesh Patra at 2021-11-02T17:43:33+05:30
Upload to unstable
- - - - -
35a81554 by Nilesh Patra at 2021-11-02T17:50:29+05:30
Merge my changes for upload of 2.0.0-2
- - - - -
abb7b1e4 by Nilesh Patra at 2021-11-02T17:51:27+05:30
Remove fix_sphinx_build.patch since it is already fixed in new version
- - - - -
9067d596 by Nilesh Patra at 2021-11-02T17:52:01+05:30
[skip ci] Re-diff patch
- - - - -
2 changed files:
- debian/changelog
- debian/patches/deb_no_unicode
Changes:
=====================================
debian/changelog
=====================================
@@ -14,6 +14,13 @@ pydicom (2.2.1-1) UNRELEASED; urgency=medium
-- Andreas Tille <tille at debian.org> Fri, 05 Feb 2021 21:07:52 +0100
+pydicom (2.0.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Add patch to fix FTBFS (Closes: #997385)
+
+ -- Nilesh Patra <nilesh at debian.org> Tue, 02 Nov 2021 17:43:12 +0530
+
pydicom (2.0.0-1) unstable; urgency=medium
* New upstream version
=====================================
debian/patches/deb_no_unicode
=====================================
@@ -9,7 +9,7 @@ Last-Update: 2018-06-25
--- a/pydicom/tests/test_gdcm_pixel_data.py
+++ b/pydicom/tests/test_gdcm_pixel_data.py
-@@ -103,7 +103,7 @@ save_dir = os.getcwd()
+@@ -103,7 +103,7 @@
class TestGDCM_JPEG_LS_no_gdcm:
def setup(self):
self.unicode_filename = os.path.join(
@@ -18,7 +18,7 @@ Last-Update: 2018-06-25
shutil.copyfile(jpeg_ls_lossless_name, self.unicode_filename)
self.jpeg_ls_lossless = dcmread(self.unicode_filename)
self.mr_small = dcmread(mr_name)
-@@ -385,7 +385,7 @@ class TestsWithGDCM:
+@@ -354,7 +354,7 @@
@pytest.fixture(scope='class')
def unicode_filename(self):
unicode_filename = os.path.join(
@@ -29,7 +29,7 @@ Last-Update: 2018-06-25
os.remove(unicode_filename)
--- a/pydicom/tests/test_filereader.py
+++ b/pydicom/tests/test_filereader.py
-@@ -111,7 +111,7 @@ class TestReader:
+@@ -112,7 +112,7 @@
assert empty_number_tags_ds.VectorGridData is None
def test_UTF8_filename(self):
View it on GitLab: https://salsa.debian.org/med-team/pydicom/-/compare/3ac7ae9d81f5bc9887d7e83af98e4cc9bd2e43cb...9067d5964815e3795cb3ac5b3acdc46a04fde763
--
View it on GitLab: https://salsa.debian.org/med-team/pydicom/-/compare/3ac7ae9d81f5bc9887d7e83af98e4cc9bd2e43cb...9067d5964815e3795cb3ac5b3acdc46a04fde763
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/20211102/e56e947e/attachment-0001.htm>
More information about the debian-med-commit
mailing list