From bbccf0fe0b31ea5c2e775efb050200a11fa5cc941079e51744c64609a4bcfc37 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Jul 2022 10:32:20 +0000 Subject: [PATCH] - Update to version 20220721.0a061eb: * make python_flavored_alternatives less verbose * Move install of libalts from sciptlets to python_clone -a -- close gh#openSUSE/python-rpm-macros#133 * hard-code %py_ver -- fix gh#openSUSE/python-rpm-macros#131 * fix gh#openSUSE/python-rpm-macros#130 print proper error on missing python interpreter OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=163 --- _servicedata | 2 +- python-rpm-macros-20220618.1ed0055.tar.xz | 3 --- python-rpm-macros-20220721.0a061eb.tar.xz | 3 +++ python-rpm-macros.changes | 9 +++++++++ python-rpm-macros.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20220618.1ed0055.tar.xz create mode 100644 python-rpm-macros-20220721.0a061eb.tar.xz diff --git a/_servicedata b/_servicedata index 2499c9d..e01f705 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 - 8ad941748e43a59e75eec28ef976bd52a2d4f260 \ No newline at end of file + 0a061eba2aa00e8fa62cf83c19e21b10a6bf5c8c \ No newline at end of file diff --git a/python-rpm-macros-20220618.1ed0055.tar.xz b/python-rpm-macros-20220618.1ed0055.tar.xz deleted file mode 100644 index b5d3243..0000000 --- a/python-rpm-macros-20220618.1ed0055.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a1b222d2edb196586b856b8bff1957b89f572cc4077f41d003f972489ef94a -size 18460 diff --git a/python-rpm-macros-20220721.0a061eb.tar.xz b/python-rpm-macros-20220721.0a061eb.tar.xz new file mode 100644 index 0000000..1614205 --- /dev/null +++ b/python-rpm-macros-20220721.0a061eb.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2426f448cf891250b665a187b733836af9763444292b0c5b99ee494799270831 +size 18812 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 0ceb865..1661ea6 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 21 10:31:50 UTC 2022 - mcepl@cepl.eu + +- Update to version 20220721.0a061eb: + * make python_flavored_alternatives less verbose + * Move install of libalts from sciptlets to python_clone -a -- close gh#openSUSE/python-rpm-macros#133 + * hard-code %py_ver -- fix gh#openSUSE/python-rpm-macros#131 + * fix gh#openSUSE/python-rpm-macros#130 print proper error on missing python interpreter + ------------------------------------------------------------------- Sat Jun 18 19:59:31 UTC 2022 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 777aad4..6ecce8e 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20220618.1ed0055 +Version: 20220721.0a061eb Release: 0 Summary: RPM macros for building of Python modules License: WTFPL