diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 14:04:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 14:04:53 +0000 |
commit | ab0028875aeb6adc9cd9d65b1a3cf6573c64dad2 (patch) | |
tree | a5dc143cd1948e007a4b4820cf431a6d53fc28ed | |
parent | 71b30794fc147996bd7090b2841fd1088fd137f5 (diff) |
automatic import of python-databind-coreopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-databind-core.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /databind.core-4.2.2.tar.gz +/databind.core-4.2.4.tar.gz diff --git a/python-databind-core.spec b/python-databind-core.spec index 9845408..62976dc 100644 --- a/python-databind-core.spec +++ b/python-databind-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-databind.core -Version: 4.2.2 +Version: 4.2.4 Release: 1 Summary: Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. Compatible with Python 3.7 and newer. License: MIT URL: https://pypi.org/project/databind.core/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/79/53/0a2e1f919f2e008ac42332671cf361e80908a27ca701c4c33d98091d7bd8/databind.core-4.2.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/6c/e3b3d25b014e3ac964f6c5981c07bd760fb79c1bfab689c5f37f0c9ad8f8/databind.core-4.2.4.tar.gz BuildArch: noarch Requires: python3-Deprecated @@ -33,7 +33,7 @@ Provides: python3-databind.core-doc <p align="center">Copyright © 2020 – Niklas Rosenstein</p> %prep -%autosetup -n databind.core-4.2.2 +%autosetup -n databind.core-4.2.4 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.2-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.4-1 - Package Spec generated @@ -1 +1 @@ -4a5d42497546c633031fcf78e02a4942 databind.core-4.2.2.tar.gz +c89fe80d7eb9a273b19fdc461a974a36 databind.core-4.2.4.tar.gz |