* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyavm/files/
@ 2017-09-02 15:10 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2017-09-02 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 40d3efb87c4641554457e53d9df5d038430a019e
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug 16 12:20:43 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 15:10:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d3efb8
dev-python/pyavm: remove unused patch
.../pyavm/files/pyavm-0.9.2-deprecated-fromstring.patch | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/dev-python/pyavm/files/pyavm-0.9.2-deprecated-fromstring.patch b/dev-python/pyavm/files/pyavm-0.9.2-deprecated-fromstring.patch
deleted file mode 100644
index 0e16177b887..00000000000
--- a/dev-python/pyavm/files/pyavm-0.9.2-deprecated-fromstring.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Exception: fromstring() has been removed. Now frombytes() is called instead.
-Author: Josue Ortega <josueortega@debian.org.gt>
-Last-Update: 2015-12-20
-
---- a/pyavm/tests/test_main.py
-+++ b/pyavm/tests/test_main.py
-@@ -46,7 +46,7 @@
- @pytest.mark.parametrize('filename', XML_FILES_WCS)
- def test_to_wcs_target_image(filename, tmpdir):
- from PIL import Image
-- image = Image.fromstring(data=b"1111", size=(2,2), mode="L")
-+ image = Image.frombytes(data=b"1111", size=(2,2), mode="L")
- image_file = tmpdir.join('test.png').strpath
- image.save(image_file)
- image.close()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-02 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyavm/files/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox