1
0

Accepting request 942511 from home:jayvdb:branches:devel:languages:python:django

- Remove Source tests.py
- Update to v1.3.0

OBS-URL: https://build.opensuse.org/request/show/942511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-djangorestframework-camel-case?expand=0&rev=4
This commit is contained in:
John Vandenberg
2021-12-26 04:43:07 +00:00
committed by Git OBS Bridge
parent 18ec33bb78
commit 9d6ad7256e
5 changed files with 13 additions and 240 deletions
+1 -3
View File
@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-djangorestframework-camel-case
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Camel case JSON support for Django REST framework
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/vbabiy/djangorestframework-camel-case
Source: https://files.pythonhosted.org/packages/source/d/djangorestframework-camel-case/djangorestframework-camel-case-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/vbabiy/djangorestframework-camel-case/master/tests.py
BuildRequires: %{python_module djangorestframework}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -40,7 +39,6 @@ Camel case JSON support for Django REST framework.
%prep
%setup -q -n djangorestframework-camel-case-%{version}
cp %{SOURCE1} .
%build
%python_build