forked from pool/python-munch
Compare commits
17 Commits
Author | SHA256 | Date | |
---|---|---|---|
8a2b99fe3c | |||
1cf094683a | |||
c5579acf9c | |||
4bb1144498 | |||
c6139b3fa3 | |||
d52a713a80 | |||
bcc1583cd9 | |||
7c551a2d52 | |||
564919b4f6 | |||
2a14b9e243 | |||
b7425aabdf | |||
f1f4abecdc | |||
|
f9344de77b | ||
05a58582b2 | |||
ed484c7ce1 | |||
ab9bab4317 | |||
|
4803d1e017 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 04:38:04 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 11:14:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-munch
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,13 +22,14 @@ Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: A dot-accessible dictionary
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Infinidat/munch
|
||||
Source: https://files.pythonhosted.org/packages/source/m/munch/munch-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM - gh/Infinidat/munch#104 - Adjust tests for Python 3.13
|
||||
Patch: https://patch-diff.githubusercontent.com/raw/Infinidat/munch/pull/104.patch#/adjust-tests-for-python3.13.patch
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -44,10 +45,10 @@ A dot-accessible dictionary (a la JavaScript objects).
|
||||
%autosetup -p1 -n munch-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -57,6 +58,6 @@ A dot-accessible dictionary (a la JavaScript objects).
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
%{python_sitelib}/munch
|
||||
%{python_sitelib}/munch-*.egg-info
|
||||
%{python_sitelib}/munch-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user