14
0

- update to 1.7.0:

* Drop cythonization by default, to avoid installation issues
    for users with Cython installed but no C++ compiler.
    Cythonization needs to be requested explictly now, using `pip
    install --upgrade reedsolo --install-option="--cythonize"
    --verbose`.
  * Clarify license to ensure Public Domain-like rights are
    granted to users, via the Unlicense or MIT-0 License at the
    user's preference (big thanks to @musicinmybrain Ben
    Beasley).
- Update to version 1.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reedsolo?expand=0&rev=5
This commit is contained in:
2023-12-08 13:42:57 +00:00
committed by Git OBS Bridge
parent 4312c9ce98
commit c7e9ffdb8c
4 changed files with 20 additions and 6 deletions

View File

@@ -1,7 +1,21 @@
-------------------------------------------------------------------
Fri Dec 8 13:41:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.7.0:
* Drop cythonization by default, to avoid installation issues
for users with Cython installed but no C++ compiler.
Cythonization needs to be requested explictly now, using `pip
install --upgrade reedsolo --install-option="--cythonize"
--verbose`.
* Clarify license to ensure Public Domain-like rights are
granted to users, via the Unlicense or MIT-0 License at the
user's preference (big thanks to @musicinmybrain Ben
Beasley).
-------------------------------------------------------------------
Tue Dec 13 16:54:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.6.0
- Update to version 1.6.0
Annual Christmas maintenance!
* Changelog:
Fix major issue preventing pip install when both Cython and a C compiler was installed (thanks to @m-rossi for the fix!)