From c405b4fce5f62bc6023d89e89ce6ed5aba8c24727e328c8161712f58ff540ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Oct 2019 11:52:24 +0000 Subject: [PATCH 1/2] - Remove buildignores on pyparsing as the cycle is now sorted OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=124 --- python-pbr.changes | 5 +++++ python-pbr.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pbr.changes b/python-pbr.changes index 85fa59e..e8c281e 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 11:51:35 UTC 2019 - Tomáš Chvátal + +- Remove buildignores on pyparsing as the cycle is now sorted + ------------------------------------------------------------------- Thu Aug 8 15:30:36 UTC 2019 - Thomas Bechtold diff --git a/python-pbr.spec b/python-pbr.spec index e5b9780..f159c78 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -36,8 +36,6 @@ Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{versi BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -#!BuildIgnore: python2-pyparsing -#!BuildIgnore: python3-pyparsing Requires: python-setuptools Recommends: git-core Recommends: python-reno >= 2.5.0 From f2fc1fe22e95ac82a11d4a3ef8ab470e346c532d93a5f0db058ec631fbf4c70f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Oct 2019 07:02:20 +0000 Subject: [PATCH 2/2] - update to 5.4.3 * Use more verbose logging for test failure OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=125 --- pbr-5.4.2.tar.gz | 3 --- pbr-5.4.3.tar.gz | 3 +++ python-pbr.changes | 6 ++++++ python-pbr.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pbr-5.4.2.tar.gz create mode 100644 pbr-5.4.3.tar.gz diff --git a/pbr-5.4.2.tar.gz b/pbr-5.4.2.tar.gz deleted file mode 100644 index d6bf963..0000000 --- a/pbr-5.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b321c204a88d8ab5082699469f52cc94c5da45c51f114113d01b3d993c24cdf -size 120106 diff --git a/pbr-5.4.3.tar.gz b/pbr-5.4.3.tar.gz new file mode 100644 index 0000000..1a40088 --- /dev/null +++ b/pbr-5.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8 +size 117587 diff --git a/python-pbr.changes b/python-pbr.changes index e8c281e..afe59d7 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 18 07:02:02 UTC 2019 - Dirk Mueller + +- update to 5.4.3 + * Use more verbose logging for test failure + ------------------------------------------------------------------- Thu Oct 17 11:51:35 UTC 2019 - Tomáš Chvátal diff --git a/python-pbr.spec b/python-pbr.spec index f159c78..d8fccff 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pbr%{psuffix} -Version: 5.4.2 +Version: 5.4.3 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0