17
0

Accepting request 965438 from home:bnavigator:branches:devel:languages:python

- Update to 1.4.1
  * add missing include PR #129
  * re-organize the Python binding sources to properly ship type
    hints PR #131
  * make installation PEP517 compliant PR #125
  * add type hints PR #125
  * add Constraint::violated() method PR #128
  * make the the c++ part of the code c++20 compliant PR #120
  * test with c++11 and c++20 PR #120
- Switch to PyPI sources

OBS-URL: https://build.opensuse.org/request/show/965438
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=15
This commit is contained in:
2022-03-29 11:38:06 +00:00
committed by Git OBS Bridge
parent ae14347a86
commit e962ddce09
4 changed files with 29 additions and 12 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 28 15:31:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.1
* add missing include PR #129
* re-organize the Python binding sources to properly ship type
hints PR #131
* make installation PEP517 compliant PR #125
* add type hints PR #125
* add Constraint::violated() method PR #128
* make the the c++ part of the code c++20 compliant PR #120
* test with c++11 and c++20 PR #120
- Switch to PyPI sources
-------------------------------------------------------------------
Wed Jan 5 10:27:23 UTC 2022 - Dirk Müller <dmueller@suse.com>