From c708460f02e80796b9d859c17c24247de00c5e2578744d927cd4e518e7fc654b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 28 Jan 2020 08:32:04 +0000 Subject: [PATCH] - Fix the traball fetching OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QDarkStyle?expand=0&rev=6 --- QDarkStyle-2.8.tar.gz | 4 ++-- python-QDarkStyle.changes | 5 +++++ python-QDarkStyle.spec | 5 ++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/QDarkStyle-2.8.tar.gz b/QDarkStyle-2.8.tar.gz index a5ba74c..58fb28f 100644 --- a/QDarkStyle-2.8.tar.gz +++ b/QDarkStyle-2.8.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475 -size 405579 +oid sha256:8e2f1935763072ba4e18cecbf9159082f931d582cc8b37bc6b1fb417f3519f9b +size 7874263 diff --git a/python-QDarkStyle.changes b/python-QDarkStyle.changes index 5a391b4..2417356 100644 --- a/python-QDarkStyle.changes +++ b/python-QDarkStyle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 28 08:31:47 UTC 2020 - Tomáš Chvátal + +- Fix the traball fetching + ------------------------------------------------------------------- Sat Jan 25 14:40:40 UTC 2020 - Sebastian Wagner diff --git a/python-QDarkStyle.spec b/python-QDarkStyle.spec index 65414e7..9350007 100644 --- a/python-QDarkStyle.spec +++ b/python-QDarkStyle.spec @@ -26,7 +26,7 @@ Summary: A dark stylesheet for Python and Qt applications License: MIT Group: Development/Languages/Python URL: https://github.com/ColinDuquesnoy/QDarkStyleSheet -Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz +Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet/archive/v%{version}.tar.gz#/QDarkStyle-%{version}.tar.gz BuildRequires: %{python_module QtPy >= 1.7} BuildRequires: %{python_module helpdev} BuildRequires: %{python_module pyside2} @@ -41,14 +41,13 @@ Requires: python-QtPy >= 1.7 Requires: python-helpdev Requires: python-setuptools BuildArch: noarch - %python_subpackages %description QDarkStyle is a dark stylesheet for Python and Qt applications. %prep -%setup -qn QDarkStyle-%{version} +%setup -q -n QDarkStyleSheet-%{version} sed -i '1{\,^#!%{_bindir}/env python,d}' qdarkstyle/*.py qdarkstyle/utils/*.py %build