!2 remove django

Merge pull request !2 from ricky.z/master
This commit is contained in:
openeuler-ci-bot 2020-01-13 22:31:40 +08:00 committed by Gitee
commit 6ce2e8696a

View File

@ -1,7 +1,7 @@
%global with_tests 0%{?_with_tests:0} %global with_tests 0%{?_with_tests:0}
Name: python-semantic_version Name: python-semantic_version
Version: 2.6.0 Version: 2.6.0
Release: 8 Release: 9
Summary: Plugin for implementing the semantic version Summary: Plugin for implementing the semantic version
License: BSD License: BSD
URL: https://github.com/rbarrois/python-semanticversion URL: https://github.com/rbarrois/python-semanticversion
@ -13,7 +13,7 @@ This small python library provides a few tools to handle semantic versioning in
%package -n python2-semantic_version %package -n python2-semantic_version
Summary: Plugin for implementing the semantic version Summary: Plugin for implementing the semantic version
BuildRequires: python2-devel python2-setuptools python2-django1.11 BuildRequires: python2-devel python2-setuptools
Provides: python-semantic-version Provides: python-semantic-version
%{?python_provide:%python_provide python2-semantic_version} %{?python_provide:%python_provide python2-semantic_version}
@ -22,7 +22,7 @@ This small python library provides a few tools to handle semantic versioning in
%package -n python3-semantic_version %package -n python3-semantic_version
Summary: Plugin for implementing the semantic version Summary: Plugin for implementing the semantic version
BuildRequires: python3-devel python3-setuptools python3-django BuildRequires: python3-devel python3-setuptools
%{?python_provide:%python_provide python3-semantic_version} %{?python_provide:%python_provide python3-semantic_version}
%description -n python3-semantic_version %description -n python3-semantic_version
@ -71,6 +71,8 @@ rm -rf html/.{doctrees,buildinfo}
%doc html %doc html
%changelog %changelog
* Tue Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1.1-4 * Mon Jan 13 2020 Lei Zhang <ricky.z@huawei.com> - 2.6.0-9
- Package init - remove django build depend
* Tue Jan 09 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.6.0-8
- Package init