From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/python-cherrypy: bump to version 18.3.0
Date: Mon, 21 Oct 2019 16:40:30 +0300 [thread overview]
Message-ID: <20191021134031.20586-10-asafka7@gmail.com> (raw)
In-Reply-To: <20191021134031.20586-1-asafka7@gmail.com>
* Update dependency list.
* The package doesn't support Python 2 anymore.
* License change: copyright year bump and removing bold style from
one line.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
package/python-cherrypy/Config.in | 11 +++++------
package/python-cherrypy/python-cherrypy.hash | 9 +++++----
package/python-cherrypy/python-cherrypy.mk | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/package/python-cherrypy/Config.in b/package/python-cherrypy/Config.in
index 622dd1f49b..c25befe9ad 100644
--- a/package/python-cherrypy/Config.in
+++ b/package/python-cherrypy/Config.in
@@ -1,13 +1,12 @@
config BR2_PACKAGE_PYTHON_CHERRYPY
bool "python-cherrypy"
+ depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
- select BR2_PACKAGE_PYTHON_JARACO_CLASSES # runtime
+ select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
select BR2_PACKAGE_PYTHON_PORTEND # runtime
- select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
- select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
- select BR2_PACKAGE_PYTHON_SIX # runtime
- select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
- select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+ select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
+ select BR2_PACKAGE_PYTHON_ZC_LOCKFILE # runtime
+ select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
A minimalist web framework
diff --git a/package/python-cherrypy/python-cherrypy.hash b/package/python-cherrypy/python-cherrypy.hash
index d8f97af0f7..ffad848fc8 100644
--- a/package/python-cherrypy/python-cherrypy.hash
+++ b/package/python-cherrypy/python-cherrypy.hash
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/CherryPy/json, sha256 locally computed
-md5 e21fd0c5706504a8f26c46d808a14255 CherryPy-12.0.1.tar.gz
-sha256 6a3a90a43b1e05bd4634c60acfdcf34efe74f9f8746aca14dbe95a9b69db30ea CherryPy-12.0.1.tar.gz
-sha256 02f4efe6e7dcd218c33cfa065c0552de983b5ad563b053e97697c5abd2ef14f9 LICENSE.md
+# md5, sha256 from https://pypi.org/pypi/CherryPy/json
+md5 1c0141ba4173ded6e69f67a3b2e28738 CherryPy-18.3.0.tar.gz
+sha256 683e687e7c7b1ba31ef86a113b1eafd0407269fed175bf488d3c839d37d1cc60 CherryPy-18.3.0.tar.gz
+# Locally computed sha256 checksums
+sha256 6c7f90d4b7c6e08184f88ac12750b94d6bf254eee345a18d26178717be5c27d2 LICENSE.md
diff --git a/package/python-cherrypy/python-cherrypy.mk b/package/python-cherrypy/python-cherrypy.mk
index 72b17bc876..8c1b7a7995 100644
--- a/package/python-cherrypy/python-cherrypy.mk
+++ b/package/python-cherrypy/python-cherrypy.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_CHERRYPY_VERSION = 12.0.1
+PYTHON_CHERRYPY_VERSION = 18.3.0
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
-PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/be/d8/a8ef56bfe1c39d466b8d55b496b64459cc43dec71361d88edf904901637f
+PYTHON_CHERRYPY_SITE = https://files.pythonhosted.org/packages/b1/f8/1bc6457ff1d2c1221eded1e693b867478eda8e32b4c7e5238f4810bb81a0
PYTHON_CHERRYPY_LICENSE = BSD-3-Clause
PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.md
PYTHON_CHERRYPY_SETUP_TYPE = setuptools
--
2.20.1
next prev parent reply other threads:[~2019-10-21 13:40 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 13:40 [Buildroot] [PATCH 1/1] package/python-asn1crypyo: bump to version 1.2.0 Asaf Kahlon
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-cheroot: bump to version 8.2.1 Asaf Kahlon
2019-10-21 17:11 ` Thomas Petazzoni
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-docker: bump to version 4.1.0 Asaf Kahlon
2019-10-21 17:11 ` Thomas Petazzoni
2019-10-23 15:40 ` Peter Korsgaard
2019-10-23 19:20 ` Asaf Kahlon
2019-10-23 19:46 ` Peter Korsgaard
2019-10-21 13:40 ` [Buildroot] [PATCH 1/2] package/python-entrypoints: new package Asaf Kahlon
2019-10-21 17:13 ` Thomas Petazzoni
2019-10-21 19:01 ` Asaf Kahlon
2019-10-21 19:19 ` Thomas Petazzoni
2019-10-21 19:31 ` Asaf Kahlon
2019-10-21 21:17 ` Thomas Petazzoni
2020-02-02 19:49 ` Peter Korsgaard
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-flask-sqlalchemy: bump to version 2.4.1 Asaf Kahlon
2019-10-21 17:13 ` Thomas Petazzoni
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-flup: bump to version 1.0.3 Asaf Kahlon
2019-10-21 17:13 ` Thomas Petazzoni
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-pymodbus: bump to version 2.2.0 Asaf Kahlon
2019-10-21 17:13 ` Thomas Petazzoni
2019-10-21 13:40 ` [Buildroot] [PATCH 1/1] package/python-xlsxwriter: bump to version 1.2.2 Asaf Kahlon
2019-10-21 17:13 ` Thomas Petazzoni
2019-10-21 13:40 ` [Buildroot] [PATCH 1/2] package/python-zc-lockfile: new package Asaf Kahlon
2020-02-04 9:58 ` Peter Korsgaard
2019-10-21 13:40 ` Asaf Kahlon [this message]
2020-02-04 10:03 ` [Buildroot] [PATCH 2/2] package/python-cherrypy: bump to version 18.3.0 Peter Korsgaard
2019-10-21 13:40 ` [Buildroot] [PATCH 2/2] package/python-keyring: bump to version 19.2.0 Asaf Kahlon
2020-04-13 19:54 ` Thomas Petazzoni
2019-10-21 17:11 ` [Buildroot] [PATCH 1/1] package/python-asn1crypyo: bump to version 1.2.0 Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191021134031.20586-10-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox