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
This commit is contained in:
parent
b932c37cff
commit
857b490606
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80
|
|
||||||
size 5713
|
|
3
pkgconfig-1.5.1.tar.gz
Normal file
3
pkgconfig-1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f
|
||||||
|
size 5611
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 18 12:17:58 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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 <jayvdb@gmail.com>
|
Thu Apr 11 02:38:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pkgconfig
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pkgconfig
|
Name: python-pkgconfig
|
||||||
Version: 1.3.1
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Interface Python with pkg-config
|
Summary: Interface Python with pkg-config
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -48,9 +48,6 @@ command line tool and supports Python 2.6+.
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
|
||||||
%python_exec -m nose test.py
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user