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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
flit (3.8.0-3) unstable; urgency=medium
[ Stefano Rivera ]
* Replace the hacks in debian/rules to support multiple wheels with --name.
(Closes: #1026678)
[ Scott Kitterman ]
* Bump standards-version to 4.6.2 without further change
-- Scott Kitterman <scott@kitterman.com> Wed, 04 Jan 2023 18:12:03 -0500
flit (3.8.0-2) unstable; urgency=medium
* Update Vcs-Git field in debian/control to new Debian Python Team Salsa
layout
* Add manual depends on python3-tomli (upstream relies on embedded copy not
used in Debian)
-- Scott Kitterman <scott@kitterman.com> Sun, 20 Nov 2022 13:58:30 -0500
flit (3.8.0-1) unstable; urgency=medium
* New upstream release
- Refresh patches
* Update lintian overrides, add d/s/lintian-overrides
-- Scott Kitterman <scott@kitterman.com> Wed, 09 Nov 2022 17:00:43 -0500
flit (3.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Refresh patches.
* Build with pybuild, fixing FTBFS. (Closes: #1009392)
* Patch: Build flit with the local flit_core.
* Bump Standards-Version to 4.6.1, no changes needed.
* Add myself to copyright.
-- Stefano Rivera <stefanor@debian.org> Fri, 02 Sep 2022 18:58:37 +0200
flit (3.6.0-1) unstable; urgency=medium
* New upstream release
* Move removal of build.py from install to clean
* Update debian/build.py for removal of build_thyself
* Add debian/patches/0002-use-system-tomli.patch since we will use the
system tomli
* Update debian/rules to remove the vendored tomli from the build
* Update autopkgtest depends
* Run package tests during build
* Clean up dist-info directory:
- Remove direct_url.json, not useful in Debian
- Update RECORD to reflect files installed by the package
-- Scott Kitterman <scott@kitterman.com> Thu, 30 Dec 2021 11:50:05 -0500
flit (3.5.1-1) unstable; urgency=medium
* New upstream release
- Refresh patches
* Replace build-depends on python3-toml with python3-tomli and
python3-tomli-w
* Remove build-depends on python3-pygments, not required
* Remove manually added binary depends, included in python3:Depends
* Update long description to mention PEP 621 support
* Correctly specify that build-deps not needed for clean are
Build-Depends-Indep
* Use sphinx-build instead of help2man to generate a more complete and
current man page
* Delete unneeded build-depends on python3-docutils and python3-requests
* Update lintian-overrides
* Set minimum dh-python version to 5.20211213 to avoid issues with depends
generation in earlier versions
-- Scott Kitterman <scott@kitterman.com> Mon, 13 Dec 2021 20:31:59 -0500
flit (3.3.0-1) unstable; urgency=medium
* Team upload
[ Steffen Moeller ]
* New upstream version 3.3.0 (Closes: #994589)
* d/control: Bumped standard to 4.5.1
* d/rules: removing __pycache__ folders from previous builds
[ Michael R. Crusoe ]
* Standards-Version: 4.6.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* watch file standard 4 (routine-update)
* {Build-,}Depends: switch to python3-toml from -pytoml
[ Stefano Rivera ]
* Run autopkgtest against all supported Python 3 versions.
-- Stefano Rivera <stefanor@debian.org> Thu, 25 Nov 2021 16:51:52 -0400
flit (3.0.0-1) unstable; urgency=medium
* Team upload
[ Scott Kitterman ]
* Replace failing automatic man page generation with manual process that at
least works (Closes: #977044)
[ 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.
[ Antonio Terceiro ]
* New upstream version 3.0.0
- Makes RECORD deterministic (Closes: #968636)
- Builds reproducibly (Closes: #964440)
* debian/build.py: fix location of top level directory (Closes: #975796)
* debian/build.py: fix wrt the new upstream release
* autopkgtest: drop unnecessary breaks-testbed restriction
* autopkgtest: only test against Debian
* autopkgtest: ignore test that fails without `python`
-- Antonio Terceiro <terceiro@debian.org> Thu, 10 Dec 2020 12:28:33 -0300
flit (2.3.0-3) unstable; urgency=medium
* Add missing autopkgtest depends on tox
-- Scott Kitterman <scott@kitterman.com> Mon, 13 Apr 2020 12:31:23 -0400
flit (2.3.0-2) unstable; urgency=medium
* Add autopkgtest running upstream test suite with tox
* Patch install.Installer class not to error out when subclassed as
DebianInstaller from dh-python
-- Scott Kitterman <scott@kitterman.com> Mon, 13 Apr 2020 02:15:02 -0400
flit (2.3.0-1) unstable; urgency=medium
* New upstream release
-- Scott Kitterman <scott@kitterman.com> Sat, 11 Apr 2020 23:00:36 -0400
flit (2.2.0-2) unstable; urgency=medium
* Add missing license to debian/copyright
-- Scott Kitterman <scott@kitterman.com> Mon, 06 Apr 2020 16:25:01 -0400
flit (2.2.0-1) unstable; urgency=medium
* Initial release (Closes: #953992)
-- Scott Kitterman <scott@kitterman.com> Mon, 23 Mar 2020 11:12:49 -0400
|