From 94252e45e3b54f89c8a42eb01f8fe6a97447ca60cb184a013acf3c8e53a2461f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 13 Mar 2023 12:48:53 +0000 Subject: [PATCH] Accepting request 1071124 from home:david.anes:branches:devel:languages:python - Update to version 0.15.0: * Parsing the spec file by RPM is now performed only if really necessary, greatly improving performance in certain scenarios. (#212) * Checked that license is a valid SPDX license. OBS-URL: https://build.opensuse.org/request/show/1071124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=17 --- python-specfile.changes | 9 +++++++++ python-specfile.spec | 2 +- specfile-0.14.0.tar.gz | 3 --- specfile-0.15.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 specfile-0.14.0.tar.gz create mode 100644 specfile-0.15.0.tar.gz diff --git a/python-specfile.changes b/python-specfile.changes index 5f9c096..c7a0805 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 13 12:34:39 UTC 2023 - David Anes + +- Update to version 0.15.0: + * Parsing the spec file by RPM is now performed only if really + necessary, greatly improving performance in certain scenarios. + (#212) + * Checked that license is a valid SPDX license. + ------------------------------------------------------------------- Sat Feb 25 12:10:44 UTC 2023 - David Anes diff --git a/python-specfile.spec b/python-specfile.spec index 26bc0db..c99be4c 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -18,7 +18,7 @@ %define skip_python38 1 Name: python-specfile -Version: 0.14.0 +Version: 0.15.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT diff --git a/specfile-0.14.0.tar.gz b/specfile-0.14.0.tar.gz deleted file mode 100644 index 7b2d526..0000000 --- a/specfile-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c95b6ac42df0fec351cdf7f9e33695b5f9a26762ceff4901938e969ad875be44 -size 83699 diff --git a/specfile-0.15.0.tar.gz b/specfile-0.15.0.tar.gz new file mode 100644 index 0000000..4299c4a --- /dev/null +++ b/specfile-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a634e7d7310286f9d6df720162842b1a6136928e94dd9f1983ad679767bc13ac +size 84199