From 8fe9b1edb50d7675030a1b7972c35bef3eff659099def6537fe8685fa48e0063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 12 Nov 2024 17:07:19 +0000 Subject: [PATCH] Accepting request 1223655 from home:glaubitz:branches:devel:languages:python - Update to 0.4 * Exceptions are not longer dataclasses. OBS-URL: https://build.opensuse.org/request/show/1223655 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexparser?expand=0&rev=5 --- flexparser-0.3.1.tar.gz | 3 --- flexparser-0.4.tar.gz | 3 +++ python-flexparser.changes | 6 ++++++ python-flexparser.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 flexparser-0.3.1.tar.gz create mode 100644 flexparser-0.4.tar.gz diff --git a/flexparser-0.3.1.tar.gz b/flexparser-0.3.1.tar.gz deleted file mode 100644 index 30a3600..0000000 --- a/flexparser-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36f795d82e50f5c9ae2fde1c33f21f88922fdd67b7629550a3cc4d0b40a66856 -size 31422 diff --git a/flexparser-0.4.tar.gz b/flexparser-0.4.tar.gz new file mode 100644 index 0000000..9988ebe --- /dev/null +++ b/flexparser-0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266d98905595be2ccc5da964fe0a2c3526fbbffdc45b65b3146d75db992ef6b2 +size 31799 diff --git a/python-flexparser.changes b/python-flexparser.changes index 69e611f..73fc089 100644 --- a/python-flexparser.changes +++ b/python-flexparser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 12 11:47:54 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.4 + * Exceptions are not longer dataclasses. + ------------------------------------------------------------------- Mon Sep 23 15:43:42 UTC 2024 - ecsos diff --git a/python-flexparser.spec b/python-flexparser.spec index 2352d37..4f6c64b 100644 --- a/python-flexparser.spec +++ b/python-flexparser.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flexparser -Version: 0.3.1 +Version: 0.4 Release: 0 Summary: Parsing made fun ... using typing License: BSD-3-Clause