Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
Drop Python2 support
· 680df37e
Andreas Tille
authored
Sep 03, 2019
680df37e
debhelper-compat 12
· e00925ca
Andreas Tille
authored
Sep 03, 2019
e00925ca
Standards-Version: 4.4.0
· d19acbfc
Andreas Tille
authored
Sep 03, 2019
d19acbfc
Remove trailing whitespace in debian/control
· bc02744a
Andreas Tille
authored
Sep 03, 2019
bc02744a
Remove trailing whitespace in debian/copyright
· 4cc504e3
Andreas Tille
authored
Sep 03, 2019
4cc504e3
Drop ancient X-Python-Version field
· e5c0dbaf
Andreas Tille
authored
Sep 03, 2019
e5c0dbaf
Upload to unstable
· 8c2f9f7b
Andreas Tille
authored
Sep 03, 2019
8c2f9f7b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8c2f9f7b
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
...
...
debian/compat
deleted
100644 → 0
View file @
afcd5b58
11
debian/control
View file @
8c2f9f7b
...
...
@@ -5,34 +5,16 @@ Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
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
...
...
debian/copyright
View file @
8c2f9f7b
debian/rules
View file @
8c2f9f7b
...
...
@@ -7,4 +7,4 @@
export
PYBUILD_NAME
=
sqlsoup
%
:
dh
$@
--with
python2,
python3
--buildsystem
=
pybuild
dh
$@
--with
python3
--buildsystem
=
pybuild