From ba9bfdc8bb95c5d18d5626d595e0fa387f1427c0e410ae70c03b2eb6c2217606 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 26 Jan 2021 21:11:56 +0000 Subject: [PATCH] - Update to version 20210126.fea1c1f: * Document python_module with boolean dependecies * workaround undetected abi and platform tags gh#openSUSE/python-rpm-macros#93 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=135 --- _servicedata | 2 +- python-rpm-macros-20210121.ef5b8b9.tar.xz | 3 --- python-rpm-macros-20210126.fea1c1f.tar.xz | 3 +++ python-rpm-macros.changes | 7 +++++++ python-rpm-macros.spec | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20210121.ef5b8b9.tar.xz create mode 100644 python-rpm-macros-20210126.fea1c1f.tar.xz diff --git a/_servicedata b/_servicedata index e2a3fc4..b870481 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - 005334bf2614b43a352604760a06544205ba4ffe \ No newline at end of file + fea1c1f36c2cee83457c3c1a64b1171caff82c02 \ No newline at end of file diff --git a/python-rpm-macros-20210121.ef5b8b9.tar.xz b/python-rpm-macros-20210121.ef5b8b9.tar.xz deleted file mode 100644 index b528fb7..0000000 --- a/python-rpm-macros-20210121.ef5b8b9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0612e6b84f8f5f1bd8bc23e8935caab39baebb8ab8fabacdef3255ccf2412f -size 16004 diff --git a/python-rpm-macros-20210126.fea1c1f.tar.xz b/python-rpm-macros-20210126.fea1c1f.tar.xz new file mode 100644 index 0000000..74315f5 --- /dev/null +++ b/python-rpm-macros-20210126.fea1c1f.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2a0de75c4711e7e85526d6f84b05f336e7b8aee3d12ab2dfc9100f8f1c266c +size 16336 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 59531fd..de91cc0 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 26 21:11:34 UTC 2021 - mcepl@cepl.eu + +- Update to version 20210126.fea1c1f: + * Document python_module with boolean dependecies + * workaround undetected abi and platform tags gh#openSUSE/python-rpm-macros#93 + ------------------------------------------------------------------- Thu Jan 21 11:10:22 UTC 2021 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index e3dbedc..df2d432 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20210121.ef5b8b9 +Version: 20210126.fea1c1f Release: 0 Summary: RPM macros for building of Python modules License: WTFPL