forked from pool/python-marshmallow-enum
Accepting request 1093648 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1093648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow-enum?expand=0&rev=2
This commit is contained in:
commit
47ce112576
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 11:09:35 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Add %{?sle15_python_module_pythons}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 17 08:15:29 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Tue Nov 17 08:15:29 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-marshmallow-enum
|
# spec file for package python-marshmallow-enum
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%define skip_python2 1
|
|
||||||
Name: python-marshmallow-enum
|
Name: python-marshmallow-enum
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -26,8 +25,8 @@ License: MIT
|
|||||||
URL: https://github.com/justanr/marshmallow_enum
|
URL: https://github.com/justanr/marshmallow_enum
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/marshmallow-enum/marshmallow-enum-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/marshmallow-enum/marshmallow-enum-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/justanr/marshmallow_enum/master/tests/test_enum_field.py
|
Source1: https://raw.githubusercontent.com/justanr/marshmallow_enum/master/tests/test_enum_field.py
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module marshmallow >= 2.0.0}
|
BuildRequires: %{python_module marshmallow >= 2.0.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
Reference in New Issue
Block a user