From 116fd198fb71721193861b14b68965e7da21c47e69f713a23c23b0e8e0d2e571 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 12 Sep 2022 05:45:38 +0000 Subject: [PATCH] Accepting request 1002555 from home:bnavigator:branches:devel:languages:python:Factory - Update to version 20220911.111e4c9: * fix gh#openSUSE/python-rpm-macros#141: allow parameters in sections * more compact alternative scriptlets without newline * Update flavor sets in README * Document flavored PEP517 macros * flavorize pyproject macros * Avoid to install incorrect PEP610 metadata For tests see the home:bnavigator:python-rpm-macros project and the discussions in the pull requests on GitHub OBS-URL: https://build.opensuse.org/request/show/1002555 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=171 --- _servicedata | 2 +- python-rpm-macros-20220809.cf8a7b8.tar.xz | 3 --- python-rpm-macros-20220911.111e4c9.tar.xz | 3 +++ python-rpm-macros.changes | 11 +++++++++++ python-rpm-macros.spec | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20220809.cf8a7b8.tar.xz create mode 100644 python-rpm-macros-20220911.111e4c9.tar.xz diff --git a/_servicedata b/_servicedata index 2b18080..134a81a 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/openSUSE/python-rpm-macros.git 80d37568d9732beb7fcc2cf27c5c08f9c01fade1 https://github.com/openSUSE/python-rpm-macros.git - cf8a7b84646b89b3016b0fe4915a411845230a94 \ No newline at end of file + 111e4c9db56ecd9c284a7032c678f532f203e56c \ No newline at end of file diff --git a/python-rpm-macros-20220809.cf8a7b8.tar.xz b/python-rpm-macros-20220809.cf8a7b8.tar.xz deleted file mode 100644 index 141982b..0000000 --- a/python-rpm-macros-20220809.cf8a7b8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:859d1edc02f65fefef212da083d36fd315f91269108882699de986106a7446b2 -size 18828 diff --git a/python-rpm-macros-20220911.111e4c9.tar.xz b/python-rpm-macros-20220911.111e4c9.tar.xz new file mode 100644 index 0000000..772684a --- /dev/null +++ b/python-rpm-macros-20220911.111e4c9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ed5a824a07061f1fd45a00bf88f5ac07343e5e58c1619833e59f52cc4dd9a0 +size 19156 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 88267dc..ea7e13d 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 12 03:10:25 UTC 2022 - code@bnavigator.de + +- Update to version 20220911.111e4c9: + * fix gh#openSUSE/python-rpm-macros#141: allow parameters in sections + * more compact alternative scriptlets without newline + * Update flavor sets in README + * Document flavored PEP517 macros + * flavorize pyproject macros + * Avoid to install incorrect PEP610 metadata + ------------------------------------------------------------------- Mon Aug 15 06:05:08 UTC 2022 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index ab3403f..5b3c6e9 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20220809.cf8a7b8 +Version: 20220911.111e4c9 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL