1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
python-django-celery-results (2.5.1-3) unstable; urgency=medium
* Team Upload
* Use dh-sequence-python3
* Switch autopkgtest to psycopg 3.x too
It looks like this was the very last package needing python3-psycopg2cffi
-- Alexandre Detiste <tchet@debian.org> Mon, 24 Feb 2025 15:01:13 +0100
python-django-celery-results (2.5.1-2.1) unstable; urgency=medium
* Team Upload
* Remove dependency on python3-mock & python3-case
* Add a patch to work around FTBFS with Pytest8
-- Alexandre Detiste <tchet@debian.org> Wed, 15 May 2024 15:16:55 +0200
python-django-celery-results (2.5.1-2) unstable; urgency=low
* Add patch to satisfy assinine sphinx 7.x parsing logic for copyright year
substitution (Closes: #1042693).
* Build using pybuild-plugin-pyproject.
* Use python3-psycopg (3.x) instead of older python3-psycopg2 to pass Django
requirements when running tests.
* Copy conftest.py instead of manage.py when running autopkgtests to avoid
triggering the benchmarks.
-- Michael Fladischer <fladi@debian.org> Sun, 19 Nov 2023 17:37:09 +0000
python-django-celery-results (2.5.1-1) unstable; urgency=medium
* Use github tags instead of releases for d/watch.
* New upstream version 2.5.1
* Refresh patches.
* Bump Standards-Version to 4.6.2.
* Update d/copyright with new years.
-- Michael Fladischer <fladi@debian.org> Tue, 13 Jun 2023 20:22:19 +0000
python-django-celery-results (2.4.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on python3-celery.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 19:05:57 +0100
python-django-celery-results (2.4.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-django-celery-results-doc: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 22 Oct 2022 11:40:41 +0100
python-django-celery-results (2.4.0-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.6.1.0.
-- Michael Fladischer <fladi@debian.org> Mon, 19 Sep 2022 11:26:29 +0000
python-django-celery-results (2.3.1-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Tue, 26 Apr 2022 16:51:56 +0000
python-django-celery-results (2.3.0-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Add python3-psycopg2 to Build-Depends, required by tests.
* Skip tests that require a results store during build.
-- Michael Fladischer <fladi@debian.org> Thu, 17 Mar 2022 14:40:53 +0000
python-django-celery-results (2.2.0-1) unstable; urgency=medium
* New upstream release (Closes: #1002366).
* Update d/watch to work with github again.
* Refresh patches.
* Bump Standards-Version to 4.6.0.1.
* Add python3-pytest-benchmark to Build-Depends, required by tests.
* Remove override_dh_auto_test, handle test through standard pybuild.
* Install testfiles using d/pybuild.testfiles.
* Skip test_store_group_result which fails with sqlite on build.
* Update year in d/copyright.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Sun, 23 Jan 2022 21:02:37 +0000
python-django-celery-results (2.0.0-1) unstable; urgency=low
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Michael Fladischer ]
* New upstream release (Closes: #973210).
* Bump debhelper version to 13.
* Bump Standards-Version to 4.5.1.
* Use uscan version 4.
* Set Rules-Requires-Root: no.
* Add python3-mock to Build-Depends, required by tests.
* Add d/upstream/metadata.
* Add patch to skip concurrent transaction test if SQLite is used.
-- Michael Fladischer <fladi@debian.org> Mon, 30 Nov 2020 21:04:31 +0100
python-django-celery-results (1.0.4-1) unstable; urgency=low
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python3-Version field
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Michael Fladischer ]
* New upstream release.
* Clean up .pytest_cache/v/cache/nodeids to allow two builds in a row.
* Fix spelling error in intersphinx patch.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.2.1.
* Run wrap-and-sort -bast to reduce diff size of future changes.
* Enable autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Sun, 18 Nov 2018 17:48:58 +0100
python-django-celery-results (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #871640).
-- Michael Fladischer <fladi@debian.org> Wed, 09 Aug 2017 07:28:31 +0200
|