forked from pool/python-python-mimeparse
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:
commit
077d1a04d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c69a21e37e77f754e6fc09ebda70acd92c90d8a58f29a41cc0248351378ddc3
|
||||
size 5228
|
3
python-mimeparse-1.5.2.tar.gz
Normal file
3
python-mimeparse-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bef134a59598cc6aa598f84553162aa7a0c01f3f431588225bb9a208964b1827
|
||||
size 5870
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-python-mimeparse
|
||||
Version: 0.1.4
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Url: http://code.google.com/p/mimeparse/
|
||||
Summary: Basic functions for parsing and matching mime-type names
|
||||
License: MIT
|
||||
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
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
Provides: python-mimeparse = 0.1.4
|
||||
Obsoletes: python-mimeparse < 0.1.4
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
@ -52,7 +54,7 @@ python mimeparse_test.py
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README
|
||||
%doc LICENSE README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user