[packages/python-camelot] - bump sqlalchemy R - rel 5
baggins
baggins at pld-linux.org
Sat Jan 2 17:45:05 CET 2016
commit 7ee0f1f4b37c98bb7588bcbc66056e2ebbf2da9e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 2 17:44:48 2016 +0100
- bump sqlalchemy R
- rel 5
python-camelot.spec | 4 +++-
sqlalchemy.patch | 11 +++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/python-camelot.spec b/python-camelot.spec
index 8ae3237..11c2e44 100644
--- a/python-camelot.spec
+++ b/python-camelot.spec
@@ -3,11 +3,12 @@ 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: 4
+Release: 5
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
URL: http://www.conceptive.be/projects/camelot/
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -30,6 +31,7 @@ elixir i PyQt, zainspirowany interfejsem administracyjnym Django.
%prep
%setup -q -n Camelot-%{version}
+%patch0 -p1
%build
%py_build
diff --git a/sqlalchemy.patch b/sqlalchemy.patch
new file mode 100644
index 0000000..f87464e
--- /dev/null
+++ b/sqlalchemy.patch
@@ -0,0 +1,11 @@
+--- Camelot-09.07.17/setup.py~ 2009-07-16 20:26:27.000000000 +0200
++++ Camelot-09.07.17/setup.py 2016-01-02 17:43:48.332414398 +0100
+@@ -18,7 +18,7 @@
+ include_package_data = True,
+ license = 'GPL, Commercial',
+ platforms = 'Linux, Windows, OS X',
+- install_requires = ['SQLAlchemy==0.4.7',
++ install_requires = ['SQLAlchemy>=0.4.7',
+ 'Elixir>=0.6.1',
+ 'sqlalchemy-migrate>=0.5.3',
+ 'pyExcelerator>=0.6.4a',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-camelot.git/commitdiff/7ee0f1f4b37c98bb7588bcbc66056e2ebbf2da9e
More information about the pld-cvs-commit
mailing list