15
0
forked from pool/python-bracex

Accepting request 949616 from home:sebix:branches:devel:languages:python

small change to the files section.

Could you forward the package to Factory afterwards please?

OBS-URL: https://build.opensuse.org/request/show/949616
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bracex?expand=0&rev=2
This commit is contained in:
2022-01-28 12:34:53 +00:00
committed by Git OBS Bridge
parent 070075f0c4
commit d4cc85f263

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bracex
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-bracex
Version: 2.2.1
Release: 0
@@ -26,11 +25,11 @@ Summary: Bash style brace expander
License: MIT
URL: https://github.com/facelessuser/bracex
Source: https://files.pythonhosted.org/packages/source/b/bracex/bracex-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -53,6 +52,6 @@ Bash style brace expander.
%files %{python_files}
%doc README.md
%license LICENSE.md
%{python_sitelib}/*
%{python_sitelib}/bracex*
%changelog