All of lore.kernel.org
 help / color / mirror / Atom feed
From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-xlsxwriter: bump to version 3.0.1
Date: Thu, 30 Sep 2021 10:00:51 +0300	[thread overview]
Message-ID: <20210930070051.40361-15-asafka7@gmail.com> (raw)
In-Reply-To: <20210930070051.40361-1-asafka7@gmail.com>

* The package doesn't python2 anymore.
* Indent with two spaces in the hash file.
* License changes was a year bump.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
---
 package/python-xlsxwriter/Config.in              | 4 ++--
 package/python-xlsxwriter/python-xlsxwriter.hash | 8 ++++----
 package/python-xlsxwriter/python-xlsxwriter.mk   | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/package/python-xlsxwriter/Config.in b/package/python-xlsxwriter/Config.in
index 3641bd0525..b5da7f3f1a 100644
--- a/package/python-xlsxwriter/Config.in
+++ b/package/python-xlsxwriter/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_XLSXWRITER
 	bool "python-xlsxwriter"
-	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
-	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
+	depends on BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_PYTHON3_ZLIB
 	help
 	  A Python module for creating Excel XLSX files.
 
diff --git a/package/python-xlsxwriter/python-xlsxwriter.hash b/package/python-xlsxwriter/python-xlsxwriter.hash
index 59890b725e..7c9698067b 100644
--- a/package/python-xlsxwriter/python-xlsxwriter.hash
+++ b/package/python-xlsxwriter/python-xlsxwriter.hash
@@ -1,5 +1,5 @@
-# md5, sha256 from https://pypi.org/pypi/XlsxWriter/json
-md5	799bf9c16ff58a7c38509b1895b7bc63  XlsxWriter-1.2.2.tar.gz
-sha256	5a5e2195a4672d17db79839bbdf1006a521adb57eaceea1c335ae4b3d19f088f  XlsxWriter-1.2.2.tar.gz
+# md5, sha256 from https://pypi.org/pypi/xlsxwriter/json
+md5  5f759dccf222e8f2a9924e90c4afaf84  XlsxWriter-3.0.1.tar.gz
+sha256  3f39bf581c55f3ad1438bc170d7f4c4649cee8b6b7a80d21f79508118eeea52a  XlsxWriter-3.0.1.tar.gz
 # Locally computed sha256 checksums
-sha256	777cb44c00ba1c2905686fa32f2ca3ba17422b96fc229be3d8f0f1333bc4ecfe  LICENSE.txt
+sha256  8fbb9b28ef0afac1c7d999102fd2634f347448d069c8c821976f3dbd2b3f812c  LICENSE.txt
diff --git a/package/python-xlsxwriter/python-xlsxwriter.mk b/package/python-xlsxwriter/python-xlsxwriter.mk
index ccc2fc7eba..4c8a512086 100644
--- a/package/python-xlsxwriter/python-xlsxwriter.mk
+++ b/package/python-xlsxwriter/python-xlsxwriter.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_XLSXWRITER_VERSION = 1.2.2
+PYTHON_XLSXWRITER_VERSION = 3.0.1
 PYTHON_XLSXWRITER_SOURCE = XlsxWriter-$(PYTHON_XLSXWRITER_VERSION).tar.gz
-PYTHON_XLSXWRITER_SITE = https://files.pythonhosted.org/packages/73/78/3ea62c5ad7255a0ff676c87ea88b152090b2178cb27325ba3bb0bb4122c9
+PYTHON_XLSXWRITER_SITE = https://files.pythonhosted.org/packages/5d/36/e943d07af9d26cc2f11861955dbf0031e891f77f3d55f70217fd6a0f4d9f
 PYTHON_XLSXWRITER_SETUP_TYPE = setuptools
 PYTHON_XLSXWRITER_LICENSE = BSD-2-Clause
 PYTHON_XLSXWRITER_LICENSE_FILES = LICENSE.txt
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2021-09-30  7:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30  7:00 [Buildroot] [PATCH 1/1] package/python-pymysql: bump to version 1.0.2 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-reentry: bump to version 1.3.2 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-request-id: bump to version 1.0.1 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/2] package/python-schedule: bump to version 1.1.0 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-semver: bump to version 2.13.0 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-sentry-sdk: bump to version 1.4.3 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-setproctitle: bump to version 1.2.2 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-sortedcontainers: bump to version 2.4.0 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-soupsieve: bump to version 2.2.1 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-sqliteschema: bump to version 1.2.0 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-urllib3: bump to version 1.26.7 Asaf Kahlon
2021-10-06 14:53   ` Peter Korsgaard
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-websockets: bump to version 10.0 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-wrapt: bump to version 1.12.1 Asaf Kahlon
2021-09-30  7:00 ` [Buildroot] [PATCH 1/1] package/python-xlrd: bump to version 2.0.1 Asaf Kahlon
2021-09-30  7:00 ` Asaf Kahlon [this message]
2021-10-03  8:23 ` [Buildroot] [PATCH 1/1] package/python-pymysql: bump to version 1.0.2 Yann E. MORIN

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=20210930070051.40361-15-asafka7@gmail.com \
    --to=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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.