14
0

Accepting request 1007020 from home:yarunachalam:branches:devel:languages:python

- Update to Version 1.0.8: 
  * Merge pull request #15 from toabctl/gh-instead-of-travis
  * Move from Travis CI to github actions
  * Merge pull request #14 from toabctl/drop-pytest-runner
  * Post release version bump to 1.0.8
  * setup.py: drop setup_requires including setuptools and pytest-runner
  * Merge pull request #12 from jayvdb/json_dumps_default
  * Use default json encoder 'str'

OBS-URL: https://build.opensuse.org/request/show/1007020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-metaextract?expand=0&rev=34
This commit is contained in:
2022-09-29 19:00:58 +00:00
committed by Git OBS Bridge
parent 1b6fabf5e2
commit acec5e0f36
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-metaextract
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-metaextract
Version: 1.0.7
Version: 1.0.8
Release: 0
Summary: Module to collect metadata for Python modules
License: Apache-2.0