diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:49:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:49:06 +0000 |
| commit | 771d53d043265d7bb524d5ba01d55e838ed49b3c (patch) | |
| tree | dccc493c3e210a6a168cb0a38eaa6fd3874a465b | |
| parent | f85243f50a79b0176db5b2e87063f71b5a4390a5 (diff) | |
automatic import of python-fastapi-paginationopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-fastapi-pagination.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /fastapi_pagination-0.12.1.tar.gz +/fastapi_pagination-0.12.2.tar.gz diff --git a/python-fastapi-pagination.spec b/python-fastapi-pagination.spec index 5e47a1d..e35355e 100644 --- a/python-fastapi-pagination.spec +++ b/python-fastapi-pagination.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-fastapi-pagination -Version: 0.12.1 +Version: 0.12.2 Release: 1 Summary: FastAPI pagination License: MIT URL: https://github.com/uriyyo/fastapi-pagination -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/99/6a6ff5a9bff7e20c375a2874001393682e8fc016086c0d2e4c29d1c373e6/fastapi_pagination-0.12.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/ae/3e29d51a57cfac6a1bbb5da0c81db43283276bfecd179d19f9647345c54e/fastapi_pagination-0.12.2.tar.gz BuildArch: noarch Requires: python3-pydantic @@ -27,7 +27,7 @@ Requires: python3-sqlakeyset Requires: python3-scylla-driver %description - +For more information on how to use fastapi-pagination, please refer to the %package -n python3-fastapi-pagination Summary: FastAPI pagination @@ -36,16 +36,16 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-fastapi-pagination - +For more information on how to use fastapi-pagination, please refer to the %package help Summary: Development documents and examples for fastapi-pagination Provides: python3-fastapi-pagination-doc %description help - +For more information on how to use fastapi-pagination, please refer to the %prep -%autosetup -n fastapi-pagination-0.12.1 +%autosetup -n fastapi-pagination-0.12.2 %build %py3_build @@ -85,5 +85,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.2-1 - Package Spec generated @@ -1 +1 @@ -d0e555b926bcaf0b03165b434494460c fastapi_pagination-0.12.1.tar.gz +661292101bfd51e011edeaa279fc6687 fastapi_pagination-0.12.2.tar.gz |
