15
0

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:
Tomáš Chvátal
2019-10-18 12:29:12 +00:00
committed by Git OBS Bridge
parent b932c37cff
commit 857b490606
4 changed files with 16 additions and 8 deletions

View File

@@ -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>