[Python-modules-commits] r32889 - in packages/sqlalchemy/trunk/debian (12 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Jun 7 19:39:02 UTC 2015


    Date: Sunday, June 7, 2015 @ 19:39:01
  Author: piotr
Revision: 32889

* New upstream release
* debian/copyright rewritten, now in DEP5 format
  - Files-Excluded used to remove autogenerated docs
* debian/watch now uses pypi.debian.net redirector
* Add debian/upstream/signing-key.asc with upstream's GPG key (used by uscan)
* Add dh-python to Build-Depends
* Add python-zzzeeksphinx to Build-Depends-Indep (used while building docs)
* change_firebirds_default_dialect_to_kinterbasedb patch removed, python-fdb
  package already in Debian
* Add python3-psycopg2, python3-mysqldb and python3-fdb to
  python3-sqlalchemy's Suggests dependency
* Non-maintainer upload.
* Remove sourceless jquery files from the upstream tarball (closes: #722267)
  - The package already uses the system versions of those.

Added:
  packages/sqlalchemy/trunk/debian/upstream/
  packages/sqlalchemy/trunk/debian/upstream/signing-key.asc
Modified:
  packages/sqlalchemy/trunk/debian/NEWS
  packages/sqlalchemy/trunk/debian/README.Debian
  packages/sqlalchemy/trunk/debian/changelog
  packages/sqlalchemy/trunk/debian/control
  packages/sqlalchemy/trunk/debian/copyright
  packages/sqlalchemy/trunk/debian/python-sqlalchemy.pydist
  packages/sqlalchemy/trunk/debian/python3-sqlalchemy.pydist
  packages/sqlalchemy/trunk/debian/rules
  packages/sqlalchemy/trunk/debian/watch
Deleted:
  packages/sqlalchemy/trunk/debian/patches/

Modified: packages/sqlalchemy/trunk/debian/NEWS
===================================================================
--- packages/sqlalchemy/trunk/debian/NEWS	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/NEWS	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1,3 +1,13 @@
+python-sqlalchemy (1.0.4+ds1-1) experimental; urgency=low
+
+  SQLAlchemy 0.9 → 1.0 migration notes can be found in the
+  python-sqlalchemy-doc package:
+  /usr/share/doc/python-sqlalchemy-doc/rst/changelog/migration_10.txt or
+  /usr/share/doc/python-sqlalchemy-doc/html/changelog/migration_10.html or
+  http://docs.sqlalchemy.org/en/rel_1_0/changelog/migration_10.html
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 07 Jun 2015 21:19:00 +0200
+
 python-sqlalchemy (0.9.1-1) experimental; urgency=medium
 
   SQLAlchemy 0.8 → 0.9 migration notes can be found in the

Modified: packages/sqlalchemy/trunk/debian/README.Debian
===================================================================
--- packages/sqlalchemy/trunk/debian/README.Debian	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/README.Debian	2015-06-07 19:39:01 UTC (rev 32889)
@@ -12,15 +12,18 @@
 
 For PostgreSQL:
 	python-psycopg2
+	python3-psycopg2
 
 For MySQL:
 	python-mysqldb
+	python3-mysqldb
 
 For Firebird:
-	python-kinterbasdb
+	python-fdb
+	python3-fdb
 
 For Microsoft SQL Server:
-    python-pymssql
+	python-pymssql
 
 Documentation and examples can be found in the python-sqlalchemy-doc package
 in /usr/share/doc/python-sqlalchemy-doc.

Modified: packages/sqlalchemy/trunk/debian/changelog
===================================================================
--- packages/sqlalchemy/trunk/debian/changelog	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/changelog	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1,3 +1,27 @@
+sqlalchemy (1.0.4+ds1-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/copyright rewritten, now in DEP5 format
+    - Files-Excluded used to remove autogenerated docs
+  * debian/watch now uses pypi.debian.net redirector
+  * Add debian/upstream/signing-key.asc with upstream's GPG key (used by uscan)
+  * Add dh-python to Build-Depends
+  * Add python-zzzeeksphinx to Build-Depends-Indep (used while building docs)
+  * change_firebirds_default_dialect_to_kinterbasedb patch removed, python-fdb
+    package already in Debian
+  * Add python3-psycopg2, python3-mysqldb and python3-fdb to
+    python3-sqlalchemy's Suggests dependency
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 06 Jun 2015 11:14:20 +0200
+
+sqlalchemy (0.9.8+dfsg-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove sourceless jquery files from the upstream tarball (closes: #722267)
+    - The package already uses the system versions of those.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Sat, 01 Nov 2014 23:18:08 +0000
+
 sqlalchemy (0.9.8-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/sqlalchemy/trunk/debian/control
===================================================================
--- packages/sqlalchemy/trunk/debian/control	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/control	2015-06-07 19:39:01 UTC (rev 32889)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9), dh-python,
  python-all-dev (>= 2.6.5-2~), python3-all-dev (>= 3.1.2-8~),
  python-setuptools (>= 0.6b3-1~), python3-setuptools,
 Build-Depends-Indep: python-sphinx (>= 1.1.2), python-mako (>= 0.4.1),
- python-changelog, python-sphinx-paramlinks
+ python-changelog, python-sphinx-paramlinks, python-zzzeeksphinx
 Standards-Version: 3.9.6
 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
+X-Python-Version: >= 2.5
 
 Package: python-sqlalchemy
 Architecture: all
@@ -20,7 +20,7 @@
 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
+ python-fdb, python-pymssql
 Description: SQL toolkit and Object Relational Mapper for Python
  SQLAlchemy is an SQL database abstraction library for Python.
  Its strengths are:
@@ -85,7 +85,7 @@
 Package: python3-sqlalchemy
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-sqlalchemy-doc
+Suggests: python-sqlalchemy-doc, python3-psycopg2, python3-mysqldb, python3-fdb
 Description: SQL toolkit and Object Relational Mapper for Python 3
  SQLAlchemy is an SQL database abstraction library for Python.
  Its strengths are:

Modified: packages/sqlalchemy/trunk/debian/copyright
===================================================================
--- packages/sqlalchemy/trunk/debian/copyright	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/copyright	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1,116 +1,46 @@
-This package was debianized by Tommi Virtanen tv at debian.org on
-Sun, 26 Mar 2006 16:53:19 +0300.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sqlalchemy
+Upstream-Contact: Michael Bayer <mike at zzzcomputing.com>
+Source: http://www.sqlalchemy.org/
+Files-Excluded: doc/*.html doc/*.js doc/_static lib/SQLAlchemy.egg-info
 
-Since Thu, 7 Sep 2006 20:58:45 +0200 it is co-maintained by
-Piotr Ożarowski <piotr at debian.org>
+Files: *
+Copyright: 2005-2015, the SQLAlchemy authors and contributors
+License: Expat
 
-It was originally downloaded from http://www.sqlalchemy.org/
+Files: debian/*
+Copyright: 2006-2015 Piotr Ożarowski <piotr at debian.org>
+License: Expat
 
-Upstream Author: Mike Bayer <mike_mp at zzzcomputing.com>
+Files: lib/sqlalchemy/interfaces.py
+Copyright: 2007, Jason Kirtland jek at discorporate.us
+  2007-2015, the SQLAlchemy authors and contributors
+License: Expat
 
-Copyright:
+Files: lib/sqlalchemy/dialects/sybase/base.py
+Copyright: 2007, Fisch Asset Management
+  2010-2015, the SQLAlchemy authors and contributors
+License: Expat
 
- This is the MIT license: http://www.opensource.org/licenses/mit-license.php
+Files: lib/sqlalchemy/cextension/processors.c
+ lib/sqlalchemy/cextension/resultproxy.c
+Copyright: 2010-2011, Gaetan de Menten <gdementen at gmail.com>
+  2010-2015, the SQLAlchemy authors and contributors
+License: Expat
 
- 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 <see AUTHORS file>
- Copyright (C) 2007 Jason Kirtland jek at 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 <see AUTHORS file>
- get_select_precolumns(), limit_clause() implementation
- copyright (C) 2007 Fisch Asset Management
- AG http://www.fam.ch, with coding by Alexander Houben
- alexander.houben at 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 <see AUTHORS file>
- Copyright (C) 2010-2011 Monty Taylor <mordred at inaugust.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-2013 the SQLAlchemy authors and contributors <see AUTHORS file>
- Copyright (C) 2010 Gaetan de Menten gdementen at 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.
-
------------------------------------------------------------
-
-doc/_static/underscore.js file:
- 
- (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
- Underscore is freely distributable under the MIT license.
- Portions of Underscore are inspired or borrowed from Prototype,
- Oliver Steele's Functional, and John Resig's Micro-Templating.
- For all details and documentation:
- http://documentcloud.github.com/underscore
-
------------------------------------------------------------
-
-other doc/_static files (autogenerated using Sphinx and sources from doc/build/):
- Copyright 2007-2013 by the Sphinx team
- License: BSD
-
------------------------------------------------------------
-
-The Debian packaging is © 2006 Tommi Virtanen <tv at debian.org>,
-© 2007-2013 Piotr Ożarowski <piotr at debian.org> 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'.
+License: Expat
+ 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.

Modified: packages/sqlalchemy/trunk/debian/python-sqlalchemy.pydist
===================================================================
--- packages/sqlalchemy/trunk/debian/python-sqlalchemy.pydist	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/python-sqlalchemy.pydist	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1 +1 @@
-SQLAlchemy python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.10); PEP386
+SQLAlchemy python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1); PEP386

Modified: packages/sqlalchemy/trunk/debian/python3-sqlalchemy.pydist
===================================================================
--- packages/sqlalchemy/trunk/debian/python3-sqlalchemy.pydist	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/python3-sqlalchemy.pydist	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1 +1 @@
-SQLAlchemy python3-sqlalchemy (>= 0.9~), python3-sqlalchemy (<< 0.10); PEP386
+SQLAlchemy python3-sqlalchemy (>= 1.0~), python3-sqlalchemy (<< 1.1); PEP386

Modified: packages/sqlalchemy/trunk/debian/rules
===================================================================
--- packages/sqlalchemy/trunk/debian/rules	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/rules	2015-06-07 19:39:01 UTC (rev 32889)
@@ -46,9 +46,11 @@
 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
+
+	cp -r doc/build/ debian/python-sqlalchemy-doc/usr/share/doc/python-sqlalchemy-doc/rst/
+	cd debian/python-sqlalchemy-doc/usr/share/doc/python-sqlalchemy-doc/rst/\
+		&& rm -f '*.py' '*.html' '*.png' \
+	       	&& rm -rf texinputs/
 	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 \
@@ -81,9 +83,10 @@
 	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 debian/python-sqlalchemy-doc/. -name '*\.py[co]' -delete
 	dh_python2 -i
 	dh_python3 -i
-	dh_compress -i -X.py -X.js -X.html -X.inv
+	dh_compress -i -X.py -X.js -X.html -X.inv -Xrst
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i

Added: packages/sqlalchemy/trunk/debian/upstream/signing-key.asc
===================================================================
--- packages/sqlalchemy/trunk/debian/upstream/signing-key.asc	                        (rev 0)
+++ packages/sqlalchemy/trunk/debian/upstream/signing-key.asc	2015-06-07 19:39:01 UTC (rev 32889)
@@ -0,0 +1,38 @@
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1
+
+mQENBE7aWmgBCADVSqbsWrHav9zZQ37fqMACJqj3H5FU4aw2zvVqzsyvNA2/PuX6
+chPN+b63tK2dX3n+EPOl2LanVRU31dc/D8DqXl7HzTlfoIfTq+NWJkVFBKHELm5E
+rsh7NZjGFkLtKXT1rifuhE/64A7Fay0IbXwdW6oNiDO5XWz6NQMgw8fbvssc6ZJx
+YUxKzEJwaj9nZJwObi40yuM6wNFDKBnvIzKmRnd2WHJO0EvqD1bMtgFuBN6vZCa2
+6W2qXb2Vqz99z7EfKfVZoLQ5+FfiuqSKVHxJBp5uFf3regbkxhsZyXp1/czvL6Qu
+pKhahQNxYC8PB0A+6DPmsS6dPb4Xxt9kUW2zABEBAAG0KE1pY2hhZWwgQmF5ZXIg
+PGNsYXNzaWNAenp6Y29tcHV0aW5nLmNvbT6JATgEEwECACIFAk7aXAwCGwMGCwkI
+BwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEDMCOcHE2v7hfhsH/0jaDg85TC58t7l2
+jyLVn87ubdFQnTUYerRv1xVTiawbx3UqpJaws5zov+B1aBzcaljRRPOn53iH/uw2
+9AgSCvvUfifD3Xqqj7aMOZpjqhwmrUFmzf3qoX+jz6U4imxnURbMWEuNPEVeprMX
+fHKBKcc1liH961JbL/Z0SBc7hLjeI8FjwWOmT8rJ9eFYmKNkRn1xl/z670P+owWs
+Zq+a1KFljbIW49WZkM24cpQKYqhvpYTXb0wnhNAiC4nuKVGklDOtYvDpb6FjgkYb
+Pj687SYWeXbdgwOOV3Hds0pqLng5xJZpONR2qpnQnWoLFRiLdck30LEKrQNBApPv
+oKikyRK0KE1pY2hhZWwgQmF5ZXIgPG1pa2VfbXBAenp6Y29tcHV0aW5nLmNvbT6J
+ATgEEwECACIFAk7aWmgCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEDMC
+OcHE2v7hC4QH/jAaKH8Q9BGEROzBQvQpcs/8aymXJROia8qU9wYl39W8Dspmb2B8
+DDcnA7WB2+2tUL951U+cNywv0ztzdLxdFf3xQxtfiywv07AS2kxMWPBPnwMWBfFj
+GQDJGQGacad4WB0hLME0e61i8lQPD70KdLN4wVz2UFbZ4yQFe0RFkfGRCTWbvw7Q
+yOiObo2atN0g61JC0YYFIU95z+epMo+bcBpBsK1LpVe5EnaOFaOccnbXJnJRN7DR
+7mD+MjS58LgxITfxQgPmLadPe7HugUs5k0wPyqGPIAtZUIEUBSgNbJY5Nd1On+2M
+hbnDELlJWLEY/6ItGi9IZvOom5NE1M37ata5AQ0ETtpaaAEIANpKU0jegv+w7o2k
+9MsE6PDzZz2NyPpmSZcBK2QM7vz3TCbndegZj58Rj8Cz3sMMJd4WD2sdKlIMBG9g
+JasRe/EGrR5lhhRL7Z9N6v/dlZ2SzXpMN+wnLM3KA+Hs4OMI/D6zS0FYsDPe+Rhw
+Z44pNT3WpmnRRnBfoyBscWFicSBrtcEQCPfAmSVfL8zhSh4Jp+RIi9XIAuFSCXHZ
+KTothJUcqlpvDEERJ3bVpSPypQqfd9sg3hXrrK44lDnMfgf4FeB6ewg2BllCxaUw
+G8kjO/gY0zBBqThY8q7ejnBOWF/mqzj/x16qnv09uN+4Fb20dJk5XHFDGPDsCpTm
+ouqApa0AEQEAAYkBHwQYAQIACQUCTtpaaAIbDAAKCRAzAjnBxNr+4VHvCACQL5+e
+H+ZOgawuJBcQRXLLBHSQvdu+jk+ZaJGTjihIIerKHkMXGl3Yjhv+wIbmhQLeCLzf
+6vAN7WsDjwnQaHXQtgkzffllSLMcz8uTbFj31XvVJb/gqj1i3Z+scA1nv3sZljKt
+BwNVDbe5Xk8SVxw4QFQa8pV14pe9AylMa1bovhkJDQO/4m6O8EyZIpRx2c7yFZdU
+i26clzlbR6LYONNIbiPmwIO4ati5P5pexK7RBwD6A7flucjO8RwObCC0aHUqrbyi
+KHuAEYqBQfnTxT7C1R/6GKZZ6uqGOvm3tMkZf3UKtaKlaLtzC7960P8A8IP7hFtv
+5qf+DkoAGJ5NzOVT
+=lWzK
+-----END PGP PUBLIC KEY BLOCK-----

Modified: packages/sqlalchemy/trunk/debian/watch
===================================================================
--- packages/sqlalchemy/trunk/debian/watch	2015-06-07 18:12:27 UTC (rev 32888)
+++ packages/sqlalchemy/trunk/debian/watch	2015-06-07 19:39:01 UTC (rev 32889)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ \
-http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-(.*)\.tar\.gz debian uupdate
+opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/,dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/SQLAlchemy/SQLAlchemy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list