diff --git a/0.19.4.tar.gz b/0.19.4.tar.gz deleted file mode 100644 index e082adf..0000000 --- a/0.19.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b8580c69457ebe593b7cc7905c7e601d2c899ff9011f9a4f7d1a7b75a22d8b -size 55934 diff --git a/0.20.0.tar.gz b/0.20.0.tar.gz new file mode 100644 index 0000000..5a63112 --- /dev/null +++ b/0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c55174553b7f4175c6b2f81a53e91f29ecc7a20e5856d8c91afce3ebdf4612 +size 55630 diff --git a/python-libsass.changes b/python-libsass.changes index 5a196bb..9ee575c 100644 --- a/python-libsass.changes +++ b/python-libsass.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 22 13:42:32 UTC 2020 - John Vandenberg + +- Update to v0.20.0, linking against libsass 3.6.4 + ------------------------------------------------------------------- Mon May 25 06:50:36 UTC 2020 - Petr Gajdos diff --git a/python-libsass.spec b/python-libsass.spec index d8597a7..3914442 100644 --- a/python-libsass.spec +++ b/python-libsass.spec @@ -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