[Python-modules-team] sorl-thumbnail 12.3+git20160928-2 MIGRATED to testing

2017-05-01 Thread Debian testing watch
FYI: The status of the sorl-thumbnail source package
in Debian's testing distribution has changed.

  Previous version: 12.3+git20160928-1
  Current version:  12.3+git20160928-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Bug#861567: sphinx: 1.5.3+ breaks src:dask build

2017-05-01 Thread Dmitry Shachnev
Control: reassign -1 src:dask 0.12.0-1
Control: severity -1 important
Control: tags -1 +patch

Hi,

On Sun, Apr 30, 2017 at 07:31:26PM +, Gianfranco Costamagna wrote:
> Hello, I'm not sure if this is a problem in sphinx or not,
> I noticed this failure on src:dask in Ubuntu, and it is
> reproducible with 1.5.3 and 1.5.5 in Ubuntu artful and Debian experimental.
>
> For some reasons the _static directory is not copied correctly during doc 
> generation,
> and the build fails because of a missing symlink
>
> dh_installdocs -O--buildsystem=pybuild
> dh_sphinxdoc -O--buildsystem=pybuild
> dh_sphinxdoc: 
> debian/python-dask-doc/usr/share/doc/python-dask-doc/html/_static/mathjax/MathJax.js
>  is missing
> debian/rules:5: recipe for target 'binary' failed
>
> Can you please have a look and reassing back in case?

The documentation says that files and directories are copied; it does not
say anything about the symlinks. So it looks to me that dask was using
undocumented behavior here.

Also, it seems that mathjax is not actually used, so I am attaching a
debdiff to get rid of it (also uploaded to Ubuntu and forwarded).

--
Dmitry Shachnev
--- dask-0.12.0/debian/control	2016-12-07 21:54:28.0 +0300
+++ dask-0.12.0/debian/control	2017-05-01 20:53:17.0 +0300
@@ -4,7 +4,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
dh-python,
-   libjs-mathjax,
python3-all,
python3-cloudpickle (>= 0.2.1),
python3-numpy,
--- dask-0.12.0/debian/patches/no-mathjax-extension.patch	1970-01-01 03:00:00.0 +0300
+++ dask-0.12.0/debian/patches/no-mathjax-extension.patch	2017-05-01 20:53:17.0 +0300
@@ -0,0 +1,16 @@
+Description: drop sphinx.ext.mathjax extension, it is unused
+Author: Dmitry Shachnev 
+Forwarded: https://github.com/dask/dask/pull/2280
+Last-Update: 2017-05-01
+
+--- a/docs/source/conf.py
 b/docs/source/conf.py
+@@ -25,7 +25,7 @@
+ 
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax',
++extensions = ['sphinx.ext.autodoc',
+   'sphinx.ext.autosummary', 'sphinx.ext.extlinks', 'numpydoc']
+ 
+ numpydoc_show_class_members = False
--- dask-0.12.0/debian/patches/series	2016-12-07 21:54:28.0 +0300
+++ dask-0.12.0/debian/patches/series	2017-05-01 20:53:17.0 +0300
@@ -1 +1 @@
-use-mathjax-package.patch
+no-mathjax-extension.patch
--- dask-0.12.0/debian/patches/use-mathjax-package.patch	2016-12-07 21:54:28.0 +0300
+++ dask-0.12.0/debian/patches/use-mathjax-package.patch	1970-01-01 03:00:00.0 +0300
@@ -1,14 +0,0 @@
-Author: Diane Trout 
-Description: Use locally installed MathJax
-
 a/docs/source/conf.py
-+++ b/docs/source/conf.py
-@@ -28,6 +28,8 @@
- extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax',
-   'sphinx.ext.autosummary', 'sphinx.ext.extlinks', 'numpydoc']
- 
-+mathjax_path = 'mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
-+
- numpydoc_show_class_members = False
- 
- # Add any paths that contain templates here, relative to this directory.
--- dask-0.12.0/debian/rules	2016-12-07 21:54:28.0 +0300
+++ dask-0.12.0/debian/rules	2017-05-01 20:51:58.0 +0300
@@ -8,12 +8,10 @@
 override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:
 	dh_auto_build
-	ln -s /usr/share/javascript/mathjax docs/source/_static
 	PYTHONPATH=. sphinx-build -N -bhtml docs/source build/html # HTML generator
 
 override_dh_auto_clean:
 	dh_auto_clean
-	-rm docs/source/_static/mathjax
 
 # Test needs: skimage, scipy, s3fs, cachey, distributed, graphviz
 # dask is a build-dep for distributed... so we can't run tests at build


signature.asc
Description: PGP signature
___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] django-jinja_2.3.0-1_amd64.changes ACCEPTED into unstable

