Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ddaffb8

Browse files
committed
Change Libsass to LibSass
1 parent 9166697 commit ddaffb8

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libsass-python: Sass_/SCSS for Python
1818
:alt: Coverage Status
1919

2020
This package provides a simple Python extension module ``sass`` which is
21-
binding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
21+
binding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
2222
It's very straightforward and there isn't any headache related Python
2323
distribution/deployment. That means you can add just ``libsass`` into
2424
your ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.
@@ -27,15 +27,15 @@ Need no Ruby nor Node.js.
2727
It currently supports CPython 2.7, 3.4--3.6, and PyPy 2.3+!
2828

2929
.. _Sass: https://sass-lang.com/
30-
.. _Libsass: https://github.com/sass/libsass
30+
.. _LibSass: https://github.com/sass/libsass
3131

3232

3333
Features
3434
--------
3535

3636
- You don't need any Ruby/Node.js stack at all, for development or deployment
3737
either.
38-
- Fast. (Libsass_ is written in C++.)
38+
- Fast. (LibSass_ is written in C++.)
3939
- Simple API. See the below example code for details.
4040
- Custom functions.
4141
- ``@import`` callbacks.
@@ -104,9 +104,9 @@ The built docs will go to ``docs/_build/html/`` directory.
104104
Credit
105105
------
106106

107-
Hong Minhee wrote this Python binding of Libsass_.
107+
Hong Minhee wrote this Python binding of LibSass_.
108108

109-
Hampton Catlin and Aaron Leung wrote Libsass_, which is portable C/C++
109+
Hampton Catlin and Aaron Leung wrote LibSass_, which is portable C/C++
110110
implementation of Sass_.
111111

112112
Hampton Catlin originally designed Sass_ language and wrote the first

docs/changes.rst

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 0.13.7
77

88
Released on February 5, 2018.
99

10-
- Follow up the libsass upstream: 3.4.9 --- See the release notes of Libsass
10+
- Follow up the libsass upstream: 3.4.9 --- See the release notes of LibSass
1111
3.4.9__. [:issue:`232` by Anthony Sottile]
1212

1313
__ https://github.com/sass/libsass/releases/tag/3.4.9
@@ -26,7 +26,7 @@ Version 0.13.5
2626

2727
Released on January 11, 2018.
2828

29-
- Follow up the libsass upstream: 3.4.8 --- See the release notes of Libsass
29+
- Follow up the libsass upstream: 3.4.8 --- See the release notes of LibSass
3030
3.4.8__. [:issue:`228` by Anthony Sottile]
3131

3232
__ https://github.com/sass/libsass/releases/tag/3.4.8
@@ -37,7 +37,7 @@ Version 0.13.4
3737

3838
Released on November 14, 2017.
3939

40-
- Follow up the libsass upstream: 3.4.7 --- See the release notes of Libsass
40+
- Follow up the libsass upstream: 3.4.7 --- See the release notes of LibSass
4141
3.4.7__. [:issue:`226` by Anthony Sottile]
4242

4343
__ https://github.com/sass/libsass/releases/tag/3.4.7
@@ -53,7 +53,7 @@ Released on October 11, 2017.
5353
- Add a ``pysassc`` entry to replace ``sassc`` [:issue:`218` by
5454
Anthony Sottile]
5555
- Enable building with dynamic linking [:issue:`219` by Marcel Plch]
56-
- Follow up the libsass upstream: 3.4.6 --- See the release notes of Libsass
56+
- Follow up the libsass upstream: 3.4.6 --- See the release notes of LibSass
5757
3.4.6__. [:issue:`221` by Anthony Sottile]
5858

5959
__ https://github.com/sass/libsass/releases/tag/3.4.6
@@ -72,7 +72,7 @@ Version 0.13.1
7272

7373
Released on June 8, 2017.
7474

75-
- Follow up the libsass upstream: 3.4.5 --- See the release notes of Libsass
75+
- Follow up the libsass upstream: 3.4.5 --- See the release notes of LibSass
7676
3.4.5__. [:issue:`207` by Anthony Sottile]
7777

7878
__ https://github.com/sass/libsass/releases/tag/3.4.5
@@ -91,7 +91,7 @@ Released on June 7, 2017.
9191
:issue:`197` by Anthony Sottile]
9292
- Correct source map url [:issue:`201` :issue:`202` by Anthony Sottile]
9393
- Remove ``--watch`` [:issue:`203` by Anthony Sottile]
94-
- Follow up the libsass upstream: 3.4.4 --- See the release notes of Libsass
94+
- Follow up the libsass upstream: 3.4.4 --- See the release notes of LibSass
9595
3.4.4__. [:issue:`205` by Anthony Sottile]
9696

9797
__ https://github.com/sass/libsass/releases/tag/3.4.4
@@ -102,7 +102,7 @@ Version 0.12.3
102102

103103
Released on January 7, 2017.
104104

105-
- Follow up the libsass upstream: 3.4.3 --- See the release notes of Libsass
105+
- Follow up the libsass upstream: 3.4.3 --- See the release notes of LibSass
106106
3.4.3__. [:issue:`178` by Anthony Sottile]
107107

