diff --git a/_servicedata b/_servicedata index 4ba45b6..375eeb8 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - f2e1b2e7014bc5a99725a4a97384141c640b9321 \ No newline at end of file + 2ee323342bb98f6089007de6ffaf8d3f03d873c1 \ No newline at end of file diff --git a/python-rpm-macros-20190430.5260267.tar.bz2 b/python-rpm-macros-20190430.5260267.tar.bz2 deleted file mode 100644 index 0a3041c..0000000 --- a/python-rpm-macros-20190430.5260267.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43b2785c78dc098b2271df4e8f922226d480385bd85c158f067020a5e8150482 -size 12703 diff --git a/python-rpm-macros-20190610.2ee3233.tar.bz2 b/python-rpm-macros-20190610.2ee3233.tar.bz2 new file mode 100644 index 0000000..b6d217a --- /dev/null +++ b/python-rpm-macros-20190610.2ee3233.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e4e0119c88b51d5435db4bb10dbf19f8feb795128c59a709686b5e1f7ff340b +size 12863 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index 1060e6d..bcde398 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jun 10 11:34:32 UTC 2019 - mcepl@cepl.eu + +- Update to version 20190610.2ee3233: + * Fix typo, missing opening brace. + * Add the first draft of pyproject_wheel and pyproject_install macros. + * Yet another attempt to preserve $PYTHONPATH set in the environment. + * Document also %pytest_arch + * Document %pytest in README.md + * Multiline macros don't work correctly on older RPMs. + * Add missing $ expansion on the pytest call + * Rewrite pytest and pytest_arch into Lua macros with multiple arguments. + * We should preserve existing PYTHONPATH. + * Add --ignore to pytest calls to ignore build directories. + +------------------------------------------------------------------- +Mon Jun 10 11:27:22 UTC 2019 - mcepl@cepl.eu + +- Update to version 20190610.2ee3233: + * Fix typo, missing opening brace. + +------------------------------------------------------------------- +Mon May 20 12:38:10 UTC 2019 - mcepl@cepl.eu + +- Update to version 20190511.2ed22b6: + * Add the first draft of pyproject_wheel and pyproject_install macros. + ------------------------------------------------------------------- Thu May 02 06:10:17 UTC 2019 - mcepl@cepl.eu diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 6ae9ea6..732ad30 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,7 +17,7 @@ Name: python-rpm-macros -Version: 20190430.5260267 +Version: 20190610.2ee3233 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL