14
0
Files
python-kiwisolver/python-kiwisolver.changes
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

21 lines
767 B
Plaintext

-------------------------------------------------------------------
Tue Feb 13 19:23:10 UTC 2018 - toddrme2178@gmail.com
- 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.
-------------------------------------------------------------------
Fri Sep 4 10:51:30 UTC 2015 - toddrme2178@gmail.com
- Initial version