From: Jan Rękorajski Date: Tue, 9 Mar 2021 08:21:57 +0000 (+0100) Subject: - PIL has been renamed to pillow, use this for dependency generator X-Git-Tag: auto/th/python-camelot-09.07.17-7 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=9d4e3ea3085b8763d6b83fbde60807700f8ce149;p=packages%2Fpython-camelot.git - PIL has been renamed to pillow, use this for dependency generator - rel 7 --- diff --git a/pillow.patch b/pillow.patch new file mode 100644 index 0000000..e0449f8 --- /dev/null +++ b/pillow.patch @@ -0,0 +1,11 @@ +--- Camelot-09.07.17/setup.py~ 2021-03-09 09:18:30.000000000 +0100 ++++ Camelot-09.07.17/setup.py 2021-03-09 09:20:11.286157695 +0100 +@@ -23,7 +23,7 @@ + 'sqlalchemy-migrate>=0.5.3', + 'pyExcelerator>=0.6.4a', + 'Jinja>=1.2', +- 'PIL>=1.1.6', ], ++ 'pillow>=1.1.6', ], + entry_points = {'console_scripts':[ + 'camelot_admin = camelot.bin.camelot_admin:main', + 'camelot_manage = camelot.bin.camelot_manage:main', diff --git a/python-camelot.spec b/python-camelot.spec index 51ced75..3b15647 100644 --- a/python-camelot.spec +++ b/python-camelot.spec @@ -1,14 +1,15 @@ -%define module camelot +%define module camelot Summary: A python GUI framework on top of Sqlalchemy and PyQt Summary(pl.UTF-8): Szkielet graficznego interfejsu użytkownika na bazie Sqlalchemy i PyQt Name: python-%{module} Version: 09.07.17 -Release: 6 +Release: 7 License: GPL Group: Development/Languages/Python Source0: http://pypi.python.org/packages/source/C/Camelot/Camelot-%{version}.tar.gz # Source0-md5: 4452cc2e4536e283117a153a907979dc Patch0: sqlalchemy.patch +Patch1: pillow.patch URL: http://www.conceptive.be/projects/camelot/ BuildRequires: python-devel BuildRequires: python-setuptools @@ -32,6 +33,7 @@ elixir i PyQt, zainspirowany interfejsem administracyjnym Django. %prep %setup -q -n Camelot-%{version} %patch0 -p1 +%patch1 -p1 %build %py_build