Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package glue Hi, the package is unusable beacuse it depends on Jinga2 >=2.7,<2.8, in testing there is 2.9 and in unstable there is 2.10. The upstream maintainer changed this dependency to >=2.7,<2.10, and I updated depends in debian pacakge so, now its usable in testing and in unstable. Please see #860169 I attach debdiff Cheers, unblock glue/0.13-1 -- System Information: Debian Release: 9.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru glue-0.11.1/debian/changelog glue-0.13/debian/changelog --- glue-0.11.1/debian/changelog 2015-05-02 12:37:07.000000000 +0200 +++ glue-0.13/debian/changelog 2017-05-15 13:39:14.000000000 +0200 @@ -1,3 +1,10 @@ +glue (0.13-1) unstable; urgency=medium + + * New upstream version 0.13 (Closes: #860169) + * debian/py3dist-overrides: Add override for Jinja2 + + -- Angel Abad <an...@debian.org> Mon, 15 May 2017 13:39:14 +0200 + glue (0.11.1-2) unstable; urgency=medium * Now package uses python 3 (Closes: #782921) diff -Nru glue-0.11.1/debian/py3dist-overrides glue-0.13/debian/py3dist-overrides --- glue-0.11.1/debian/py3dist-overrides 1970-01-01 01:00:00.000000000 +0100 +++ glue-0.13/debian/py3dist-overrides 2017-05-15 13:33:02.000000000 +0200 @@ -0,0 +1 @@ +Jinja2 python3-jinja2 (>= 2.7), python3-jinja2 (<< 2.10) diff -Nru glue-0.11.1/docs/changelog.rst glue-0.13/docs/changelog.rst --- glue-0.11.1/docs/changelog.rst 2015-03-29 23:05:00.000000000 +0200 +++ glue-0.13/docs/changelog.rst 2017-05-15 13:05:55.000000000 +0200 @@ -1,6 +1,14 @@ Changelog ========= +0.13 +^^^^^^ +* Update Jinja version + +0.12 +^^^^^^ +* Update Jinja version + 0.11.1 ^^^^^^ * Fix packaging issue. #192 diff -Nru glue-0.11.1/glue/__init__.py glue-0.13/glue/__init__.py --- glue-0.11.1/glue/__init__.py 2015-03-29 23:06:03.000000000 +0200 +++ glue-0.13/glue/__init__.py 2017-05-15 13:06:00.000000000 +0200 @@ -1 +1 @@ -__version__ = '0.11.1' +__version__ = '0.13' diff -Nru glue-0.11.1/glue.egg-info/PKG-INFO glue-0.13/glue.egg-info/PKG-INFO --- glue-0.11.1/glue.egg-info/PKG-INFO 2015-03-29 23:23:13.000000000 +0200 +++ glue-0.13/glue.egg-info/PKG-INFO 2017-05-15 13:06:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glue -Version: 0.11.1 +Version: 0.13 Summary: Glue is a simple command line tool to generate sprites. Home-page: http://github.com/jorgebastida/glue Author: Jorge Bastida diff -Nru glue-0.11.1/glue.egg-info/requires.txt glue-0.13/glue.egg-info/requires.txt --- glue-0.11.1/glue.egg-info/requires.txt 2015-03-29 23:23:13.000000000 +0200 +++ glue-0.13/glue.egg-info/requires.txt 2017-05-15 13:06:43.000000000 +0200 @@ -1,2 +1,2 @@ Pillow>=2.2.2 -Jinja2>=2.7,<2.8 \ No hay ningún carácter de nueva línea al final del fichero +Jinja2>=2.7,<2.10 diff -Nru glue-0.11.1/PKG-INFO glue-0.13/PKG-INFO --- glue-0.11.1/PKG-INFO 2015-03-29 23:23:13.000000000 +0200 +++ glue-0.13/PKG-INFO 2017-05-15 13:06:43.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glue -Version: 0.11.1 +Version: 0.13 Summary: Glue is a simple command line tool to generate sprites. Home-page: http://github.com/jorgebastida/glue Author: Jorge Bastida diff -Nru glue-0.11.1/setup.cfg glue-0.13/setup.cfg --- glue-0.11.1/setup.cfg 2015-03-29 23:23:13.000000000 +0200 +++ glue-0.13/setup.cfg 2017-05-15 13:06:43.000000000 +0200 @@ -1,5 +1,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff -Nru glue-0.11.1/setup.py glue-0.13/setup.py --- glue-0.11.1/setup.py 2015-03-29 23:13:51.000000000 +0200 +++ glue-0.13/setup.py 2017-05-15 13:06:05.000000000 +0200 @@ -4,7 +4,7 @@ install_requires=[ 'Pillow>=2.2.2', - 'Jinja2>=2.7,<2.8', + 'Jinja2>=2.7,<2.10', ] tests_require=[ @@ -24,7 +24,7 @@ setup( name='glue', - version='0.11.1', + version='0.13', url='http://github.com/jorgebastida/glue', license='BSD', author='Jorge Bastida',