From be049932b100c7a64c0dd261d21b73ea817f8100 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 27 Dec 2018 11:07:24 +0300 Subject: [PATCH] Packages: Ubuntu 18.10 "cosmic" support added. --- docs/Makefile | 2 +- docs/changes.xml | 13 ++++++ pkg/deb/Makefile | 12 +++++ pkg/deb/Makefile.python37 | 46 +++++++++++++++++++ .../unit.example-python3.7-config | 17 +++++++ 5 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 pkg/deb/Makefile.python37 create mode 100644 pkg/deb/debian.module/unit.example-python3.7-config diff --git a/docs/Makefile b/docs/Makefile index 52ed1c65..1f0ba451 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,7 +8,7 @@ XSLS?= xslscript.pl PACKAGES= unit \ unit-php \ unit-python unit-python2.7 unit-python3.4 \ - unit-python3.5 unit-python3.6 \ + unit-python3.5 unit-python3.6 unit-python3.7 \ unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \ unit-perl \ unit-ruby diff --git a/docs/changes.xml b/docs/changes.xml index 7443795b..6a1f8a9b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,19 @@ + + + + +Initial release of Python 3.7 module for NGINX Unit. + + + + + +