diff -Nru cachy-0.3.0/debian/changelog cachy-0.3.0/debian/changelog --- cachy-0.3.0/debian/changelog 2020-11-28 12:19:04.000000000 +0000 +++ cachy-0.3.0/debian/changelog 2021-02-09 00:20:18.000000000 +0000 @@ -1,3 +1,20 @@ +cachy (0.3.0-3) unstable; urgency=medium + + [ Emmanuel Arias ] + * d/control: Bump Standard-Version to 4.5.1. + * d/upstream/metadata: Add more keys: Registry and Changelog. + * d/tests: Add autopkgtests. + * d/tests/control: Depends on python3-all. + * wrap-and-sort. + + [ Stefano Rivera ] + * Rename git repo to match source package. + * Add dependencies for autopkgtests: + python3-{fakeredis,flexmock,memcache,redis} + * Ignore memcached_store tests in autopkgtest. + + -- Emmanuel Arias Mon, 08 Feb 2021 21:20:18 -0300 + cachy (0.3.0-2) unstable; urgency=medium * Team upload. diff -Nru cachy-0.3.0/debian/control cachy-0.3.0/debian/control --- cachy-0.3.0/debian/control 2020-11-28 12:19:04.000000000 +0000 +++ cachy-0.3.0/debian/control 2021-02-09 00:20:18.000000000 +0000 @@ -2,29 +2,32 @@ Section: python Priority: optional Maintainer: Debian Python Team -Uploaders: Emmanuel Arias -Build-Depends: debhelper-compat (= 13), - dh-python, - python3-setuptools, - python3-all, - python3-redis, - python3-memcache, - python3-msgpack, - python3-pytest, - python3-pytest-mock, - python3-flexmock, - python3-fakeredis, -Standards-Version: 4.5.0 +Uploaders: + Emmanuel Arias , +Build-Depends: + debhelper-compat (= 13), + dh-python, + python3-all, + python3-fakeredis, + python3-flexmock, + python3-memcache, + python3-msgpack, + python3-pytest, + python3-pytest-mock, + python3-redis, + python3-setuptools, +Standards-Version: 4.5.1 Homepage: https://github.com/sdispater/cachy -Vcs-Browser: https://salsa.debian.org/python-team/packages/python3-cachy -Vcs-Git: https://salsa.debian.org/python-team/packages/python3-cachy.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/cachy +Vcs-Git: https://salsa.debian.org/python-team/packages/cachy.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-cachy Architecture: all -Depends: ${python3:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${python3:Depends}, Description: Provide a simple yet effective caching library (Python 3) Cachy provides a simple yet effective caching library. Cachy has the following advantages: simple but powerful API, thread-safety, decorator diff -Nru cachy-0.3.0/debian/tests/control cachy-0.3.0/debian/tests/control --- cachy-0.3.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ cachy-0.3.0/debian/tests/control 2021-02-09 00:20:18.000000000 +0000 @@ -0,0 +1,11 @@ +Tests: testsuite +Depends: + python3-all, + python3-fakeredis, + python3-flexmock, + python3-memcache, + python3-pytest, + python3-pytest-mock, + python3-redis, + @, +Restrictions: allow-stderr diff -Nru cachy-0.3.0/debian/tests/testsuite cachy-0.3.0/debian/tests/testsuite --- cachy-0.3.0/debian/tests/testsuite 1970-01-01 00:00:00.000000000 +0000 +++ cachy-0.3.0/debian/tests/testsuite 2021-02-09 00:20:18.000000000 +0000 @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e -u -x + +cp -r tests "$AUTOPKGTEST_TMP" +cd "$AUTOPKGTEST_TMP" + +for py in $(py3versions -s); do + $py -m pytest --ignore=tests/stores/test_memcached_store.py -v 2>&1 +done diff -Nru cachy-0.3.0/debian/upstream/metadata cachy-0.3.0/debian/upstream/metadata --- cachy-0.3.0/debian/upstream/metadata 2020-11-28 12:19:04.000000000 +0000 +++ cachy-0.3.0/debian/upstream/metadata 2021-02-09 00:20:18.000000000 +0000 @@ -1,5 +1,9 @@ --- Bug-Database: https://github.com/sdispater/cachy/issues Bug-Submit: https://github.com/sdispater/cachy/issues/new +Changelog: https://github.com/sdispater/cachy/blob/master/CHANGELOG.md +Registry: + - Name: PyPI + Entry: cachy Repository: https://github.com/sdispater/cachy.git Repository-Browse: https://github.com/sdispater/cachy