diff --git a/_service b/_service index 10767bb..a3776a8 100644 --- a/_service +++ b/_service @@ -7,6 +7,7 @@ %cd.%h enable python-rpm-macros + mcepl@cepl.eu python-rpm-macros-*.tar diff --git a/_servicedata b/_servicedata index 60c331d..aef9930 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/openSUSE/python-rpm-macros.git - 08f1194ef62051e001ee026485678fa622990e02 \ No newline at end of file + 81ca329ee2ac053848f0dffa7ec54c8e22aac23f \ No newline at end of file diff --git a/python-rpm-macros-20190221.08f1194.tar.bz2 b/python-rpm-macros-20190221.08f1194.tar.bz2 deleted file mode 100644 index cf60f53..0000000 --- a/python-rpm-macros-20190221.08f1194.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:493ba3e4022af1952c764d6c445b18477fc2247830aff74d57037ead09310886 -size 12526 diff --git a/python-rpm-macros-20190307.81ca329.tar.bz2 b/python-rpm-macros-20190307.81ca329.tar.bz2 new file mode 100644 index 0000000..4c779a2 --- /dev/null +++ b/python-rpm-macros-20190307.81ca329.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086883d9c04a858ae7ca682ff6a0ecc9d1a4ff946114c7a84676dc9183a17eda +size 12569 diff --git a/python-rpm-macros.changes b/python-rpm-macros.changes index d2706fb..56c5cf2 100644 --- a/python-rpm-macros.changes +++ b/python-rpm-macros.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 07 13:40:24 UTC 2019 - mcepl@cepl.eu + +- Update to version 20190307.81ca329: + * We should preserve existing PYTHONPATH. + +------------------------------------------------------------------- +Thu Mar 07 11:18:35 UTC 2019 - mcepl@cepl.eu + +- bsc#1128323: Update to version 20190307.fbaed33 bsc#1128323: + * Add --ignore to pytest calls to ignore build directories. + ------------------------------------------------------------------- Thu Feb 21 17:54:59 UTC 2019 - opensuse-packaging@opensuse.org diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index ea51cc8..1d7887a 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -17,17 +17,16 @@ Name: python-rpm-macros -Version: 20190221.08f1194 +Version: 20190307.81ca329 Release: 0 Summary: RPM macros for building of Python modules License: WTFPL Group: Development/Tools/Other -Url: https://github.com/opensuse/python-rpm-macros +URL: https://github.com/opensuse/python-rpm-macros Source: python-rpm-macros-%{version}.tar.bz2 # Fedora compatibility Provides: python2-rpm-macros Provides: python3-rpm-macros -#!BuildIgnore: python-rpm-macros BuildArch: noarch %description