108108
__ https://github.com/sass/libsass/releases/tag/3.4.3
@@ -113,7 +113,7 @@ Version 0.12.2
113113

114114
Released on January 5, 2017.
115115

116-
- Follow up the libsass upstream: 3.4.2 --- See the release notes of Libsass
116+
- Follow up the libsass upstream: 3.4.2 --- See the release notes of LibSass
117117
3.4.2__. [:issue:`176` by Anthony Sottile]
118118

119119
__ https://github.com/sass/libsass/releases/tag/3.4.2
@@ -124,7 +124,7 @@ Version 0.12.1
124124

125125
Released on December 20, 2016.
126126

127-
- Follow up the libsass upstream: 3.4.1 --- See the release notes of Libsass
127+
- Follow up the libsass upstream: 3.4.1 --- See the release notes of LibSass
128128
3.4.1__. [:issue:`175` by Anthony Sottile]
129129

130130
__ https://github.com/sass/libsass/releases/tag/3.4.1
@@ -135,7 +135,7 @@ Version 0.12.0
135135

136136
Released on December 10, 2016.
137137

138-
- Follow up the libsass upstream: 3.4.0 --- See the release notes of Libsass
138+
- Follow up the libsass upstream: 3.4.0 --- See the release notes of LibSass
139139
3.4.0__. [:issue:`173` by Anthony Sottile]
140140

141141
__ https://github.com/sass/libsass/releases/tag/3.4.0
@@ -149,7 +149,7 @@ Released on October 24, 2016.
149149
- Drop support for python2.6 [:issue:`158` by Anthony Sottile]
150150
- Deprecate ``--watch`` [:issue:`156` by Anthony Sottile]
151151
- Preserve line endings [:issue:`160` by Anthony Sottile]
152-
- Follow up the libsass upstream: 3.3.6 --- See the release notes of Libsass
152+
- Follow up the libsass upstream: 3.3.6 --- See the release notes of LibSass
153153
3.3.6__. [:issue:`167` by Anthony Sottile]
154154

155155
__ https://github.com/sass/libsass/releases/tag/3.3.6
@@ -161,7 +161,7 @@ Version 0.11.1
161161

162162
Released on April 22, 2016.
163163

164-
- Follow up the libsass upstream: 3.3.5 --- See the release notes of Libsass
164+
- Follow up the libsass upstream: 3.3.5 --- See the release notes of LibSass
165165
3.3.5__. [:issue:`148` by Anthony Sottile]
166166

167167
__ https://github.com/sass/libsass/releases/tag/3.3.5
@@ -171,7 +171,7 @@ Version 0.11.0
171171

172172
Released on March 23, 2016.
173173

174-
- Follow up the libsass upstream: 3.3.4 --- See the release notes of Libsass
174+
- Follow up the libsass upstream: 3.3.4 --- See the release notes of LibSass
175175
3.3.4__. [:issue:`144` by Anthony Sottile]
176176
- Expose libsass version in ``sassc --version`` and ``sass.libsass_version``
177177
[:issue:`142` :issue:`141` :issue:`140` by Anthony Sottile]
@@ -193,7 +193,7 @@ Version 0.10.1
193193

194194
Released on January 29, 2016.
195195

196-
- Follow up the libsass upstream: 3.3.3 --- See the release notes of Libsass
196+
- Follow up the libsass upstream: 3.3.3 --- See the release notes of LibSass
197197
3.3.3__. [by Anthony Sottile]
198198
- Allow -t for style like sassc [:issue:`98` by Anthony Sottile]
199199

@@ -221,7 +221,7 @@ Version 0.9.2
221221

222222
Released on November 12, 2015.
223223

224-
- Follow up the libsass upstream: 3.3.2 --- See the release notes of Libsass
224+
- Follow up the libsass upstream: 3.3.2 --- See the release notes of LibSass
225225
3.3.2__. [by Anthony Sottile]
226226
- Require VS 2015 to build on windows [:issue:`99` by Anthony Sottile]
227227

@@ -232,7 +232,7 @@ Version 0.9.1
232232

233233
Released on October 29, 2015.
234234

235-
- Follow up the libsass upstream: 3.3.1 --- See the release notes of Libsass
235+
- Follow up the libsass upstream: 3.3.1 --- See the release notes of LibSass
236236
3.3.1__. [by Anthony Sottile]
237237

238238
__ https://github.com/sass/libsass/releases/tag/3.3.1
@@ -245,7 +245,7 @@ Released on October 28, 2015.
245245

246246
- Fix a bug with writing UTF-8 to a file [:issue:`72` by Caleb Ely]
247247
- Fix a segmentation fault on ^C [:issue:`87` by Anthony Sottile]
248-
- Follow up the libsass upstream: 3.3.0 --- See the release notes of Libsass
248+
- Follow up the libsass upstream: 3.3.0 --- See the release notes of LibSass
249249
3.3.0__. [:issue:`96` by Anthony Sottile]
250250

251251
__ https://github.com/sass/libsass/releases/tag/3.3.0
@@ -256,7 +256,7 @@ Version 0.8.3
256256

