Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-HTMLmin for openSUSE:Factory checked in at 2021-12-20 21:06:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-HTMLmin (Old) and /work/SRC/openSUSE:Factory/.python-Flask-HTMLmin.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-HTMLmin" Mon Dec 20 21:06:16 2021 rev:6 rq:941568 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-HTMLmin/python-Flask-HTMLmin.changes 2021-06-01 10:41:41.065244398 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-HTMLmin.new.2520/python-Flask-HTMLmin.changes 2021-12-20 21:06:46.418955320 +0100 @@ -1,0 +2,6 @@ +Mon Dec 20 05:07:09 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Add patch remove-pytest-runner.patch: + * No longer require pytest-runner. + +------------------------------------------------------------------- New: ---- remove-pytest-runner.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-HTMLmin.spec ++++++ --- /var/tmp/diff_new_pack.nbFie3/_old 2021-12-20 21:06:46.842955626 +0100 +++ /var/tmp/diff_new_pack.nbFie3/_new 2021-12-20 21:06:46.850955633 +0100 @@ -25,10 +25,10 @@ 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 htmlmin} BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -41,7 +41,7 @@ Flask-HTMLmin minimizes HTML rendered by Flask. %prep -%setup -q -n Flask-HTMLmin-%{version} +%autosetup -n Flask-HTMLmin-%{version} %build %python_build ++++++ remove-pytest-runner.patch ++++++ Index: Flask-HTMLmin-2.2.0/Pipfile =================================================================== --- Flask-HTMLmin-2.2.0.orig/Pipfile +++ Flask-HTMLmin-2.2.0/Pipfile @@ -5,7 +5,6 @@ verify_ssl = true [dev-packages] pytest = "*" -pytest-runner = "*" twine = "*" wheel = "*" flake8 = "*" Index: Flask-HTMLmin-2.2.0/setup.py =================================================================== --- Flask-HTMLmin-2.2.0.orig/setup.py +++ Flask-HTMLmin-2.2.0/setup.py @@ -48,6 +48,4 @@ setup( 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Markup :: HTML', ], - setup_requires=['pytest-runner'], - tests_require=['pytest'] )