diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 13:53:49 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 13:53:49 +0000 |
| commit | 04821a5580a81db5b7f0ae591dbb6d54afef7d69 (patch) | |
| tree | 0a49a9ba9658f78c612a30f8ef387feaf8c6ff32 | |
| parent | 917a0f51bc554ddce0b9bc4edbb052e6c82f48ec (diff) | |
automatic import of python-marshmallow-dataclassopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-marshmallow-dataclass.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /marshmallow_dataclass-8.5.12.tar.gz +/marshmallow_dataclass-8.5.13.tar.gz diff --git a/python-marshmallow-dataclass.spec b/python-marshmallow-dataclass.spec index 51f7828..62300c8 100644 --- a/python-marshmallow-dataclass.spec +++ b/python-marshmallow-dataclass.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-marshmallow-dataclass -Version: 8.5.12 +Version: 8.5.13 Release: 1 Summary: Python library to convert dataclasses into marshmallow schemas. License: MIT URL: https://github.com/lovasoa/marshmallow_dataclass -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c9/0c/fdd0c342a32c53a8a0090f800d4d263d9dfd25a51904ed8892e371775a0d/marshmallow_dataclass-8.5.12.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/42/f3f6dbc21ae230a3cab7e2fdc0a8701751ea2832ef17e631bad159af48c5/marshmallow_dataclass-8.5.13.tar.gz BuildArch: noarch Requires: python3-marshmallow @@ -986,7 +986,7 @@ To install this project and make changes to it locally, follow the instructions %prep -%autosetup -n marshmallow-dataclass-8.5.12 +%autosetup -n marshmallow-dataclass-8.5.13 %build %py3_build @@ -1026,5 +1026,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 8.5.12-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 8.5.13-1 - Package Spec generated @@ -1 +1 @@ -9e734f64830c6587765618b58dd1c0be marshmallow_dataclass-8.5.12.tar.gz +f2622cc8787b28848a8d4f4e8e0942a5 marshmallow_dataclass-8.5.13.tar.gz |
