Skip to content

Commit

Permalink
Update python-livereload to version 2.6.3 / rev 4 via SR 1067947
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1067947
by user mcepl + dimstar_suse
- Don't use fdupes -s, it hurts.
  • Loading branch information
mcepl authored and bmwiedemann committed Feb 27, 2023
1 parent 63f72c6 commit a895ab3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
Binary file modified packages/p/python-livereload/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-livereload/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@
<comment>- add six dependency for tests</comment>
<requestid>930157</requestid>
</revision>
<revision rev="4" vrev="4">
<srcmd5>04fa322d92ae9546ab78b345d660d2d2</srcmd5>
<version>2.6.3</version>
<time>1677498965</time>
<user>dimstar_suse</user>
<comment>- Don't use fdupes -s, it hurts.
</comment>
<requestid>1067947</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/p/python-livereload/python-livereload.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 27 10:45:13 UTC 2023 - Matej Cepl <[email protected]>

- Don't use fdupes -s, it hurts.

-------------------------------------------------------------------
Mon Nov 8 11:38:41 UTC 2021 - Dirk Müller <[email protected]>

Expand Down
16 changes: 8 additions & 8 deletions packages/p/python-livereload/python-livereload.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-livereload
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -16,7 +16,6 @@
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-livereload
Version: 2.6.3
Release: 0
Expand All @@ -25,10 +24,11 @@ License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://livereload.readthedocs.io/en/latest/
Source: https://github.com/lepture/python-livereload/archive/%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module tornado}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
Expand All @@ -42,16 +42,16 @@ BuildArch: noarch
Reload webpages on changes, without hitting refresh in your browser.

%prep
%setup -q
%autosetup -p1

%build
%python_build
%pyproject_wheel

%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/livereload

%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
# https://github.com/lepture/python-livereload/issues/200
Expand All @@ -68,6 +68,6 @@ Reload webpages on changes, without hitting refresh in your browser.
%license LICENSE
%python_alternative %{_bindir}/livereload
%{python_sitelib}/livereload/
%{python_sitelib}/livereload-%{version}-py%{python_version}.egg-info
%{python_sitelib}/livereload-%{version}*-info

%changelog

0 comments on commit a895ab3

Please sign in to comment.