- update to 1.5.5:

* drop python 2.x support
  * Added Support for Linux On Power
  * Document configure_extension in README.
  * test_configure_extension: sorted expected

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkgconfig?expand=0&rev=20
This commit is contained in:
Dirk Mueller 2022-01-05 10:40:58 +00:00 committed by Git OBS Bridge
parent 85cdaf6b2a
commit 07df2c0e6e
6 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88d9ef0c4fee5f760b9ab500d94ef363644340e09f66481e36eb9275fce7a2f9
size 7000

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f
size 5611

BIN
pkgconfig-1.5.5-gh.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pkgconfig-1.5.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jan 5 10:39:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.5.5:
* drop python 2.x support
* Added Support for Linux On Power
* Document configure_extension in README.
* test_configure_extension: sorted expected
-------------------------------------------------------------------
Tue Oct 27 11:48:14 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pkgconfig
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-pkgconfig
Version: 1.5.1
Version: 1.5.5
Release: 0
Summary: Interface Python with pkg-config
License: MIT
@ -40,7 +41,7 @@ BuildArch: noarch
%description
A Python module to interface with the pkg-config
command line tool
command line tool
%prep
%setup -q -n pkgconfig-%{version}