1
0

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:
Dominique Leuenberger 2023-06-18 21:07:49 +00:00 committed by Git OBS Bridge
commit 47ce112576
2 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,8 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-marshmallow-enum
Version: 1.5.1
Release: 0
@ -26,8 +25,8 @@ License: MIT
URL: https://github.com/justanr/marshmallow_enum
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
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module marshmallow >= 2.0.0}
BuildRequires: %{python_module pytest}