diff --git a/fastapi_pagination-0.13.1.tar.gz b/fastapi_pagination-0.13.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..21fa3b4a8de7f024e1ac8b5b188efc654e62d28a Binary files /dev/null and b/fastapi_pagination-0.13.1.tar.gz differ diff --git a/python-fastapi-pagination.spec b/python-fastapi-pagination.spec new file mode 100644 index 0000000000000000000000000000000000000000..75e969153b8b3553163ebb9959a0a8326e6bf6c7 --- /dev/null +++ b/python-fastapi-pagination.spec @@ -0,0 +1,106 @@ +%global _empty_manifest_terminate_build 0 +Name: python-fastapi-pagination +Version: 0.13.1 +Release: 1 +Summary: FastAPI pagination +License: None +URL: https://pypi.org/project/fastapi-pagination/ +Source0: https://files.pythonhosted.org/packages/d3/9c/a00e8916ca700fe7278cc4861e6958bcbd174a1157b3b4133c583dc5576c/fastapi_pagination-0.13.1.tar.gz +BuildArch: noarch + +Requires: (python3-fastapi) +Requires: (python3-pydantic) +Requires: (python3-typing-extensions<5 with python3-typing-extensions>=4.8.0) +Requires: (python3-asyncpg) +Requires: (python3-beanie) +Requires: (python3-bunnet<2 with python3-bunnet>=1.1.0) +Requires: (python3-databases) +Requires: (python3-django) +Requires: (python3-elasticsearch-dsl<9 with python3-elasticsearch-dsl>=8.13.0) +Requires: (python3-google-cloud-firestore<3 with python3-google-cloud-firestore>=2.19.0) +Requires: (python3-mongoengine<0.30.0 with python3-mongoengine>=0.23.1) +Requires: (python3-motor<4.0.0 with python3-motor>=3.6.0) +Requires: (python3-odmantic<2 with python3-odmantic>=1.0.2) +Requires: (python3-orm) +Requires: (python3-piccolo<1.25 with python3-piccolo>=0.89) +Requires: (python3-pony<0.8 with python3-pony>=0.7.16) +Requires: (python3-scylla-driver<4 with python3-scylla-driver>=3.25.6) +Requires: (python3-sqlakeyset<3 with python3-sqlakeyset>=2.0.1680321678) +Requires: (python3-sqlalchemy) +Requires: (python3-sqlmodel) +Requires: (python3-tortoise-orm) +Requires: (python3-asyncpg) +Requires: (python3-sqlalchemy) +Requires: (python3-beanie) +Requires: (python3-bunnet<2 with python3-bunnet>=1.1.0) +Requires: (python3-databases) +Requires: (python3-databases) +Requires: (python3-django) +Requires: (python3-elasticsearch-dsl<9 with python3-elasticsearch-dsl>=8.13.0) +Requires: (python3-google-cloud-firestore<3 with python3-google-cloud-firestore>=2.19.0) +Requires: (python3-mongoengine<0.30.0 with python3-mongoengine>=0.23.1) +Requires: (python3-motor<4.0.0 with python3-motor>=3.6.0) +Requires: (python3-odmantic<2 with python3-odmantic>=1.0.2) +Requires: (python3-databases) +Requires: (python3-orm) +Requires: (python3-piccolo<1.25 with python3-piccolo>=0.89) +Requires: (python3-scylla-driver<4 with python3-scylla-driver>=3.25.6) +Requires: (python3-sqlakeyset<3 with python3-sqlakeyset>=2.0.1680321678) +Requires: (python3-sqlalchemy) +Requires: (python3-sqlakeyset<3 with python3-sqlakeyset>=2.0.1680321678) +Requires: (python3-sqlmodel) +Requires: (python3-tortoise-orm) + +%description +For more information on how to use fastapi-pagination, please refer to the + +%package -n python3-fastapi-pagination +Summary: FastAPI pagination +Provides: python-fastapi-pagination +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +%description -n python3-fastapi-pagination +For more information on how to use fastapi-pagination, please refer to the + +%prep +%autosetup -n fastapi_pagination-0.13.1 + +%build +%pyproject_build + +%install +%pyproject_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +touch filelist.lst +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-fastapi-pagination -f filelist.lst +%{python3_sitelib}/* +%{_docdir}/* + +%changelog +* Thu May 08 2025 Python_Bot - 0.13.1-1 +- Package Spec generated