From 90b9880810b4d527ebe9bf6dd2cab6dd7bc60fb6531017426cef5fc6b0fa7168 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 13 Oct 2022 09:44:06 +0000 Subject: [PATCH] - Clean up SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlglot?expand=0&rev=2 --- python-sqlglot.changes | 5 +++++ python-sqlglot.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sqlglot.changes b/python-sqlglot.changes index 5db406f..0013418 100644 --- a/python-sqlglot.changes +++ b/python-sqlglot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 09:43:59 UTC 2022 - Matej Cepl + +- Clean up SPEC file. + ------------------------------------------------------------------- Thu Oct 13 08:37:53 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-sqlglot.spec b/python-sqlglot.spec index 16c499d..9355883 100644 --- a/python-sqlglot.spec +++ b/python-sqlglot.spec @@ -24,9 +24,9 @@ Summary: An easily customizable SQL parser and transpiler License: MIT URL: https://github.com/tobymao/sqlglot Source: https://files.pythonhosted.org/packages/source/s/sqlglot/sqlglot-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -55,6 +55,7 @@ depending on configurations. %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/sqlglot +%{python_sitelib}/sqlglot-%{version}*-info %changelog