diff -Nru python-connection-pool-0.0.3/debian/changelog python-connection-pool-0.0.3/debian/changelog --- python-connection-pool-0.0.3/debian/changelog 2021-10-19 22:08:45.000000000 +0000 +++ python-connection-pool-0.0.3/debian/changelog 2022-02-14 13:29:48.000000000 +0000 @@ -1,3 +1,13 @@ +python-connection-pool (0.0.3-2) unstable; urgency=medium + + * Team upload. + * Source-only upload + * Remove trailing whitespace in debian/control (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille Mon, 14 Feb 2022 14:29:48 +0100 + python-connection-pool (0.0.3-1) unstable; urgency=medium * Initial release (Closes: #996868) diff -Nru python-connection-pool-0.0.3/debian/control python-connection-pool-0.0.3/debian/control --- python-connection-pool-0.0.3/debian/control 2021-10-19 22:08:45.000000000 +0000 +++ python-connection-pool-0.0.3/debian/control 2022-02-14 13:29:48.000000000 +0000 @@ -1,7 +1,8 @@ Source: python-connection-pool Section: python Priority: optional -Maintainer: Steffen Moeller +Maintainer: Debian Python Team +Uploaders: Steffen Moeller Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all Standards-Version: 4.6.0 Homepage: https://github.com/zhouyl/ConnectionPool @@ -14,7 +15,7 @@ Architecture: all Depends: ${python3:Depends}, ${misc:Depends} -Description: thread-safe connection pool for python +Description: thread-safe connection pool for Python3 This package provides a thread-safe connection pool for Python 3. - These are sets database connections that are readily available + These are sets database connections that are readily available for anticipated repeated requests to the same database. diff -Nru python-connection-pool-0.0.3/debian/upstream/metadata python-connection-pool-0.0.3/debian/upstream/metadata --- python-connection-pool-0.0.3/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ python-connection-pool-0.0.3/debian/upstream/metadata 2022-02-14 13:29:48.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/zhouyl/ConnectionPool/issues +Bug-Submit: https://github.com/zhouyl/ConnectionPool/issues/new +Repository: https://github.com/zhouyl/ConnectionPool.git +Repository-Browse: https://github.com/zhouyl/ConnectionPool