diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:01:01 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:01:01 +0000 |
| commit | 96cf15f3c9418408f92f74d89944ed400d3341a1 (patch) | |
| tree | 97ab05ffd3309cb1da7c2d55eb0cea680741db8b | |
| parent | 3f70eab200881d08a866a0f6a6d2b5cb5ec65663 (diff) | |
automatic import of python-tomlkit
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-tomlkit.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /tomlkit-0.11.6.tar.gz +/tomlkit-0.11.7.tar.gz diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 6441988..d0de32c 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-tomlkit -Version: 0.11.6 +Version: 0.11.7 Release: 1 Summary: Style preserving TOML library License: MIT URL: https://github.com/sdispater/tomlkit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/04/58b4c11430ed4b7b8f1723a5e4f20929d59361e9b17f0872d69681fd8ffd/tomlkit-0.11.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/4e/6cb8a301134315e37929763f7a45c3598dfb21e8d9b94e6846c87531886c/tomlkit-0.11.7.tar.gz BuildArch: noarch @@ -178,7 +178,7 @@ You can run the tests with `poetry run pytest -q tests` %prep -%autosetup -n tomlkit-0.11.6 +%autosetup -n tomlkit-0.11.7 %build %py3_build @@ -218,5 +218,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.6-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.7-1 - Package Spec generated @@ -1 +1 @@ -ac33a015aa5f3f8e8e0667081b388bb7 tomlkit-0.11.6.tar.gz +8606dffbcb744b1c023f786015ddd8a7 tomlkit-0.11.7.tar.gz |
