Changelog for
python312-libsass-0.23.0-23.30.x86_64.rpm :
* Sat Jan 13 2024 Dirk Müller
- update to 0.23.0:
* Follow up the libsass upstream: 3.6.6 --- See the release notes of LibSass 3.6.6.
* Sun Jun 18 2023 Andreas Schneider - Use sle15_python_module_pythons
* Mon Mar 13 2023 Matej Cepl - Clean up the SPEC file and tighten it a bit to be less all-accepting.
* Mon Mar 13 2023 pgajdosAATTsuse.com- version update to 0.22.0 - Remove python 2.x support [:issue:`373` by anthony sottile]. - Remove deprecated ``sassc`` cli [:issue:`379` by anthony sottile].- python-six is not required- do not conflict with sassc package
* Tue Aug 03 2021 Markéta Machová - Update to 0.21.0
* Follow up the libsass upstream: 3.6.5
* Wed Jul 22 2020 John Vandenberg - Update to v0.20.0, linking against libsass 3.6.4
* Mon May 25 2020 Petr Gajdos - %python3_only -> %python_alternative
* Wed Apr 15 2020 pgajdosAATTsuse.com- version update to 0.19.4
* Follow up the libsass upstream: 3.6.3 --- See the release notes of LibSass 3.6.3.
* Wed Jul 24 2019 Tomáš Chvátal - Update to 0.19.2:
* Follow up the libsass upstream: 3.6.1
* Fri Apr 05 2019 Tomáš Chvátal - Update to 0.18.0:
* Add support for previous import path to importer callbacks [#287 #291 by Frankie Dintino]
* Add several new cli options [#279 #268 by Frankie Dintino]
* Fix compilation on macos mojave [#276 #277 by AATTasottile]
* Use -lc++ link flag when compiling with clang [#270 by Christian Thieme #271 by Anthony Sottile]
* Honor strip_extension in SassMiddleware [#274 by Anthony Sottile]
* Fix invalid escape sequences [#249 by Anthony Sottile]
* Add code of conduct [#251 by Nick Schonning]
* Add support for python3.7 and remove testing for python3.4 [#254 by Anthony Sottile]
* Add strip_extension option for wsgi / distutils builder [#55 #258 by Anthony Sottile #260 by Morten Brekkevold]
* Deprecate sassc (replaced by pysassc). [#262 by Anthony Sottile]
* Import abc classes from collections.abc to remove DeprecationWarning [#264 by Gary van der Merwe #265 by Anthony Sottile]
* Add ability to specify imports for custom extensions
* SassList type gained an additional option bracketed=False to match the upstream changes to the sass_list type. [#184 by Anthony Sottile]
* libsass-python has moved to the sass organization!
* Sort input files for determinism [#212 by Bernhard M. Wiedemann]
* Include LICENSE file in distributions [#216 by Dougal J. Sutherland]
* Add a pysassc entry to replace sassc [#218 by Anthony Sottile]
* Enable building with dynamic linking [#219 by Marcel Plch]
* Always add cwd to import paths [#208 by Anthony Sottile]
* Use getfullargspec when available in python 3. [#188 by Thom Wiggers]
* Use sass_copy_c_string instead of strdup for portability [#196 by Anthony Sottile]
* Use -std=gnu++0x to fix installation under cygwin [#195 #197 by Anthony Sottile]
* Correct source map url [#201 #202 by Anthony Sottile]
* Remove --watch [#203 by Anthony Sottile]- Remove merged patch reproducible.patch- Do not use bundled libsass