diff -Nru python3-defaults-3.7.2/debian/changelog python3-defaults-3.7.3/debian/changelog --- python3-defaults-3.7.2/debian/changelog 2019-01-18 07:54:49.000000000 +0000 +++ python3-defaults-3.7.3/debian/changelog 2019-03-26 10:25:14.000000000 +0000 @@ -1,3 +1,9 @@ +python3-defaults (3.7.3-1) unstable; urgency=medium + + * Bump version to 3.7.3. + + -- Matthias Klose Tue, 26 Mar 2019 11:25:14 +0100 + python3-defaults (3.7.2-1) unstable; urgency=medium * Bump version to 3.7.2. diff -Nru python3-defaults-3.7.2/debian/control python3-defaults-3.7.3/debian/control --- python3-defaults-3.7.2/debian/control 2019-01-18 07:54:49.000000000 +0000 +++ python3-defaults-3.7.3/debian/control 2019-02-25 12:01:30.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Matthias Klose Uploaders: Piotr Ożarowski -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.11), python3.7:any (>= 3.7.2-1~), +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.11), python3.7:any (>= 3.7.3-1~), lsb-release, python3-minimal:any, python3-docutils, @@ -20,7 +20,7 @@ Architecture: any Multi-Arch: allowed Pre-Depends: python3-minimal (= ${binary:Version}) -Depends: python3.7 (>= 3.7.2-1~), libpython3-stdlib (= ${binary:Version}), ${misc:Depends} +Depends: python3.7 (>= 3.7.3-1~), libpython3-stdlib (= ${binary:Version}), ${misc:Depends} Suggests: python3-doc (>= ${binary:Version}), python3-tk (>= 3.7.2-1~) , python3-venv (>= ${binary:Version}) Replaces: python3-minimal (<< 3.1.2-2) Provides: python3-profiler @@ -37,7 +37,7 @@ Package: python3-venv Architecture: any Multi-Arch: allowed -Depends: python3.7-venv (>= 3.7.2-1~), python3 (= ${binary:Version}), +Depends: python3.7-venv (>= 3.7.3-1~), python3 (= ${binary:Version}), python3-distutils (>= 3.7.2-1~), ${misc:Depends} Description: pyvenv-3 binary for python3 (default python3 version) Python, the high-level, interactive object oriented language, @@ -50,7 +50,7 @@ Package: python3-minimal Architecture: any Multi-Arch: allowed -Pre-Depends: python3.7-minimal (>= 3.7.2-1~) +Pre-Depends: python3.7-minimal (>= 3.7.3-1~) Depends: dpkg (>= 1.13.20), ${misc:Depends} Description: minimal subset of the Python language (default python3 version) This package contains the interpreter and some essential modules. It's used @@ -62,7 +62,7 @@ Package: python3-examples Architecture: all Multi-Arch: foreign -Depends: python3 (>= ${binary:Version}), python3.7-examples (>= 3.7.2-1~), ${misc:Depends} +Depends: python3 (>= ${binary:Version}), python3.7-examples (>= 3.7.3-1~), ${misc:Depends} Description: examples for the Python language (default version) Examples, Demos and Tools for Python. These are files included in the upstream Python distribution. @@ -74,7 +74,7 @@ Architecture: any Multi-Arch: allowed Depends: python3 (= ${binary:Version}), libpython3-dev (= ${binary:Version}), - python3.7-dev (>= 3.7.2-1~), python3-distutils (>= 3.7.2-1~), + python3.7-dev (>= 3.7.3-1~), python3-distutils (>= 3.7.2-1~), ${misc:Depends}, dh-python Replaces: python3.1 (<< 3.1.2+20100706-3) Description: header files and a static library for Python (default) @@ -89,7 +89,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: libpython3.7-dev (>= 3.7.2-1~), ${misc:Depends} +Depends: libpython3.7-dev (>= 3.7.3-1~), ${misc:Depends} Description: header files and a static library for Python (default) Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python @@ -101,7 +101,7 @@ Package: libpython3-stdlib Architecture: any Multi-Arch: same -Depends: libpython3.7-stdlib (>= 3.7.2-1~), ${misc:Depends} +Depends: libpython3.7-stdlib (>= 3.7.3-1~), ${misc:Depends} Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for @@ -136,7 +136,7 @@ Section: doc Architecture: all Multi-Arch: foreign -Depends: python3.7-doc (>= 3.7.2-1~), ${misc:Depends} +Depends: python3.7-doc (>= 3.7.3-1~), ${misc:Depends} Suggests: python3 (>= ${binary:Version}), python3-examples Description: documentation for the high-level object-oriented language Python 3 This is the official set of documentation for the interactive high-level @@ -160,7 +160,7 @@ Architecture: any Multi-Arch: allowed Section: debug -Depends: python3 (= ${binary:Version}), libpython3-dbg (= ${binary:Version}), python3.7-dbg (>= 3.7.2-1~), ${misc:Depends} +Depends: python3 (= ${binary:Version}), libpython3-dbg (= ${binary:Version}), python3.7-dbg (>= 3.7.3-1~), ${misc:Depends} Description: debug build of the Python 3 Interpreter (version 3.7) Python 3 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.7/lib-dynload/debug first. @@ -169,7 +169,7 @@ Architecture: any Multi-Arch: same Section: debug -Depends: libpython3.7-dbg (>= 3.7.2-1~), ${misc:Depends} +Depends: libpython3.7-dbg (>= 3.7.3-1~), ${misc:Depends} Description: debug build of the Python 3 Interpreter (version 3.7) Python 3 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python3.7/lib-dynload/debug first. diff -Nru python3-defaults-3.7.2/debian/rules python3-defaults-3.7.3/debian/rules --- python3-defaults-3.7.2/debian/rules 2019-01-18 07:54:49.000000000 +0000 +++ python3-defaults-3.7.3/debian/rules 2019-02-25 12:01:20.000000000 +0000 @@ -22,13 +22,13 @@ distrelease := $(shell lsb_release -cs) # requiered python3.x version -UPSTRVER := 3.7.2-1~ +UPSTRVER := 3.7.3-1~ # required versions of python3-lib2to3 and python3-distutils STDLIBVER := 3.7.2-1~ ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy lucid maverick natty oneiric precise quantal raring saucy trusty)) - bd_i586 = dpkg-dev (>= 1.17.11), python3.7:any (>= 3.7.2-1~), + bd_i586 = dpkg-dev (>= 1.17.11), python3.7:any (>= 3.7.3-1~), else bd_i586 = dpkg-dev (>= 1.16.1~), endif diff -Nru python3-defaults-3.7.2/.gitignore python3-defaults-3.7.3/.gitignore --- python3-defaults-3.7.2/.gitignore 2018-06-05 21:35:36.000000000 +0000 +++ python3-defaults-3.7.3/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -debian/*.debhelper* -debian/*.substvars -debian/files -debian/python3-minimal.postinst -debian/python3.postinst -debian/python3.postrm -debian/python3.preinst - -debian/2to3 -debian/idle -debian/idle3 -debian/libpython3-all-dbg -debian/libpython3-all-dev -debian/libpython3-dbg -debian/libpython3-dev -debian/libpython3-stdlib -debian/python3 -debian/python3-all -debian/python3-all-dbg -debian/python3-all-dev -debian/python3-dbg -debian/python3-dev -debian/python3-doc -debian/python3-examples -debian/python3-minimal -debian/python3-venv - -py3clean.1 -py3compile.1 -stamp-*