Skip to content

Commit

Permalink
Update python-Flask-HTMLmin to version 2.2.1 / rev 8 via SR 1140735
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1140735
by user dirkmueller + anag+factory
- update to 2.2.1:
  * Stop using pytest-runner
  * Fix documentation error in README
  * Fix hamidfzm/Flask-HTMLmin#30 by
    @hamidfzm
- switch to PEP517 build
- drop remove-pytest-runner.patch (upstream)

  * No longer require pytest-runner.
  • Loading branch information
dirkmueller authored and bmwiedemann committed Feb 7, 2024
1 parent 95b895e commit 4f041e0
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 33 deletions.
Binary file modified packages/p/python-Flask-HTMLmin/.files
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/p/python-Flask-HTMLmin/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,20 @@
<comment></comment>
<requestid>1030923</requestid>
</revision>
<revision rev="8" vrev="1">
<srcmd5>9eca95d026a57e3bbb2dd3ec1ca5eee0</srcmd5>
<version>2.2.1</version>
<time>1706046957</time>
<user>anag+factory</user>
<comment>- update to 2.2.1:
* Stop using pytest-runner
* Fix documentation error in README
* Fix https://github.com/hamidfzm/Flask-HTMLmin/issues/30 by
@hamidfzm
- switch to PEP517 build
- drop remove-pytest-runner.patch (upstream)

* No longer require pytest-runner.</comment>
<requestid>1140735</requestid>
</revision>
</revisionlist>
13 changes: 12 additions & 1 deletion packages/p/python-Flask-HTMLmin/python-Flask-HTMLmin.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 22 22:32:58 UTC 2024 - Dirk Müller <[email protected]>

- update to 2.2.1:
* Stop using pytest-runner
* Fix documentation error in README
* Fix https://github.com/hamidfzm/Flask-HTMLmin/issues/30 by
@hamidfzm
- switch to PEP517 build
- drop remove-pytest-runner.patch (upstream)

-------------------------------------------------------------------
Sat Feb 19 19:21:30 UTC 2022 - Arun Persaud <[email protected]>

Expand All @@ -15,7 +26,7 @@ Sat Feb 19 19:21:30 UTC 2022 - Arun Persaud <[email protected]>
Mon Dec 20 05:07:09 UTC 2021 - Steve Kowalik <[email protected]>

- Add patch remove-pytest-runner.patch:
* No longer require pytest-runner.
* No longer require pytest-runner.

-------------------------------------------------------------------
Wed Mar 3 19:28:34 UTC 2021 - Arun Persaud <[email protected]>
Expand Down
16 changes: 8 additions & 8 deletions packages/p/python-Flask-HTMLmin/python-Flask-HTMLmin.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-HTMLmin
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 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,21 +16,21 @@
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-Flask-HTMLmin
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Flask minifier for HTML responses
License: BSD-3-Clause
URL: https://github.com/hamidfzm/Flask-HTMLmin
Source: https://github.com/hamidfzm/Flask-HTMLmin/archive/v%{version}.tar.gz
Patch0: remove-pytest-runner.patch
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module cssmin}
BuildRequires: %{python_module htmlmin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask
Expand All @@ -46,10 +46,10 @@ Flask-HTMLmin minimizes HTML rendered by Flask.
%autosetup -n Flask-HTMLmin-%{version}

%build
%python_build
%pyproject_wheel

%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
Expand All @@ -60,6 +60,6 @@ Flask-HTMLmin minimizes HTML rendered by Flask.
%license LICENSE
%dir %{python_sitelib}/flask_htmlmin
%{python_sitelib}/flask_htmlmin/*
%{python_sitelib}/Flask_HTMLmin-%{version}-*.egg-info
%{python_sitelib}/Flask_HTMLmin-%{version}.dist-info

%changelog
23 changes: 0 additions & 23 deletions packages/p/python-Flask-HTMLmin/remove-pytest-runner.patch

This file was deleted.

1 change: 0 additions & 1 deletion packages/p/python-Flask-HTMLmin/v2.2.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-Flask-HTMLmin/v2.2.1.tar.gz

0 comments on commit 4f041e0

Please sign in to comment.