From 06a58c2c10ee07c0165d45c2d90baa58a2beed10 Mon Sep 17 00:00:00 2001 From: j1nx Date: Sun, 7 May 2023 13:30:24 +0200 Subject: [PATCH] Bump adapt-parser --- .../0001-Simplify-setup.patch | 21 ++++++++++--------- .../python-adapt-parser.hash | 2 +- .../python-adapt-parser.mk | 4 ++-- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/buildroot-external/package/python-adapt-parser/0001-Simplify-setup.patch b/buildroot-external/package/python-adapt-parser/0001-Simplify-setup.patch index 95aac4c7..313c53a3 100644 --- a/buildroot-external/package/python-adapt-parser/0001-Simplify-setup.patch +++ b/buildroot-external/package/python-adapt-parser/0001-Simplify-setup.patch @@ -1,17 +1,17 @@ -From d49aa5b51128d0bf38fb902a57d1965e8983af5f Mon Sep 17 00:00:00 2001 +From 80e6b553e2e5343e5b8064bfe8af86264e3227d4 Mon Sep 17 00:00:00 2001 From: j1nx -Date: Tue, 27 Jul 2021 15:01:43 +0200 +Date: Sun, 7 May 2023 13:28:28 +0200 Subject: [PATCH 1/1] Simplify setup --- - setup.py | 15 --------------- - 1 file changed, 15 deletions(-) + setup.py | 16 ---------------- + 1 file changed, 16 deletions(-) diff --git a/setup.py b/setup.py -index 1de4f3a..de629bd 100644 +index 9f7b685..d642737 100644 --- a/setup.py +++ b/setup.py -@@ -18,25 +18,12 @@ __author__ = 'seanfitz' +@@ -18,26 +18,12 @@ __author__ = 'seanfitz' import os from setuptools import setup @@ -29,15 +29,16 @@ index 1de4f3a..de629bd 100644 - setup( name="adapt-parser", - version="0.5.1", + version="1.0.0", author="Sean Fitzgerald", author_email="sean@fitzgeralds.me", description=("A text-to-intent parsing framework."), - long_description=long_description, - long_description_content_type="text/markdown", +- long_description_content_type="text/markdown", license=("Apache License 2.0"), keywords="natural language processing", -@@ -54,6 +41,4 @@ setup( + url="https://github.com/MycroftAI/adapt", +@@ -55,6 +41,4 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', ], @@ -45,5 +46,5 @@ index 1de4f3a..de629bd 100644 - install_requires=required('requirements.txt') ) -- -2.20.1 +2.34.1 diff --git a/buildroot-external/package/python-adapt-parser/python-adapt-parser.hash b/buildroot-external/package/python-adapt-parser/python-adapt-parser.hash index 1be48cfd..ab023dc2 100644 --- a/buildroot-external/package/python-adapt-parser/python-adapt-parser.hash +++ b/buildroot-external/package/python-adapt-parser/python-adapt-parser.hash @@ -1,2 +1,2 @@ # md5, sha256 from https://pypi.org/pypi/adapt-parser/json -sha256 fdc73b34ffd94697c9b37be504585d6ae5f6eef665eb02eb86427d2080ea22f7 adapt-parser-0.5.1.tar.gz +sha256 fb9a072e01ce4d2a2eaab791db4159144af1cfeebdec931db0b60ec2f471fd59 adapt-parser-1.0.0.tar.gz diff --git a/buildroot-external/package/python-adapt-parser/python-adapt-parser.mk b/buildroot-external/package/python-adapt-parser/python-adapt-parser.mk index 0555c413..61cc9dfc 100644 --- a/buildroot-external/package/python-adapt-parser/python-adapt-parser.mk +++ b/buildroot-external/package/python-adapt-parser/python-adapt-parser.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_ADAPT_PARSER_VERSION = 0.5.1 +PYTHON_ADAPT_PARSER_VERSION = 1.0.0 PYTHON_ADAPT_PARSER_SOURCE = adapt-parser-$(PYTHON_ADAPT_PARSER_VERSION).tar.gz -PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/ea/f3/d1043da5dfe5b3cc5c02b0a62425d8d7231a43214ddbb6f20459b6be491c +PYTHON_ADAPT_PARSER_SITE = https://files.pythonhosted.org/packages/ff/97/236a8cf280b789a86a7e5b50d3602e189ecc9726ebbb5b3259bb43761b02 PYTHON_ADAPT_PARSER_SETUP_TYPE = setuptools $(eval $(python-package))