diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mashumaro.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /mashumaro-3.6.tar.gz +/mashumaro-3.7.tar.gz diff --git a/python-mashumaro.spec b/python-mashumaro.spec index 69f2e57..c2c7b8f 100644 --- a/python-mashumaro.spec +++ b/python-mashumaro.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mashumaro -Version: 3.6 +Version: 3.7 Release: 1 Summary: Fast serialization library on top of dataclasses License: Apache License, Version 2.0 URL: https://github.com/Fatal1ty/mashumaro -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/c6/e88452c75e9ee52c622bbb05002efc6caf1809cc0fac76505f57a909d244/mashumaro-3.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/fd/9034166e3bc3ff2b14f05df86049cd15853a5bc3ee5268bd206f9f2d5e02/mashumaro-3.7.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -211,7 +211,7 @@ Provides: python3-mashumaro-doc * [JSON Schema and custom serialization methods](#json-schema-and-custom-serialization-methods) %prep -%autosetup -n mashumaro-3.6 +%autosetup -n mashumaro-3.7 %build %py3_build @@ -251,5 +251,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.7-1 - Package Spec generated @@ -1 +1 @@ -102172a5932a7602b384e355a1f365ab mashumaro-3.6.tar.gz +0a549ee7c1d9e8bd9875e5a830abba7d mashumaro-3.7.tar.gz |
