17
0

Accepting request 914206 from home:glaubitz:branches:devel:languages:python

- Update to version 1.0.1
  * Add a Pipfile with pytest and some scripts
  * Update the setup.py to be dynamic
  * Move the README file to RST for PyPi
  * Bump the version to 1.0.1
  * Remove old versions from setup.py
  * Remove old versions from travis.yml
  * Remove deprecated tests
  * Remove deprecated yield_fixture
  * Add python 3.8 and 3.9 support

OBS-URL: https://build.opensuse.org/request/show/914206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pluginbase?expand=0&rev=4
This commit is contained in:
2021-08-26 11:45:31 +00:00
committed by Git OBS Bridge
parent 45b2b7abe2
commit 0fee3ad6fd
4 changed files with 20 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pluginbase
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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-pluginbase
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: Module for the development of flexible plugin systems
License: BSD-3-Clause
@@ -51,7 +51,7 @@ cd tests
%pytest
%files %{python_files}
%doc README.md
%doc README.rst
%license LICENSE
%{python_sitelib}/*