From ec1765db005486ed3d9bdcccfda3abb36cd724962889cbe4585418a9b4cefb32 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 30 Nov 2022 22:17:37 +0000 Subject: [PATCH] Accepting request 1039167 from home:david.anes:branches:devel:languages:python - Update to version 0.10.0 * Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140) * Renamed the ignore_missing_includes option to a more general force_parse. If specified, it allows to attempt to parse the spec file even if one or more sources required to be present at parsing time are not available. Such sources include sources referenced from shell expansions in tag values and sources included using the %include directive. (#137) OBS-URL: https://build.opensuse.org/request/show/1039167 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=5 --- python-specfile.changes | 13 +++++++++++++ python-specfile.spec | 2 +- specfile-0.10.0.tar.gz | 3 +++ specfile-0.9.0.tar.gz | 3 --- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 specfile-0.10.0.tar.gz delete mode 100644 specfile-0.9.0.tar.gz diff --git a/python-specfile.changes b/python-specfile.changes index d95fb42..e2eabc6 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 30 17:15:22 UTC 2022 - David Anes + +- Update to version 0.10.0 + * Fixed an issue that caused empty lines originally inside + changelog entries to appear at the end. (#140) + * Renamed the ignore_missing_includes option to a more general + force_parse. If specified, it allows to attempt to parse the + spec file even if one or more sources required to be present at + parsing time are not available. Such sources include sources + referenced from shell expansions in tag values and sources + included using the %include directive. (#137) + ------------------------------------------------------------------- Wed Nov 9 19:02:12 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-specfile.spec b/python-specfile.spec index 04c74ac..727f092 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -18,7 +18,7 @@ %define skip_python38 1 Name: python-specfile -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT diff --git a/specfile-0.10.0.tar.gz b/specfile-0.10.0.tar.gz new file mode 100644 index 0000000..31b5932 --- /dev/null +++ b/specfile-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2623bf42c47faf6dad18eda53ff4d8b316cad54a44e7e50d3ee91a3ae632be01 +size 72258 diff --git a/specfile-0.9.0.tar.gz b/specfile-0.9.0.tar.gz deleted file mode 100644 index eef1d80..0000000 --- a/specfile-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9005f5b733fe1f22cb3f9c0e4f06e9bf78917a3c30ac1b2bd2bec525f9ca01 -size 66363