14
0

Accepting request 504635 from home:okurz:branches:devel:languages:python

Fix source validation by re-download

OBS-URL: https://build.opensuse.org/request/show/504635
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vobject?expand=0&rev=2
This commit is contained in:
Jan Matejek
2017-06-19 11:33:25 +00:00
committed by Git OBS Bridge
parent f8b372f24d
commit 16dfa6c5af
3 changed files with 9 additions and 4 deletions

View File

@@ -17,15 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vobject
%global modname vobject
Name: python-%{modname}
Version: 0.9.4.1
Release: 0
Summary: Python package for parsing and creating iCalendar and vCard files
License: Apache-2.0
Group: Development/Languages/Python
Url: http://eventable.github.io/%{modname}/
Source: https://files.pythonhosted.org/packages/source/v/%{modname}/%{modname}-%{version}.tar.gz
Source: https://pypi.io/packages/source/v/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module PyICU}
BuildRequires: %{python_module devel >= 2.7}
BuildRequires: %{python_module python-dateutil >= 2.4.0}