diff options
author | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:49:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:49:31 +0000 |
commit | 476c38bcf5272ab01ebbc0b222382d9101db7900 (patch) | |
tree | 9252070b32f458295e760cb948dbc86236438612 | |
parent | ffd687d7de03ee94f49f606c5dd407e3a260f0c5 (diff) |
automatic import of python-seaborn
-rw-r--r-- | python-seaborn.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python-seaborn.spec b/python-seaborn.spec index a59bc08..ead9aed 100644 --- a/python-seaborn.spec +++ b/python-seaborn.spec @@ -1,7 +1,9 @@ %global _empty_manifest_terminate_build 0 +%define dist_tag %(sed -n 's/.* release \\([0-9]\\{2\\}\\)\\.\\([0-9]\\{2\\}\\).*LTS-SP\\([0-9]\\).*/oe\\1\\2sp\\3/p' /etc/openEuler-release) + Name: python-seaborn Version: 0.13.2 -Release: 1 +Release: 1.%{?dist_tag} Summary: Statistical data visualization License: None URL: https://pypi.org/project/seaborn/ |