From ea519298e7aae76c2e39598c6f69ebc80bbb91e3a5a75542e06f7181745a158e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:51:46 +0000 Subject: [PATCH] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.vcs?expand=0&rev=5 --- python-jaraco.vcs.changes | 5 +++++ python-jaraco.vcs.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jaraco.vcs.changes b/python-jaraco.vcs.changes index 99ae44e..da8658d 100644 --- a/python-jaraco.vcs.changes +++ b/python-jaraco.vcs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:36 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + ------------------------------------------------------------------- Fri Dec 8 09:24:09 UTC 2023 - Dirk Müller diff --git a/python-jaraco.vcs.spec b/python-jaraco.vcs.spec index e1a4e7d..472e9d9 100644 --- a/python-jaraco.vcs.spec +++ b/python-jaraco.vcs.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.vcs # -# Copyright (c) 2023 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 @@ -67,6 +67,6 @@ Facilities for working with VCS repositories %doc README.rst %license LICENSE %{python_sitelib}/jaraco/vcs -%{python_sitelib}/jaraco.vcs-%{version}.dist-info +%{python_sitelib}/jaraco_vcs-%{version}.dist-info %changelog