From 0c79a27491ce0bb9acbee9bae17b9431da4e24c80eb84434d7ed8892739796aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Apr 2018 06:42:52 +0000 Subject: [PATCH] Accepting request 596426 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/596426 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkgconfig?expand=0&rev=8 --- pkgconfig-1.2.2.tar.gz | 3 --- pkgconfig-1.3.1.tar.gz | 3 +++ python-pkgconfig.changes | 14 ++++++++++++++ python-pkgconfig.spec | 25 ++++++++++++------------- 4 files changed, 29 insertions(+), 16 deletions(-) delete mode 100644 pkgconfig-1.2.2.tar.gz create mode 100644 pkgconfig-1.3.1.tar.gz diff --git a/pkgconfig-1.2.2.tar.gz b/pkgconfig-1.2.2.tar.gz deleted file mode 100644 index b13cc88..0000000 --- a/pkgconfig-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa -size 5305 diff --git a/pkgconfig-1.3.1.tar.gz b/pkgconfig-1.3.1.tar.gz new file mode 100644 index 0000000..6e8c9fd --- /dev/null +++ b/pkgconfig-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80 +size 5713 diff --git a/python-pkgconfig.changes b/python-pkgconfig.changes index 5461f09..9ef65db 100644 --- a/python-pkgconfig.changes +++ b/python-pkgconfig.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 13 21:04:53 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.3.1: + * Fix compatibility problems with Python 2.6 + +- changes from version 1.3.0: + * Add variables() API to query defined variables + * Disable Python 3.2 and enable Python 3.5 and 3.6 tests + * Fix #16: handle spaces of values in .pc files correctly + ------------------------------------------------------------------- Wed Apr 19 15:33:55 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pkgconfig.spec b/python-pkgconfig.spec index 72d8e34..95230a9 100644 --- a/python-pkgconfig.spec +++ b/python-pkgconfig.spec @@ -1,7 +1,7 @@ # # spec file for package python-pkgconfig # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -13,30 +13,29 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without tests Name: python-pkgconfig -Version: 1.2.2 +Version: 1.3.1 Release: 0 -License: MIT Summary: Interface Python with pkg-config -Url: http://github.com/matze/pkgconfig +License: MIT Group: Development/Languages/Python +URL: http://github.com/matze/pkgconfig Source: https://files.pythonhosted.org/packages/source/p/pkgconfig/pkgconfig-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: pkgconfig +BuildArch: noarch %if %{with tests} # Test requirements BuildRequires: %{python_module nose} %endif -Requires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %python_subpackages %description @@ -59,8 +58,8 @@ command line tool and supports Python 2.6+. %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog