From a86ef0beea5765da05e0d2cec4e0f9ade7e4a9f1f30a3106ad0b80dd0c115a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Aug 2020 11:44:55 +0000 Subject: [PATCH] Accepting request 827009 from home:jayvdb:branches:devel:languages:python - Update to v0.20.0, linking against libsass 3.6.4 OBS-URL: https://build.opensuse.org/request/show/827009 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libsass?expand=0&rev=16 --- 0.19.4.tar.gz | 3 --- 0.20.0.tar.gz | 3 +++ python-libsass.changes | 5 +++++ python-libsass.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 0.19.4.tar.gz create mode 100644 0.20.0.tar.gz 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