257257
Released on August 2, 2015.
258258

259-
- Follow up the libsass upstream: 3.2.5 --- See the release notes of Libsass
259+
- Follow up the libsass upstream: 3.2.5 --- See the release notes of LibSass
260260
3.2.5__. [:issue:`79`, :issue:`80` by Anthony Sottile]
261261
- Fixed a bug that :file:`*.sass` files were ignored.
262262
[:issue:`78` by Guilhem MAS-PAITRAULT]
@@ -269,7 +269,7 @@ Version 0.8.2
269269

270270
Released on May 19, 2015.
271271

272-
- Follow up the libsass upstream: 3.2.4 --- See the release notes of Libsass
272+
- Follow up the libsass upstream: 3.2.4 --- See the release notes of LibSass
273273
3.2.3__, and 3.2.4__. [:issue:`69` by Anthony Sottile]
274274
- The default value of :class:`~sassutils.wsgi.SassMiddleware`'s
275275
``error_status`` parameter was changed from ``'500 Internal Server Error'``
@@ -295,7 +295,7 @@ Version 0.8.0
295295

296296
Released on May 3, 2015.
297297

298-
- Follow up the libsass upstream: 3.2.2 --- See the release notes of Libsass
298+
- Follow up the libsass upstream: 3.2.2 --- See the release notes of LibSass
299299
3.2.0__, 3.2.1__, and 3.2.2__.
300300
[:issue:`61`, :issue:`52`, :issue:`56`, :issue:`58`, :issue:`62`, :issue:`64`
301301
by Anthony Sottile]
@@ -326,7 +326,7 @@ Released on March 6, 2015.
326326

327327
Anthony Sottile contributed to the most of this release. Huge thanks to him!
328328

329-
- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of Libsass.
329+
- Follow up the libsass upstream: 3.1.0 --- See the `release note`__ of LibSass.
330330
[:issue:`38`, :issue:`43` by Anthony Sottile]
331331

332332
- Custom functions and imports
@@ -383,7 +383,7 @@ Version 0.6.1
383383

384384
Released on November 6, 2014.
385385

386-
- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of Libsass.
386+
- Follow up the libsass upstream: 3.0.1 --- See the `release note`__ of LibSass.
387387
- Fixed a bug that :class:`~sassutils.wsgi.SassMiddleware` never closes
388388
the socket on some WSGI servers e.g. ``eventlet.wsgi``.
389389

@@ -400,7 +400,7 @@ to compile. Although 0.6.2 became back to only need GCC (G++) 4.6+,
400400
LLVM Clang 2.9+, from 0.6.0 to 0.6.1 you need GCC (G++) 4.8+, LLVM Clang 3.3+,
401401
or Visual Studio 2013 Update 4+.
402402

403-
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of Libsass.
403+
- Follow up the libsass upstream: 3.0 --- See the `release note`__ of LibSass.
404404

405405
- Decent extends support
406406
- Basic Sass Maps Support
@@ -445,7 +445,7 @@ Version 0.5.0
445445

446446
Released on June 6, 2014.
447447

448-
- Follow up the libsass upstream: 2.0 --- See the `release note`__ of Libsass.
448+
- Follow up the libsass upstream: 2.0 --- See the `release note`__ of LibSass.
449449

450450
- Added indented syntax support (:file:`*.sass` files).
451451
- Added expanded selector support (BEM).

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ libsass-python: Sass_/SCSS for Python
22
=====================================
33

44
This package provides a simple Python extension module :mod:`sass` which is
5-
binding Libsass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
5+
binding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
66
It's very straightforward and there isn't any headache related Python
77
distribution/deployment. That means you can add just ``libsass`` into
88
your :file:`setup.py`'s ``install_requires`` list or :file:`requirements.txt`
@@ -11,15 +11,15 @@ file.
1111
It currently supports CPython 2.6, 2.7, 3.4--3.6, and PyPy 2.3+!
1212

1313
.. _Sass: https://sass-lang.com/
14-
.. _Libsass: https://github.com/sass/libsass
14+
.. _LibSass: https://github.com/sass/libsass
1515

1616

1717
Features
1818
--------
1919

2020
- You don't need any Ruby/Node.js stack at all, for development or deployment
2121
either.
22-
- Fast. (Libsass_ is written in C++.)
22+
- Fast. (LibSass_ is written in C++.)
2323
- Simple API. See :ref:`example code <example>` for details.
2424
- Custom functions.
2525
- ``@import`` callbacks.
@@ -113,9 +113,9 @@ References
113113
Credit
114114
------
115115

116-
Hong Minhee wrote this Python binding of Libsass_.
116+
Hong Minhee wrote this Python binding of LibSass_.
117117

118-
Hampton Catlin and Aaron Leung wrote Libsass_, which is portable C/C++
118+
Hampton Catlin and Aaron Leung wrote LibSass_, which is portable C/C++
119119
implementation of Sass_.
120120

121121
Hampton Catlin originally designed Sass_ language and wrote the first

0 commit comments

Comments
 (0)