* 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 @asottile] * 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libsass?expand=0&rev=8
66 lines
3.1 KiB
Plaintext
66 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 5 11:30:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- 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 @asottile]
|
|
* 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 14 12:24:38 UTC 2018 - bwiedemann@suse.com
|
|
|
|
- Add reproducible.patch to sort .o files in linking
|
|
in order to make build reproducible (boo#1041090)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 15 15:11:42 UTC 2017 - cbosdonnat@suse.com
|
|
|
|
- Update to version 0.12.3
|
|
Drop now useless patch: 89d03d50-allow-t-for-style.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 08:20:31 UTC 2017 - cbosdonnat@suse.com
|
|
|
|
- Add conflicts: sassc
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 7 20:06:35 UTC 2017 - jengelh@inai.de
|
|
|
|
- Drop redundant %clean section. Replace old $RPM shell vars
|
|
by macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 15:56:49 UTC 2016 - olaf@aepfle.de
|
|
|
|
- Include egg-info to fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 29 10:34:25 UTC 2015 - cbosdonnat@suse.com
|
|
|
|
- 0.10.0 Release
|
|
- Use -t for style like ruby sassc
|
|
89d03d50-allow-t-for-style.patch
|