--- sqlalchemy-0.6.3.orig/debian/README.source +++ sqlalchemy-0.6.3/debian/README.source @@ -0,0 +1,2 @@ +This package uses the patch management system quilt as documented in +/usr/share/doc/quilt/README.source. --- sqlalchemy-0.6.3.orig/debian/copyright +++ sqlalchemy-0.6.3/debian/copyright @@ -0,0 +1,89 @@ +This package was debianized by Tommi Virtanen tv@debian.org on +Sun, 26 Mar 2006 16:53:19 +0300. + +Since Thu, 7 Sep 2006 20:58:45 +0200 it is co-maintained by +Piotr Ożarowski + +It was originally downloaded from http://www.sqlalchemy.org/ + +Upstream Author: Mike Bayer + +Copyright: + + This is the MIT license: http://www.opensource.org/licenses/mit-license.php + + Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer and contributors. + SQLAlchemy is a trademark of Michael Bayer. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +----------------------------------------------------------- + +lib/sqlalchemy/interfaces.py file: + + Copyright (C) 2007 Jason Kirtland jek@discorporate.us + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/dialects/sybase/base.py file: + + Copyright (C) 2007 Fisch Asset Management AG http://www.fam.ch + Coding: Alexander Houben alexander.houben@thor-solutions.ch + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/dialects/access/base.py file: + + Copyright (C) 2007 Paul Johnston, paj@pajhome.org.uk + Portions derived from jet2sql.py by Matt Keranen, mksql@yahoo.com + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +lib/sqlalchemy/cextension/processors.c and resultproxy.c files: + + Copyright (C) 2010 Gaetan de Menten gdementen@gmail.com + + This module is part of SQLAlchemy and is released under + the MIT License: http://www.opensource.org/licenses/mit-license.php + +----------------------------------------------------------- + +doc/_static/jquery.js file: + + Copyright (c) 2008 John Resig (jquery.com) + Dual licensed under the MIT (MIT-LICENSE.txt) + and GPL (GPL-LICENSE.txt) licenses. + +----------------------------------------------------------- + +The Debian packaging is © 2006 Tommi Virtanen , +© 2007-2010 Piotr Ożarowski and is licensed under +the MIT license. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- sqlalchemy-0.6.3.orig/debian/python-sqlalchemy.pydist +++ sqlalchemy-0.6.3/debian/python-sqlalchemy.pydist @@ -0,0 +1 @@ +SQLAlchemy python-sqlalchemy (>= 0.6~), python-sqlalchemy (<< 0.7); PEP386 --- sqlalchemy-0.6.3.orig/debian/watch +++ sqlalchemy-0.6.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/(beta|rc)/~$1/ \ +http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-(.*)\.tar\.gz debian uupdate --- sqlalchemy-0.6.3.orig/debian/python-sqlalchemy-doc.doc-base +++ sqlalchemy-0.6.3/debian/python-sqlalchemy-doc.doc-base @@ -0,0 +1,11 @@ +Document: sqlalchemy +Title: SQLAlchemy Documentation +Author: Mike Bayer +Abstract: This document describes SQLAlchemy - the Python SQL toolkit and + Object Relational Mapper. It's usable as a comprehensive reference, a user + guide and a tutorial all-in-one. +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-sqlalchemy-doc/html/index.html +Files: /usr/share/doc/python-sqlalchemy-doc/html/*.html --- sqlalchemy-0.6.3.orig/debian/python-sqlalchemy-doc.examples +++ sqlalchemy-0.6.3/debian/python-sqlalchemy-doc.examples @@ -0,0 +1 @@ +examples/* --- sqlalchemy-0.6.3.orig/debian/control +++ sqlalchemy-0.6.3/debian/control @@ -0,0 +1,123 @@ +Source: sqlalchemy +Section: python +Priority: optional +Maintainer: Piotr Ożarowski +Uploaders: Debian Python Modules Team +Build-Depends: debhelper (>= 5.0.38), + python-all-dev (>= 2.6.5-2~), python3-all-dev (>= 3.1.2-6~), + python-setuptools (>= 0.6b3-1~), python3-setuptools +Build-Depends-Indep: python-sphinx (>= 0.6), python-mako +Standards-Version: 3.9.1 +Homepage: http://www.sqlalchemy.org/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/sqlalchemy/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sqlalchemy/trunk/ +XS-Python-Version: >= 2.4 + +Package: python-sqlalchemy +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Recommends: python-sqlalchemy-ext +Suggests: python-sqlalchemy-doc, python-psycopg2, python-mysqldb (>= 1.2.1-p2-2), + python (>= 2.5) | python-pysqlite2 (>= 2.3.0-1) | python-pysqlite1.1 (>= 1.1.7-2) | python-sqlite (>= 1.0.1-5), + python-kinterbasdb (>= 3.1.2-0.3), python-pymssql +Breaks: ${python:Breaks} +Description: SQL toolkit and Object Relational Mapper for Python + SQLAlchemy is an SQL database abstraction library for Python. + Its strengths are: + * full power and flexibility of SQL. SQLAlchemy provides a full suite + of well known enterprise-level persistence patterns, designed for + efficient and high-performing database access, adapted into a simple + and Pythonic domain language. + * extremely easy to use for all the basic tasks, such as: accessing pooled + connections, constructing SQL from Python expressions, finding object + instances, and committing object modifications back to the database. + * powerful enough for complicated tasks, such as: eager load a graph of + objects and their dependencies via joins; map recursive adjacency + structures automatically; map objects to not just tables but to any + arbitrary join or select statement; combine multiple tables together to + load whole sets of otherwise unrelated objects from a single result set; + commit entire graphs of object changes in one step. + * built to conform to what DBAs demand, including the ability to swap out + generated SQL with hand-optimized statements, full usage of bind parameters + for all literal values, fully transactionalized and consistent updates + using Unit of Work. + * modular. Different parts of SQLAlchemy can be used independently of the + rest, including the connection pool, SQL construction, and ORM. SQLAlchemy + is constructed in an open style that allows plenty of customization, with + an architecture that supports custom datatypes, custom SQL extensions, and + ORM plugins which can augment or extend mapping functionality. + +Package: python-sqlalchemy-ext +Architecture: any +Depends: python-sqlalchemy (= ${source:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} +Breaks: ${python:Breaks} +Description: SQL toolkit and Object Relational Mapper for Python - C extension + SQLAlchemy is an SQL database abstraction library for Python. + . + This package contains C coded extension accelerator for SQLAlchemy. + +#Package: python-sqlalchemy-dbg +#Architecture: any +#Section: debug +#Priority: extra +#Depends: python-sqlalchemy-ext (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends} +#Provides: ${python:Provides} +#XB-Python-Version: ${python:Versions} +#Description: SQL toolkit and Object Relational Mapper for Python - debug +# SQLAlchemy is an SQL database abstraction library for Python. +# . +# This package contains the extension built for the Python debug interpreter. + +Package: python-sqlalchemy-doc +Section: doc +Architecture: all +Priority: extra +Depends: ${misc:Depends}, libjs-jquery +Recommends: python-sqlalchemy +Conflicts: python-sqlalchemy (<= 0.3.0-1) +Description: documentation for the SQLAlchemy Python library + SQLAlchemy is an SQL database abstraction library for Python. + . + This package contains the documentation for SQLAlchemy in HTML format. + It's usable as a comprehensive reference, a user guide and a tutorial + all-in-one. + +Package: python3-sqlalchemy +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Suggests: python-sqlalchemy-doc +Description: SQL toolkit and Object Relational Mapper for Python 3 + SQLAlchemy is an SQL database abstraction library for Python. + Its strengths are: + * full power and flexibility of SQL. SQLAlchemy provides a full suite + of well known enterprise-level persistence patterns, designed for + efficient and high-performing database access, adapted into a simple + and Pythonic domain language. + * extremely easy to use for all the basic tasks, such as: accessing pooled + connections, constructing SQL from Python expressions, finding object + instances, and committing object modifications back to the database. + * powerful enough for complicated tasks, such as: eager load a graph of + objects and their dependencies via joins; map recursive adjacency + structures automatically; map objects to not just tables but to any + arbitrary join or select statement; combine multiple tables together to + load whole sets of otherwise unrelated objects from a single result set; + commit entire graphs of object changes in one step. + * built to conform to what DBAs demand, including the ability to swap out + generated SQL with hand-optimized statements, full usage of bind parameters + for all literal values, fully transactionalized and consistent updates + using Unit of Work. + * modular. Different parts of SQLAlchemy can be used independently of the + rest, including the connection pool, SQL construction, and ORM. SQLAlchemy + is constructed in an open style that allows plenty of customization, with + an architecture that supports custom datatypes, custom SQL extensions, and + ORM plugins which can augment or extend mapping functionality. + +#Package: python3-sqlalchemy-ext +#Architecture: any +#Depends: python-sqlalchemy (= ${source:Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +#Provides: ${python:Provides} +#Description: SQL toolkit and Object Relational Mapper for Python3 - C extension +# SQLAlchemy is an SQL database abstraction library for Python. +# . +# This package contains C coded extension accelerator for SQLAlchemy. --- sqlalchemy-0.6.3.orig/debian/python3-sqlalchemy.pydist +++ sqlalchemy-0.6.3/debian/python3-sqlalchemy.pydist @@ -0,0 +1 @@ +SQLAlchemy python3-sqlalchemy (>= 0.6~), python3-sqlalchemy (<< 0.7); PEP386 --- sqlalchemy-0.6.3.orig/debian/README.Debian +++ sqlalchemy-0.6.3/debian/README.Debian @@ -0,0 +1,26 @@ +SQLAlchemy Debian notes +======================= + +The package does not depend on various low level database libraries, but it +does suggest all the supported ones. Please install the ones you intend to use. + +For SQLite2: + python-sqlite + +For SQLite3: + python >=2.5 or python-pysqlite2 or python-pysqlite1.1 + +For PostgreSQL: + python-psycopg2 + +For MySQL: + python-mysqldb + +For Firebird: + python-kinterbasdb + +For Microsoft SQL Server: + python-pymssql + +Documentation and examples can be found in the python-sqlalchemy-doc package +in /usr/share/doc/python-sqlalchemy-doc. --- sqlalchemy-0.6.3.orig/debian/NEWS +++ sqlalchemy-0.6.3/debian/NEWS @@ -0,0 +1,46 @@ +python-sqlalchemy (0.6~beta1-1) experimental; urgency=low + + SQLAlchemy 0.5 -> 0.6 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/06Migration + + -- Piotr Ożarowski Thu, 04 Feb 2010 22:08:09 +0100 + +python-sqlalchemy (0.5.0~beta1-1) experimental; urgency=low + + SQLAlchemy 0.4 -> 0.5 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/05Migration + For the typical 0.4 application that didn't rely on any deprecated features, + migration to 0.5 should be pretty straightforward. + + -- Piotr Ożarowski Sun, 15 Jun 2008 20:06:03 +0200 + +python-sqlalchemy (0.4.0~beta1-1) experimental; urgency=low + + From version 0.3 to version 0.4 of SQLAlchemy, some conventions have + changed. Most of these conventions are available in the most recent releases + of the 0.3 series starting with version 0.3.9, so that you can make a 0.3 + application compatible with 0.4 in most cases. + + Things that have changed in a backwards-incompatible manner are documented + in "0.3 to 0.4 Migration" section (#overview_migration) in + /usr/share/doc/python-sqlalchemy-doc/doc/intro.html file + + For a full overview of everything that's new and changed, see + http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04 + + -- Piotr Ożarowski Sun, 12 Aug 2007 21:44:53 +0200 + +python-sqlalchemy (0.3.0-1) unstable; urgency=low + + SQLAlchemy 0.2 -> 0.3 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/03Migration + + -- Piotr Ozarowski Mon, 23 Oct 2006 18:51:15 +0200 + +python-sqlalchemy (0.2.3-0.1) unstable; urgency=low + + SQLAlchemy 0.1 -> 0.2 migration notes can be found on the wiki page: + http://www.sqlalchemy.org/trac/wiki/02Migration + + -- Piotr Ozarowski Wed, 7 Jun 2006 00:11:30 +0200 + --- sqlalchemy-0.6.3.orig/debian/rules +++ sqlalchemy-0.6.3/debian/rules @@ -0,0 +1,124 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +p_name=python-sqlalchemy + +PYVERS=$(shell pyversions -vr) +PY3VERS=$(shell py3versions -vr '>= 3.0') +pkgdir = $(CURDIR)/debian/python$(if $(patsubst 3.%,,$(1)),,3)-sqlalchemy + +-include /usr/share/python/python.mk +ifeq (,$(py_libdir)) + py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages +endif + +clean: + dh_testdir + dh_testroot + rm -rf $(CURDIR)/lib/SQLAlchemy.egg-info $(CURDIR)/build/ + find . -name '*\.py[co]' -delete + dh_clean build-docs build-stamp install-docs \ + $(PYVERS:%=install-python%) $(PYVERS:%=build-python%) \ + $(PYVERS:%=install-debug-python%) $(PYVERS:%=build-debug-python%) + +build: build-stamp + +build-stamp: $(PYVERS:%=build-python%) + touch $@ + +build-python%: + python$* ./setup.py --with-cextensions build + touch $@ + +build-debug-python%: + python$*-dbg setup.py --with-cextensions build + touch $@ + +build-docs: + dh_testdir + dh_installdirs -i + cd doc/build && sphinx-build -N -q -E -b html . \ + $(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/html/ + rm -rf $(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/html/.doctrees + touch $@ + +install-docs: build-docs + dh_testdir + dh_installdirs -i + + dh_link -p${p_name}-doc /usr/share/doc/${p_name}-doc/html/_sources \ + /usr/share/doc/${p_name}-doc/rst + dh_link -p${p_name}-doc /usr/share/javascript/jquery/jquery.js \ + /usr/share/doc/${p_name}-doc/html/_static/jquery.js + # link docs in python-sqlalchemy's dir + dh_link -p${p_name}-doc /usr/share/doc/${p_name}-doc/html \ + /usr/share/doc/${p_name}/html + dh_link -p${p_name}-doc /usr/share/doc/${p_name}-doc/rst \ + /usr/share/doc/${p_name}/rst + touch $@ + +install: build $(PYVERS:%=install-python%) $(PY3VERS:%=install-python%) +install-python%: build + python$* ./setup.py install --skip-build \ + --root $(call pkgdir,$*) $(py_setup_install_args) + # move extensions to -ext binary package + mkdir -p $(call pkgdir,$*)-ext$(call py_libdir,$*)/sqlalchemy + mv $(call pkgdir,$*)$(call py_libdir,$*)/sqlalchemy/*so \ + $(call pkgdir,$*)-ext$(call py_libdir,$*)/sqlalchemy/ + touch $@ + +install-python3.1: + # no extension for 3.1 yet... + python3.1 ./setup.py install $(py_setup_install_args) \ + --root $(call pkgdir,3.1) + +install-python2.5: build-python2.5 + # WTF? Why setuptools doesn't work with --skip-build in Python 2.5? + python2.5 ./setup.py install \ + --root $(call pkgdir,2.5) $(py_setup_install_args) + # ... and *removes* .so files? + python2.5 ./setup.py --with-cextensions build_ext + mkdir -p $(call pkgdir,2.5)-ext$(call py_libdir,2.5)/sqlalchemy + mv $(CURDIR)/build/lib.*-2.5/sqlalchemy/*.so \ + $(call pkgdir,2.5)-ext$(call py_libdir,2.5)/sqlalchemy/ + +binary-indep: build install install-docs + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i -p python-sqlalchemy-doc CHANGES + dh_installchangelogs -i + dh_installdocs -i + dh_installexamples -i + rm -rf $(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/doc/build \ + $(call pkgdir,2.X)-doc/usr/share/doc/${p_name}-doc/examples/README + rm -f $(call pkgdir,3.X)/usr/share/doc/python3-sqlalchemy/NEWS.Debian + find $(CURDIR)/debian/ -name '*.py[co]' -delete + dh_python2 -i + dh_python3 -i + dh_compress -i -X.py -X.js -X.html + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i -- -Z bzip2 + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs -a + dh_installdocs -a + dh_python2 -a + dh_python3 -a + dh_makeshlibs -a + dh_strip -a + dh_compress -a -X.py + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a -- -Z bzip2 + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install get-orig-source --- sqlalchemy-0.6.3.orig/debian/changelog +++ sqlalchemy-0.6.3/debian/changelog @@ -0,0 +1,552 @@ +sqlalchemy (0.6.3-2) unstable; urgency=low + + * Use ${python3:Depends} in python3-sqlalchemy package (closes: 591954) + - minimum python3-all-dev version bumped to 3.1.2-6~ + * Standards-Version bumped to 3.9.1 (no changes needed) + + -- Piotr Ożarowski Sat, 21 Aug 2010 19:05:08 +0200 + +sqlalchemy (0.6.3-1) unstable; urgency=low + + * New upstream release + * Add ${python:Breaks} in debian/control + + -- Piotr Ożarowski Sun, 18 Jul 2010 10:16:17 +0200 + +sqlalchemy (0.6.2-1) unstable; urgency=low + + * New upstream release + * Convert to dh_python2 + * Add pydist file in python-sqlalchemy and python3-sqlalchemy + (packages that build depend on these packages and use dh_python* will get + correct dependencies via ${python:Depends}) + * Standards-Version bumped to 3.9.0 (no changes needed) + + -- Piotr Ożarowski Wed, 07 Jul 2010 19:54:32 +0200 + +sqlalchemy (0.6.1-1) unstable; urgency=low + + * New upstream release + * Add more hacks in debian/rules to workaround setuptools bugs + * get-orig-source target removed from debian/rules (no longer needed) + * Upload to unstable + + -- Piotr Ożarowski Tue, 01 Jun 2010 21:27:25 +0200 + +sqlalchemy (0.6.0-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Mon, 19 Apr 2010 22:10:04 +0200 + +sqlalchemy (0.6~beta3-2) experimental; urgency=low + + * Add Python 3 support (closes: #575194) + - new python3-sqlalchemy binary package, no python3-sqlalchemy-ext + package for now as C extension is not compatible with Python 3 yet + - python3-all-dev and python3-setuptools added to build dependencies + + -- Piotr Ożarowski Tue, 13 Apr 2010 23:00:42 +0200 + +sqlalchemy (0.6~beta3-1) experimental; urgency=low + + * New upstream release + * Move Python extensions to new python-sqlalchemy-ext binary package + + -- Piotr Ożarowski Sun, 28 Mar 2010 19:55:23 +0200 + +sqlalchemy (0.6~beta2-1) experimental; urgency=low + + * New upstream release + - now provides Python extension + * Architecture changed to any, python-all-dev added to Build-Depends + * No longer Conflicts/Replaces python2.4-sqlalchemy package + + -- Piotr Ożarowski Sat, 20 Mar 2010 21:42:42 +0100 + +sqlalchemy (0.6~beta1-1) experimental; urgency=low + + * New upstream release + * Standards-Version bumped to 3.8.4 (no changes needed) + * debian/copyright file updated + + -- Piotr Ożarowski Thu, 04 Feb 2010 21:59:24 +0100 + +sqlalchemy (0.5.8-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sat, 16 Jan 2010 23:54:58 +0100 + +sqlalchemy (0.5.7-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Tue, 29 Dec 2009 16:16:10 +0100 + +sqlalchemy (0.5.6-1) unstable; urgency=low + + * New upstream release + * pass --install-layout=deb via $(py_setup_install_args) + (taken from /usr/share/python/python.mk, if available) + + python-all minimum required version changed back to 2.3.5-11 + * update debian/watch to use PyPi instead of sourceforge.net + * Standards-Version bumped to 3.8.3 (no changes needed) + + -- Piotr Ożarowski Wed, 16 Sep 2009 14:32:53 +0200 + +sqlalchemy (0.5.5-1) unstable; urgency=low + + * New upstream release + * Add python-pymssql to Suggests (and add a note about Microsoft SQL Server + in README.Debian) + * Standards-Version bumped to 3.8.2 (no changes needed) + + -- Piotr Ożarowski Tue, 14 Jul 2009 19:50:44 +0200 + +sqlalchemy (0.5.4p2-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Wed, 27 May 2009 19:31:25 +0200 + +sqlalchemy (0.5.4p1-1) unstable; urgency=low + + * New upstream release + * build-docs rule enabled again + + python-sphinx minimum required version bumped to 0.6 + + python-mako added to Build-Depends-Indep + + -- Piotr Ożarowski Mon, 18 May 2009 19:32:31 +0200 + +sqlalchemy (0.5.3-1) unstable; urgency=low + + * New upstream release + * Add --install-layout=deb to setup.py call (prepare for dist-packages in + python2.6) + + python-all minimum required version bumped to 2.5.4-1~ + * Standards-Version bumped to 3.8.1 (no changes needed) + + -- Piotr Ożarowski Wed, 25 Mar 2009 19:25:33 +0100 + +sqlalchemy (0.5.2-2) unstable; urgency=low + + * Upload to unstable + + -- Piotr Ożarowski Sun, 22 Feb 2009 21:31:07 +0100 + +sqlalchemy (0.5.2-1) experimental; urgency=low + + * New upstream release + + upload to experimental as rev. dependencies are not ready for 0.5 + + -- Piotr Ożarowski Sat, 24 Jan 2009 22:59:56 +0100 + +sqlalchemy (0.5.1-1) experimental; urgency=low + + * New upstream release + + upload to experimental as rev. dependencies are not ready for 0.5 + + -- Piotr Ożarowski Sun, 18 Jan 2009 00:50:05 +0100 + +sqlalchemy (0.5.0-1) experimental; urgency=low + + * New upstream release + + disable_ez_setup patch removed (no longer needed) + + generate documentation using Sphinx + (disable build-docs rule untill Sphinx 0.6 will be released) + + upload to experimental as rev. dependencies are not ready for 0.5 + * HTML documentation moved to /usr/share/doc/python-sqlalchemy/html, + RST sources are available in /usr/share/doc/python-sqlalchemy/rst + * Add get-orig-source rule + + -- Piotr Ożarowski Tue, 30 Dec 2008 17:12:10 +0100 + +sqlalchemy (0.5.0~rc4-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 14 Nov 2008 23:07:55 +0100 + +sqlalchemy (0.5.0~rc3-1) experimental; urgency=low + + [ Sandro Tosi ] + * Switch Vcs-Browser field to viewsvn + + [ Piotr Ożarowski ] + * New upstream release + + -- Piotr Ożarowski Fri, 07 Nov 2008 22:52:15 +0100 + +sqlalchemy (0.5.0~rc2-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 12 Oct 2008 20:44:49 +0200 + +sqlalchemy (0.4.8-1) unstable; urgency=low + + * New upstream release + + fix_typos patch removed + + -- Piotr Ożarowski Sun, 12 Oct 2008 20:01:43 +0200 + +sqlalchemy (0.5.0~rc1-1) experimental; urgency=low + + * New upstream release + * debian/watch file updated to handle RC versions correctly + + -- Piotr Ożarowski Thu, 11 Sep 2008 23:49:05 +0200 + +sqlalchemy (0.4.7p1-2) unstable; urgency=low + + * Fixed typos in orm/mapper.py and schema.py (closes: #494948, thanks + Sebastian) + + -- Piotr Ożarowski Thu, 04 Sep 2008 21:20:49 +0200 + +sqlalchemy (0.5.0~beta3-1) experimental; urgency=low + + * New upstream release + * disable_ez_setup patch updated + + -- Piotr Ożarowski Tue, 05 Aug 2008 00:58:22 +0200 + +sqlalchemy (0.4.7p1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 01 Aug 2008 19:43:14 +0200 + +sqlalchemy (0.4.7-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sat, 26 Jul 2008 18:59:46 +0200 + +sqlalchemy (0.5.0~beta2-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Mon, 14 Jul 2008 22:39:27 +0200 + +sqlalchemy (0.5.0~beta1-1) experimental; urgency=low + + * New upstream release + * Standards-Version bumped to 3.8.0: + + debian/README.source file added + + -- Piotr Ożarowski Sun, 15 Jun 2008 20:06:03 +0200 + +sqlalchemy (0.4.6-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Thu, 15 May 2008 19:01:21 +0200 + +sqlalchemy (0.4.5-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sat, 05 Apr 2008 00:46:33 +0200 + +sqlalchemy (0.4.4-1) unstable; urgency=low + + * New upstream release + * doc-base: section changed to Programming/Python + + -- Piotr Ożarowski Wed, 12 Mar 2008 18:46:41 +0100 + +sqlalchemy (0.4.3-1) unstable; urgency=low + + * New upstream release + * Strip the "-1" from quilt's and setuptools' required build versions + + -- Piotr Ożarowski Sat, 16 Feb 2008 01:57:35 +0100 + +sqlalchemy (0.4.2p3-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Thu, 10 Jan 2008 11:25:35 +0100 + +sqlalchemy (0.4.2b-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Tue, 8 Jan 2008 21:25:41 +0100 + +sqlalchemy (0.4.2a-2) unstable; urgency=low + + * Bump XS-Python-Version to >= 2.4 (closes: #459448) + + -- Piotr Ożarowski Sun, 06 Jan 2008 18:16:06 +0100 + +sqlalchemy (0.4.2a-1) unstable; urgency=medium + + * New upstream release + * Compress binary package with bzip2 + + -- Piotr Ożarowski Sat, 05 Jan 2008 23:00:10 +0100 + +sqlalchemy (0.4.2-1) unstable; urgency=low + + * New upstream release + * Switch to python-support + * Maintainer related changes: + - remove Tommi from Maintainer field, thanks Tommi for your work! + (closes: #455011), + - move my name to Maintainer field, + - add Debian Python Modules Team to Uploaders + * Add Vcs-Source and Vcs-Browser fields + * Standards-version bumped to 3.7.3 (no changes needed) + + -- Piotr Ożarowski Wed, 02 Jan 2008 18:38:47 +0100 + +sqlalchemy (0.4.1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Mon, 19 Nov 2007 00:54:16 +0100 + +sqlalchemy (0.4.0-1) unstable; urgency=low + + * New upstream release + * hardcode_version patch removed (it's hardcoded by upstream now) + + -- Piotr Ożarowski Wed, 17 Oct 2007 23:58:26 +0200 + +sqlalchemy (0.3.11-1) unstable; urgency=low + + * New upstream release + * Convert from CDBS to pure debhelper & quilt + * Applied all Debian packaging related changes from 0.4.0~ (currently in + experimental) except the ones from NEWS and copyright files + (closes: #438340) + * Replace setuptools_version patch with disable_ez_setup + * sqlalchemy.__version__ works without setuptools (LP: #136719): + - hardcode_version patch added, + - python-setuptools removed from Suggests + + -- Piotr Ożarowski Sun, 14 Oct 2007 22:04:08 +0200 + +sqlalchemy (0.4.0~beta6-1) experimental; urgency=low + + * New upstream release + * Homepage field added + + -- Piotr Ożarowski Thu, 27 Sep 2007 12:58:33 +0200 + +sqlalchemy (0.4.0~beta5-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 02 Sep 2007 15:02:48 +0200 + +sqlalchemy (0.4.0~beta4-1) experimental; urgency=low + + * New upstream release + + -- Piotr Ożarowski Wed, 22 Aug 2007 22:43:51 +0200 + +sqlalchemy (0.4.0~beta3-1) experimental; urgency=low + + * New upstream release + * Removing python-psycopg from Conflicts (0.4 doesn't try to import psycopg + anymore) + + -- Piotr Ożarowski Thu, 16 Aug 2007 16:57:58 +0000 + +sqlalchemy (0.4.0~beta2-1) experimental; urgency=low + + * New upstream release + * debian/watch file updated ("~" character issue fixed) + * Don't provide python2.X-sqlalchemy packages anymore (it's arch. indep. + package) + * Add "python (>=2.5) |" before all SQLite packages in Suggests (python2.5 + provides sqlite3 module which is used by SQLAlchemy if available) + * Extend README.Debian file (add notes about database <-> required package + relation) + * Add info about access.py and interfaces.py files to debian/copyright + + -- Piotr Ożarowski Tue, 14 Aug 2007 20:19:11 +0200 + +sqlalchemy (0.4.0~beta1-1) experimental; urgency=low + + * New upstream release (closes: #421101) + * debian/rules updated to handle "~" character + + -- Piotr Ożarowski Sun, 12 Aug 2007 21:35:32 +0200 + +sqlalchemy (0.3.10-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Fri, 20 Jul 2007 23:55:56 +0200 + +sqlalchemy (0.3.9-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ożarowski Sun, 15 Jul 2007 19:59:38 +0200 + +sqlalchemy (0.3.8-1) unstable; urgency=low + + * New upstream release + * python-central and python-setuptools moved to Build-Depends-Indep + + -- Piotr Ożarowski Sun, 03 Jun 2007 16:15:05 +0200 + +sqlalchemy (0.3.7-1) unstable; urgency=low + + * New upstream release + * Suggests python-setuptools (dialects within sqlalchemy.databases become a + setuptools entry points) + * Description updated + + -- Piotr Ożarowski Mon, 30 Apr 2007 21:06:19 +0200 + +sqlalchemy (0.3.6-2) unstable; urgency=low + + * Upload to unstable + + -- Piotr Ożarowski Sun, 08 Apr 2007 16:40:59 +0200 + +sqlalchemy (0.3.6-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + * Changed my address to piotr@debian.org + + -- Piotr Ożarowski Sat, 24 Mar 2007 15:16:26 +0100 + +sqlalchemy (0.3.5-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Thu, 22 Feb 2007 19:03:14 +0100 + +sqlalchemy (0.3.4-2) experimental; urgency=low + + * Replace python-all with pytohn-all-dev build dependency (python2.5 needs + header files to build this package) + * Move python-setuptools to Build-Depends: (for clean rule) + + -- Piotr Ozarowski Tue, 30 Jan 2007 16:27:47 +0100 + +sqlalchemy (0.3.4-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Tue, 23 Jan 2007 21:44:37 +0100 + +sqlalchemy (0.3.1-2) unstable; urgency=medium + + * debian/copyright file updated (closes: #403767) + + -- Piotr Ozarowski Wed, 20 Dec 2006 00:02:53 +0100 + +sqlalchemy (0.3.3-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Fri, 15 Dec 2006 15:36:00 +0100 + +sqlalchemy (0.3.2-1) experimental; urgency=low + + * New upstream release (upload to experimental due to Etch freeze) + + -- Piotr Ozarowski Mon, 11 Dec 2006 18:09:00 +0100 + +sqlalchemy (0.3.1-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ozarowski Mon, 13 Nov 2006 15:03:35 +0100 + +sqlalchemy (0.3.0-2) unstable; urgency=low + + * Documentation and example files moved to python-sqlalchemy-doc package + * python-psycopg moved to Conflicts: (closes: #380622, #397427). + Please use python-psycopg2 instead, psycopg is not supported but it is + used if both psycopg and psycopg2 are installed + * python2.3-sqlalchemy removed from Conflicts: and Replaces: + (Python v2.3 is not supported in Debian anymore and pycentral will not + create links for this version) + + -- Piotr Ozarowski Wed, 8 Nov 2006 01:19:28 +0100 + +sqlalchemy (0.3.0-1) unstable; urgency=low + + * New upstream release + * Register documentation in doc-base + + -- Piotr Ozarowski Sun, 22 Oct 2006 22:07:15 +0200 + +sqlalchemy (0.2.8-1) unstable; urgency=low + + * New upstream release + * Added myself to Uploaders + * Acknowledge NMUs I made (closes: #369371) + * Bumped python-central required version to 0.5 in order to satisfy lintian + * Added patch 01_setuptools_version to force use of currently installed + setuptools version during building package + * Replaced python-all-dev with python-all build requirement since header + files are not needed to build arch indep. modules + + -- Piotr Ozarowski Thu, 7 Sep 2006 20:58:45 +0200 + +sqlalchemy (0.2.7-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * Primary mappers issue patch removed (fixed in upstream) + * Added python-psycopg2 to Suggests header (python-psycopg's successor) + + -- Piotr Ozarowski Sun, 13 Aug 2006 00:57:00 +0200 + +sqlalchemy (0.2.6-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + * Added a temporary patch for primary mappers issue (will be fixed in next + upstream release) + * Updated python-kinterbasdb's dependency (new python policy version is + available) + + -- Piotr Ozarowski Thu, 20 Jul 2006 15:23:59 +0200 + +sqlalchemy (0.2.5-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + + -- Piotr Ozarowski Tue, 11 Jul 2006 18:59:49 +0200 + +sqlalchemy (0.2.4-0.1) unstable; urgency=low + + * Non-maintainer upload (with maintainer's knowledge) + * New upstream release + * Patch for python 2.3 compatibility removed (fixed in upstream) + * Added python to Build-Depends (for clean rule) + + -- Piotr Ozarowski Fri, 7 Jul 2006 18:07:35 +0200 + +sqlalchemy (0.2.3-0.1) unstable; urgency=low + + * Non-maintainer upload (closes: #369371) + * New upstream release + * Update for new python policy: + - Convert to python-central + - Add debian/pycompat file + - Dependencies updated + * Add debian/watch file + * Fixed long description (indents, missing space in Homepage pseudo-header) + * Add temporary patch for python 2.3 compatibility + * Standards-version bumped to 3.7.2 (no changes needed) + + -- Piotr Ozarowski Wed, 21 Jun 2006 21:50:36 +0200 + +sqlalchemy (0.1.4-1) unstable; urgency=low + + * Initial release + + -- Tommi Virtanen Sun, 26 Mar 2006 16:52:49 +0300 --- sqlalchemy-0.6.3.orig/debian/compat +++ sqlalchemy-0.6.3/debian/compat @@ -0,0 +1 @@ +5 --- sqlalchemy-0.6.3.orig/debian/source/format +++ sqlalchemy-0.6.3/debian/source/format @@ -0,0 +1 @@ +1.0