c48199cff6
Accepting request 1306360 from devel:languages:python
...
- update to 1.4.9:
* add support for Python 3.14 PR #196 #198
* include Python.h, or headers including Python.h, before
system headers
OBS-URL: https://build.opensuse.org/request/show/1306360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=13
2025-09-23 14:05:41 +00:00
3e26c51eba
- update to 1.4.9:
...
* add support for Python 3.14 PR #196 #198
* include Python.h, or headers including Python.h, before
system headers
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=28
2025-09-21 19:35:33 +00:00
a9a7018edd
Accepting request 1237808 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1237808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=12
2025-01-15 16:42:22 +00:00
8213b6d9c3
- Update to 1.4.8
...
* Drop support for Python 3.8 and 3.9
* Do not link to MSVCP on Windows and drop windows 32 bits support
* Add support for free-threaded builds on Python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=26
2025-01-14 13:29:08 +00:00
9e09bce9a5
Accepting request 1217423 from devel:languages:python
...
- update to 1.4.7:
* no library changes only fixes to the build infrastructure
* drop support for Python 3.7
* add support for Python 3.13
OBS-URL: https://build.opensuse.org/request/show/1217423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=11
2024-10-25 17:18:36 +00:00
1190a1ad7e
- update to 1.4.7:
...
* no library changes only fixes to the build infrastructure
* drop support for Python 3.7
* add support for Python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=24
2024-10-23 20:27:38 +00:00
da2e8dfd5d
Accepting request 1129229 from devel:languages:python
...
- update to 1.4.5:
* implement exceptions in Python
* add missing signature of Constraint.violated for Python
wrapper
* add support for Python 3.12
- revert use of nullpointer introduced in #142
OBS-URL: https://build.opensuse.org/request/show/1129229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=10
2023-11-28 21:18:53 +00:00
65fedef3bd
- update to 1.4.5:
...
* implement exceptions in Python
* add missing signature of Constraint.violated for Python
wrapper
* add support for Python 3.12
- revert use of nullpointer introduced in #142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=22
2023-11-27 19:32:54 +00:00
0601860a4f
Accepting request 1081477 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1081477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=9
2023-04-22 19:57:31 +00:00
f4e0095fb4
Accepting request 1081475 from home:dirkmueller:acdc:as_python3_module
...
SR for python stack proposal
OBS-URL: https://build.opensuse.org/request/show/1081475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=20
2023-04-21 13:18:12 +00:00
7b46dc3e58
Accepting request 990875 from devel:languages:python
...
- update to 1.4.4:
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142
Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
some platforms (see #144 ) PR #145
- Update to 1.4.3
* add support for Python 3.11 PR #142
* do not install tests PR #143
* fix packaging for latest setuptools PR #140
- Release 1.4.2
* fix an issue with setuptools configuration PR #134
OBS-URL: https://build.opensuse.org/request/show/990875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=8
2022-08-08 06:44:57 +00:00
2750b47233
- update to 1.4.4:
...
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142
Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
some platforms (see #144 ) PR #145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=18
2022-07-24 09:18:07 +00:00
5a8b66cf11
Accepting request 989430 from home:bnavigator:branches:devel:languages:python
...
- Update to 1.4.3
* add support for Python 3.11 PR #142
* do not install tests PR #143
* fix packaging for latest setuptools PR #140
- Release 1.4.2
* fix an issue with setuptools configuration PR #134
OBS-URL: https://build.opensuse.org/request/show/989430
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=17
2022-07-16 11:01:35 +00:00
6f1173b101
Accepting request 965628 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/965628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=7
2022-04-02 16:19:40 +00:00
b05eefcc09
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
2022-03-29 11:38:06 +00:00
1cab3c3302
Accepting request 943952 from devel:languages:python
...
- update to 1.3.2:
- Add support for Python 3.10, drop official support Python 3.6
- Remove direct accesses to ob_type in C-API use Py_TYPE instead
OBS-URL: https://build.opensuse.org/request/show/943952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=6
2022-01-07 11:44:52 +00:00
298fac5a3d
- update to 1.3.2:
...
- Add support for Python 3.10, drop official support Python 3.6
- Remove direct accesses to ob_type in C-API use Py_TYPE instead
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=14
2022-01-05 10:28:56 +00:00
b5d276b12f
Accepting request 857111 from devel:languages:python
...
- update to 1.3.1:
- allow to avoid linking against VC2014_1 on windows PR #97
- do not mark move constructor / assignment operator of expression as noexcept PR #97
This is to circumvent a suspected bug in the GCC compiler in the manylinux1
image.
- add c++ benchmarks and run them on CIs PR #91
- modernize the c++ code by using more c++11 features PR #90
- introduce move semantic in some c++ constructors to improve performances PR #89
- add support for Python 3.9 PR #88
OBS-URL: https://build.opensuse.org/request/show/857111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=5
2020-12-23 13:19:07 +00:00
f6bb6b25da
- update to 1.3.1:
...
- allow to avoid linking against VC2014_1 on windows PR #97
- do not mark move constructor / assignment operator of expression as noexcept PR #97
This is to circumvent a suspected bug in the GCC compiler in the manylinux1
image.
- add c++ benchmarks and run them on CIs PR #91
- modernize the c++ code by using more c++11 features PR #90
- introduce move semantic in some c++ constructors to improve performances PR #89
- add support for Python 3.9 PR #88
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=12
2020-12-20 09:34:03 +00:00
f0c989bc5c
Accepting request 794516 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/794516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=4
2020-04-22 18:41:08 +00:00
Tomáš Chvátal
55c87e49a1
Accepting request 794485 from home:pgajdos:python
...
- version update to 1.2.0
* setup.py: proper python version pinning and cut 1.2.0 release
- python3 only, e. g. requires cppy, which is python3 only
OBS-URL: https://build.opensuse.org/request/show/794485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=10
2020-04-16 09:03:35 +00:00
0f2c041880
Accepting request 718128 from devel:languages:python
...
- Update to 1.1.0:
* prevent attempting a dual optimize on a dummy row PR #56 closes #15
* add dump and dumps methods to inspect the internal state of the solver PR #56
* test on Python 3.7 PR #51
* improvemnts to setup.py and tests PR #46 #50
OBS-URL: https://build.opensuse.org/request/show/718128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=3
2019-07-28 08:20:09 +00:00
Tomáš Chvátal
b9482e8ac7
- Update to 1.1.0:
...
* prevent attempting a dual optimize on a dummy row PR #56 closes #15
* add dump and dumps methods to inspect the internal state of the solver PR #56
* test on Python 3.7 PR #51
* improvemnts to setup.py and tests PR #46 #50
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=8
2019-07-24 08:31:16 +00:00
47f7e121ab
Accepting request 592125 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/592125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=2
2018-03-29 09:57:50 +00:00
Tomáš Chvátal
1bba4658cc
Accepting request 592082 from home:jengelh:branches:devel:languages:python
...
somebody's fast is another's mediocre
OBS-URL: https://build.opensuse.org/request/show/592082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=6
2018-03-28 20:46:31 +00:00
261d40e131
Accepting request 590636 from devel:languages:python
...
needed for python-matplotlib sr#585408
OBS-URL: https://build.opensuse.org/request/show/590636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=1
2018-03-24 15:16:37 +00:00
Tomáš Chvátal
8adbee2666
- Cleanup with spec-cleaner
...
- Switch to github archive to have tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=4
2018-03-23 12:05:38 +00:00
Tomáš Chvátal
f447d3bc76
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=3
2018-03-23 11:58:16 +00:00
Todd R
e6acdc4505
Accepting request 576374 from home:TheBlackCat:branches:devel:languages:python
...
- Update to 1.0.1
* allow unicode strings for variable name in Python 2
* allow unicode strings as strength specifiers in Python 2
- Update to 1.0.0
* Allow anonymous variables (solver PR #32 , wrappers PR #22 )
* Solver: Define binary operators as free functions (PR #23 )
* Wrappers: support for Python 3 (PR #13 )
* Wrappers: drop distribute dependency in favor of setuptools (PR #22 )
* Wrappers: add a comprehensive test suite
- Implement single-spec version
- Complete spec file rewrite.
OBS-URL: https://build.opensuse.org/request/show/576374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=2
2018-02-13 19:32:31 +00:00
Todd R
98511c15ef
- Initial version
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=1
2015-09-04 11:48:00 +00:00