diff --git a/python-PrettyTable.changes b/python-prettytable.changes similarity index 97% rename from python-PrettyTable.changes rename to python-prettytable.changes index ee2c06d..67528ba 100644 --- a/python-PrettyTable.changes +++ b/python-prettytable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 24 07:41:38 UTC 2021 - Matej Cepl + +- Rename package according to the PyPI name + ------------------------------------------------------------------- Mon Nov 8 21:56:21 UTC 2021 - Dirk Müller diff --git a/python-PrettyTable.spec b/python-prettytable.spec similarity index 94% rename from python-PrettyTable.spec rename to python-prettytable.spec index 207d2f4..2196525 100644 --- a/python-PrettyTable.spec +++ b/python-prettytable.spec @@ -1,5 +1,5 @@ # -# spec file for package python-PrettyTable +# spec file for package python-prettytable # # Copyright (c) 2021 SUSE LLC # Copyright (c) 2011 Christian Berendt. @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 -Name: python-PrettyTable +Name: python-prettytable Version: 2.4.0 Release: 0 Summary: Library for displaying tabular data in formatted fashion @@ -58,6 +58,6 @@ export LANG=en_US.UTF-8 %files %{python_files} %license COPYING %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/prettytable* %changelog