From 081c2482887cee59fec2e4ad950ed566af43469bfacb0ce46193babc87bea448 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 28 Mar 2025 01:48:20 +0000 Subject: [PATCH] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-types-PyYAML?expand=0&rev=3 --- python-types-PyYAML.changes | 5 +++++ python-types-PyYAML.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-types-PyYAML.changes b/python-types-PyYAML.changes index 76c2dd9..2997f6b 100644 --- a/python-types-PyYAML.changes +++ b/python-types-PyYAML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 28 01:48:11 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Wed Sep 18 12:24:14 UTC 2024 - Johannes Kastl diff --git a/python-types-PyYAML.spec b/python-types-PyYAML.spec index b441792..79a36ea 100644 --- a/python-types-PyYAML.spec +++ b/python-types-PyYAML.spec @@ -1,7 +1,7 @@ # # spec file for package python-types-PyYAML # -# 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 @@ -24,11 +24,11 @@ Summary: Typing stubs for PyYAML License: Apache-2.0 URL: https://github.com/python/typeshed Source: https://files.pythonhosted.org/packages/source/t/types-PyYAML/types-PyYAML-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -48,6 +48,6 @@ Typing stubs for PyYAML %files %{python_files} %doc CHANGELOG.md %{python_sitelib}/yaml-stubs/ -%{python_sitelib}/types_PyYAML-%{version}*.dist-info +%{python_sitelib}/types_pyyaml-%{version}.dist-info %changelog