1
0

Accepting request 441393 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/441393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mimeparse?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-12-07 23:30:13 +00:00 committed by Git OBS Bridge
commit 077d1a04d7
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c69a21e37e77f754e6fc09ebda70acd92c90d8a58f29a41cc0248351378ddc3
size 5228

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef134a59598cc6aa598f84553162aa7a0c01f3f431588225bb9a208964b1827
size 5870

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 15 12:45:22 UTC 2016 - dmueller@suse.com
- update to 1.5.2
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 30 11:24:11 UTC 2013 - speilicke@suse.com Tue Apr 30 11:24:11 UTC 2013 - speilicke@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-mimeparse # spec file for package python-python-mimeparse
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,16 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python-python-mimeparse Name: python-python-mimeparse
Version: 0.1.4 Version: 1.5.2
Release: 0 Release: 0
Url: http://code.google.com/p/mimeparse/ Url: http://code.google.com/p/mimeparse/
Summary: Basic functions for parsing and matching mime-type names Summary: Basic functions for parsing and matching mime-type names
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-%{version}.tar.gz Source: https://pypi.io/packages/source/p/python-mimeparse/python-mimeparse-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools
Provides: python-mimeparse = 0.1.4 Provides: python-mimeparse = 0.1.4
Obsoletes: python-mimeparse < 0.1.4 Obsoletes: python-mimeparse < 0.1.4
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@ -52,7 +54,7 @@ python mimeparse_test.py
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc LICENSE README %doc LICENSE README.md
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog