diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-mcstatus.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mcstatus-10.0.2.tar.gz +/mcstatus-10.0.3.tar.gz diff --git a/python-mcstatus.spec b/python-mcstatus.spec index d635bd6..0fed3dc 100644 --- a/python-mcstatus.spec +++ b/python-mcstatus.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mcstatus -Version: 10.0.2 +Version: 10.0.3 Release: 1 Summary: A library to query Minecraft Servers for their status and capabilities. License: Apache-2.0 URL: https://github.com/py-mine/mcstatus -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/13/3127f76ce3acf624d171644c6dd98a32ffa2397d6528b36715216f1a952f/mcstatus-10.0.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b6/3c/c7f42db497cbc9afc279f389739e264caa45f12a76360fef4a7fe39c5fcd/mcstatus-10.0.3.tar.gz BuildArch: noarch Requires: python3-asyncio-dgram @@ -243,7 +243,7 @@ Mcstatus is licensed under the Apache 2.0 license. See LICENSE for full text. %prep -%autosetup -n mcstatus-10.0.2 +%autosetup -n mcstatus-10.0.3 %build %py3_build @@ -283,5 +283,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.2-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 10.0.3-1 - Package Spec generated @@ -1 +1 @@ -ecb986065d3e066f4dd80bf826763638 mcstatus-10.0.2.tar.gz +7103d2e5d7e3174329fc3255013889bd mcstatus-10.0.3.tar.gz |