[med-svn] [Git][med-team/python-sqlsoup][master] 7 commits: Drop Python2 support

Andreas Tille gitlab at salsa.debian.org
Tue Sep 3 08:58:37 BST 2019



Andreas Tille pushed to branch master at Debian Med / python-sqlsoup


Commits:
680df37e by Andreas Tille at 2019-09-03T07:56:13Z
Drop Python2 support

- - - - -
e00925ca by Andreas Tille at 2019-09-03T07:56:43Z
debhelper-compat 12

- - - - -
d19acbfc by Andreas Tille at 2019-09-03T07:56:49Z
Standards-Version: 4.4.0

- - - - -
bc02744a by Andreas Tille at 2019-09-03T07:56:49Z
Remove trailing whitespace in debian/control

- - - - -
4cc504e3 by Andreas Tille at 2019-09-03T07:56:49Z
Remove trailing whitespace in debian/copyright

- - - - -
e5c0dbaf by Andreas Tille at 2019-09-03T07:56:49Z
Drop ancient X-Python-Version field

- - - - -
8c2f9f7b by Andreas Tille at 2019-09-03T07:58:05Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+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 at 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
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -5,34 +5,16 @@ Uploaders: Thorsten Alteholz <debian at 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
@@ -41,8 +23,8 @@ Depends: ${python3:Depends},
          python3-sqlalchemy
 Description: one step database access tool for Python3, 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 
+ 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 Python3.


=====================================
debian/copyright
=====================================
@@ -16,20 +16,20 @@ License: Expat
 License: Expat
  This is the MIT license: http://www.opensource.org/licenses/mit-license.php
  .
- Permission is hereby granted, free of charge, to any person obtaining a copy 
- of this software and associated documentation files (the "Software"), to deal 
+ 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 
+ 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 
+ 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 
+ 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.


=====================================
debian/rules
=====================================
@@ -7,4 +7,4 @@
 export PYBUILD_NAME=sqlsoup
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild



View it on GitLab: https://salsa.debian.org/med-team/python-sqlsoup/compare/afcd5b58a434165408009cb268986ec0e22c4f7a...8c2f9f7be661bae93b8ce8f30835196bae9dc181

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-sqlsoup/compare/afcd5b58a434165408009cb268986ec0e22c4f7a...8c2f9f7be661bae93b8ce8f30835196bae9dc181
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190903/6ea28cca/attachment-0001.html>


More information about the debian-med-commit mailing list