diff -Nru graypy-1.1.3/debian/changelog graypy-1.1.3/debian/changelog --- graypy-1.1.3/debian/changelog 2019-07-16 09:26:49.000000000 +0000 +++ graypy-1.1.3/debian/changelog 2019-07-23 11:13:34.000000000 +0000 @@ -1,3 +1,9 @@ +graypy (1.1.3-2) unstable; urgency=medium + + * Drop unused Python 2 version + + -- Benjamin Drung Tue, 23 Jul 2019 13:13:34 +0200 + graypy (1.1.3-1) unstable; urgency=medium * New upstream release. diff -Nru graypy-1.1.3/debian/control graypy-1.1.3/debian/control --- graypy-1.1.3/debian/control 2019-07-08 11:27:44.000000000 +0000 +++ graypy-1.1.3/debian/control 2019-07-23 11:11:36.000000000 +0000 @@ -4,12 +4,6 @@ Priority: optional Build-Depends: debhelper-compat (= 12), dh-python, - python-all (>= 2.6.6-3~), - python-amqplib, - python-mock, - python-pytest, - python-requests, - python-setuptools, python3-all, python3-amqplib, python3-mock, @@ -21,27 +15,6 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/graypy Vcs-Git: https://salsa.debian.org/python-team/modules/graypy.git -Package: python-graypy -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Provides: ${python:Provides} -Suggests: python-amqplib -Description: Python logging handler that sends messages in GELF (Python 2) - This package can be used to sent messages to Graylog2 using a custom handler - for the builtin logging library in the Graylog Extended Log Format (GELF). - . - Alternately, GELFRabbitHandler can be used to send messages to RabbitMQ. Your - Graylog2 server needs to be configured to consume messages via AMQP then. This - prevents log messages from being lost due to dropped UDP packets (GELFHandler - sends messages to Graylog2 using UDP). You will need to configure RabbitMQ - with a 'gelf_log' queue and bind it to the 'logging.gelf' exchange so messages - are properly routed to a queue that can be consumed by Graylog2 (the queue and - exchange names may be customized to your liking). - . - graypy can be easily integrated into Django's logging settings. - . - This is the Python 2 version of the package. - Package: python3-graypy Architecture: all Depends: ${misc:Depends}, ${python3:Depends} diff -Nru graypy-1.1.3/debian/python-graypy.docs graypy-1.1.3/debian/python-graypy.docs --- graypy-1.1.3/debian/python-graypy.docs 2014-11-13 09:36:32.000000000 +0000 +++ graypy-1.1.3/debian/python-graypy.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -README.rst diff -Nru graypy-1.1.3/debian/rules graypy-1.1.3/debian/rules --- graypy-1.1.3/debian/rules 2014-11-13 09:36:32.000000000 +0000 +++ graypy-1.1.3/debian/rules 2019-07-23 11:13:34.000000000 +0000 @@ -3,4 +3,4 @@ export PYBUILD_NAME=graypy %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild diff -Nru graypy-1.1.3/debian/tests/control graypy-1.1.3/debian/tests/control --- graypy-1.1.3/debian/tests/control 2019-07-08 11:44:53.000000000 +0000 +++ graypy-1.1.3/debian/tests/control 2019-07-23 11:11:55.000000000 +0000 @@ -6,12 +6,3 @@ python3-requests, python3-setuptools Features: test-name=python3-pytest - -Test-Command: cp -r setup.py tests "$AUTOPKGTEST_TMP"; cd "$AUTOPKGTEST_TMP"; python -m pytest tests -Depends: python-amqplib, - python-graypy, - python-mock, - python-pytest, - python-requests, - python-setuptools -Features: test-name=python2-pytest