From 88f9e5c75e6efbb88301ebf394d08bdfa140c0dd Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jan 10 2021 11:35:31 +0000 Subject: Orphaned for 6+ weeks --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 18f4a9f..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/django-storages-1.8.tar.gz -<<<<<<< HEAD -======= -/django-storages-1.9.1.tar.gz ->>>>>>> master -/django-storages-1.10.1.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 91e96fc..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-django-storages - -The python-django-storages package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/python-django-storages.spec b/python-django-storages.spec deleted file mode 100644 index 6cfbe79..0000000 --- a/python-django-storages.spec +++ /dev/null @@ -1,155 +0,0 @@ -%global srcname django-storages - -Name: python-%{srcname} -Version: 1.10.1 -Release: 1%{?dist} -Summary: Support for many storage backends in Django - -License: BSD -URL: https://github.com/jschneier/django-storages -Source: %{pypi_source} -BuildArch: noarch - -%global _description %{expand: -%{summary}.} - -%description %{_description} - -%package -n python3-%{srcname} -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}} -BuildRequires: python3-devel -BuildRequires: python3dist(setuptools) - -%description -n python3-%{srcname} %{_description} - -%package -n python3-%{srcname}+azure -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+azure} -Provides: python3dist(%{srcname}/azure) = %{version} -Provides: python%{python3_version}dist(%{srcname}/azure) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: (python%{python3_version}dist(azure-storage-blob) >= 1.3.1 with python%{python3_version}dist(azure-storage-blob) < 12.0.0) - -%description -n python3-%{srcname}+azure %{_description} - -"azure" extras. Python 3 version. - -%package -n python3-%{srcname}+boto3 -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+boto3} -Provides: python3dist(%{srcname}/boto3) = %{version} -Provides: python%{python3_version}dist(%{srcname}/boto3) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: python%{python3_version}dist(boto3) >= 1.4.4 - -%description -n python3-%{srcname}+boto3 %{_description} - -"boto3" extras. - -%package -n python3-%{srcname}+dropbox -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+dropbox} -Provides: python3dist(%{srcname}/dropbox) = %{version} -Provides: python%{python3_version}dist(%{srcname}/dropbox) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: python%{python3_version}dist(dropbox) - -%description -n python3-%{srcname}+dropbox %{_description} - -"dropbox" extras. - -%package -n python3-%{srcname}+google -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+google} -Provides: python3dist(%{srcname}/google) = %{version} -Provides: python%{python3_version}dist(%{srcname}/google) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: python%{python3_version}dist(google-cloud-storage) >= 1.15.0 - -%description -n python3-%{srcname}+google %{_description} - -"google" extras. - -%package -n python3-%{srcname}+libcloud -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+libcloud} -Provides: python3dist(%{srcname}/libcloud) = %{version} -Provides: python%{python3_version}dist(%{srcname}/libcloud) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: python%{python3_version}dist(apache-libcloud) - -%description -n python3-%{srcname}+libcloud %{_description} - -"libcloud" extras. - -%package -n python3-%{srcname}+sftp -Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}+sftp} -Provides: python3dist(%{srcname}/sftp) = %{version} -Provides: python%{python3_version}dist(%{srcname}/sftp) = %{version} -Requires: python%{python3_version}dist(%{srcname}) = %{version} -Requires: python%{python3_version}dist(paramiko) - -%description -n python3-%{srcname}+sftp %{_description} - -"sftp" extras. - -%prep -%autosetup -n %{srcname}-%{version} -p1 -rm -vr *.egg-info - -%build -%py3_build - -%install -%py3_install - -# Tests require too many dependencies -#%%check -#export DJANGO_SETTINGS_MODULE=tests.settings -#%%python3 -m pytest -v tests - -%files -n python3-%{srcname} -%license LICENSE -%doc README.rst CHANGELOG.rst -%{python3_sitelib}/storages/ -%{python3_sitelib}/django_storages-*.egg-info/ - -%files -n python3-%{srcname}+azure -%{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info} - -%files -n python3-%{srcname}+boto3 -%{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info} - -%files -n python3-%{srcname}+dropbox -%{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info} - -# Missing requirement google-cloud-storage -#files -n python3-%{srcname}+google -#{?python_extras_subpkg:%%ghost %%{python3_sitelib}/django_storages-*.egg-info} - -%files -n python3-%{srcname}+libcloud -%{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info} - -%files -n python3-%{srcname}+sftp -%{?python_extras_subpkg:%ghost %{python3_sitelib}/django_storages-*.egg-info} - -%changelog -* Thu Nov 26 2020 Fabian Affolter - 1.10.1-1 -- Update to latest upstream release 1.10.1 - -* Thu Aug 20 2020 Fabian Affolter - 1.9.1-1 -- Update to latest upstream release 1.9.1 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 10 2020 Miro Hrončok - 1.8-3 -- Add metadata for Python extras subpackages - -* Tue May 26 2020 Miro Hrončok - 1.8-2 -- Rebuilt for Python 3.9 - -* Fri Jan 31 2020 Igor Raits - 1.8-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 76a7497..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (django-storages-1.10.1.tar.gz) = 9e68136755140511b553a297572d70a7fc4e90918878e693b3c75d93a83cc7e845ae03f0f783fa550a7328f0f7b880af8c31a5d5be25b5b9e35d7f73d3a51655