On Thu, 22 Aug 2019 11:25:42 +0500 Andrey Rahmatullin <w...@debian.org> wrote:
> Package: src:pyramid-jinja2
> Version: 2.7+dfsg-1
> Severity: important
> User: debian-pyt...@lists.debian.org
> Usertag: py2removal py2leaf py3available
>
> As a part of removing Python 2 from unstable we would like to remove python-
> pyramid, and python-pyramid-jinja2 blocks that. Please drop the Python 2
> subpackage when possible.
NMU diff attached. I plan to upload this shortly.
Scott K
diff -Nru pyramid-jinja2-2.7+dfsg/debian/changelog pyramid-jinja2-2.7+dfsg/debian/changelog
--- pyramid-jinja2-2.7+dfsg/debian/changelog 2017-01-14 00:44:09.000000000 -0500
+++ pyramid-jinja2-2.7+dfsg/debian/changelog 2019-09-15 01:04:51.000000000 -0400
@@ -1,3 +1,10 @@
+pyramid-jinja2 (2.7+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop obsolete python-pyramid-jinja2 binary (Closes: #935380)
+
+ -- Scott Kitterman <sc...@kitterman.com> Sun, 15 Sep 2019 01:04:51 -0400
+
pyramid-jinja2 (2.7+dfsg-1) unstable; urgency=medium
* New upstream release
diff -Nru pyramid-jinja2-2.7+dfsg/debian/control pyramid-jinja2-2.7+dfsg/debian/control
--- pyramid-jinja2-2.7+dfsg/debian/control 2017-01-14 00:44:09.000000000 -0500
+++ pyramid-jinja2-2.7+dfsg/debian/control 2019-09-15 01:04:51.000000000 -0400
@@ -4,36 +4,19 @@
Maintainer: Pirate Praveen <prav...@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
- python-all,
- python-setuptools,
python3-all,
python3-setuptools,
- python-markupsafe,
python3-markupsafe,
- python-jinja2,
python3-jinja2,
- python-zope.deprecation,
python3-zope.deprecation,
- python-pyramid,
python3-pyramid,
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/pyramid_jinja2
-X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyramid-jinja2.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyramid-jinja2.git/
Testsuite: autopkgtest-pkg-python
-Package: python-pyramid-jinja2
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-pyramid-jinja2-doc
-Description: Jinja2 template bindings for the Pyramid web framework (Python 2)
- These are bindings for the Jinja2 templating system for the Pyramid web
- framework.
- .
- This package installs the library for Python 2.
-
Package: python3-pyramid-jinja2
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru pyramid-jinja2-2.7+dfsg/debian/rules pyramid-jinja2-2.7+dfsg/debian/rules
--- pyramid-jinja2-2.7+dfsg/debian/rules 2017-01-14 00:44:09.000000000 -0500
+++ pyramid-jinja2-2.7+dfsg/debian/rules 2019-09-15 01:04:51.000000000 -0400
@@ -6,7 +6,7 @@
export PYBUILD_NAME=pyramid-jinja2
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install -XLICENSE.txt -X.git -X.gitignore