diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-beet.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /beet-0.84.0.tar.gz +/beet-0.86.0.tar.gz diff --git a/python-beet.spec b/python-beet.spec index b52c73d..b084477 100644 --- a/python-beet.spec +++ b/python-beet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-beet -Version: 0.84.0 +Version: 0.86.0 Release: 1 Summary: The Minecraft pack development kit License: MIT URL: https://github.com/mcbeet/beet -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/a8/d4d2f77477b69e56da2c12e0c2bcf12f48c089326fa571ad12f90e252106/beet-0.84.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/54/42/131354664787cc3869dd2ba0cf6745d1f39e31fd90014910416206009f08/beet-0.86.0.tar.gz BuildArch: noarch Requires: python3-Jinja2 @@ -38,7 +38,7 @@ Provides: python3-beet-doc License - [MIT](https://github.com/mcbeet/beet/blob/main/LICENSE) %prep -%autosetup -n beet-0.84.0 +%autosetup -n beet-0.86.0 %build %py3_build @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.84.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.86.0-1 - Package Spec generated @@ -1 +1 @@ -82b3883f5d4291fbbc5195545c3ee892 beet-0.84.0.tar.gz +9df9fac2d800e6dcf538d2b965c794e8 beet-0.86.0.tar.gz |
