From 857b4906063aea3d3497b8bc2ecff51e326165fc1671662d13b2ad3008003478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 18 Oct 2019 12:29:12 +0000 Subject: [PATCH] Accepting request 741063 from home:mcalabkova:branches:devel:languages:python - update to 1.5.1 * Use poetry instead of setuptools directly * Fix #42: raise exception if package is missing * Fix version parsing for openssl-like version numbers, fixes #32 * Add boolean static keyword to output private libraries as well * Raise original OSError as well - Do not launch tests (https://github.com/matze/pkgconfig/issues/45) OBS-URL: https://build.opensuse.org/request/show/741063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkgconfig?expand=0&rev=14 --- pkgconfig-1.3.1.tar.gz | 3 --- pkgconfig-1.5.1.tar.gz | 3 +++ python-pkgconfig.changes | 11 +++++++++++ python-pkgconfig.spec | 7 ++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 pkgconfig-1.3.1.tar.gz create mode 100644 pkgconfig-1.5.1.tar.gz diff --git a/pkgconfig-1.3.1.tar.gz b/pkgconfig-1.3.1.tar.gz deleted file mode 100644 index 6e8c9fd..0000000 --- a/pkgconfig-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80 -size 5713 diff --git a/pkgconfig-1.5.1.tar.gz b/pkgconfig-1.5.1.tar.gz new file mode 100644 index 0000000..8df65d8 --- /dev/null +++ b/pkgconfig-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f +size 5611 diff --git a/python-pkgconfig.changes b/python-pkgconfig.changes index 4145156..ba53e42 100644 --- a/python-pkgconfig.changes +++ b/python-pkgconfig.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Oct 18 12:17:58 UTC 2019 - Marketa Calabkova + +- update to 1.5.1 + * Use poetry instead of setuptools directly + * Fix #42: raise exception if package is missing + * Fix version parsing for openssl-like version numbers, fixes #32 + * Add boolean static keyword to output private libraries as well + * Raise original OSError as well +- Do not launch tests (https://github.com/matze/pkgconfig/issues/45) + ------------------------------------------------------------------- Thu Apr 11 02:38:27 UTC 2019 - John Vandenberg diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index a104734..d354b1e 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -1,7 +1,7 @@ # # spec file for package python-pkgconfig # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pkgconfig -Version: 1.3.1 +Version: 1.5.1 Release: 0 Summary: Interface Python with pkg-config License: MIT @@ -48,9 +48,6 @@ command line tool and supports Python 2.6+. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%python_exec -m nose test.py - %files %{python_files} %license LICENSE %doc README.rst