Skip to content

Commit bab8e90

Browse files
feat: update python-whoosh to 2.7.4+git6-g9134ad92-8
1 parent 203b993 commit bab8e90

File tree

5 files changed

+59
-13
lines changed

5 files changed

+59
-13
lines changed

debian/changelog

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,55 @@
1+
python-whoosh (2.7.4+git6-g9134ad92-8) unstable; urgency=medium
2+
3+
* Team upload.
4+
* Use sphinx-build
5+
Closes: #1042650
6+
* Standards-Version: 4.6.2 (routine-update)
7+
* Testsuite: autopkgtest-pkg-python (routine-update)
8+
* Rules-Requires-Root: no (routine-update)
9+
* watch file standard 4 (routine-update)
10+
11+
-- Andreas Tille <[email protected]> Thu, 11 Jan 2024 14:21:48 +0100
12+
13+
python-whoosh (2.7.4+git6-g9134ad92-7) unstable; urgency=medium
14+
15+
[ Debian Janitor ]
16+
* Update standards version to 4.6.0, no changes needed.
17+
* Update standards version to 4.6.1, no changes needed.
18+
* Apply multi-arch hints. + python-whoosh-doc: Add Multi-Arch: foreign.
19+
20+
-- Jelmer Vernooij <[email protected]> Sun, 16 Oct 2022 17:54:22 +0100
21+
22+
python-whoosh (2.7.4+git6-g9134ad92-6) unstable; urgency=low
23+
24+
[ Debian Janitor ]
25+
* Wrap long lines in changelog entries: 2.7.4+git6-g9134ad92-5.
26+
* Bump debhelper from deprecated 9 to 12.
27+
* Update standards version to 4.5.0, no changes needed.
28+
29+
[ Ondřej Nový ]
30+
* d/control: Update Maintainer field with new Debian Python Team
31+
contact address.
32+
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
33+
layout.
34+
35+
[ Debian Janitor ]
36+
* Remove MIA uploader Barry Warsaw <[email protected]>. Closes: #970160
37+
* Remove 1 obsolete maintscript entry.
38+
* Bump debhelper from old 12 to 13.
39+
* Update standards version to 4.5.1, no changes needed.
40+
* Remove constraints unnecessary since buster:
41+
+ python-whoosh-doc: Drop versioned constraint on python-whoosh in Replaces.
42+
* Remove constraints unnecessary since buster:
43+
+ Build-Depends-Indep: Drop versioned constraint on python3-sphinx.
44+
45+
-- Sandro Tosi <[email protected]> Sat, 04 Jun 2022 16:03:59 -0400
46+
147
python-whoosh (2.7.4+git6-g9134ad92-5) unstable; urgency=medium
248

349
[ Emmanuel Arias ]
450
* Team upload.
5-
* Apply patch to use [tool:pytest] instead of [pytest] section. (Closes: #948426)
51+
* Apply patch to use [tool:pytest] instead of [pytest] section.
52+
(Closes: #948426)
653
* Remove Python 2 support. (Closes: #938263)
754
* d/gitlab-ci.yml: enable Salsa CI.
855

debian/control

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
Source: python-whoosh
22
Section: python
3+
Testsuite: autopkgtest-pkg-python
34
Priority: optional
4-
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
5+
Maintainer: Debian Python Team <team+python@tracker.debian.org>
56
Uploaders:
6-
Barry Warsaw <[email protected]>,
77
Chris Lamb <[email protected]>,
88
Build-Depends:
9-
debhelper-compat (= 9),
9+
debhelper-compat (= 13),
1010
dh-python,
1111
python3-setuptools,
1212
sphinx-common,
1313
Build-Depends-Indep:
1414
python3-all,
1515
python3-pytest,
16-
python3-sphinx (>= 1.0.7+dfsg),
17-
Standards-Version: 4.4.1
16+
python3-sphinx,
17+
Standards-Version: 4.6.2
1818
Homepage: http://bitbucket.org/mchaput/whoosh/
19-
Vcs-Git: https://salsa.debian.org/python-team/modules/python-whoosh.git
20-
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-whoosh
19+
Rules-Requires-Root: no
20+
Vcs-Git: https://salsa.debian.org/python-team/packages/python-whoosh.git
21+
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-whoosh
2122

2223
Package: python-whoosh-doc
2324
Architecture: all
@@ -27,8 +28,7 @@ Pre-Depends:
2728
Depends:
2829
${misc:Depends},
2930
${sphinxdoc:Depends},
30-
Replaces:
31-
python-whoosh (<< 2.1.0),
31+
Multi-Arch: foreign
3232
Description: full-text indexing, search, and spell checking library (doc)
3333
Whoosh is a fast, pure-Python indexing and search library. Programmers
3434
can use it to easily add search functionality to their applications and

debian/python-whoosh-doc.maintscript

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ override_dh_auto_build: export http_proxy=127.0.0.1:9
88
override_dh_auto_build: export https_proxy=127.0.0.1:9
99
override_dh_auto_build:
1010
dh_auto_build --buildsystem=pybuild
11-
python3 setup.py build_sphinx
11+
LC_ALL=C PYTHONPATH=. sphinx-build -N -bhtml docs/source docs/build/html
1212

1313
override_dh_auto_clean:
1414
dh_auto_clean

debian/watch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=3
1+
version=4
22
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
33
https://pypi.debian.net/Whoosh/Whoosh-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

0 commit comments

Comments
 (0)