From caf6698177235701968ce2144f16a6bf8dd47b9d173e1e0eb42a578a04bf1752 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 3 Feb 2021 16:40:53 +0000 Subject: [PATCH 1/3] - Update to version 20210203.0d8a91e: * don't define skip_python2 by default OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=141 --- _servicedata | 2 +- python-rpm-macros-20210131.ec7577b.tar.xz | 3 --- python-rpm-macros-20210203.0d8a91e.tar.xz | 3 +++ python-rpm-macros.changes | 6 ++++++ python-rpm-macros.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20210131.ec7577b.tar.xz create mode 100644 python-rpm-macros-20210203.0d8a91e.tar.xz diff --git a/_servicedata b/_servicedata index 2abb584..a016d85 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - 296eb32e76011293f6949392aec8c12c63febdc9 \ No newline at end of file + eb8fa61d30a2871972ede0b559d252ecedb156e2 \ No newline at end of file diff --git a/python-rpm-macros-20210131.ec7577b.tar.xz b/python-rpm-macros-20210131.ec7577b.tar.xz deleted file mode 100644 index 35368ec..0000000 --- a/python-rpm-macros-20210131.ec7577b.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d01cbce3cc1ce59bc3674160c3076c76bb247c921289a246994aef63e1459e5a -size 16468 diff --git a/python-rpm-macros-20210203.0d8a91e.tar.xz b/python-rpm-macros-20210203.0d8a91e.tar.xz new file mode 100644 index 0000000..055a134 --- /dev/null +++ b/python-rpm-macros-20210203.0d8a91e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c1731acbb2ee6d14c3722abc67d6bfc649eeca2fe89299b6d643b7e339156 +size 16520 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index e5dac16..c2b06c2 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 03 16:40:14 UTC 2021 - mcepl@cepl.eu + +- Update to version 20210203.0d8a91e: + * don't define skip_python2 by default + ------------------------------------------------------------------- Sun Jan 31 20:38:20 UTC 2021 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 989d929..e9e79f8 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20210131.ec7577b +Version: 20210203.0d8a91e Release: 0 Summary: RPM macros for building of Python modules License: WTFPL From b5a6a3496f7b99b957503bbde303edf07a4cc5b3efba654472ae3c69780ce2a6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 4 Feb 2021 14:39:57 +0000 Subject: [PATCH 2/3] - Update to version 20210204.90721de: * mv -n does not work in SLE12 * Update PEP517/518 macro documentation in README * Let pyproject_install search for more locations for wheels or specify explicitely * Read .rpmmacros (= prjconf Macro: definitions) for default buildset OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=142 --- _servicedata | 2 +- python-rpm-macros-20210203.0d8a91e.tar.xz | 3 --- python-rpm-macros-20210204.90721de.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-20210203.0d8a91e.tar.xz create mode 100644 python-rpm-macros-20210204.90721de.tar.xz diff --git a/_servicedata b/_servicedata index a016d85..a4f3e69 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - eb8fa61d30a2871972ede0b559d252ecedb156e2 \ No newline at end of file + 90721de843b50a800df0842aa553991ac625b4f7 \ No newline at end of file diff --git a/python-rpm-macros-20210203.0d8a91e.tar.xz b/python-rpm-macros-20210203.0d8a91e.tar.xz deleted file mode 100644 index 055a134..0000000 --- a/python-rpm-macros-20210203.0d8a91e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:806c1731acbb2ee6d14c3722abc67d6bfc649eeca2fe89299b6d643b7e339156 -size 16520 diff --git a/python-rpm-macros-20210204.90721de.tar.xz b/python-rpm-macros-20210204.90721de.tar.xz new file mode 100644 index 0000000..65c1257 --- /dev/null +++ b/python-rpm-macros-20210204.90721de.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b707a09090b029b0aea12253201192b5d05c6b4742942b75fc06e6e74af9c6fa +size 16968 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index c2b06c2..c4cd088 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 04 14:39:22 UTC 2021 - mcepl@cepl.eu + +- Update to version 20210204.90721de: + * mv -n does not work in SLE12 + * Update PEP517/518 macro documentation in README + * Let pyproject_install search for more locations for wheels or specify explicitely + * Read .rpmmacros (= prjconf Macro: definitions) for default buildset + ------------------------------------------------------------------- Wed Feb 03 16:40:14 UTC 2021 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index e9e79f8..e19692f 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20210203.0d8a91e +Version: 20210204.90721de Release: 0 Summary: RPM macros for building of Python modules License: WTFPL From 0bb7b37f9e089155ffabc8ca411965b3f197ef3466fd381872a5a933eabc01d8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 4 Feb 2021 22:27:46 +0000 Subject: [PATCH 3/3] - Update to version 20210204.937b8d8: * fixup: last PR was missing a commit for pyproject_wheel syntax errors OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=143 --- _servicedata | 2 +- python-rpm-macros-20210204.90721de.tar.xz | 3 --- python-rpm-macros-20210204.937b8d8.tar.xz | 3 +++ python-rpm-macros.changes | 6 ++++++ python-rpm-macros.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-rpm-macros-20210204.90721de.tar.xz create mode 100644 python-rpm-macros-20210204.937b8d8.tar.xz diff --git a/_servicedata b/_servicedata index a4f3e69..6efaefe 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - 90721de843b50a800df0842aa553991ac625b4f7 \ No newline at end of file + fa7e1c660af29c643cdc478cafed01042f95fad7 \ No newline at end of file diff --git a/python-rpm-macros-20210204.90721de.tar.xz b/python-rpm-macros-20210204.90721de.tar.xz deleted file mode 100644 index 65c1257..0000000 --- a/python-rpm-macros-20210204.90721de.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b707a09090b029b0aea12253201192b5d05c6b4742942b75fc06e6e74af9c6fa -size 16968 diff --git a/python-rpm-macros-20210204.937b8d8.tar.xz b/python-rpm-macros-20210204.937b8d8.tar.xz new file mode 100644 index 0000000..b7f639c --- /dev/null +++ b/python-rpm-macros-20210204.937b8d8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1afc2047829e9a35112c13ddbf8793028fe2ae9bac04db9d1f1a346922aee11 +size 16968 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index c4cd088..d435172 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 04 22:27:24 UTC 2021 - mcepl@cepl.eu + +- Update to version 20210204.937b8d8: + * fixup: last PR was missing a commit for pyproject_wheel syntax errors + ------------------------------------------------------------------- Thu Feb 04 14:39:22 UTC 2021 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index e19692f..b8a8158 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20210204.90721de +Version: 20210204.937b8d8 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL