diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz deleted file mode 100644 index 8c656cb40342f29f6492ff6ee955271e19e20e38..0000000000000000000000000000000000000000 Binary files a/2.0.0.tar.gz and /dev/null differ diff --git a/python-tomli.spec b/python-tomli.spec index 0547c7da8a9dd43e90be06587683891d428d8494..62ac37fd7f8a45fc7f9d10b207935e0fcbc071b3 100644 --- a/python-tomli.spec +++ b/python-tomli.spec @@ -1,15 +1,19 @@ Name: python-tomli -Version: 2.0.0 +Version: 2.0.1 Release: 1 Summary: A little TOML parser for Python License: MIT -URL: https://pypi.org/project/tomli/ -Source0: https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz +URL: https://github.com/hukkin/tomli +Source0: https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-dateutil +BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel %global _description %{expand: Tomli is a Python library for parsing TOML. @@ -36,18 +40,21 @@ EOF %install mkdir -p %{buildroot}%{python3_sitelib} -cp -a tomli %{distinfo} %{buildroot}%{python3_sitelib} +cp -a src/tomli %{distinfo} %{buildroot}%{python3_sitelib} echo '%{python3_sitelib}/tomli/' > %{pyproject_files} echo '%{python3_sitelib}/%{distinfo}/' >> %{pyproject_files} -%check -pytest +#%check +#no test items +#pytest %files -n python3-tomli -f %{pyproject_files} %doc README.md -%doc CHANGELOG.md %license LICENSE %changelog +* Sat Jun 04 2022 OpenStack_SIG - 2.0.1-1 +- Upgrade python3-tomli to version 2.0.1 + * Tue Mar 1 2022 zhangy - 2.0.0 - Init packages diff --git a/tomli-2.0.1.tar.gz b/tomli-2.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fde81b794015467175f01eb2a5fb5d6e286e99ca Binary files /dev/null and b/tomli-2.0.1.tar.gz differ