Accepting request 1079494 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1079494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pathable?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-04-15 20:32:42 +00:00 committed by Git OBS Bridge
commit ff7a1d61d0
2 changed files with 15 additions and 5 deletions

View File

@ -1,4 +1,10 @@
-------------------------------------------------------------------
Fri Apr 14 06:43:10 UTC 2023 - pgajdos@suse.com
- python-pathable obsoletes python-dictpath
-------------------------------------------------------------------
Fri Sep 23 10:44:30 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.4.3
- Initial spec for v0.4.3

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pathable
#
# 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-pathable
Version: 0.4.3
Release: 0
@ -24,13 +23,18 @@ Summary: Object-oriented paths
License: Apache-2.0
URL: https://github.com/p1c2u/pathable
Source: /https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# I know self obsoletion, but se want following, right?
# Unfortunately dictpath v. 0.4.3 exists
# change <= to < 0.4.4 as soon as 0.4.4 is out
Obsoletes: python-dictpath <= 0.4.3
Provides: python-dictpath = 0.4.3
BuildArch: noarch
%python_subpackages