forked from pool/python-psycopg2
update to 2.0.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
cd5328189d
commit
e28468a321
3
psycopg2-2.0.10.tar.bz2
Normal file
3
psycopg2-2.0.10.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5abab438343bab0a67b2ac149542d2c619e525a1b52b0dfecc80397a31d81b2
|
||||
size 218238
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ece10b3265e2c5be1f70aeb4cb2f1e4654be7b6895d2251f3e81ee816e0c34ee
|
||||
size 213210
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 17:23:57 CEST 2009 - lars@linux-schulserver.de
|
||||
|
||||
- update to 2.0.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 16:27:27 AST 2008 - jfunk@funktronics.ca
|
||||
|
||||
@@ -15,3 +20,8 @@ Wed Jun 13 07:56:02 UTC 2007 - judas_iscariote@shorewall.net
|
||||
- Update to version 2.0.6 see http://initd.org/pub/software/psycopg/ChangeLog
|
||||
for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 00:00:00 UTC 2005 - jfunk@funktronics.ca
|
||||
|
||||
- Initial release
|
||||
|
||||
|
@@ -1,15 +1,30 @@
|
||||
#
|
||||
# spec file for package python
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
|
||||
|
||||
%define modname psycopg2
|
||||
Name: python-%{modname}
|
||||
URL: http://initd.org/projects/psycopg1
|
||||
|
||||
Name: python-psycopg2
|
||||
Summary: A PostgreSQL database adapter for Python
|
||||
Version: 2.0.8
|
||||
Version: 2.0.10
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://initd.org/projects/psycopg1
|
||||
License: X11/MIT
|
||||
Group: Development/Languages/Python
|
||||
Source: %{modname}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%{py_requires}
|
||||
BuildRequires: python-devel postgresql-devel
|
||||
BuildRequires: postgresql-devel python-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
psycopg is a PostgreSQL database adapter for the Python programming language.
|
||||
@@ -28,6 +43,7 @@ Authors:
|
||||
--------
|
||||
Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{version}
|
||||
|
||||
@@ -36,7 +52,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%{__python} setup.py build
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
|
||||
|
||||
%clean
|
||||
@@ -47,19 +62,3 @@ rm -rf %{buildroot}
|
||||
%doc doc examples AUTHORS ChangeLog PKG-INFO README
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Nov 20 2008 - James Oakley <jfunk@funktronics.ca> - 2.0.8-1
|
||||
- Update to 2.0.8
|
||||
|
||||
* Fri Jan 19 2007 - Cristian Rodriguez <judas_iscariote@shorewall.net> - 2.0.5.1-1
|
||||
- Update version
|
||||
- compile with -fno-strict-aliasing otherwise gcc complains.
|
||||
- deactivate unneeded patches.
|
||||
* Wed Jul 26 2006 - James Oakley <jfunk@funktronics.ca> - 2.0.2-10
|
||||
- Disable debugging
|
||||
|
||||
* Thu Jun 22 2006 - James Oakley <jfunk@funktronics.ca> - 2.0.2-1
|
||||
- Update
|
||||
|
||||
* Wed Oct 19 2005 - James Oakley <jfunk@funktronics.ca> - 2.0-ft.1
|
||||
- Initial release
|
||||
|
Reference in New Issue
Block a user