Accepting request 1063300 from home:bnavigator:branches:devel:languages:python

- Fix build and runtime requirements
- Provide PyPI name

OBS-URL: https://build.opensuse.org/request/show/1063300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hatch_nodejs_version?expand=0&rev=6
This commit is contained in:
2023-02-07 00:56:17 +00:00
committed by Git OBS Bridge
parent 1758a8e5fd
commit 035a580dcd
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 5 17:58:18 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Fix build and runtime requirements
- Provide PyPI name
-------------------------------------------------------------------
Sat Dec 3 17:37:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hatch_nodejs_version
#
# Copyright (c) 2022 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
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hatch_nodejs_version
Version: 0.3.1
Release: 0
@@ -26,12 +25,13 @@ Group: Development/Languages/Python
URL: https://github.com/agoose77/hatch-nodejs-version
Source: https://files.pythonhosted.org/packages/source/h/hatch_nodejs_version/hatch_nodejs_version-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling >= 0.21.0}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-hatchling >= 0.21.0
Provides: python-hatch-nodejs-version = %{version}-%{release}
BuildArch: noarch
%python_subpackages