From 475cfae83855e0afcac24cd0fcd0fc446844025e Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 06 Oct 2023 14:43:26 +0200
Subject: [PATCH] python/libcst: update to 1.1.0

---
 components/python/libcst/manifests/sample-manifest.p5m |    1 +
 components/python/libcst/Makefile                      |    6 +++---
 components/python/libcst/libcst-PYVER.p5m              |    1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/components/python/libcst/Makefile b/components/python/libcst/Makefile
index 2d444de..dde00fa 100644
--- a/components/python/libcst/Makefile
+++ b/components/python/libcst/Makefile
@@ -19,12 +19,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME =		libcst
-HUMAN_VERSION =			1.0.1
+HUMAN_VERSION =			1.1.0
 COMPONENT_SUMMARY =		libcst - A concrete syntax tree with AST-like properties for Python 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 programs.
 COMPONENT_ARCHIVE_URL =		\
-	https://files.pythonhosted.org/packages/f4/b2/dd6fcf70dc59281e6de7c4b2f6150d07c26db127262dd5cba16fde1464ed/libcst-1.0.1.tar.gz
+	https://files.pythonhosted.org/packages/81/ef/610498b5e982d9dd64f2af8422ece1be44a946a8dbda15d08087e0e1ff08/libcst-1.1.0.tar.gz
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:37187337f979ba426d8bfefc08008c3c1b09b9e9f9387050804ed2da88107570
+	sha256:0acbacb9a170455701845b7e940e2d7b9519db35a86768d86330a0b0deae1086
 COMPONENT_LICENSE =		MIT OR PSF-2.0
 COMPONENT_LICENSE_FILE =	LICENSE
 
diff --git a/components/python/libcst/libcst-PYVER.p5m b/components/python/libcst/libcst-PYVER.p5m
index e683ac4..e5b87b2 100644
--- a/components/python/libcst/libcst-PYVER.p5m
+++ b/components/python/libcst/libcst-PYVER.p5m
@@ -93,6 +93,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_trailing_whitespace.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_try.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_tuple.py
+file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_type_alias.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_unary_op.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_while.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_with.py
diff --git a/components/python/libcst/manifests/sample-manifest.p5m b/components/python/libcst/manifests/sample-manifest.p5m
index 6f60313..fea4b1b 100644
--- a/components/python/libcst/manifests/sample-manifest.p5m
+++ b/components/python/libcst/manifests/sample-manifest.p5m
@@ -93,6 +93,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_trailing_whitespace.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_try.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_tuple.py
+file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_type_alias.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_unary_op.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_while.py
 file path=usr/lib/python$(PYVER)/vendor-packages/libcst/_nodes/tests/test_with.py

--
Gitblit v1.9.3