[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#923730: marked as done (unblock: deap/1.0.2.post2-6)



Your message dated Mon, 04 Mar 2019 18:08:00 +0000
with message-id <afa2cebe-c42f-879e-12af-6873d4487c67@thykier.net>
and subject line Re: Bug#923730: unblock: deap/1.0.2.post2-6
has caused the Debian Bug report #923730,
regarding unblock: deap/1.0.2.post2-6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
923730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923730
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package deap


I uploaded the change

   * Use imgmath Sphinx extension instead of deprecated pngmath.
     Closes: #921778

created by Sascha Steinbiss <satta@debian.org> in BSP at the DCSO office in Berlin.

Since Git contained the following non-invasive changes:

   [ Ondřej Nový ]
   * d/control: Set Vcs-* to salsa.debian.org
   * d/watch: Use https protocol
   * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP

I kept these and they are part of the upload and the attached debdiff.

Thanks for your work as release team

     Andreas.



unblock deap/1.0.2.post2-6

-- System Information:
Debian Release: 9.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru deap-1.0.2.post2/debian/changelog deap-1.0.2.post2/debian/changelog
--- deap-1.0.2.post2/debian/changelog	2017-07-24 18:49:20.000000000 +0200
+++ deap-1.0.2.post2/debian/changelog	2019-03-04 17:10:51.000000000 +0100
@@ -1,3 +1,18 @@
+deap (1.0.2.post2-6) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Ondřej Nový ]
+  * d/control: Set Vcs-* to salsa.debian.org
+  * d/watch: Use https protocol
+  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
+
+  [ Sascha Steinbiss ]
+  * Use imgmath Sphinx extension instead of deprecated pngmath.
+    Closes: #921778
+
+ -- Andreas Tille <tille@debian.org>  Mon, 04 Mar 2019 17:10:51 +0100
+
 deap (1.0.2.post2-5) unstable; urgency=medium
 
   * Team upload.
diff -Nru deap-1.0.2.post2/debian/control deap-1.0.2.post2/debian/control
--- deap-1.0.2.post2/debian/control	2017-07-24 18:49:17.000000000 +0200
+++ deap-1.0.2.post2/debian/control	2019-03-04 17:10:51.000000000 +0100
@@ -19,8 +19,8 @@
  pandoc
 Standards-Version: 4.0.0
 Homepage: http://deap.gel.ulaval.ca/doc/default/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/deap.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/deap.git
+Vcs-Git: https://salsa.debian.org/python-team/modules/deap.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/deap
 
 Package: python-deap
 Architecture: all
diff -Nru deap-1.0.2.post2/debian/patches/0003-remove-pngmath.patch deap-1.0.2.post2/debian/patches/0003-remove-pngmath.patch
--- deap-1.0.2.post2/debian/patches/0003-remove-pngmath.patch	1970-01-01 01:00:00.000000000 +0100
+++ deap-1.0.2.post2/debian/patches/0003-remove-pngmath.patch	2019-03-04 17:10:51.000000000 +0100
@@ -0,0 +1,17 @@
+Description: replace pngmath with imgmath
+ The pngmath Sphinx extension has been deprecated in Sphinx 1.4 and
+ was removed for good in Sphinx 1.8. It can be replaced safely by the
+ imgmath extension, which is also available in 1.4 (so also in stretch).
+Author: Sascha Steinbiss <satta@debian.org>
+Last-Update: 2019-02-09
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -27,7 +27,7 @@
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones
+ 
+ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
+-              'sphinx.ext.pngmath', 'sphinx.ext.intersphinx', 'sphinx.ext.extlinks'] 
++              'sphinx.ext.imgmath', 'sphinx.ext.intersphinx', 'sphinx.ext.extlinks']
+ 
+ try:
+     import matplotlib
diff -Nru deap-1.0.2.post2/debian/patches/series deap-1.0.2.post2/debian/patches/series
--- deap-1.0.2.post2/debian/patches/series	2017-07-15 20:38:22.000000000 +0200
+++ deap-1.0.2.post2/debian/patches/series	2019-03-04 17:10:51.000000000 +0100
@@ -1,2 +1,3 @@
 0001-fix-docs.patch
 0002-fix-tests.patch
+0003-remove-pngmath.patch
diff -Nru deap-1.0.2.post2/debian/tests/python3-deap deap-1.0.2.post2/debian/tests/python3-deap
--- deap-1.0.2.post2/debian/tests/python3-deap	2017-07-15 20:38:22.000000000 +0200
+++ deap-1.0.2.post2/debian/tests/python3-deap	2019-03-04 17:10:51.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e -u
 export PYTHONWARNINGS=d
-cp -a deap/tests/ "$ADTTMP"
-cd "$ADTTMP/tests/"
+cp -a deap/tests/ "$AUTOPKGTEST_TMP"
+cd "$AUTOPKGTEST_TMP/tests/"
 py3versions -i | tr ' ' '\n' | xargs -I {} env {} -m unittest discover -v 2>&1
diff -Nru deap-1.0.2.post2/debian/tests/python-deap deap-1.0.2.post2/debian/tests/python-deap
--- deap-1.0.2.post2/debian/tests/python-deap	2017-07-15 20:38:22.000000000 +0200
+++ deap-1.0.2.post2/debian/tests/python-deap	2019-03-04 17:10:51.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e -u
 export PYTHONWARNINGS=d
-cp -a deap/tests/ "$ADTTMP"
-cd "$ADTTMP/tests/"
+cp -a deap/tests/ "$AUTOPKGTEST_TMP"
+cd "$AUTOPKGTEST_TMP/tests/"
 pyversions -i | tr ' ' '\n' | xargs -I {} env {} -m unittest discover -v 2>&1
diff -Nru deap-1.0.2.post2/debian/watch deap-1.0.2.post2/debian/watch
--- deap-1.0.2.post2/debian/watch	2017-07-15 20:38:22.000000000 +0200
+++ deap-1.0.2.post2/debian/watch	2019-03-04 17:10:51.000000000 +0100
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/deap/deap-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ Kein Zeilenumbruch am Dateiende.
+https://pypi.debian.net/deap/deap-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ Kein Zeilenumbruch am Dateiende.

--- End Message ---
--- Begin Message ---
Andreas Tille:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package deap
> 
> 
> I uploaded the change
> 
>    * Use imgmath Sphinx extension instead of deprecated pngmath.
>      Closes: #921778
> 
> created by Sascha Steinbiss <satta@debian.org> in BSP at the DCSO office in Berlin.
> 
> Since Git contained the following non-invasive changes:
> 
>    [ Ondřej Nový ]
>    * d/control: Set Vcs-* to salsa.debian.org
>    * d/watch: Use https protocol
>    * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
> 
> I kept these and they are part of the upload and the attached debdiff.
> 
> Thanks for your work as release team
> 
>      Andreas.
> 
> 
> 
> unblock deap/1.0.2.post2-6
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: