libsass-python

A straightforward binding of libsass for Python. Compile Sass/SCSS in Python with no Ruby stack at all!

MIT License

Downloads
931.8K
Stars
551
Committers
90

Bot releases are hidden (Show)

libsass-python - libsass 0.23.0 Latest Release

Published by asottile 10 months ago

  • Follow up the libsass upstream: 3.6.6 --- See the release notes of LibSass 3.6.6. [#452 by Anthony Sottile]
libsass-python - libsass 0.22.0

Published by asottile almost 2 years ago

  • Remove python 2.x support [#373 by anthony sottile].
  • Remove deprecated sassc cli [#379 by anthony sottile].
libsass-python - libsass 0.21.0

Published by asottile over 3 years ago

  • Fix build on OpenBSD. [#310 by Denis Fondras].
  • Produce abi3 wheels on windows. [#322 by Anthony Sottile]
  • Make the manpage build reproducible. [#319 by Chris Lamb]
  • Follow up the libsass upstream: 3.6.5 --- See the release notes of LibSass 3.6.5. [#344 by Anthony Sottile]
libsass-python - libsass 0.20.1

Published by asottile about 4 years ago

  • (no changes, re-releasing to test build automation)
libsass-python - libsass 0.20.0

Published by asottile over 4 years ago

  • Produce abi3 wheels on macos / linux [#307 by Anthony Sottile]
  • Follow up the libsass upstream: 3.6.4 --- See the release notes of LibSass 3.6.4. [#313 by Anthony Sottile]
libsass-python - libsass 0.19.4

Published by asottile almost 5 years ago

  • Follow up the libsass upstream: 3.6.3 --- See the release notes of LibSass 3.6.3. [#304 by Anthony Sottile]
libsass-python - libsass 0.19.3

Published by asottile about 5 years ago

  • Follow up the libsass upstream: 3.6.2 --- See the release notes of LibSass 3.6.2. [#302 by Anthony Sottile]
libsass-python - libsass 0.19.2

Published by asottile over 5 years ago

  • Follow up the libsass upstream: 3.6.1 --- See the release notes of LibSass 3.6.1. [#298 by Anthony Sottile]
libsass-python - libsass 0.19.1

Published by asottile over 5 years ago

  • Re-release of 0.19.0 with windows python2.7 wheels. [#297 by Anthony Sottile]
libsass-python - libsass 0.19.0

Published by asottile over 5 years ago

  • Follow up the libsass upstream: 3.6.0 --- See the release notes of LibSass 3.6.0. [#295 by Anthony Sottile]
libsass-python - libsass 0.18.0

Published by asottile over 5 years ago

  • Add support for previous import path to importer callbacks [#287 #291 by Frankie Dintino]
libsass-python - libsass 0.17.0

Published by asottile almost 6 years ago

  • Add several new cli options [#279 #268 by Frankie Dintino]
    • --sourcemap-file: output file for source map
    • --sourcemap-contents: embed sourcesContent in source map
    • --sourcemap-embed: embed sourceMappingURL as data uri
    • --omit-sourcemap-url: omit source map url comment from output
    • --sourcemap-root: base path, emitted as sourceRoot in source map
  • Fix .sass in WsgiMiddleware (again) [#280 by Anthony Sottile]
libsass-python - libsass 0.16.1

Published by asottile almost 6 years ago

  • Fix compilation on macos mojave [#276 #277 by @asottile]
  • Fix .sass in WsgiMiddleware for strip_extension=True [#278 by @asottile]
libsass-python - libsass 0.16.0

Published by asottile almost 6 years ago

  • 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]
  • Follow up the libsass upstream: 3.5.5 --- See the release notes of LibSass 3.5.5. [#275 by Anthony Sottile]
libsass-python - libsass 0.15.1

Published by asottile about 6 years ago

  • Fix setup.py sdist (regressed in 0.15.0) [#267 by Anthony Sottile]
libsass-python - libsass 0.15.0

Published by asottile about 6 years ago

  • 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]
libsass-python - libsass 0.14.5

Published by asottile over 6 years ago

  • Follow up the libsass upstream: 3.5.4 --- See the release notes of Libsass 3.5.4. [#247 by Anthony Sottile]
libsass-python - libsass 0.14.4

Published by asottile over 6 years ago

  • Add ability to specify imports for custom extensions. This provides a way to enable imports of .css files (which was removed in 3.5.3). Specify --import-extensions .css to restore the previous behavior.
    [#246 by Samuel Colvin]
libsass-python - libsass 0.14.3

Published by asottile over 6 years ago

  • Follow up the libsass upstream: 3.5.3 --- See the release notes of Libsass 3.5.3. [#244 by Anthony Sottile]
libsass-python - libsass 0.14.2

Published by asottile over 6 years ago

  • Follow up the libsass upstream: 3.5.2 --- See the release notes of Libsass 3.5.2. [#243 by Anthony Sottile]