debian/0000755000000000000000000000000012302376604007171 5ustar debian/python-sqlalchemy.pydist0000644000000000000000000000011312072051026014073 0ustar SQLAlchemy python-sqlalchemy (>= 0.8~), python-sqlalchemy (<< 0.9); PEP386 debian/copyright0000644000000000000000000000742512117205774011137 0ustar 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-2013 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-2013 the SQLAlchemy authors and contributors 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) 2010-2013 the SQLAlchemy authors and contributors get_select_precolumns(), limit_clause() implementation copyright (C) 2007 Fisch Asset Management AG http://www.fam.ch, with coding by 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/drizzle/base.py file: Copyright (C) 2005-2013 the SQLAlchemy authors and contributors Copyright (C) 2010-2011 Monty Taylor 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-2013 the SQLAlchemy authors and contributors 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 2010, John Resig Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license Includes Sizzle.js http://sizzlejs.com/ Copyright 2010, The Dojo Foundation Released under the MIT, BSD, and GPL Licenses. ----------------------------------------------------------- The Debian packaging is © 2006 Tommi Virtanen , © 2007-2013 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'. debian/changelog0000644000000000000000000005520712302376604011054 0ustar sqlalchemy (0.8.4-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:54:12 +0000 sqlalchemy (0.8.4-1) unstable; urgency=medium * New upstream release -- Piotr Ożarowski Mon, 09 Dec 2013 23:26:28 +0100 sqlalchemy (0.8.3-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Mon, 28 Oct 2013 22:29:40 +0100 sqlalchemy (0.8.2-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Piotr Ożarowski ] * New upstream release * Upload to unstable * Build depend on python3-all instead of -dev, extensions are not built for Python 3.X -- Piotr Ożarowski Sat, 06 Jul 2013 20:53:52 +0200 sqlalchemy (0.8.1-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Sun, 28 Apr 2013 23:21:39 +0200 sqlalchemy (0.8.0-1) experimental; urgency=low * New upstream release * Bump dependencies in .pydist files -- Piotr Ożarowski Sun, 10 Mar 2013 23:07:14 +0100 sqlalchemy (0.8.0~b2-1) experimental; urgency=low * New upstream release - minimum required Python version bumped to 2.5 - upstream changelog is now available in /usr/share/doc/python-sqlalchemy-doc/{html,rst}/changelog directory -- Piotr Ożarowski Sat, 15 Dec 2012 12:43:08 +0100 sqlalchemy (0.7.9-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Thu, 18 Oct 2012 21:21:45 +0200 sqlalchemy (0.7.8-1) unstable; urgency=low * New upstream release * Add hardening flags (via /usr/share/dpkg/buildflags.mk) -- Piotr Ożarowski Sun, 17 Jun 2012 23:25:01 +0200 sqlalchemy (0.7.7-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sun, 06 May 2012 20:25:44 +0200 sqlalchemy (0.7.6-1) unstable; urgency=low * New upstream release * debhelper's compatibility bumped to 7 * Standards-Version bumped to 3.9.3 (no changes needed) -- Piotr Ożarowski Thu, 15 Mar 2012 21:05:49 +0100 sqlalchemy (0.7.5-1) unstable; urgency=low * New upstream release - minumum required python-sphinx version bumped to 1.1.2 -- Piotr Ożarowski Sun, 29 Jan 2012 23:29:50 +0100 sqlalchemy (0.7.4-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sat, 10 Dec 2011 19:36:41 +0100 sqlalchemy (0.7.3-2) unstable; urgency=low * remove build-indep from build target's dependencies (closes: 645697) -- Piotr Ożarowski Tue, 18 Oct 2011 00:02:50 +0200 sqlalchemy (0.7.3-1) unstable; urgency=low * New upstream release * Use underscore.js from libjs-underscore package in -doc package * Python 2.5 hack removed from debian/rules (no longer needed) -- Piotr Ożarowski Mon, 17 Oct 2011 19:43:32 +0200 sqlalchemy (0.7.2-1) unstable; urgency=low * New upstream release * Bump minimum required python-mako version to 0.4.1 (closes: 635898) -- Piotr Ożarowski Mon, 01 Aug 2011 23:18:16 +0200 sqlalchemy (0.7.1-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Tue, 07 Jun 2011 21:48:13 +0200 sqlalchemy (0.6.8-1) unstable; urgency=low * New upstream release * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Mon, 06 Jun 2011 23:56:35 +0200 sqlalchemy (0.7.0-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Sat, 21 May 2011 23:35:38 +0200 sqlalchemy (0.7~b4-1) experimental; urgency=low * New upstream release * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Tue, 10 May 2011 22:11:44 +0200 sqlalchemy (0.6.7-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Thu, 14 Apr 2011 23:37:40 +0200 sqlalchemy (0.7~b3-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Wed, 30 Mar 2011 22:33:05 +0200 sqlalchemy (0.7~b1-1) experimental; urgency=low * New upstream release * PyDist files: API bumped to 0.7 (all packages built with this package will require python{,3}-sqlalchemy 0.7.X) -- Piotr Ożarowski Sun, 13 Feb 2011 20:54:49 +0100 sqlalchemy (0.6.6-1) experimental; urgency=low * New upstream release * Do not compress ovjects.inv file (closes: 608776) -- Piotr Ożarowski Sat, 15 Jan 2011 19:34:08 +0100 sqlalchemy (0.6.5-1) experimental; urgency=low * New upstream release * python-sphinx minimum required build version bumped to 1.0 * Change source package format to 3.0 (quilt) -- Piotr Ożarowski Sat, 20 Nov 2010 19:09:40 +0100 sqlalchemy (0.6.4-3) experimental; urgency=low * Rebuild to get python2.7 extension * Update debian/rules to skip extension handling for all 3.X Python versions (closes: 601013) -- Piotr Ożarowski Fri, 22 Oct 2010 15:44:25 +0200 sqlalchemy (0.6.4-2) experimental; urgency=low * Rebuild against newer python3-all package (python3.1 now uses /usr/lib/python3/), minimum python3-all version bumped to 3.1.2-8 -- Piotr Ożarowski Sun, 12 Sep 2010 17:49:47 +0200 sqlalchemy (0.6.4-1) experimental; urgency=low * New upstream release -- Piotr Ożarowski Tue, 07 Sep 2010 23:18:34 +0200 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 debian/python-sqlalchemy-doc.doc-base0000644000000000000000000000063611526564520015024 0ustar 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 debian/NEWS0000644000000000000000000000500112063126321007655 0ustar python-sqlalchemy (0.8.0~b2-1) experimental; urgency=low SQLAlchemy 0.7 → 0.8 migration notes can be found in the python-sqlalchemy-doc package: /usr/share/doc/python-sqlalchemy-doc/rst/changelog/migration_08.txt or /usr/share/doc/python-sqlalchemy-doc/html/changelog/migration_08.html or http://docs.sqlalchemy.org/en/rel_0_8/changelog/migration_08.html -- Piotr Ożarowski Sat, 15 Dec 2012 17:51:14 +0100 python-sqlalchemy (0.7~b1-1) experimental; urgency=low SQLAlchemy 0.6 -> 0.7 migration notes can be found on the wiki page: http://www.sqlalchemy.org/trac/wiki/07Migration -- Piotr Ożarowski Sun, 13 Feb 2011 20:54:57 +0100 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 debian/python-sqlalchemy-doc.examples0000644000000000000000000000001311526564520015152 0ustar examples/* debian/python3-sqlalchemy.pydist0000644000000000000000000000011512072051041014155 0ustar SQLAlchemy python3-sqlalchemy (>= 0.8~), python3-sqlalchemy (<< 0.9); PEP386 debian/compat0000644000000000000000000000000211730446200010361 0ustar 7 debian/README.Debian0000644000000000000000000000106611526564520011240 0ustar 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. debian/control0000644000000000000000000001420712166064454010605 0ustar Source: sqlalchemy Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.5-2~), python3-all (>= 3.1.2-8~), python-setuptools (>= 0.6b3-1~), python3-setuptools Build-Depends-Indep: python-sphinx (>= 1.1.2), python-mako (>= 0.4.1) Standards-Version: 3.9.3 Homepage: http://www.sqlalchemy.org/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sqlalchemy/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/sqlalchemy/trunk/ XS-Python-Version: >= 2.5 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 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} 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, libjs-underscore 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. debian/rules0000755000000000000000000000643312251444126010255 0ustar #!/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 DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk 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-arch build-arch: $(PYVERS:%=build-python%) build-python%: python$* ./setup.py --with-cextensions build touch $@ build-debug-python%: python$*-dbg setup.py --with-cextensions build touch $@ build-indep: build-docs 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 dh_link -p${p_name}-doc /usr/share/javascript/underscore/underscore.js \ /usr/share/doc/${p_name}-doc/html/_static/underscore.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-python3.%: # no extension for 3.X yet... python3.$* ./setup.py install $(py_setup_install_args) \ --root $(call pkgdir,3.X) 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 $@ binary-indep: build install install-docs dh_testdir -i dh_testroot -i dh_installchangelogs -i -p python-sqlalchemy-doc -X doc/changelog -X CHANGES dh_installchangelogs -i -N python-sqlalchemy-doc -X doc/changelog -X CHANGES 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 dh_python2 -i dh_python3 -i dh_compress -i -X.py -X.js -X.html -X.inv dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: build install dh_testdir dh_testroot dh_installchangelogs -a -X doc/changelog -X CHANGES 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 binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011526564520010474 5ustar debian/source/format0000644000000000000000000000001411526564520011702 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000015111526564520011350 0ustar This package uses the patch management system quilt as documented in /usr/share/doc/quilt/README.source. debian/watch0000644000000000000000000000022311526564520010222 0ustar version=3 opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ \ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-(.*)\.tar\.gz debian uupdate