14
0

Accepting request 423702 from home:tbechtold:branches:devel:languages:python

update to version 0.0.7
  * Sort some of the data keys
  * Post release version bump to 0.0.7
  * Sort json dump by key

OBS-URL: https://build.opensuse.org/request/show/423702
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=2
This commit is contained in:
2016-08-31 06:55:35 +00:00
committed by Git OBS Bridge
parent 4d41595aee
commit 1896bc67af
4 changed files with 16 additions and 7 deletions

View File

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

3
metaextract-0.0.7.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 29 17:55:42 UTC 2016 - tbechtold@suse.com
update to version 0.0.7
* Sort some of the data keys
* Post release version bump to 0.0.7
* Sort json dump by key
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 28 06:14:54 UTC 2016 - tbechtold@suse.com Sun Aug 28 06:14:54 UTC 2016 - tbechtold@suse.com

View File

@@ -13,19 +13,20 @@
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-metaextract Name: python-metaextract
Version: 0.0.6 Version: 0.0.7
Release: 0 Release: 0
License: Apache-2.0
Summary: get metadata for python modules Summary: get metadata for python modules
Url: http://github.com/toabctl/metaextract License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/toabctl/metaextract
Source: https://pypi.io/packages/source/m/metaextract/metaextract-%{version}.tar.gz Source: https://pypi.io/packages/source/m/metaextract/metaextract-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-pytest-runner BuildRequires: python-pytest-runner
BuildRequires: python-setuptools
Requires: python-setuptools Requires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch