diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:10:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:10:55 +0000 |
commit | e352e6e3f75b0e39da601efcc8deff4644815b0e (patch) | |
tree | fc949d79ce3d5688fc9499501111660144e449af | |
parent | 47fa24e90536c564e45b0f610af9c3a09b63daf5 (diff) |
automatic import of python-django-minio-storageopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-minio-storage.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 8 deletions
@@ -1 +1,2 @@ /django-minio-storage-0.3.10.tar.gz +/django-minio-storage-0.5.0.tar.gz diff --git a/python-django-minio-storage.spec b/python-django-minio-storage.spec index a09b269..4256a74 100644 --- a/python-django-minio-storage.spec +++ b/python-django-minio-storage.spec @@ -1,18 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-django-minio-storage -Version: 0.3.10 +Version: 0.5.0 Release: 1 Summary: Django file storage using the minio python client License: MIT URL: https://github.com/py-pa/django-minio-storage -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/b8/5043455c1d6b0747b64124b441d3e0b57a7bf8f0dd44a09821be16fd1f3c/django-minio-storage-0.3.10.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/71/ee4f8df48013fe5c49be4ece55c88af4f7bccc17539046a057a335955dc6/django-minio-storage-0.5.0.tar.gz BuildArch: noarch +Requires: python3-django +Requires: python3-minio +Requires: python3-coverage +Requires: python3-requests %description [](https://badge.fury.io/py/django-minio-storage) [](http://django-minio-storage.readthedocs.io/en/latest/?badge=latest) -[](https://travis-ci.org/py-pa/django-minio-storage) # django-minio-storage @@ -29,6 +32,7 @@ See [http://django-minio-storage.readthedocs.io/en/latest/](http://django-minio-storage.readthedocs.io/en/latest/) for documentation and usage guides. + %package -n python3-django-minio-storage Summary: Django file storage using the minio python client Provides: python-django-minio-storage @@ -38,7 +42,6 @@ BuildRequires: python3-pip %description -n python3-django-minio-storage [](https://badge.fury.io/py/django-minio-storage) [](http://django-minio-storage.readthedocs.io/en/latest/?badge=latest) -[](https://travis-ci.org/py-pa/django-minio-storage) # django-minio-storage @@ -55,13 +58,13 @@ See [http://django-minio-storage.readthedocs.io/en/latest/](http://django-minio-storage.readthedocs.io/en/latest/) for documentation and usage guides. + %package help Summary: Development documents and examples for django-minio-storage Provides: python3-django-minio-storage-doc %description help [](https://badge.fury.io/py/django-minio-storage) [](http://django-minio-storage.readthedocs.io/en/latest/?badge=latest) -[](https://travis-ci.org/py-pa/django-minio-storage) # django-minio-storage @@ -78,8 +81,9 @@ See [http://django-minio-storage.readthedocs.io/en/latest/](http://django-minio-storage.readthedocs.io/en/latest/) for documentation and usage guides. + %prep -%autosetup -n django-minio-storage-0.3.10 +%autosetup -n django-minio-storage-0.5.0 %build %py3_build @@ -119,5 +123,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.10-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 - Package Spec generated @@ -1 +1 @@ -42fab32b37a7244e6a58db3c73ae5280 django-minio-storage-0.3.10.tar.gz +33004323b5e7ffa72846fa323d221d1a django-minio-storage-0.5.0.tar.gz |