[med-svn] [Git][python-team/packages/python-wordcloud][master] 8 commits: New upstream version 1.9.4+dfsg

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Nov 15 17:10:16 GMT 2025



Étienne Mollier pushed to branch master at Debian Python Team / packages / python-wordcloud


Commits:
1fe41c1d by Étienne Mollier at 2025-11-15T17:56:08+01:00
New upstream version 1.9.4+dfsg
- - - - -
cc2f7ec7 by Étienne Mollier at 2025-11-15T17:56:08+01:00
Update upstream source from tag 'upstream/1.9.4+dfsg'

Update to upstream version '1.9.4+dfsg'
with Debian dir fdb74b2f3d908c4e2a7de7bc719d7ed5dd5800f9
- - - - -
d68b72a9 by Étienne Mollier at 2025-11-15T17:56:46+01:00
d/control: declare compliance to standard version 4.7.2.

- - - - -
daccd053 by Étienne Mollier at 2025-11-15T17:57:11+01:00
d/control: drop redundant Rules-Requires-Root: no.

- - - - -
9c55a0a2 by Étienne Mollier at 2025-11-15T17:58:30+01:00
d/watch: convert to v5 Github template.

- - - - -
2c46e576 by Étienne Mollier at 2025-11-15T18:03:12+01:00
add-version.patch: normalize the dep3 header.

- - - - -
58f97e5d by Étienne Mollier at 2025-11-15T18:08:55+01:00
d/{clean,rules}: repair the clean target.

Closes: #1048272

- - - - -
17b16235 by Étienne Mollier at 2025-11-15T18:09:58+01:00
d/changelog: ready for upload to unstable.

- - - - -


7 changed files:

- README.md
- debian/changelog
- + debian/clean
- debian/control
- debian/patches/add-version.patch
- debian/rules
- debian/watch


Changes:

=====================================
README.md
=====================================
@@ -8,7 +8,7 @@ word_cloud
 A little word cloud generator in Python. Read more about it on the [blog
 post][blog-post] or the [website][website].
 
-The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12.
+The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13.
 
 ## Installation
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+python-wordcloud (1.9.4+dfsg-1) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Alexandre Detiste ]
+  * use dh-sequence-python3
+  * reformat with black
+
+  [ Étienne Mollier ]
+  * New upstream version 1.9.4+dfsg
+  * d/{clean,rules}: repair the clean target. (Closes: #1048272)
+  * d/control: declare compliance to standard version 4.7.2.
+  * d/control: drop redundant Rules-Requires-Root: no.
+  * d/watch: convert to v5 Github template.
+  * add-version.patch: normalize the dep3 header.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 15 Nov 2025 18:09:33 +0100
+
 python-wordcloud (1.9.3+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+wordcloud.egg-info/
+wordcloud/_version.py


=====================================
debian/control
=====================================
@@ -16,11 +16,10 @@ Build-Depends:
  python3-pil <!nocheck>,
  python3-setuptools,
  python3-setuptools-scm,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-wordcloud
 Vcs-Git: https://salsa.debian.org/python-team/packages/python-wordcloud.git
 Homepage: https://github.com/amueller/word_cloud
-Rules-Requires-Root: no
 X-Style: black
 
 Package: python3-wordcloud


=====================================
debian/patches/add-version.patch
=====================================
@@ -1,10 +1,8 @@
-Description: add version.py 
+Description: add version.py
  generated by setuptools_scm
-Author: Bo YU <tsu.yubo at gmail.com> 
-Forwarded: no needed. 
-Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
-Reviewed-by: <name and email of a reviewer, optional>
-Last-Update: 2024-01-06 <YYYY-MM-DD, last update of the meta-information, optional>
+Author: Bo YU <tsu.yubo at gmail.com>
+Forwarded: not-needed
+Last-Update: 2024-01-06
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- /dev/null


=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export PYBUILD_AFTER_INSTALL = \
 %:
 	dh $@ --buildsystem=pybuild
 
-override_dh_auto_clean:
+execute_after_dh_auto_clean:
 	set -ex; \
 	if [ -e "${CURDIR}/wordcloud/query_integral_image.c" ]; then \
 		rm "${CURDIR}/wordcloud/query_integral_image.c"; \


=====================================
debian/watch
=====================================
@@ -1,4 +1,7 @@
-version=4
+Version: 5
 
-opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-  https://github.com/amueller/word_cloud/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+Template: Github
+Owner: amueller
+Project: word_cloud
+Dversionmangle: auto
+Repacksuffix: +dfsg



View it on GitLab: https://salsa.debian.org/python-team/packages/python-wordcloud/-/compare/99ebbffe4776f3cbfa70b5bcae2493091114ecec...17b16235b54011a801581f1d2c565bf8282b646e

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/python-wordcloud/-/compare/99ebbffe4776f3cbfa70b5bcae2493091114ecec...17b16235b54011a801581f1d2c565bf8282b646e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251115/441871e2/attachment-0001.htm>


More information about the debian-med-commit mailing list