Bump adapt-parser

This commit is contained in:
j1nx 2023-05-07 13:30:24 +02:00
parent 55b998a6e0
commit 06a58c2c10
3 changed files with 14 additions and 13 deletions

View File

@ -1,17 +1,17 @@
From d49aa5b51128d0bf38fb902a57d1965e8983af5f Mon Sep 17 00:00:00 2001
From 80e6b553e2e5343e5b8064bfe8af86264e3227d4 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
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

View File

@ -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

View File

@ -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))