From ef67da28beb9a9fa411804efa5234e27010daa214d2cc3c566020878a633c267 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Nov 2016 12:47:51 +0000 Subject: [PATCH] - update to 1.5.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mimeparse?expand=0&rev=4 --- python-mimeparse-0.1.4.tar.gz | 3 --- python-mimeparse-1.5.2.tar.gz | 3 +++ python-python-mimeparse.changes | 5 +++++ python-python-mimeparse.spec | 12 +++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 python-mimeparse-0.1.4.tar.gz create mode 100644 python-mimeparse-1.5.2.tar.gz diff --git a/python-mimeparse-0.1.4.tar.gz b/python-mimeparse-0.1.4.tar.gz deleted file mode 100644 index c41b271..0000000 --- a/python-mimeparse-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c69a21e37e77f754e6fc09ebda70acd92c90d8a58f29a41cc0248351378ddc3 -size 5228 diff --git a/python-mimeparse-1.5.2.tar.gz b/python-mimeparse-1.5.2.tar.gz new file mode 100644 index 0000000..a3a4e2b --- /dev/null +++ b/python-mimeparse-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef134a59598cc6aa598f84553162aa7a0c01f3f431588225bb9a208964b1827 +size 5870 diff --git a/python-python-mimeparse.changes b/python-python-mimeparse.changes index 2daff61..70d0cf6 100644 --- a/python-python-mimeparse.changes +++ b/python-python-mimeparse.changes @@ -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 diff --git a/python-python-mimeparse.spec b/python-python-mimeparse.spec index 4c6ac16..18775b8 100644 --- a/python-python-mimeparse.spec +++ b/python-python-mimeparse.spec @@ -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