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
|
python-spur (0.3.23-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Use pybuild-plugin-pyproject.
-- Colin Watson <cjwatson@debian.org> Mon, 09 Sep 2024 23:36:11 +0100
python-spur (0.3.21-3) unstable; urgency=medium
[ Debian Janitor ]
* debian/watch: Use GitHub /tags rather than /releases page.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Sun, 20 Nov 2022 14:53:48 +0000
python-spur (0.3.21-2) unstable; urgency=medium
[ Edward Betts ]
* Team upload.
* Update debhelper-compat to 13
* Set Rules-Requires-Root to no
* Update Standards-Version
* Fix incorrect github URLs in debian/upstream/metadata
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Update watch file format version to 4.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Update pattern for GitHub archive URLs from /<org>/<repo>/tags
page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
* Update standards version to 4.5.1, no changes needed.
-- Sandro Tosi <morph@debian.org> Sat, 04 Jun 2022 12:20:30 -0400
python-spur (0.3.21-1) unstable; urgency=medium
* New upstream release
* debian/control:
- New standards version 4.4.0 - no changes
- DH level 12
-- Ruben Undheim <ruben.undheim@gmail.com> Fri, 18 Oct 2019 22:54:48 +0200
python-spur (0.3.20-2) unstable; urgency=medium
* Team upload.
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Thu, 25 Jul 2019 16:28:34 +0200
python-spur (0.3.20-1) unstable; urgency=medium
[ Ruben Undheim ]
* New upstream release
* d/rules:
- Add environment variables so that the test passes when building
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python3-Version field
-- Ruben Undheim <ruben.undheim@gmail.com> Fri, 13 Jul 2018 22:02:00 +0200
python-spur (0.3.17-1) unstable; urgency=low
* New upstream release
* debian/control:
- Standards-Version 3.9.8 - no changes
* debian/rules:
- Define PYBUILD_NAME
- Override dh_clean.
* Deleted .install files since this happens automatically with pybuild
when PYBUILD_NAME is set.
-- Ruben Undheim <ruben.undheim@gmail.com> Fri, 13 May 2016 20:07:46 +0200
python-spur (0.3.15-2) unstable; urgency=medium
* debian/patches/0001-Fix-character-that-s-causing-build-trouble.patch
- Fixes invalid character in README.rst which causes build trouble.
* debian/control:
- Ran "cme fix dpkg-control"
- Standards version changed to 3.9.7 - no necessary changes
- Vcs-Git now using https
-- Ruben Undheim <ruben.undheim@gmail.com> Sun, 21 Feb 2016 11:47:58 +0100
python-spur (0.3.15-1) unstable; urgency=medium
* New upstream release
-- Ruben Undheim <ruben.undheim@gmail.com> Sun, 03 Jan 2016 11:34:21 +0100
python-spur (0.3.14-2) unstable; urgency=medium
* debian/control: add python-paramiko and python3-paramiko to
build-dependencies
- Fixes FTBFS (test suite problem) (Closes: #802158)
* Converted to git-dpm patch management
-- Ruben Undheim <ruben.undheim@gmail.com> Sun, 18 Oct 2015 10:27:41 +0200
python-spur (0.3.14-1) unstable; urgency=low
* Initial release (Closes: #784026)
-- Ruben Undheim <ruben.undheim@gmail.com> Mon, 25 May 2015 12:46:51 +0200
|