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
|
pynfft (1.3.2-11) unstable; urgency=medium
* Team upload
* Add patch for newer cython and Python 3.13 (Closes: #1082098).
* Add build-dependency on python3-zombie-imp.
* Add patch to update 'yield' tests for pytest so that they run again.
* Fix homepage URL.
* Update Standards-Version to 4.7.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sat, 11 Jan 2025 16:08:28 +1100
pynfft (1.3.2-10) unstable; urgency=medium
* Team upload.
* Fix "all" (architecture-independent) build (Closes: #1077919)
-- Alexandre Detiste <tchet@debian.org> Sun, 04 Aug 2024 17:31:33 +0200
pynfft (1.3.2-9) unstable; urgency=medium
* Team upload.
* Replace python3-nose with python3--pytest (Closes: #1018447)
-- Alexandre Detiste <tchet@debian.org> Sun, 04 Aug 2024 14:56:56 +0200
pynfft (1.3.2-8) unstable; urgency=medium
* Team upload.
[ Bas Couwenberg ]
* Switch to cython3-legacy.
Closes: #1056845
[ Andreas Tille ]
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Use sphix-build
Closes: #1055704
-- Andreas Tille <tille@debian.org> Sun, 21 Jan 2024 14:46:27 +0100
pynfft (1.3.2-7) unstable; urgency=medium
* Team Upload.
* Add patch to change setuptools/distutils imports to prevent FTBFS
(Closes: #1024034).
* Test all supported Python 3 interpreters, not just the requested ones.
-- Stuart Prescott <stuart@debian.org> Sat, 03 Dec 2022 00:34:44 +1100
pynfft (1.3.2-6) unstable; urgency=medium
* Team upload.
* Packaging update
* Standards-Version: 4.6.1 (routine-update)
* Secure URI in copyright format (routine-update)
* Remove trailing whitespace in debian/control (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Add salsa-ci file (routine-update)
* Rules-Requires-Root: no (routine-update)
* Set upstream metadata fields: Repository-Browse.
* watch file standard 4 (routine-update)
* Drop unknown field XB-Python3-Version
* DEP3
-- Andreas Tille <tille@debian.org> Fri, 29 Jul 2022 10:06:23 +0200
pynfft (1.3.2-5) unstable; urgency=high
* Team upload.
* debian/tests/python3: Fix broken shell grammar.
-- Boyuan Yang <byang@debian.org> Sun, 21 Nov 2021 14:45:34 -0500
pynfft (1.3.2-4) unstable; urgency=high
* Team upload.
* debian/control: Bump Standards-Version to 4.6.0.
* Drop -dbg package building. (Closes: #994335)
* debian/control: Bump debhelper compat to v13.
* debian/tests/python3:
+ Fix lintian warning uses-deprecated-adttmp.
* debian/control: Add missing variable substitution:
+ XB-Python3-Version: ${python3:Versions}
+ Provides: ${python3:Provides}
+ Built-Using: ${sphinxdoc:Built-Using}
-- Boyuan Yang <byang@debian.org> Mon, 15 Nov 2021 23:51:47 -0500
pynfft (1.3.2-3) unstable; urgency=medium
* Team upload.
* Drop python2 support; #937489
* debian/patches/dont-change-version-py.patch
- stop changing pynfft/version.py when running setup.py
* debian/control
- update Vcs-* fields to point to salsa.d.o
- drop outdated X-Python fields
- bump Standards-Version to 4.4.1 (no changes needed)
-- Sandro Tosi <morph@debian.org> Tue, 17 Dec 2019 20:14:20 -0500
pynfft (1.3.2-2) unstable; urgency=medium
* Fix FTBFS with NFFT 3.3. (Closes: #812997)
* Use recommended VCS URIs.
* Bump standards version to 3.9.7, no changes required.
* Move build of documentation to indep targets.
* Fix install dependencies of binary packages:
- let python and shlibs substitutions figure the list of depends out,
- debug packages depend on respective python and numpy debug packages.
* d/control: add build dependency on dh-python.
* Add autopkgtest testsuite.
* d/control: cme fix, wrap and sort.
* d/watch: use Debian redirector.
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Thu, 11 Feb 2016 13:10:44 +0000
pynfft (1.3.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Move python-sphinx to build-dep instead of build-indep (Closes: 762775)
* Don't use -malign-double, as it is x86 only.
-- YunQiang Su <syq@debian.org> Mon, 03 Nov 2014 15:30:59 +0800
pynfft (1.3.2-1) unstable; urgency=low
* Initial release (Closes: #728282)
-- Ghislain Antony Vaillant <ghisvail@gmail.com> Sat, 18 Jan 2014 14:00:14 +0000
|