Skip to content
Commits on Source (7)
python-sqlsoup (0.9.1-4) unstable; urgency=medium
* Drop Python2 support
Closes: #938193
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/control
* Remove trailing whitespace in debian/copyright
* Drop ancient X-Python-Version field
-- Andreas Tille <tille@debian.org> Tue, 03 Sep 2019 09:56:51 +0200
python-sqlsoup (0.9.1-3) unstable; urgency=medium
* Testsuite: autopkgtest-pkg-python
......
......@@ -5,34 +5,16 @@ Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-setuptools,
python-nose,
python-sqlalchemy,
python3-all,
python3-setuptools,
python3-nose,
python3-sqlalchemy
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/python-sqlsoup
Vcs-Git: https://salsa.debian.org/med-team/python-sqlsoup.git
Homepage: https://pypi.python.org/pypi/sqlsoup
X-Python-Version: >= 2.4
Package: python-sqlsoup
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-sqlalchemy
Description: one step database access tool for Python, built on the SQLAlchemy ORM
SQLSoup provides a convenient way to map Python objects to relational
database tables, with no declarative code of any kind. It's built on
top of the SQLAlchemy ORM and provides a super-minimalistic interface
to an existing database.
.
This package provides support for Python.
Package: python3-sqlsoup
Architecture: all
......
......@@ -7,4 +7,4 @@
export PYBUILD_NAME=sqlsoup
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild