From d55d1c3d2c49a64679681321eb2a853474c5ba86 Mon Sep 17 00:00:00 2001 From: z00330046 Date: Mon, 13 Jan 2020 09:07:27 -0500 Subject: [PATCH 1/2] modify --- python-semantic_version.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-semantic_version.spec b/python-semantic_version.spec index fb755d9..21a2ce0 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -13,7 +13,7 @@ This small python library provides a few tools to handle semantic versioning in %package -n python2-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 %{?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 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} %description -n python3-semantic_version From e228f70f8d497ffd53e24787913b643cbe07f180 Mon Sep 17 00:00:00 2001 From: z00330046 Date: Mon, 13 Jan 2020 09:28:43 -0500 Subject: [PATCH 2/2] modify --- python-semantic_version.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-semantic_version.spec b/python-semantic_version.spec index 21a2ce0..94f1300 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -1,7 +1,7 @@ %global with_tests 0%{?_with_tests:0} Name: python-semantic_version Version: 2.6.0 -Release: 8 +Release: 9 Summary: Plugin for implementing the semantic version License: BSD URL: https://github.com/rbarrois/python-semanticversion @@ -71,6 +71,8 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog -* Tue Jan 09 2020 openEuler Buildteam - 3.1.1-4 -- Package init +* Mon Jan 13 2020 Lei Zhang - 2.6.0-9 +- remove django build depend +* Tue Jan 09 2020 openEuler Buildteam - 2.6.0-8 +- Package init