All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] python-pytz: bump to version 2018.5
Date: Tue, 11 Sep 2018 17:58:22 +0300	[thread overview]
Message-ID: <20180911145823.15032-2-asafka7@gmail.com> (raw)
In-Reply-To: <20180911145823.15032-1-asafka7@gmail.com>

Update license hash: change was a year bump.
Remove zip extraction logic since now the package is provided as tar.gz.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-pytz/python-pytz.hash |  9 +++++----
 package/python-pytz/python-pytz.mk   | 12 +++---------
 2 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/package/python-pytz/python-pytz.hash b/package/python-pytz/python-pytz.hash
index dd3ff2c2ad..0b1a0b5501 100644
--- a/package/python-pytz/python-pytz.hash
+++ b/package/python-pytz/python-pytz.hash
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/pytz/json, sha256 locally computed
-md5	7006b56c0d68a162d9fe57d4249c3171  pytz-2017.3.zip
-sha256  fae4cffc040921b8a2d60c6cf0b5d662c1190fe54d718271db4eb17d44a185b7  pytz-2017.3.zip
-sha256  a1c7102a51ef9ed37766f7388c71fd41bae2a7a95c30673c419ab84e1acc5f02  LICENSE.txt
+# md5, sha256 from https://pypi.org/pypi/pytz/json
+md5	45409cbfa3927bdd2f3ee914dd5b1060  pytz-2018.5.tar.gz
+sha256	ffb9ef1de172603304d9d2819af6f5ece76f2e85ec10692a524dd876e72bf277  pytz-2018.5.tar.gz
+# Locally computed sha256 checksums
+sha256	39f07c72a1bfda349cbd27bac9bcb1e6f8c5b4e5cc3fadf56900406e8cc0b792  LICENSE.txt
diff --git a/package/python-pytz/python-pytz.mk b/package/python-pytz/python-pytz.mk
index 1d3603389b..4ddc3f9df0 100644
--- a/package/python-pytz/python-pytz.mk
+++ b/package/python-pytz/python-pytz.mk
@@ -4,17 +4,11 @@
 #
 ################################################################################
 
-PYTHON_PYTZ_VERSION = 2017.3
-PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).zip
-PYTHON_PYTZ_SITE = https://pypi.python.org/packages/60/88/d3152c234da4b2a1f7a989f89609ea488225eaea015bc16fbde2b3fdfefa
+PYTHON_PYTZ_VERSION = 2018.5
+PYTHON_PYTZ_SOURCE = pytz-$(PYTHON_PYTZ_VERSION).tar.gz
+PYTHON_PYTZ_SITE = https://files.pythonhosted.org/packages/ca/a9/62f96decb1e309d6300ebe7eee9acfd7bccaeedd693794437005b9067b44
 PYTHON_PYTZ_SETUP_TYPE = setuptools
 PYTHON_PYTZ_LICENSE = MIT
 PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
 
-define PYTHON_PYTZ_EXTRACT_CMDS
-	unzip $(PYTHON_PYTZ_DL_DIR)/$(PYTHON_PYTZ_SOURCE) -d $(@D)
-	mv $(@D)/pytz-$(PYTHON_PYTZ_VERSION)/* $(@D)
-	rmdir $(@D)/pytz-$(PYTHON_PYTZ_VERSION)
-endef
-
 $(eval $(python-package))
-- 
2.17.1

  reply	other threads:[~2018-09-11 14:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-11 14:58 [Buildroot] [PATCH 1/1] python-pathlib2: bump to version 2.3.2 Asaf Kahlon
2018-09-11 14:58 ` Asaf Kahlon [this message]
2018-09-12 19:10   ` [Buildroot] [PATCH 1/1] python-pytz: bump to version 2018.5 Thomas Petazzoni
2018-09-11 14:58 ` [Buildroot] [PATCH 1/1] python-scandir: bump to version 1.9.0 Asaf Kahlon
2018-09-12 19:11   ` Thomas Petazzoni
2018-09-12 19:10 ` [Buildroot] [PATCH 1/1] python-pathlib2: bump to version 2.3.2 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=20180911145823.15032-2-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.