From e067a4d471d082890355a20d36151f0b2999d56997ef2e086b9591b1ca3fdabc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 31 May 2023 12:39:02 +0000 Subject: [PATCH] - Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cookies?expand=0&rev=11 --- python-cookies.changes | 5 +++++ python-cookies.spec | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/python-cookies.changes b/python-cookies.changes index c0ddb1c..169a6cc 100644 --- a/python-cookies.changes +++ b/python-cookies.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 31 12:38:53 UTC 2023 - Matej Cepl + +- Clean up SPEC file + ------------------------------------------------------------------- Fri Apr 21 12:23:45 UTC 2023 - Dirk Müller diff --git a/python-cookies.spec b/python-cookies.spec index 633aff0..c1e9075 100644 --- a/python-cookies.spec +++ b/python-cookies.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-cookies Version: 2.2.1 @@ -24,14 +23,15 @@ Release: 0 Summary: Friendlier RFC 6265-compliant cookie parser/renderer License: MIT Group: Development/Languages/Python -URL: https://gitlab.com/sashahart/cookies +URL: https://github.com/sashahart/cookies Source: https://files.pythonhosted.org/packages/source/c/cookies/cookies-%{version}.tar.gz Source1: https://raw.githubusercontent.com/sashahart/cookies/master/LICENSE # PATCH-FIX-OPENSUSE do-not-install-test_cookies.diff -- Do not install test files Patch0: do-not-install-test_cookies.diff Patch1: python37.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -68,23 +68,24 @@ This does not compete with the cookielib (http.cookiejar) module in the Python standard library. %prep -%setup -q -n cookies-%{version} -%autopatch -p1 +%autosetup -p1 -n cookies-%{version} cp %{SOURCE1} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %check -%python_expand py.test-%{$python_version} test_cookies.py +%pytest test_cookies.py %files %{python_files} %license LICENSE %doc README -%{python_sitelib}/* +%{python_sitelib}/cookies.py +%pycache_only %{python_sitelib}/__pycache__/cookies*.pyc +%{python_sitelib}/cookies-%{version}*-info %changelog