2017-05-01 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 30 Apr 2017 21:23:06 +0100
Source: django-jinja
Binary: python-django-jinja python3-django-jinja
Architecture: source all
Version: 2.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Edward Betts 
Description:
 python-django-jinja - Jinja2 templating language integrated in Django
 python3-django-jinja - Jinja2 templating language integrated in Django (Python 
3 version
Changes:
 django-jinja (2.3.0-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 48149728cfe872e11e675bb2a6a75844010f7aca 2157 django-jinja_2.3.0-1.dsc
 611c3a0a9cc571cf75e77cb7b5348c544f6b0019 15932 django-jinja_2.3.0.orig.tar.gz
 2103c496f5dfae6157bc64652903144366e7b184 2880 
django-jinja_2.3.0-1.debian.tar.xz
 0a7c96b8bec6b3a0dd393729147d02645f12dfc5 6538 
django-jinja_2.3.0-1_amd64.buildinfo
 1e83f0ab1f36f6d1c419f1a32dcb9020d8f9fa57 16538 
python-django-jinja_2.3.0-1_all.deb
 7e97532e16aefb64d0e9c723b080767fd35a82d6 16642 
python3-django-jinja_2.3.0-1_all.deb
Checksums-Sha256:
 625e44d9a1ddb9e8c0baab9384f13a71ab87a546831a745e00964f91a1250e9e 2157 
django-jinja_2.3.0-1.dsc
 6401ff16374ac28a5ee45bdeec34f8802c396d5c990efa3e5def661a176a73c9 15932 
django-jinja_2.3.0.orig.tar.gz
 8c519cff1114fb58725bf478214d31c82c89a463abfa28c44fa709c2d0802d1b 2880 
django-jinja_2.3.0-1.debian.tar.xz
 4cf134a00def98697214860450d4a6feecfca9c7faf601b6010466f76b110440 6538 
django-jinja_2.3.0-1_amd64.buildinfo
 bc5f81fe092555af545cea2c9064fc05c1177b1581d7d7cba0986a65c05a1d54 16538 
python-django-jinja_2.3.0-1_all.deb
 6274438e16380432b1cc223ae8b7c331119c4864f36ae0bcf73def24996b8fcd 16642 
python3-django-jinja_2.3.0-1_all.deb
Files:
 3afc74da6cc4c75955a0f280a135f6dc 2157 python optional django-jinja_2.3.0-1.dsc
 70e537e2e0252a7413ca3e33b9a6ee1c 15932 python optional 
django-jinja_2.3.0.orig.tar.gz
 81e367bdebb9461a019f469913892188 2880 python optional 
django-jinja_2.3.0-1.debian.tar.xz
 dbe9ef27f982328f459fbf87443fe898 6538 python optional 
django-jinja_2.3.0-1_amd64.buildinfo
 6f414c68e08b18ccbbdb2021b76c4ae8 16538 python optional 
python-django-jinja_2.3.0-1_all.deb
 7770f93307e0fa549135aaa44268b400 16642 python optional 
python3-django-jinja_2.3.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAlkHGlkACgkQlgWhCYxj
uSrmZw//SksqeHnpjknibCFyXBD8YjKs5WFvF+2FTjkafVa0NL/ssV8l8pkVakUq
gIXAa259X4XTaWtpcN6gZzk5zd6f2UdUaLTrfNYhOJkr9/uQ8y9EllzYqsJWObbS
fKHowGGOjBG6+ahHbuZBJ2O+j4K2kdg5LnvDVTj7/pE3Sic+Gg5pobzLlq6Sgb0y
S5jQ1FXEQP/5HCPVfmVXpzooA+LvlpqGVuBXTNhV8sdGLDRNElZTqFtKPn4WZnmD
hBcTyAO6JFNAuKY8HEXIwmN6LnSmMMSZqJAh5ylxQ1AEr5z1PJv2/4woFBkmSPIK
5x2LdtUKSExzghEzp50tNh2s6cNAIszF7YXrhsBTYl/0+ku06zF9XE1YpRT+I7IC
dkisBVaEvVlOOLF9RhaxhN9NPB7VCj8D/MFlQmuE7xgKXFGCzad0cjCXAjUBn4km
XaHDBQf1w0hvOafMQPErdsd+vq/iRklbxsaSaEsaoecltZCM4E/90K67Kmo7i2eG
9QM6H8B3l0D5APJGP1EA5u3d+tJnwVrvp8aEu6jdElLA+ndHPUaRiEiyHzTe1vWv
zPWsTNDtpoT2kVOLoBQKh+87A9Ic0If50Zt8BAjBNzbhtLy7W+GqlpbWhksTFq26
CJNakuwZbuxrSr2pE24H0ppR63lD701TOEVvTqZHFswC3hmMMec=
=R5la
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team


[Python-modules-team] Processing of django-jinja_2.3.0-1_amd64.changes

2017-05-01 Thread Debian FTP Masters
django-jinja_2.3.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  django-jinja_2.3.0-1.dsc
  django-jinja_2.3.0.orig.tar.gz
  django-jinja_2.3.0-1.debian.tar.xz
  django-jinja_2.3.0-1_amd64.buildinfo
  python-django-jinja_2.3.0-1_all.deb
  python3-django-jinja_2.3.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team