15
0

Accepting request 827012 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/827012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libsass?expand=0&rev=7
This commit is contained in:
2020-08-18 13:10:08 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8b8580c69457ebe593b7cc7905c7e601d2c899ff9011f9a4f7d1a7b75a22d8b
size 55934

3
0.20.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44c55174553b7f4175c6b2f81a53e91f29ecc7a20e5856d8c91afce3ebdf4612
size 55630

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 22 13:42:32 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.20.0, linking against libsass 3.6.4
-------------------------------------------------------------------
Mon May 25 06:50:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -19,7 +19,7 @@
%define _name libsass-python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-libsass
Version: 0.19.4
Version: 0.20.0
Release: 0
Summary: Python binding for libsass
License: MIT
@@ -32,7 +32,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libsass-devel
BuildRequires: libsass-devel >= 3.6.4
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires: python-six
@@ -51,7 +51,7 @@ A straightforward binding of libsass for Python. Compile Sass/SCSS in Python
with no Ruby stack at all!
%prep
%setup -q -n %{_name}-%{version}
%setup -q -n libsass-python-%{version}
%build
export SYSTEM_SASS=true