diff --git a/.gitignore b/.gitignore index e1b4df0..fd14cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ build.log.round* *.zip commitmsg results/ +rpms/ diff --git a/ChangeLog b/ChangeLog index 3c5a812..60232aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +v6.5.1 +====== +- :issue:`93` via :pr:`110`: Improve UNIX socket fs access mode + in :py:meth:`cheroot.server.HTTPServer.prepare` on a file socket + when starting to listen to it. + + +v6.5.0 +====== + +- :cp-issue:`1001` via :pr:`52` and :pr:`108`: Add support for + validating client certificates. + v6.4.0 ====== diff --git a/Makefile b/Makefile index 1f41f8f..fb76fb1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := cheroot -URL = https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz +URL = https://files.pythonhosted.org/packages/c0/1f/d42496ff1c907b95a4504aca26d91e68afacf5ee1e1afa9be272bc46ec27/cheroot-6.5.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/cheroot.spec b/cheroot.spec index 9b755e7..9a4987d 100644 --- a/cheroot.spec +++ b/cheroot.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : cheroot -Version : 6.4.0 -Release : 13 -URL : https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz +Version : 6.5.1 +Release : 14 +URL : https://files.pythonhosted.org/packages/c0/1f/d42496ff1c907b95a4504aca26d91e68afacf5ee1e1afa9be272bc46ec27/cheroot-6.5.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/c0/1f/d42496ff1c907b95a4504aca26d91e68afacf5ee1e1afa9be272bc46ec27/cheroot-6.5.1.tar.gz Summary : Highly-optimized, pure-python HTTP server Group : Development/Tools License : BSD-3-Clause @@ -15,8 +15,10 @@ Requires: cheroot-python3 Requires: cheroot-license Requires: cheroot-python Requires: alabaster +Requires: ddt Requires: docutils Requires: more-itertools +Requires: pytest-sugar Requires: six BuildRequires : buildreq-distutils3 BuildRequires : more-itertools @@ -70,7 +72,7 @@ python3 components for the cheroot package. %prep -%setup -q -n cheroot-6.4.0 +%setup -q -n cheroot-6.5.1 %patch1 -p1 %build @@ -78,7 +80,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1533133000 +export SOURCE_DATE_EPOCH=1535931739 python3 setup.py build -b py3 %install diff --git a/options.conf b/options.conf index 83b0b23..2b916d3 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = cheroot -url = https://files.pythonhosted.org/packages/a4/f4/f3397323fac13472fb7e43bc7daca708138462dc0aabf73b4dbbf5845810/cheroot-6.4.0.tar.gz +url = https://files.pythonhosted.org/packages/c0/1f/d42496ff1c907b95a4504aca26d91e68afacf5ee1e1afa9be272bc46ec27/cheroot-6.5.1.tar.gz archives = giturl = https://github.com/cherrypy/cheroot.git diff --git a/release b/release index b1bd38b..8351c19 100644 --- a/release +++ b/release @@ -1 +1 @@ -13 +14 diff --git a/upstream b/upstream index 1a1b1c3..ed9f86a 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -6c00c471ae09154f548b29cb3a1df2260419fc45/cheroot-6.4.0.tar.gz +bd5796a36976d9d40809f0026eb01d710421d9a8/cheroot-6.5.1.tar.gz